Update web-platform-tests to revision 345300fad3945a5f1441fb2b2001109ca48f36e8

This commit is contained in:
WPT Sync Bot 2019-02-08 20:38:29 -05:00
parent 71ba247942
commit 05db47be0f
109 changed files with 2576 additions and 1228 deletions

View file

@ -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>

View file

@ -92,6 +92,7 @@
</script>
</head>
<body>
<div id="log"></div>
<math><mo id="math_default">&#x2AFF;</mo></math>
<math display="inline"><mo id="math_inline">&#x2AFF;</mo></math>
<math display="block"><mo id="math_block">&#x2AFF;</mo></math>

View file

@ -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>