mirror of
https://github.com/servo/servo.git
synced 2025-08-03 12:40:06 +01:00
Update web-platform-tests to revision 345300fad3945a5f1441fb2b2001109ca48f36e8
This commit is contained in:
parent
71ba247942
commit
05db47be0f
109 changed files with 2576 additions and 1228 deletions
|
@ -68,6 +68,7 @@
|
|||
</script>
|
||||
</head>
|
||||
<body>
|
||||
<div id="log"></div>
|
||||
<p>
|
||||
<span id="baseline" style="display: inline-block; width: 30px; height: 5px; background: blue"></span>
|
||||
<math>
|
||||
|
@ -81,11 +82,10 @@
|
|||
<mspace id="depth0" depth="25px"/>
|
||||
<mspace id="depth1" depth="50px"/>
|
||||
<mspace id="depth2" depth="75px"/>
|
||||
<mspace id="mspace0" width="25px" height="50px" depth="75px" mathbackground="green"/>
|
||||
<mspace id="mspace1" width="50px" height="75px" depth="25px" mathbackground="blue"/>
|
||||
<mspace id="mspace2" width="75px" height="25px" depth="50px" mathbackground="green"/>
|
||||
<mspace id="mspace0" width="25px" height="50px" depth="75px" style="background: green"/>
|
||||
<mspace id="mspace1" width="50px" height="75px" depth="25px" style="background: blue"/>
|
||||
<mspace id="mspace2" width="75px" height="25px" depth="50px" style="background: green"/>
|
||||
</math>
|
||||
</p>
|
||||
<hr/>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
@ -14,17 +14,17 @@
|
|||
<div style="position: absolute; top: 0px; left: 0px;
|
||||
width: 200px; height: 200px;">
|
||||
<math style="position: absolute; top: 0px; left: 0px">
|
||||
<mspace width="50px" height="100px" depth="100px" mathbackground="green"/>
|
||||
<mspace width="50px" height="100px" depth="100px" mathbackground="green"/>
|
||||
<mspace width="25px" depth="100px" mathbackground="green"/>
|
||||
<mspace width="25px" depth="100px" mathbackground="green"/>
|
||||
<mspace width="25px" height="100px" mathbackground="green"/>
|
||||
<mspace width="25px" height="100px" mathbackground="green"/>
|
||||
<mspace width="50px" height="100px" depth="100px" style="background: green"/>
|
||||
<mspace width="50px" height="100px" depth="100px" style="background: green"/>
|
||||
<mspace width="25px" depth="100px" style="background: green"/>
|
||||
<mspace width="25px" depth="100px" style="background: green"/>
|
||||
<mspace width="25px" height="100px" style="background: green"/>
|
||||
<mspace width="25px" height="100px" style="background: green"/>
|
||||
</math>
|
||||
<math style="position: absolute; top: 0px; left: 0px">
|
||||
<mspace width="100px" height="20px" depth="20px" mathbackground="red"/>
|
||||
<mspace width="50px" height="100px" mathbackground="red"/>
|
||||
<mspace width="50px" depth="100px" mathbackground="red"/>
|
||||
<mspace width="100px" height="20px" depth="20px" style="background: red"/>
|
||||
<mspace width="50px" height="100px" style="background: red"/>
|
||||
<mspace width="50px" depth="100px" style="background: red"/>
|
||||
</math>
|
||||
</div>
|
||||
<!-- These green divs should cover the red mspace elements -->
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue