mirror of
https://github.com/servo/servo.git
synced 2025-08-09 23:45:35 +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
|
@ -10,7 +10,7 @@
|
|||
<body>
|
||||
<p>Test passes if you see a green square.</p>
|
||||
<div style="background: green; color: red; width: 200px; height: 200px;">
|
||||
<math style="display: none;"><mspace width="200px" height="200px" mathbackground="red"/></math>
|
||||
<math style="display: none;"><mspace width="200px" height="200px" style="background: red"/></math>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
@ -92,6 +92,7 @@
|
|||
</script>
|
||||
</head>
|
||||
<body>
|
||||
<div id="log"></div>
|
||||
<math><mo id="math_default">⫿</mo></math>
|
||||
<math display="inline"><mo id="math_inline">⫿</mo></math>
|
||||
<math display="block"><mo id="math_block">⫿</mo></math>
|
||||
|
|
|
@ -93,6 +93,7 @@
|
|||
</script>
|
||||
</head>
|
||||
<body>
|
||||
<div id="log"></div>
|
||||
<p>
|
||||
<math>
|
||||
<mspace id="unitCm" width="2.54cm"/>
|
||||
|
@ -154,6 +155,5 @@
|
|||
<mpadded voffset="-012.345em"><mspace id="N10"/></mpadded>
|
||||
</math>
|
||||
</p>
|
||||
<hr/>
|
||||
</body>
|
||||
</html>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue