Open
Bug 1245047
Opened 10 years ago
Updated 3 years ago
Move tests for <details> and <summary> to web platform tests
Categories
(Core :: Layout, defect)
Core
Layout
Tracking
()
NEW
| Tracking | Status | |
|---|---|---|
| firefox47 | --- | affected |
People
(Reporter: TYLin, Unassigned)
References
(Blocks 1 open bug)
Details
Per bug 591737 comment 224, let's move reftest for <details> and <summary> under layout/reftests/details-summary/ to web platform tests.
Since we do not have a good way to customize the disclosure triangle (bug 1221416), I use the following css to hide the disclosure triangle.
summary::-moz-list-bullet {
list-style-type: none;
}
Tests which use ::-moz-list-bullet need to be adjust before moving to web platform test.
| Reporter | ||
Comment 1•3 years ago
|
||
Since we do not have a good way to customize the disclosure triangle (bug 1221416), I use the following css to hide the disclosure triangle.
This is no longer needed. We can specify list-style-type directly on summary.
Tests which use ::-moz-list-bullet need to be adjust before moving to web platform test.
Tests in layout/reftests/details-summary/ do not have ::-moz-list-bullet anymore.
Updated•3 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•