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

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