mirror of
https://github.com/servo/servo.git
synced 2025-08-06 22:15:33 +01:00
Update web-platform-tests to revision 527a9287825118957bb7d94c098c448cef9d6982
This commit is contained in:
parent
b876168721
commit
ed25f52f43
289 changed files with 4880 additions and 2539 deletions
|
@ -0,0 +1,4 @@
|
|||
<!DOCTYPE html>
|
||||
<style>body { margin: 0 }</style>
|
||||
<div style="height: 40px"></div>
|
||||
<div style="width: 100px; height: 100px; resize: both; overflow: auto; border: 1px solid blue"></div>
|
|
@ -0,0 +1,14 @@
|
|||
<!DOCTYPE html>
|
||||
<html class="reftest-wait">
|
||||
<link rel="help" href="http://www.w3.org/TR/css3-ui/#resize">
|
||||
<link rel="match" href="resize-change-margin-ref.html">
|
||||
<style>body { margin: 0 }</style>
|
||||
<div id="target" style="width: 100px; height: 100px; resize: both; overflow: auto; border: 1px solid blue"></div>
|
||||
<script>
|
||||
requestAnimationFrame(() => {
|
||||
requestAnimationFrame(() => {
|
||||
target.style.marginTop = "40px";
|
||||
document.documentElement.classList.remove("reftest-wait");
|
||||
});
|
||||
});
|
||||
</script>
|
Loading…
Add table
Add a link
Reference in a new issue