mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +01:00
Update web-platform-tests to revision b'e0214318249f1b6ea09b837db6eac7b0facd1b52'
This commit is contained in:
parent
3429e8fe3b
commit
febcb80385
141 changed files with 2568 additions and 986 deletions
|
@ -0,0 +1,25 @@
|
|||
<!DOCTYPE html>
|
||||
<!-- DO NOT EDIT. This file has been generated. Source:
|
||||
/html/syntax/speculative-parsing/tools/generate.py
|
||||
-->
|
||||
<meta charset=utf-8>
|
||||
<title>Speculative parsing, document.write(): nested-template-shadowrootmode-1</title>
|
||||
<script src=/resources/testharness.js></script>
|
||||
<script src=/resources/testharnessreport.js></script>
|
||||
<script src=/common/utils.js></script>
|
||||
<script src=/html/syntax/speculative-parsing/resources/speculative-parsing-util.js></script>
|
||||
<script>
|
||||
setup({single_test: true});
|
||||
const uuid = token();
|
||||
expect_fetched_onload(uuid, false)
|
||||
.then(compare_with_nonspeculative(uuid, 'nested-template-shadowrootmode-1', true))
|
||||
.then(done);
|
||||
document.write(`
|
||||
<script src="/common/slow.py?delay=1500"><\/script>
|
||||
<script>
|
||||
document.write('<plaintext>');
|
||||
<\/script>
|
||||
<\!-- speculative case in document.write -->
|
||||
<template><div><template shadowrootmode="closed"><script src="/html/syntax/speculative-parsing/resources/stash.py?action=put&uuid=${uuid}&encodingcheck=Ğ"><\/script></template></div></template>
|
||||
`);
|
||||
</script>
|
|
@ -0,0 +1,25 @@
|
|||
<!DOCTYPE html>
|
||||
<!-- DO NOT EDIT. This file has been generated. Source:
|
||||
/html/syntax/speculative-parsing/tools/generate.py
|
||||
-->
|
||||
<meta charset=utf-8>
|
||||
<title>Speculative parsing, document.write(): nested-template-shadowrootmode-2</title>
|
||||
<script src=/resources/testharness.js></script>
|
||||
<script src=/resources/testharnessreport.js></script>
|
||||
<script src=/common/utils.js></script>
|
||||
<script src=/html/syntax/speculative-parsing/resources/speculative-parsing-util.js></script>
|
||||
<script>
|
||||
setup({single_test: true});
|
||||
const uuid = token();
|
||||
expect_fetched_onload(uuid, false)
|
||||
.then(compare_with_nonspeculative(uuid, 'nested-template-shadowrootmode-2', true))
|
||||
.then(done);
|
||||
document.write(`
|
||||
<script src="/common/slow.py?delay=1500"><\/script>
|
||||
<script>
|
||||
document.write('<plaintext>');
|
||||
<\/script>
|
||||
<\!-- speculative case in document.write -->
|
||||
<div><template shadowrootmode="closed"><template><script src="/html/syntax/speculative-parsing/resources/stash.py?action=put&uuid=${uuid}&encodingcheck=Ğ"><\/script></template></template></div>
|
||||
`);
|
||||
</script>
|
|
@ -0,0 +1,25 @@
|
|||
<!DOCTYPE html>
|
||||
<!-- DO NOT EDIT. This file has been generated. Source:
|
||||
/html/syntax/speculative-parsing/tools/generate.py
|
||||
-->
|
||||
<meta charset=utf-8>
|
||||
<title>Speculative parsing, document.write(): template-img-src</title>
|
||||
<script src=/resources/testharness.js></script>
|
||||
<script src=/resources/testharnessreport.js></script>
|
||||
<script src=/common/utils.js></script>
|
||||
<script src=/html/syntax/speculative-parsing/resources/speculative-parsing-util.js></script>
|
||||
<script>
|
||||
setup({single_test: true});
|
||||
const uuid = token();
|
||||
expect_fetched_onload(uuid, false)
|
||||
.then(compare_with_nonspeculative(uuid, 'template-img-src', true))
|
||||
.then(done);
|
||||
document.write(`
|
||||
<script src="/common/slow.py?delay=1500"><\/script>
|
||||
<script>
|
||||
document.write('<plaintext>');
|
||||
<\/script>
|
||||
<\!-- speculative case in document.write -->
|
||||
<template><img src="/html/syntax/speculative-parsing/resources/stash.py?action=put&uuid=${uuid}&encodingcheck=Ğ"></template>
|
||||
`);
|
||||
</script>
|
|
@ -0,0 +1,25 @@
|
|||
<!DOCTYPE html>
|
||||
<!-- DO NOT EDIT. This file has been generated. Source:
|
||||
/html/syntax/speculative-parsing/tools/generate.py
|
||||
-->
|
||||
<meta charset=utf-8>
|
||||
<title>Speculative parsing, document.write(): template-link-stylesheet</title>
|
||||
<script src=/resources/testharness.js></script>
|
||||
<script src=/resources/testharnessreport.js></script>
|
||||
<script src=/common/utils.js></script>
|
||||
<script src=/html/syntax/speculative-parsing/resources/speculative-parsing-util.js></script>
|
||||
<script>
|
||||
setup({single_test: true});
|
||||
const uuid = token();
|
||||
expect_fetched_onload(uuid, false)
|
||||
.then(compare_with_nonspeculative(uuid, 'template-link-stylesheet', true))
|
||||
.then(done);
|
||||
document.write(`
|
||||
<script src="/common/slow.py?delay=1500"><\/script>
|
||||
<script>
|
||||
document.write('<plaintext>');
|
||||
<\/script>
|
||||
<\!-- speculative case in document.write -->
|
||||
<template><link rel=stylesheet href="/html/syntax/speculative-parsing/resources/stash.py?action=put&uuid=${uuid}&encodingcheck=Ğ"></template>
|
||||
`);
|
||||
</script>
|
|
@ -0,0 +1,25 @@
|
|||
<!DOCTYPE html>
|
||||
<!-- DO NOT EDIT. This file has been generated. Source:
|
||||
/html/syntax/speculative-parsing/tools/generate.py
|
||||
-->
|
||||
<meta charset=utf-8>
|
||||
<title>Speculative parsing, document.write(): template-shadowrootmode-img-src</title>
|
||||
<script src=/resources/testharness.js></script>
|
||||
<script src=/resources/testharnessreport.js></script>
|
||||
<script src=/common/utils.js></script>
|
||||
<script src=/html/syntax/speculative-parsing/resources/speculative-parsing-util.js></script>
|
||||
<script>
|
||||
setup({single_test: true});
|
||||
const uuid = token();
|
||||
expect_fetched_onload(uuid, true)
|
||||
.then(compare_with_nonspeculative(uuid, 'template-shadowrootmode-img-src', true))
|
||||
.then(done);
|
||||
document.write(`
|
||||
<script src="/common/slow.py?delay=1500"><\/script>
|
||||
<script>
|
||||
document.write('<plaintext>');
|
||||
<\/script>
|
||||
<\!-- speculative case in document.write -->
|
||||
<div><template shadowrootmode="closed"><img src="/html/syntax/speculative-parsing/resources/stash.py?action=put&uuid=${uuid}&encodingcheck=Ğ"></template></div>
|
||||
`);
|
||||
</script>
|
|
@ -0,0 +1,25 @@
|
|||
<!DOCTYPE html>
|
||||
<!-- DO NOT EDIT. This file has been generated. Source:
|
||||
/html/syntax/speculative-parsing/tools/generate.py
|
||||
-->
|
||||
<meta charset=utf-8>
|
||||
<title>Speculative parsing, document.write(): template-shadowrootmode-link-stylesheet</title>
|
||||
<script src=/resources/testharness.js></script>
|
||||
<script src=/resources/testharnessreport.js></script>
|
||||
<script src=/common/utils.js></script>
|
||||
<script src=/html/syntax/speculative-parsing/resources/speculative-parsing-util.js></script>
|
||||
<script>
|
||||
setup({single_test: true});
|
||||
const uuid = token();
|
||||
expect_fetched_onload(uuid, true)
|
||||
.then(compare_with_nonspeculative(uuid, 'template-shadowrootmode-link-stylesheet', true))
|
||||
.then(done);
|
||||
document.write(`
|
||||
<script src="/common/slow.py?delay=1500"><\/script>
|
||||
<script>
|
||||
document.write('<plaintext>');
|
||||
<\/script>
|
||||
<\!-- speculative case in document.write -->
|
||||
<div><template shadowrootmode="closed"><link rel=stylesheet href="/html/syntax/speculative-parsing/resources/stash.py?action=put&uuid=${uuid}&encodingcheck=Ğ"></template></div>
|
||||
`);
|
||||
</script>
|
|
@ -0,0 +1,25 @@
|
|||
<!DOCTYPE html>
|
||||
<!-- DO NOT EDIT. This file has been generated. Source:
|
||||
/html/syntax/speculative-parsing/tools/generate.py
|
||||
-->
|
||||
<meta charset=utf-8>
|
||||
<title>Speculative parsing, document.write(): template-shadowrootmode-script-src</title>
|
||||
<script src=/resources/testharness.js></script>
|
||||
<script src=/resources/testharnessreport.js></script>
|
||||
<script src=/common/utils.js></script>
|
||||
<script src=/html/syntax/speculative-parsing/resources/speculative-parsing-util.js></script>
|
||||
<script>
|
||||
setup({single_test: true});
|
||||
const uuid = token();
|
||||
expect_fetched_onload(uuid, true)
|
||||
.then(compare_with_nonspeculative(uuid, 'template-shadowrootmode-script-src', true))
|
||||
.then(done);
|
||||
document.write(`
|
||||
<script src="/common/slow.py?delay=1500"><\/script>
|
||||
<script>
|
||||
document.write('<plaintext>');
|
||||
<\/script>
|
||||
<\!-- speculative case in document.write -->
|
||||
<div><template shadowrootmode="closed"><script src="/html/syntax/speculative-parsing/resources/stash.py?action=put&uuid=${uuid}&encodingcheck=Ğ"><\/script></template></div>
|
||||
`);
|
||||
</script>
|
|
@ -0,0 +1,21 @@
|
|||
<!DOCTYPE html>
|
||||
<!-- DO NOT EDIT. This file has been generated. Source:
|
||||
/html/syntax/speculative-parsing/tools/generate.py
|
||||
-->
|
||||
<meta charset=utf-8>
|
||||
<title>Speculative parsing, page load: nested-template-shadowrootmode-1</title>
|
||||
<script src=/resources/testharness.js></script>
|
||||
<script src=/resources/testharnessreport.js></script>
|
||||
<script src=/common/utils.js></script>
|
||||
<script src=/html/syntax/speculative-parsing/resources/speculative-parsing-util.js></script>
|
||||
<body>
|
||||
<script>
|
||||
setup({single_test: true});
|
||||
const uuid = token();
|
||||
const iframe = document.createElement('iframe');
|
||||
iframe.src = `resources/nested-template-shadowrootmode-1-framed.sub.html?uuid=${uuid}`;
|
||||
document.body.appendChild(iframe);
|
||||
expect_fetched_onload(uuid, false)
|
||||
.then(compare_with_nonspeculative(uuid, 'nested-template-shadowrootmode-1', true))
|
||||
.then(done);
|
||||
</script>
|
|
@ -0,0 +1,21 @@
|
|||
<!DOCTYPE html>
|
||||
<!-- DO NOT EDIT. This file has been generated. Source:
|
||||
/html/syntax/speculative-parsing/tools/generate.py
|
||||
-->
|
||||
<meta charset=utf-8>
|
||||
<title>Speculative parsing, page load: nested-template-shadowrootmode-2</title>
|
||||
<script src=/resources/testharness.js></script>
|
||||
<script src=/resources/testharnessreport.js></script>
|
||||
<script src=/common/utils.js></script>
|
||||
<script src=/html/syntax/speculative-parsing/resources/speculative-parsing-util.js></script>
|
||||
<body>
|
||||
<script>
|
||||
setup({single_test: true});
|
||||
const uuid = token();
|
||||
const iframe = document.createElement('iframe');
|
||||
iframe.src = `resources/nested-template-shadowrootmode-2-framed.sub.html?uuid=${uuid}`;
|
||||
document.body.appendChild(iframe);
|
||||
expect_fetched_onload(uuid, false)
|
||||
.then(compare_with_nonspeculative(uuid, 'nested-template-shadowrootmode-2', true))
|
||||
.then(done);
|
||||
</script>
|
|
@ -0,0 +1,12 @@
|
|||
<!DOCTYPE html>
|
||||
<!-- DO NOT EDIT. This file has been generated. Source:
|
||||
/html/syntax/speculative-parsing/tools/generate.py
|
||||
-->
|
||||
<meta charset=utf-8>
|
||||
<title>Speculative parsing, page load (helper file): nested-template-shadowrootmode-1</title>
|
||||
<script src="/common/slow.py?delay=1500"></script>
|
||||
<script>
|
||||
document.write('<plaintext>');
|
||||
</script>
|
||||
<!-- speculative case -->
|
||||
<template><div><template shadowrootmode="closed"><script src="/html/syntax/speculative-parsing/resources/stash.py?action=put&uuid={{GET[uuid]}}&encodingcheck=Ğ"></script></template></div></template>
|
|
@ -0,0 +1,12 @@
|
|||
<!DOCTYPE html>
|
||||
<!-- DO NOT EDIT. This file has been generated. Source:
|
||||
/html/syntax/speculative-parsing/tools/generate.py
|
||||
-->
|
||||
<meta charset=utf-8>
|
||||
<title>Speculative parsing, page load (helper file): nested-template-shadowrootmode-2</title>
|
||||
<script src="/common/slow.py?delay=1500"></script>
|
||||
<script>
|
||||
document.write('<plaintext>');
|
||||
</script>
|
||||
<!-- speculative case -->
|
||||
<div><template shadowrootmode="closed"><template><script src="/html/syntax/speculative-parsing/resources/stash.py?action=put&uuid={{GET[uuid]}}&encodingcheck=Ğ"></script></template></template></div>
|
|
@ -0,0 +1,12 @@
|
|||
<!DOCTYPE html>
|
||||
<!-- DO NOT EDIT. This file has been generated. Source:
|
||||
/html/syntax/speculative-parsing/tools/generate.py
|
||||
-->
|
||||
<meta charset=utf-8>
|
||||
<title>Speculative parsing, page load (helper file): template-img-src</title>
|
||||
<script src="/common/slow.py?delay=1500"></script>
|
||||
<script>
|
||||
document.write('<plaintext>');
|
||||
</script>
|
||||
<!-- speculative case -->
|
||||
<template><img src="/html/syntax/speculative-parsing/resources/stash.py?action=put&uuid={{GET[uuid]}}&encodingcheck=Ğ"></template>
|
|
@ -0,0 +1,12 @@
|
|||
<!DOCTYPE html>
|
||||
<!-- DO NOT EDIT. This file has been generated. Source:
|
||||
/html/syntax/speculative-parsing/tools/generate.py
|
||||
-->
|
||||
<meta charset=utf-8>
|
||||
<title>Speculative parsing, page load (helper file): template-link-stylesheet</title>
|
||||
<script src="/common/slow.py?delay=1500"></script>
|
||||
<script>
|
||||
document.write('<plaintext>');
|
||||
</script>
|
||||
<!-- speculative case -->
|
||||
<template><link rel=stylesheet href="/html/syntax/speculative-parsing/resources/stash.py?action=put&uuid={{GET[uuid]}}&encodingcheck=Ğ"></template>
|
|
@ -0,0 +1,12 @@
|
|||
<!DOCTYPE html>
|
||||
<!-- DO NOT EDIT. This file has been generated. Source:
|
||||
/html/syntax/speculative-parsing/tools/generate.py
|
||||
-->
|
||||
<meta charset=utf-8>
|
||||
<title>Speculative parsing, page load (helper file): template-shadowrootmode-img-src</title>
|
||||
<script src="/common/slow.py?delay=1500"></script>
|
||||
<script>
|
||||
document.write('<plaintext>');
|
||||
</script>
|
||||
<!-- speculative case -->
|
||||
<div><template shadowrootmode="closed"><img src="/html/syntax/speculative-parsing/resources/stash.py?action=put&uuid={{GET[uuid]}}&encodingcheck=Ğ"></template></div>
|
|
@ -0,0 +1,12 @@
|
|||
<!DOCTYPE html>
|
||||
<!-- DO NOT EDIT. This file has been generated. Source:
|
||||
/html/syntax/speculative-parsing/tools/generate.py
|
||||
-->
|
||||
<meta charset=utf-8>
|
||||
<title>Speculative parsing, page load (helper file): template-shadowrootmode-link-stylesheet</title>
|
||||
<script src="/common/slow.py?delay=1500"></script>
|
||||
<script>
|
||||
document.write('<plaintext>');
|
||||
</script>
|
||||
<!-- speculative case -->
|
||||
<div><template shadowrootmode="closed"><link rel=stylesheet href="/html/syntax/speculative-parsing/resources/stash.py?action=put&uuid={{GET[uuid]}}&encodingcheck=Ğ"></template></div>
|
|
@ -0,0 +1,12 @@
|
|||
<!DOCTYPE html>
|
||||
<!-- DO NOT EDIT. This file has been generated. Source:
|
||||
/html/syntax/speculative-parsing/tools/generate.py
|
||||
-->
|
||||
<meta charset=utf-8>
|
||||
<title>Speculative parsing, page load (helper file): template-shadowrootmode-script-src</title>
|
||||
<script src="/common/slow.py?delay=1500"></script>
|
||||
<script>
|
||||
document.write('<plaintext>');
|
||||
</script>
|
||||
<!-- speculative case -->
|
||||
<div><template shadowrootmode="closed"><script src="/html/syntax/speculative-parsing/resources/stash.py?action=put&uuid={{GET[uuid]}}&encodingcheck=Ğ"></script></template></div>
|
|
@ -0,0 +1,21 @@
|
|||
<!DOCTYPE html>
|
||||
<!-- DO NOT EDIT. This file has been generated. Source:
|
||||
/html/syntax/speculative-parsing/tools/generate.py
|
||||
-->
|
||||
<meta charset=utf-8>
|
||||
<title>Speculative parsing, page load: template-img-src</title>
|
||||
<script src=/resources/testharness.js></script>
|
||||
<script src=/resources/testharnessreport.js></script>
|
||||
<script src=/common/utils.js></script>
|
||||
<script src=/html/syntax/speculative-parsing/resources/speculative-parsing-util.js></script>
|
||||
<body>
|
||||
<script>
|
||||
setup({single_test: true});
|
||||
const uuid = token();
|
||||
const iframe = document.createElement('iframe');
|
||||
iframe.src = `resources/template-img-src-framed.sub.html?uuid=${uuid}`;
|
||||
document.body.appendChild(iframe);
|
||||
expect_fetched_onload(uuid, false)
|
||||
.then(compare_with_nonspeculative(uuid, 'template-img-src', true))
|
||||
.then(done);
|
||||
</script>
|
|
@ -0,0 +1,21 @@
|
|||
<!DOCTYPE html>
|
||||
<!-- DO NOT EDIT. This file has been generated. Source:
|
||||
/html/syntax/speculative-parsing/tools/generate.py
|
||||
-->
|
||||
<meta charset=utf-8>
|
||||
<title>Speculative parsing, page load: template-link-stylesheet</title>
|
||||
<script src=/resources/testharness.js></script>
|
||||
<script src=/resources/testharnessreport.js></script>
|
||||
<script src=/common/utils.js></script>
|
||||
<script src=/html/syntax/speculative-parsing/resources/speculative-parsing-util.js></script>
|
||||
<body>
|
||||
<script>
|
||||
setup({single_test: true});
|
||||
const uuid = token();
|
||||
const iframe = document.createElement('iframe');
|
||||
iframe.src = `resources/template-link-stylesheet-framed.sub.html?uuid=${uuid}`;
|
||||
document.body.appendChild(iframe);
|
||||
expect_fetched_onload(uuid, false)
|
||||
.then(compare_with_nonspeculative(uuid, 'template-link-stylesheet', true))
|
||||
.then(done);
|
||||
</script>
|
|
@ -0,0 +1,21 @@
|
|||
<!DOCTYPE html>
|
||||
<!-- DO NOT EDIT. This file has been generated. Source:
|
||||
/html/syntax/speculative-parsing/tools/generate.py
|
||||
-->
|
||||
<meta charset=utf-8>
|
||||
<title>Speculative parsing, page load: template-shadowrootmode-img-src</title>
|
||||
<script src=/resources/testharness.js></script>
|
||||
<script src=/resources/testharnessreport.js></script>
|
||||
<script src=/common/utils.js></script>
|
||||
<script src=/html/syntax/speculative-parsing/resources/speculative-parsing-util.js></script>
|
||||
<body>
|
||||
<script>
|
||||
setup({single_test: true});
|
||||
const uuid = token();
|
||||
const iframe = document.createElement('iframe');
|
||||
iframe.src = `resources/template-shadowrootmode-img-src-framed.sub.html?uuid=${uuid}`;
|
||||
document.body.appendChild(iframe);
|
||||
expect_fetched_onload(uuid, true)
|
||||
.then(compare_with_nonspeculative(uuid, 'template-shadowrootmode-img-src', true))
|
||||
.then(done);
|
||||
</script>
|
|
@ -0,0 +1,21 @@
|
|||
<!DOCTYPE html>
|
||||
<!-- DO NOT EDIT. This file has been generated. Source:
|
||||
/html/syntax/speculative-parsing/tools/generate.py
|
||||
-->
|
||||
<meta charset=utf-8>
|
||||
<title>Speculative parsing, page load: template-shadowrootmode-link-stylesheet</title>
|
||||
<script src=/resources/testharness.js></script>
|
||||
<script src=/resources/testharnessreport.js></script>
|
||||
<script src=/common/utils.js></script>
|
||||
<script src=/html/syntax/speculative-parsing/resources/speculative-parsing-util.js></script>
|
||||
<body>
|
||||
<script>
|
||||
setup({single_test: true});
|
||||
const uuid = token();
|
||||
const iframe = document.createElement('iframe');
|
||||
iframe.src = `resources/template-shadowrootmode-link-stylesheet-framed.sub.html?uuid=${uuid}`;
|
||||
document.body.appendChild(iframe);
|
||||
expect_fetched_onload(uuid, true)
|
||||
.then(compare_with_nonspeculative(uuid, 'template-shadowrootmode-link-stylesheet', true))
|
||||
.then(done);
|
||||
</script>
|
|
@ -0,0 +1,21 @@
|
|||
<!DOCTYPE html>
|
||||
<!-- DO NOT EDIT. This file has been generated. Source:
|
||||
/html/syntax/speculative-parsing/tools/generate.py
|
||||
-->
|
||||
<meta charset=utf-8>
|
||||
<title>Speculative parsing, page load: template-shadowrootmode-script-src</title>
|
||||
<script src=/resources/testharness.js></script>
|
||||
<script src=/resources/testharnessreport.js></script>
|
||||
<script src=/common/utils.js></script>
|
||||
<script src=/html/syntax/speculative-parsing/resources/speculative-parsing-util.js></script>
|
||||
<body>
|
||||
<script>
|
||||
setup({single_test: true});
|
||||
const uuid = token();
|
||||
const iframe = document.createElement('iframe');
|
||||
iframe.src = `resources/template-shadowrootmode-script-src-framed.sub.html?uuid=${uuid}`;
|
||||
document.body.appendChild(iframe);
|
||||
expect_fetched_onload(uuid, true)
|
||||
.then(compare_with_nonspeculative(uuid, 'template-shadowrootmode-script-src', true))
|
||||
.then(done);
|
||||
</script>
|
|
@ -0,0 +1,10 @@
|
|||
<!DOCTYPE html>
|
||||
<!-- DO NOT EDIT. This file has been generated. Source:
|
||||
/html/syntax/speculative-parsing/tools/generate.py
|
||||
-->
|
||||
<meta charset=utf-8>
|
||||
<title>Speculative parsing, non-speculative (helper file): nested-template-shadowrootmode-1</title>
|
||||
<!-- non-speculative case -->
|
||||
<template><div><template shadowrootmode="closed"><script src="/html/syntax/speculative-parsing/resources/stash.py?action=put&uuid={{GET[uuid]}}&encodingcheck=Ğ"></script></template></div></template>
|
||||
<!-- block the load event for a bit: -->
|
||||
<script src="/common/slow.py?delay=1500"></script>
|
|
@ -0,0 +1,10 @@
|
|||
<!DOCTYPE html>
|
||||
<!-- DO NOT EDIT. This file has been generated. Source:
|
||||
/html/syntax/speculative-parsing/tools/generate.py
|
||||
-->
|
||||
<meta charset=utf-8>
|
||||
<title>Speculative parsing, non-speculative (helper file): nested-template-shadowrootmode-2</title>
|
||||
<!-- non-speculative case -->
|
||||
<div><template shadowrootmode="closed"><template><script src="/html/syntax/speculative-parsing/resources/stash.py?action=put&uuid={{GET[uuid]}}&encodingcheck=Ğ"></script></template></template></div>
|
||||
<!-- block the load event for a bit: -->
|
||||
<script src="/common/slow.py?delay=1500"></script>
|
|
@ -0,0 +1,10 @@
|
|||
<!DOCTYPE html>
|
||||
<!-- DO NOT EDIT. This file has been generated. Source:
|
||||
/html/syntax/speculative-parsing/tools/generate.py
|
||||
-->
|
||||
<meta charset=utf-8>
|
||||
<title>Speculative parsing, non-speculative (helper file): template-img-src</title>
|
||||
<!-- non-speculative case -->
|
||||
<template><img src="/html/syntax/speculative-parsing/resources/stash.py?action=put&uuid={{GET[uuid]}}&encodingcheck=Ğ"></template>
|
||||
<!-- block the load event for a bit: -->
|
||||
<script src="/common/slow.py?delay=1500"></script>
|
|
@ -0,0 +1,10 @@
|
|||
<!DOCTYPE html>
|
||||
<!-- DO NOT EDIT. This file has been generated. Source:
|
||||
/html/syntax/speculative-parsing/tools/generate.py
|
||||
-->
|
||||
<meta charset=utf-8>
|
||||
<title>Speculative parsing, non-speculative (helper file): template-link-stylesheet</title>
|
||||
<!-- non-speculative case -->
|
||||
<template><link rel=stylesheet href="/html/syntax/speculative-parsing/resources/stash.py?action=put&uuid={{GET[uuid]}}&encodingcheck=Ğ"></template>
|
||||
<!-- block the load event for a bit: -->
|
||||
<script src="/common/slow.py?delay=1500"></script>
|
|
@ -0,0 +1,10 @@
|
|||
<!DOCTYPE html>
|
||||
<!-- DO NOT EDIT. This file has been generated. Source:
|
||||
/html/syntax/speculative-parsing/tools/generate.py
|
||||
-->
|
||||
<meta charset=utf-8>
|
||||
<title>Speculative parsing, non-speculative (helper file): template-shadowrootmode-img-src</title>
|
||||
<!-- non-speculative case -->
|
||||
<div><template shadowrootmode="closed"><img src="/html/syntax/speculative-parsing/resources/stash.py?action=put&uuid={{GET[uuid]}}&encodingcheck=Ğ"></template></div>
|
||||
<!-- block the load event for a bit: -->
|
||||
<script src="/common/slow.py?delay=1500"></script>
|
|
@ -0,0 +1,10 @@
|
|||
<!DOCTYPE html>
|
||||
<!-- DO NOT EDIT. This file has been generated. Source:
|
||||
/html/syntax/speculative-parsing/tools/generate.py
|
||||
-->
|
||||
<meta charset=utf-8>
|
||||
<title>Speculative parsing, non-speculative (helper file): template-shadowrootmode-link-stylesheet</title>
|
||||
<!-- non-speculative case -->
|
||||
<div><template shadowrootmode="closed"><link rel=stylesheet href="/html/syntax/speculative-parsing/resources/stash.py?action=put&uuid={{GET[uuid]}}&encodingcheck=Ğ"></template></div>
|
||||
<!-- block the load event for a bit: -->
|
||||
<script src="/common/slow.py?delay=1500"></script>
|
|
@ -0,0 +1,10 @@
|
|||
<!DOCTYPE html>
|
||||
<!-- DO NOT EDIT. This file has been generated. Source:
|
||||
/html/syntax/speculative-parsing/tools/generate.py
|
||||
-->
|
||||
<meta charset=utf-8>
|
||||
<title>Speculative parsing, non-speculative (helper file): template-shadowrootmode-script-src</title>
|
||||
<!-- non-speculative case -->
|
||||
<div><template shadowrootmode="closed"><script src="/html/syntax/speculative-parsing/resources/stash.py?action=put&uuid={{GET[uuid]}}&encodingcheck=Ğ"></script></template></div>
|
||||
<!-- block the load event for a bit: -->
|
||||
<script src="/common/slow.py?delay=1500"></script>
|
Loading…
Add table
Add a link
Reference in a new issue