[CSS Color] Firefox only web platform test failures
Categories
(Core :: CSS Parsing and Computation, defect)
Tracking
()
People
(Reporter: automatedtester, Unassigned)
References
(Blocks 1 open bug)
Details
THe following tests failing in Firefox but pass in Chrome and Safari
/css/css-color/inheritance.html [4 subtests]
▶ /css/css-color/parsing/color-computed.html [13 subtests]
▶ /css/css-color/parsing/opacity-computed.html [5 subtests]
▶ /css/css-color/t32-opacity-offscreen-b.xht [1 subtests]
See https://jgraham.github.io/wptdash/?bugComponent=core%3A%3Acss+parsing+and+computation
Comment 1•6 years ago
|
||
I think the first three tests were recently introduced by Eric. And I think they're wrong. Those are expected that document.body.style.hasOwnProperty("color")
returns true, and it should return false per spec, the same way as document.body.hasOwnProperty("style")
.
As far as I know, those tests are relying on Chromium bugs. Eric?
Comment 2•6 years ago
|
||
This is invalid. See https://github.com/web-platform-tests/wpt/pull/16892.
Comment 3•6 years ago
|
||
(The other css-color test is a fuzzy failure, the test passes locally, it differs by a few pixels in automation)
Description
•