mirror of
https://github.com/servo/servo.git
synced 2025-08-11 00:15:32 +01:00
Update web-platform-tests to revision 9ca57e052ba1b19fa3dd46c6aa656e8d529469a8
This commit is contained in:
parent
68cb8f3d59
commit
75d6484415
1377 changed files with 31062 additions and 16983 deletions
|
@ -21,7 +21,7 @@ body { height: 4000px }
|
|||
<div class=spacer></div>
|
||||
<div id=growing></div>
|
||||
<div class=spacer></div>
|
||||
<div id=focused tabindex=0></div>
|
||||
<div id=focused contenteditable></div>
|
||||
<div class=spacer></div>
|
||||
<div class=spacer></div>
|
||||
|
||||
|
|
|
@ -0,0 +1,20 @@
|
|||
<!DOCTYPE html>
|
||||
<link rel="author" title="Morten Stenshorne" href="mailto:mstensho@chromium.org">
|
||||
<style>
|
||||
html {
|
||||
writing-mode: vertical-rl;
|
||||
overflow: hidden;
|
||||
background: red;
|
||||
}
|
||||
body {
|
||||
margin: 0;
|
||||
}
|
||||
</style>
|
||||
<div style="display:flex; flex-direction:column-reverse;">
|
||||
<div style="block-size:1000px;"></div>
|
||||
<div style="block-size:100px; background:green;"></div>
|
||||
<div style="block-size:100px;"></div>
|
||||
</div>
|
||||
<script>
|
||||
window.scrollTo(-100, 0);
|
||||
</script>
|
|
@ -0,0 +1,18 @@
|
|||
<!DOCTYPE html>
|
||||
<link rel="author" title="Morten Stenshorne" href="mailto:mstensho@chromium.org">
|
||||
<style>
|
||||
html {
|
||||
writing-mode: vertical-rl;
|
||||
overflow: hidden;
|
||||
background: red;
|
||||
}
|
||||
body {
|
||||
margin: 0;
|
||||
}
|
||||
</style>
|
||||
<div style="block-size:100px;"></div>
|
||||
<div style="block-size:100px; background:green;"></div>
|
||||
<div style="block-size:1000px;"></div>
|
||||
<script>
|
||||
window.scrollTo(-100, 0);
|
||||
</script>
|
|
@ -0,0 +1,21 @@
|
|||
<!DOCTYPE html>
|
||||
<link rel="author" title="Morten Stenshorne" href="mailto:mstensho@chromium.org">
|
||||
<link rel="help" href="https://drafts.csswg.org/css-scroll-anchoring/">
|
||||
<link rel="help" href="https://bugs.chromium.org/p/chromium/issues/detail?id=1124195">
|
||||
<link rel="match" href="../reference/ref-filled-green-100px-square.xht">
|
||||
<style>
|
||||
#iframe {
|
||||
display: block;
|
||||
border: none;
|
||||
width: 300px;
|
||||
height: 100px;
|
||||
}
|
||||
</style>
|
||||
<p>Test passes if there is a filled green square and <strong>no red</strong>.</p>
|
||||
<iframe id="iframe" src="support/scrolling-vertical-rl.html"></iframe>
|
||||
<script>
|
||||
onload = function() {
|
||||
document.body.offsetTop;
|
||||
iframe.style.width = "100px";
|
||||
}
|
||||
</script>
|
|
@ -0,0 +1,21 @@
|
|||
<!DOCTYPE html>
|
||||
<link rel="author" title="Morten Stenshorne" href="mailto:mstensho@chromium.org">
|
||||
<link rel="help" href="https://drafts.csswg.org/css-scroll-anchoring/">
|
||||
<link rel="help" href="https://bugs.chromium.org/p/chromium/issues/detail?id=1124195">
|
||||
<link rel="match" href="../reference/ref-filled-green-100px-square.xht">
|
||||
<style>
|
||||
#iframe {
|
||||
display: block;
|
||||
border: none;
|
||||
width: 300px;
|
||||
height: 100px;
|
||||
}
|
||||
</style>
|
||||
<p>Test passes if there is a filled green square and <strong>no red</strong>.</p>
|
||||
<iframe id="iframe" src="support/flexbox-scrolling-vertical-rl.html"></iframe>
|
||||
<script>
|
||||
onload = function() {
|
||||
document.body.offsetTop;
|
||||
iframe.style.width = "100px";
|
||||
}
|
||||
</script>
|
Loading…
Add table
Add a link
Reference in a new issue