Update web-platform-tests to revision e4c65276b686cd788b2c4f8c395025df371e84a1

This commit is contained in:
WPT Sync Bot 2019-10-12 10:24:51 +00:00
parent a84d4ab755
commit 6edbabc2c6
68 changed files with 661 additions and 354 deletions

View file

@ -36,10 +36,6 @@
html
{
writing-mode: vertical-lr;
}
body#containing-block
{
background-image: url("support/bg-red-3col-2row-320x320.png");
background-position: 198px 8px;
/* first value represents the horizontal position and the second represents the vertical position */
@ -58,9 +54,12 @@
198px
*/
background-repeat: no-repeat;
}
#containing-block
{
direction: rtl;
height: 320px;
margin: 8px;
}
p
@ -70,7 +69,7 @@
margin-right: 16px;
}
div
#test
{
background-color: green;
margin-top: 160px;
@ -139,16 +138,16 @@ And so computed margin-top value must be 80px .
</head>
<body id="containing-block">
<p><img src="support/pass-cdts-abs-pos-non-replaced.png" width="246" height="36" alt="Image download support must be enabled" /></p>
<!--
The image says:
Test passes if there is a filled
green square and <strong>no red</strong>.
-->
<div></div>
<body>
<div id="containing-block">
<p><img src="support/pass-cdts-abs-pos-non-replaced.png" width="246" height="36" alt="Image download support must be enabled" /></p>
<!--
The image says:
Test passes if there is a filled
green square and <strong>no red</strong>.
-->
<div id="test"></div>
</div>
</body>
</html>

View file

@ -36,10 +36,6 @@
html
{
writing-mode: vertical-rl;
}
body#containing-block
{
background-image: url("support/bg-red-3col-2row-320x320.png");
background-position: -152px 8px;
/* first value represents the horizontal position and the second represents the vertical position */
@ -54,9 +50,11 @@
-152px
*/
background-repeat: no-repeat;
}
#containing-block
{
direction: rtl;
height: 320px;
margin: 8px;
}
p
@ -66,7 +64,7 @@
margin-right: 16px;
}
div
#test
{
background-color: green;
margin-top: 160px;
@ -135,16 +133,16 @@ And so computed margin-top value must be 80px .
</head>
<body id="containing-block">
<p><img src="support/pass-cdts-abs-pos-non-replaced.png" width="246" height="36" alt="Image download support must be enabled" /></p>
<!--
The image says:
Test passes if there is a filled
green square and <strong>no red</strong>.
-->
<div></div>
<body>
<div id="containing-block">
<p><img src="support/pass-cdts-abs-pos-non-replaced.png" width="246" height="36" alt="Image download support must be enabled" /></p>
<!--
The image says:
Test passes if there is a filled
green square and <strong>no red</strong>.
-->
<div id="test"></div>
</div>
</body>
</html>