mirror of
https://github.com/servo/servo.git
synced 2025-08-13 09:25:32 +01:00
Update web-platform-tests to revision ea14651f262003177d0ba5819bd2806a1327b12a
This commit is contained in:
parent
847115ba04
commit
816185f094
272 changed files with 5766 additions and 2855 deletions
|
@ -0,0 +1,4 @@
|
|||
<link rel=match href=green.html>
|
||||
<style>
|
||||
:root {background-color:green}
|
||||
</style>
|
|
@ -0,0 +1,3 @@
|
|||
<style>
|
||||
:root {background-color:green}
|
||||
</style>
|
|
@ -0,0 +1,3 @@
|
|||
<style>
|
||||
:root {background-color:red}
|
||||
</style>
|
|
@ -0,0 +1,9 @@
|
|||
<link rel=match href=green.html>
|
||||
<style>
|
||||
:root {background-color:red}
|
||||
</style>
|
||||
<script>
|
||||
if (window.location.protocol === "https:") {
|
||||
document.documentElement.style.backgroundColor = "green";
|
||||
}
|
||||
</script>
|
|
@ -0,0 +1,5 @@
|
|||
<title>Reftest chain that should fail</title>
|
||||
<link rel=match href=reftest_and_fail_0-ref.html>
|
||||
<style>
|
||||
:root {background-color:green}
|
||||
</style>
|
|
@ -0,0 +1,5 @@
|
|||
<title>Reftest chain that should fail</title>
|
||||
<link rel=match href=red.html>
|
||||
<style>
|
||||
:root {background-color:green}
|
||||
</style>
|
|
@ -0,0 +1,5 @@
|
|||
<title>Reftest with cycle, all match</title>
|
||||
<link rel=match href=reftest_cycle_0-ref.html>
|
||||
<style>
|
||||
:root {background-color:green}
|
||||
</style>
|
|
@ -0,0 +1,5 @@
|
|||
<title>OR match that should pass</title>
|
||||
<link rel=match href=reftest_cycle_1-ref.html>
|
||||
<style>
|
||||
:root {background-color:green}
|
||||
</style>
|
|
@ -0,0 +1,5 @@
|
|||
<title>Reftest with cycle, all match</title>
|
||||
<link rel=match href=reftest_cycle.html>
|
||||
<style>
|
||||
:root {background-color:green}
|
||||
</style>
|
|
@ -0,0 +1,5 @@
|
|||
<title>Reftest with cycle, fails</title>
|
||||
<link rel=match href=reftest_cycle_fail_0-ref.html>
|
||||
<style>
|
||||
:root {background-color:green}
|
||||
</style>
|
|
@ -0,0 +1,5 @@
|
|||
<title>Reftest with cycle, fails</title>
|
||||
<link rel=mismatch href=reftest_cycle_fail.html>
|
||||
<style>
|
||||
:root {background-color:green}
|
||||
</style>
|
|
@ -0,0 +1,5 @@
|
|||
<title>rel=match that should pass</title>
|
||||
<link rel=match href=green.html>
|
||||
<style>
|
||||
:root {background-color:green}
|
||||
</style>
|
|
@ -0,0 +1,5 @@
|
|||
<title>rel=match that should fail</title>
|
||||
<link rel=match href=red.html>
|
||||
<style>
|
||||
:root {background-color:green}
|
||||
</style>
|
|
@ -0,0 +1,5 @@
|
|||
<title>rel=mismatch that should pass</title>
|
||||
<link rel=mismatch href=red.html>
|
||||
<style>
|
||||
:root {background-color:green}
|
||||
</style>
|
|
@ -0,0 +1,5 @@
|
|||
<title>rel=mismatch that should fail</title>
|
||||
<link rel=mismatch href=green.html>
|
||||
<style>
|
||||
:root {background-color:green}
|
||||
</style>
|
|
@ -0,0 +1,6 @@
|
|||
<title>OR match that should pass</title>
|
||||
<link rel=match href=red.html>
|
||||
<link rel=match href=green.html>
|
||||
<style>
|
||||
:root {background-color:green}
|
||||
</style>
|
|
@ -0,0 +1,5 @@
|
|||
<html class="reftest-wait">
|
||||
<title>rel=match that should time out in the ref</title>
|
||||
<style>
|
||||
:root {background-color:green}
|
||||
</style>
|
|
@ -0,0 +1,6 @@
|
|||
<html>
|
||||
<title>rel=match that should time out in the ref</title>
|
||||
<link rel=match href=reftest_ref_timeout-ref.html>
|
||||
<style>
|
||||
:root {background-color:green}
|
||||
</style>
|
|
@ -0,0 +1,6 @@
|
|||
<html class="reftest-wait">
|
||||
<title>rel=match that should timeout</title>
|
||||
<link rel=match href=green.html>
|
||||
<style>
|
||||
:root {background-color:green}
|
||||
</style>
|
|
@ -0,0 +1,13 @@
|
|||
<html class="reftest-wait">
|
||||
<title>Test with reftest-wait</title>
|
||||
<link rel=match href=green.html>
|
||||
<style>
|
||||
:root {background-color:red}
|
||||
</style>
|
||||
<script>
|
||||
setTimeout(function() {
|
||||
document.documentElement.style.backgroundColor = "green";
|
||||
document.documentElement.className = "";
|
||||
}, 2000);
|
||||
</script>
|
||||
</html>
|
Loading…
Add table
Add a link
Reference in a new issue