mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +01:00
Update web-platform-tests to revision 9a6026305062c90d84a567d81434010dde6c6c22
This commit is contained in:
parent
d77bf218fa
commit
906e45aab0
210 changed files with 6028 additions and 383 deletions
|
@ -0,0 +1,13 @@
|
|||
<!-- Quirks mode needed -->
|
||||
<title>CSS Flexbox: fixed positioned video in absolute positioned on quirks mode</title>
|
||||
<link rel="help" href="https://drafts.csswg.org/css-flexbox/#flex-containers">
|
||||
<link rel="help" href="https://drafts.csswg.org/css-sizing-3/#percentage-sizing">
|
||||
<link rel="help" href="https://crbug.com/841276">
|
||||
<meta name="assert" content="This test ensures that a video works with fixed position in absolute position on quirks mode.">
|
||||
<div style="position:absolute;">
|
||||
<div>
|
||||
<!-- Video element may work with shadow DOM using flex for media controls.
|
||||
This is mostly useful for browsers that use flex inside of video.-->
|
||||
<video style="position:fixed;"></video>
|
||||
</div>
|
||||
</div>
|
Loading…
Add table
Add a link
Reference in a new issue