Update web-platform-tests to revision 192193581b6912818a0e3f2408f40f033a451a79

This commit is contained in:
WPT Sync Bot 2019-01-14 20:34:43 -05:00
parent 2cf9a00c99
commit 13bbfdb3eb
46 changed files with 1499 additions and 144 deletions

View file

@ -3,7 +3,7 @@
<script src="/resources/testharnessreport.js"></script>
<style>
#space { height: 4000px; }
#space { height: 1000px; }
#ancestor { position: relative; }
#before, #anchor { height: 100px; }
#anchor { background-color: green; }

View file

@ -6,7 +6,7 @@
#changer { height: 1500px; }
#anchor {
width: 150px;
height: 4000px;
height: 1000px;
background-color: pink;
}

View file

@ -3,7 +3,7 @@
<script src="/resources/testharnessreport.js"></script>
<style>
body { height: 4000px; }
body { height: 1000px; }
div { height: 100px; }
</style>

View file

@ -3,7 +3,7 @@
<script src="/resources/testharnessreport.js"></script>
<style>
body { height: 4000px; }
body { height: 1000px; }
#outer { width: 300px; }
#outer:after { content: " "; clear:both; display: table; }
#float {

View file

@ -3,7 +3,7 @@
<script src="/resources/testharnessreport.js"></script>
<style>
body { height: 4000px; }
body { height: 1000px; }
#outer { width: 300px; }
#zeroheight { height: 0px; }
#changer { height: 100px; background-color: red; }

View file

@ -3,7 +3,7 @@
<script src="/resources/testharnessreport.js"></script>
<style>
body { height: 4000px; margin: 0; }
body { height: 1000px; margin: 0; }
#fixed, #content { width: 200px; height: 100px; }
#fixed { position: fixed; left: 100px; top: 50px; }
#before { height: 50px; }

View file

@ -3,7 +3,7 @@
<script src="/resources/testharnessreport.js"></script>
<style>
body { height: 4000px }
body { height: 1000px }
#outer { line-height: 100px }
#ib1, #ib2 { display: inline-block }

View file

@ -4,7 +4,7 @@
<style>
#space {
height: 4000px;
height: 1000px;
}
#header {
background-color: #F5B335;

View file

@ -32,11 +32,9 @@ html.vrl { writing-mode: vertical-rl; }
.vpush { height: 80px !important; }
.hpush { width: 70px !important; }
#anchor-container {
display: inline-block;
}
#anchor {
position: relative;
display: inline-block;
background-color: #8e8;
min-width: 100px;
min-height: 100px;
@ -51,10 +49,8 @@ html.vrl { writing-mode: vertical-rl; }
</style>
<div id="container">
<div id="block_pusher"></div><br>
<div id="inline_pusher"></div><div id="anchor-container">
<div id="anchor">
<div id="grower"></div>
</div>
<div id="inline_pusher"></div><div id="anchor">
<div id="grower"></div>
</div>
</div>
<script>

View file

@ -3,7 +3,7 @@
<script src="/resources/testharnessreport.js"></script>
<style>
body { height: 4000px }
body { height: 1000px }
#A, #B { width: 100px; background-color: #afa; }
#B { height: 100px; }
#inner { width: 100px; height: 100px; background-color: pink; }

View file

@ -7,7 +7,7 @@ body {
position: absolute;
font-size: 100px;
width: 200px;
height: 4000px;
height: 1000px;
line-height: 100px;
}