summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/html/syntax/speculative-parsing/generated/page-load/link-rel-stylesheet-unsupported-type.tentative.html
blob: 17fb1722f5be2f20f76cd14d0a5b7138e8475f25 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
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: link-rel-stylesheet-unsupported-type</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/link-rel-stylesheet-unsupported-type-framed.sub.html?uuid=${uuid}`;
  document.body.appendChild(iframe);
  expect_fetched_onload(uuid, false)
    .then(compare_with_nonspeculative(uuid, 'link-rel-stylesheet-unsupported-type', true))
    .then(done);
</script>