Closed
Bug 1328513
Opened 8 years ago
Closed 8 years ago
stylo: fullscreen-related tests crash due to lack of -moz-top-layer support
Categories
(Core :: CSS Parsing and Computation, defect)
Core
CSS Parsing and Computation
Tracking
()
RESOLVED
FIXED
Tracking | Status | |
---|---|---|
firefox53 | --- | affected |
People
(Reporter: xidorn, Assigned: xidorn)
References
Details
layout/style/test/chrome/test_display_mode.html
layout/style/test/chrome/test_display_mode_reflow.html
Comment 1•8 years ago
|
||
Nazim, got any cycles to add -moz-top-layer support?
Flags: needinfo?(canaltinova)
Assignee | ||
Comment 2•8 years ago
|
||
Note that -moz-top-layer is a property only available to ua sheet. Allowing web content to touch it would lead to breaking other assertions.
Assignee | ||
Comment 3•8 years ago
|
||
I tried to implement -moz-top-layer myself (since I implemented it for Gecko so more familiar with it). Then it seems the me those tests would continus crashing because of incorrect element state bits mapping.
Flags: needinfo?(canaltinova)
Assignee | ||
Comment 4•8 years ago
|
||
We also need to correct apply :fullscreen pseudo-class to have the -moz-top-layer property set.
Depends on: 1328806
Assignee | ||
Comment 5•8 years ago
|
||
https://github.com/servo/servo/pull/14857
But this is not enough. Servo also need to recognize :-moz-browser-frame pseudo-class to stop crashing fullscreen.
Assignee | ||
Updated•8 years ago
|
Assignee: nobody → xidorn+moz
Status: NEW → RESOLVED
Closed: 8 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•