mirror of
https://github.com/servo/servo.git
synced 2025-06-28 02:53:48 +01:00
Update web-platform-tests to revision 074719e3660000659cd074b8a59de69bd9b90cd7
This commit is contained in:
parent
7e4d0534c3
commit
d2429e5077
4053 changed files with 160516 additions and 486 deletions
|
@ -0,0 +1,14 @@
|
|||
<!DOCTYPE html>
|
||||
<html><head>
|
||||
<title> scheduler: stylesheets blocking defer scripts</title>
|
||||
<script src="/resources/testharness.js"></script>
|
||||
<script src="/resources/testharnessreport.js"></script>
|
||||
<!-- this stylesheet blocks scripts -->
|
||||
<link rel="stylesheet" href="css/import.css?pipe=trickle(d2)">
|
||||
</head>
|
||||
<body>
|
||||
<div id="log">FAILED (This TC requires JavaScript enabled)</div>
|
||||
<div id="test">Test</div>
|
||||
|
||||
<script defer src="scripts/check-style-sheet.js"></script>
|
||||
</body></html>
|
|
@ -0,0 +1,14 @@
|
|||
<!DOCTYPE html>
|
||||
<html><head>
|
||||
<title> scheduler: stylesheets blocking defer scripts</title>
|
||||
<script src="/resources/testharness.js"></script>
|
||||
<script src="/resources/testharnessreport.js"></script>
|
||||
<!-- this stylesheet blocks scripts -->
|
||||
<link rel="stylesheet" href="css/background.css?pipe=trickle(d2)">
|
||||
</head>
|
||||
<body>
|
||||
<div id="log">FAILED (This TC requires JavaScript enabled)</div>
|
||||
<div id="test">Test</div>
|
||||
|
||||
<script defer src="scripts/check-style-sheet.js"></script>
|
||||
</body></html>
|
|
@ -0,0 +1,14 @@
|
|||
<!DOCTYPE html>
|
||||
<html><head>
|
||||
<title> scheduler: stylesheets blocking external parser-blocking scripts</title>
|
||||
<script src="/resources/testharness.js"></script>
|
||||
<script src="/resources/testharnessreport.js"></script>
|
||||
<!-- this stylesheet blocks scripts -->
|
||||
<link rel="stylesheet" href="css/import.css?pipe=trickle(d2)">
|
||||
</head>
|
||||
<body>
|
||||
<div id="log">FAILED (This TC requires JavaScript enabled)</div>
|
||||
<div id="test">Test</div>
|
||||
|
||||
<script src="scripts/check-style-sheet.js"></script>
|
||||
</body></html>
|
|
@ -0,0 +1,14 @@
|
|||
<!DOCTYPE html>
|
||||
<html><head>
|
||||
<title> scheduler: stylesheets blocking external module scripts</title>
|
||||
<script src="/resources/testharness.js"></script>
|
||||
<script src="/resources/testharnessreport.js"></script>
|
||||
<!-- this stylesheet blocks scripts -->
|
||||
<link rel="stylesheet" href="css/import.css?pipe=trickle(d2)">
|
||||
</head>
|
||||
<body>
|
||||
<div id="log">FAILED (This TC requires JavaScript enabled)</div>
|
||||
<div id="test">Test</div>
|
||||
|
||||
<script src="scripts/check-style-sheet.js" type="module"></script>
|
||||
</body></html>
|
|
@ -0,0 +1,14 @@
|
|||
<!DOCTYPE html>
|
||||
<html><head>
|
||||
<title> scheduler: stylesheets blocking external module scripts</title>
|
||||
<script src="/resources/testharness.js"></script>
|
||||
<script src="/resources/testharnessreport.js"></script>
|
||||
<!-- this stylesheet blocks scripts -->
|
||||
<link rel="stylesheet" href="css/background.css?pipe=trickle(d2)">
|
||||
</head>
|
||||
<body>
|
||||
<div id="log">FAILED (This TC requires JavaScript enabled)</div>
|
||||
<div id="test">Test</div>
|
||||
|
||||
<script src="scripts/check-style-sheet.js" type="module"></script>
|
||||
</body></html>
|
|
@ -0,0 +1,14 @@
|
|||
<!DOCTYPE html>
|
||||
<html><head>
|
||||
<title> scheduler: stylesheets blocking external parser-blocking scripts</title>
|
||||
<script src="/resources/testharness.js"></script>
|
||||
<script src="/resources/testharnessreport.js"></script>
|
||||
<!-- this stylesheet blocks scripts -->
|
||||
<link rel="stylesheet" href="css/background.css?pipe=trickle(d2)">
|
||||
</head>
|
||||
<body>
|
||||
<div id="log">FAILED (This TC requires JavaScript enabled)</div>
|
||||
<div id="test">Test</div>
|
||||
|
||||
<script src="scripts/check-style-sheet.js"></script>
|
||||
</body></html>
|
|
@ -3,7 +3,6 @@
|
|||
<title> scheduler: stylesheets blocking scripts</title>
|
||||
<script src="/resources/testharness.js"></script>
|
||||
<script src="/resources/testharnessreport.js"></script>
|
||||
<script src="testlib/testlib.js"></script>
|
||||
<!-- this stylesheet blocks scripts -->
|
||||
<link rel="stylesheet" href="css/import.css?pipe=trickle(d2)">
|
||||
</head>
|
||||
|
|
|
@ -0,0 +1,19 @@
|
|||
<!DOCTYPE html>
|
||||
<html><head>
|
||||
<title> scheduler: stylesheets blocking module scripts</title>
|
||||
<script src="/resources/testharness.js"></script>
|
||||
<script src="/resources/testharnessreport.js"></script>
|
||||
<!-- this stylesheet blocks scripts -->
|
||||
<link rel="stylesheet" href="css/import.css?pipe=trickle(d2)">
|
||||
</head>
|
||||
<body>
|
||||
<div id="log">FAILED (This TC requires JavaScript enabled)</div>
|
||||
<div id="test">Test</div>
|
||||
|
||||
<script type="module">
|
||||
test(function() {
|
||||
assert_equals(getComputedStyle(document.getElementById("test")).position,
|
||||
"fixed");
|
||||
});
|
||||
</script>
|
||||
</body></html>
|
|
@ -0,0 +1,19 @@
|
|||
<!DOCTYPE html>
|
||||
<html><head>
|
||||
<title> scheduler: stylesheets blocking module scripts</title>
|
||||
<script src="/resources/testharness.js"></script>
|
||||
<script src="/resources/testharnessreport.js"></script>
|
||||
<!-- this stylesheet blocks scripts -->
|
||||
<link rel="stylesheet" href="css/background.css?pipe=trickle(d2)">
|
||||
</head>
|
||||
<body>
|
||||
<div id="log">FAILED (This TC requires JavaScript enabled)</div>
|
||||
<div id="test">Test</div>
|
||||
|
||||
<script type="module">
|
||||
test(function() {
|
||||
assert_equals(getComputedStyle(document.getElementById("test")).position,
|
||||
"fixed");
|
||||
});
|
||||
</script>
|
||||
</body></html>
|
|
@ -3,7 +3,6 @@
|
|||
<title> scheduler: stylesheets blocking scripts</title>
|
||||
<script src="/resources/testharness.js"></script>
|
||||
<script src="/resources/testharnessreport.js"></script>
|
||||
<script src="testlib/testlib.js"></script>
|
||||
<!-- this stylesheet blocks scripts -->
|
||||
<link rel="stylesheet" href="css/background.css?pipe=trickle(d2)">
|
||||
</head>
|
||||
|
|
|
@ -0,0 +1,4 @@
|
|||
test(function() {
|
||||
assert_equals(getComputedStyle(document.getElementById("test")).position,
|
||||
"fixed");
|
||||
});
|
Loading…
Add table
Add a link
Reference in a new issue