Update web-platform-tests to revision b'4a4653e088039aec186d6dc1d488120d77695c3a'

This commit is contained in:
WPT Sync Bot 2022-12-11 01:16:53 +00:00
parent 470a50ab60
commit 6337336fab
1043 changed files with 19705 additions and 6973 deletions

View file

@ -0,0 +1,13 @@
<!DOCTYPE html>
<link rel="author" title="Morten Stenshorne" href="mailto:mstensho@chromium.org">
<link rel="help" href="https://bugs.chromium.org/p/chromium/issues/detail?id=1395408">
<link rel="help" href="https://bugs.chromium.org/p/chromium/issues/detail?id=1399449">
<div style="columns:2;">
<div style="contain:size; height:40px;">PASS if no freeze.</div>
<div style="display:flex;">
<div style="contain:size; margin-bottom:2px; height:30px; width:100px;"></div>
</div>
<div style="display:flex;">
<div style="contain:size; margin-bottom:2px; height:30px; width:100px;"></div>
</div>
</div>

View file

@ -0,0 +1,8 @@
<!DOCTYPE html>
<link rel="author" title="Morten Stenshorne" href="mailto:mstensho@chromium.org">
<link rel="help" href="https://bugs.chromium.org/p/chromium/issues/detail?id=1395408">
<div style="columns:2;">
<div style="contain:size; height:40px;">PASS if no freeze.</div>
<div style="display:flow-root; border-top:32px solid;"></div>
<div style="display:flow-root; border-top:32px solid;"></div>
</div>

View file

@ -10,4 +10,5 @@
<script>
document.body.offsetTop;
elm.style.cssFloat = "none";
elm.offsetTop;
</script>

View file

@ -1,16 +1,19 @@
<!DOCTYPE html>
<link rel="author" title="Morten Stenshorne" href="mailto:mstensho@chromium.org">
<link rel="help" href="https://bugs.chromium.org/p/chromium/issues/detail?id=1322739">
<div id="container">
<div id="mc" style="height:100px; columns:2; column-fill:auto; line-height:20px; orphans:1; widows:1;">
<br><br><br><br><br><br>
<html class="reftest-wait">
<link rel="author" title="Morten Stenshorne" href="mailto:mstensho@chromium.org">
<link rel="help" href="https://bugs.chromium.org/p/chromium/issues/detail?id=1322739">
<div id="container">
<div id="mc" style="height:100px; columns:2; column-fill:auto; line-height:20px; orphans:1; widows:1;">
<br><br><br><br><br><br>
</div>
</div>
</div>
<script>
requestAnimationFrame(()=> {
<script>
requestAnimationFrame(()=> {
mc.style.height = "80px";
container.setAttribute("ontouchstart", "nonValidFunctionName()");
requestAnimationFrame(()=> {
mc.style.height = "80px";
container.setAttribute("ontouchstart", "nonValidFunctionName()");
document.documentElement.classList.remove("reftest-wait");
});
});
});
</script>
</script>
</html>

View file

@ -1,20 +1,23 @@
<!DOCTYPE html>
<link rel="author" title="Morten Stenshorne" href="mailto:mstensho@chromium.org">
<link rel="help" href="https://bugs.chromium.org/p/chromium/issues/detail?id=1386676">
<div id="container" style="columns:10; column-fill:auto; height:30px; line-height:20px; orphans:1; widows:1; white-space:pre;">
<html class="reftest-wait">
<link rel="author" title="Morten Stenshorne" href="mailto:mstensho@chromium.org">
<link rel="help" href="https://bugs.chromium.org/p/chromium/issues/detail?id=1386676">
<div id="container" style="columns:10; column-fill:auto; height:30px; line-height:20px; orphans:1; widows:1; white-space:pre;">
<span id="htmlvar00001"><br><br></span>
</div>
<script>
requestAnimationFrame(()=> {
<script>
requestAnimationFrame(()=> {
document.body.style.color = "blue";
htmlvar00001.style.display = "none";
requestAnimationFrame(()=> {
document.body.style.color = "blue";
htmlvar00001.style.display = "none";
requestAnimationFrame(()=> {
container.style.width = "88%";
requestAnimationFrame(()=> {
container.style.width = "88%";
document.documentElement.classList.remove("reftest-wait");
});
});
});
});
});
</script>
</script>
</html>

View file

@ -0,0 +1,19 @@
<!DOCTYPE html>
<html class=test-wait>
<div id="outer" style="column-count: 100;">
<div id="inner" style="transform: translateY(1px); height:300px;"></div>
<div id="changeme" style="padding: 100px;"></div>
</div>
<script>
requestAnimationFrame(function() {
requestAnimationFrame(function() {
changeme.style.padding = '0';
requestAnimationFrame(function() {
requestAnimationFrame(function() {
document.documentElement.classList.remove('test-wait');
});
});
});
});
</script>
</html>

View file

@ -1,19 +1,22 @@
<!DOCTYPE html>
<link rel="author" title="Morten Stenshorne" href="mailto:mstensho@chromium.org">
<link rel="help" href="https://bugs.chromium.org/p/chromium/issues/detail?id=1361902">
<div style="columns:1;">
<div style="float:left; padding-top:10px; position:relative;">
<div style="position:absolute; height:2px;"></div>
<div id="elm" style="display:inline-block;"></div>
<html class="reftest-wait">
<link rel="author" title="Morten Stenshorne" href="mailto:mstensho@chromium.org">
<link rel="help" href="https://bugs.chromium.org/p/chromium/issues/detail?id=1361902">
<div style="columns:1;">
<div style="float:left; padding-top:10px; position:relative;">
<div style="position:absolute; height:2px;"></div>
<div id="elm" style="display:inline-block;"></div>
</div>
<span>
<div style="column-span:all;"></div>
</span>
</div>
<span>
<div style="column-span:all;"></div>
</span>
</div>
<script>
requestAnimationFrame(()=>{
<script>
requestAnimationFrame(()=>{
elm.style.display = "none";
requestAnimationFrame(()=>{
elm.style.display = "none";
document.documentElement.classList.remove("reftest-wait");
});
});
});
</script>
</script>
</html>

View file

@ -0,0 +1,11 @@
<!DOCTYPE html>
<link rel="author" title="Morten Stenshorne" href="mailto:mstensho@chromium.org">
<link rel="help" href="https://bugs.chromium.org/p/chromium/issues/detail?id=1381327">
<div style="columns:4;">
<div style="height:10px; border-bottom:1px solid;">
<div style="height:20px; contain:size;"></div>
<div style="height:20px; contain:size;"></div>
<div style="float:right; width:10px; height:100px;"></div>
<div style="column-span:all;"></div>
</div>
</div>

View file

@ -1,28 +1,31 @@
<!DOCTYPE html>
<link rel="author" title="Morten Stenshorne" href="mailto:mstensho@chromium.org">
<link rel="help" href="https://www.w3.org/TR/css-multicol-1/#cf">
<link rel="help" href="https://bugs.chromium.org/p/chromium/issues/detail?id=1336291">
<link rel="match" href="../reference/ref-filled-green-100px-square.xht">
<style>
.hidden { display:none; }
#mc > div { height:25px; contain:size; background:green;}
</style>
<p>Test passes if there is a filled green square and <strong>no red</strong>.</p>
<div id="mc" style="columns:2; gap:0; width:100px; background:red;">
<div></div>
<div></div>
<div></div>
<div></div>
<div class="hidden"></div>
<div class="hidden"></div>
<div class="hidden"></div>
<div class="hidden"></div>
</div>
<script>
requestAnimationFrame(()=> {
<html class="reftest-wait">
<link rel="author" title="Morten Stenshorne" href="mailto:mstensho@chromium.org">
<link rel="help" href="https://www.w3.org/TR/css-multicol-1/#cf">
<link rel="help" href="https://bugs.chromium.org/p/chromium/issues/detail?id=1336291">
<link rel="match" href="../reference/ref-filled-green-100px-square.xht">
<style>
.hidden { display:none; }
#mc > div { height:25px; contain:size; background:green;}
</style>
<p>Test passes if there is a filled green square and <strong>no red</strong>.</p>
<div id="mc" style="columns:2; gap:0; width:100px; background:red;">
<div></div>
<div></div>
<div></div>
<div></div>
<div class="hidden"></div>
<div class="hidden"></div>
<div class="hidden"></div>
<div class="hidden"></div>
</div>
<script>
requestAnimationFrame(()=> {
for (let e of document.getElementsByClassName('hidden'))
e.style.display = "block";
requestAnimationFrame(()=> {
for (let e of document.getElementsByClassName('hidden'))
e.style.display = "block";
document.documentElement.classList.remove("reftest-wait");
});
});
});
</script>
</script>
</html>

View file

@ -1,26 +1,29 @@
<!DOCTYPE html>
<link rel="author" title="Morten Stenshorne" href="mailto:mstensho@chromium.org">
<link rel="help" href="https://bugs.chromium.org/p/chromium/issues/detail?id=1336180">
<link rel="match" href="../reference/ref-filled-green-100px-square.xht">
<style>
div.item {
width:50px;
height:50px;
background:green;
}
</style>
<p>Test passes if there is a filled green square and <strong>no red</strong>.</p>
<div id="container" style="columns:2; gap:0; column-fill:auto; width:200px; height:100px; background:red;">
<div class="item"></div>
<div class="item"></div>
<div class="item"></div>
<div class="item"></div>
</div>
<html class="reftest-wait">
<link rel="author" title="Morten Stenshorne" href="mailto:mstensho@chromium.org">
<link rel="help" href="https://bugs.chromium.org/p/chromium/issues/detail?id=1336180">
<link rel="match" href="../reference/ref-filled-green-100px-square.xht">
<style>
div.item {
width:50px;
height:50px;
background:green;
}
</style>
<p>Test passes if there is a filled green square and <strong>no red</strong>.</p>
<div id="container" style="columns:2; gap:0; column-fill:auto; width:200px; height:100px; background:red;">
<div class="item"></div>
<div class="item"></div>
<div class="item"></div>
<div class="item"></div>
</div>
<script>
requestAnimationFrame(()=> {
<script>
requestAnimationFrame(()=> {
container.style.width = "100px";
requestAnimationFrame(()=> {
container.style.width = "100px";
document.documentElement.classList.remove("reftest-wait");
});
});
});
</script>
</script>
</html>