Update web-platform-tests to revision fd60ba25a0726dfea59024d8143240b355c46a55

This commit is contained in:
WPT Sync Bot 2020-06-02 08:21:59 +00:00
parent c4ea4b1d77
commit 7f8c29593f
75 changed files with 732 additions and 152 deletions

View file

@ -11,6 +11,7 @@
<style type="text/css"><![CDATA[
table
{
font: 16px monospace;
border-collapse: separate;
border: blue solid medium;
border-spacing: 0px;
@ -33,7 +34,6 @@
td
{
color: navy;
padding: 0;
}
]]></style>

View file

@ -10,8 +10,8 @@
<link rel="match" href="c414-flt-fit-000-ref.xht" />
<style type="text/css"><![CDATA[
div { border: solid blue; padding: 1em; width: 14em; margin: 10px; }
div p { margin: 0; width: 5em; float: left; color: navy; }
div { font: 16px monospace; border: solid blue; padding: 1em; width: 14em; margin: 10px; }
div p { margin: 0; width: 5em; float: left; }
]]></style>
</head>
@ -22,7 +22,7 @@
<p> 2 </p>
<p> 4 </p>
3
5&#xA0;&#xA0;&#xA0;&#xA0;&#xA0;&#xA0;&#xA0;&#xA0;&#xA0;&#xA0;&#xA0;&#xA0;&#xA0;&#xA0;&#xA0;&#xA0;&#xA0;&#xA0;&#xA0;&#xA0;
5&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <!-- the font is set to monospace so we know how wide a nbsp is -->
</div>
</body>
</html>

View file

@ -5,6 +5,7 @@
<link rel="author" title="Microsoft" href="http://www.microsoft.com/" />
<link rel="help" href="http://www.w3.org/TR/CSS21/visudet.html#propdef-min-height" />
<link rel="help" href="http://www.w3.org/TR/CSS21/visudet.html#min-max-heights" />
<link rel="match" href="../../reference/pass_if_square_96px_black.html" />
<meta name="flags" content="" />
<meta name="assert" content="The 'min-height' property applies to elements with 'display' set to 'table'." />
<style type="text/css">
@ -36,4 +37,4 @@
</div>
</div>
</body>
</html>
</html>

View file

@ -5,6 +5,7 @@
<link rel="author" title="Microsoft" href="http://www.microsoft.com/" />
<link rel="help" href="http://www.w3.org/TR/CSS21/visudet.html#propdef-min-height" />
<link rel="help" href="http://www.w3.org/TR/CSS21/visudet.html#min-max-heights" />
<link rel="match" href="../../reference/pass_if_square_96px_black.html" />
<meta name="flags" content="" />
<meta name="assert" content="The 'min-height' property applies to elements with 'display' set to 'inline-table'." />
<style type="text/css">
@ -36,4 +37,4 @@
</div>
</div>
</body>
</html>
</html>