WPT test preserve-3d-flat-grouping-properties.html accidentally squishes its pass/fail output to be unreadable
Categories
(Core :: CSS Parsing and Computation, task)
Tracking
()
Tracking | Status | |
---|---|---|
firefox95 | --- | fixed |
People
(Reporter: dholbert, Assigned: dholbert)
Details
Attachments
(1 file)
WPT test preserve-3d-flat-grouping-properties.html
has this styling, which is intended to target all of its tested div elements:
div {
width: 200px;
height: 200px;
}
Unfortunately, that rule also makes its pass/fail results unreadable (since they are div
elements which match that^ CSS rule.)
Let's fix this so that it's easier to see the test-pass/fail results.
Assignee | ||
Comment 1•3 years ago
|
||
Note that this commit shouldn't change the test's pass/fail status anywhere. It
just makes the test results possible to read.
Assignee | ||
Comment 2•3 years ago
|
||
Note, you can see the live test itself here: https://wpt.live/css/css-transforms/preserve-3d-flat-grouping-properties.html
If you scroll down a bit, you can see the squashed pass/fail logging that I'm fixing here.
Assignee | ||
Comment 3•3 years ago
|
||
CC'ing chrishtr who wrote this test -- Chris, feel free to weigh in if you have any concerns about this change. I don't imagine it's controversial, given that it's ~non-functional and just makes the output possible to see. :)
Updated•3 years ago
|
Comment 6•3 years ago
|
||
bugherder |
Description
•