Update web-platform-tests to revision b'2d7c53f5bc604132d2c83955537e454ee9c788c0'

This commit is contained in:
WPT Sync Bot 2023-01-18 01:45:07 +00:00
parent 619a46113f
commit 1c6b303ef2
396 changed files with 29611 additions and 1967 deletions

View file

@ -34,5 +34,5 @@
</div>
<div class="anchor1" style="width: 30px"></div>
<div class="target" data-expected-width=10></div>
<div>
</div>
</body>

View file

@ -51,5 +51,5 @@
</span>
<span class="target" data-expected-width=30></span>
</div>
<div>
</div>
</body>

View file

@ -50,13 +50,15 @@
height: 100px;
}
</style>
<body id="container">
<div id="a1"></div>
<div id="a2"></div>
<div id="ref"></div>
<div id="target"
data-offset-x=200 data-offset-y=100
data-expected-width=300 data-expected-height=100></div>
<body>
<div id="container">
<div id="a1"></div>
<div id="a2"></div>
<div id="ref"></div>
<div id="target"
data-offset-x=200 data-offset-y=100
data-expected-width=300 data-expected-height=100></div>
</div>
<script>
document.body.offsetTop; // Force layout.
container.classList.add('after');