Source code
Revision control
Copy as Markdown
Other Tools
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>fetchpriority</title>
<script src="../resources/dummy.js?1" fetchpriority="low"></script>
<script src="../resources/dummy.js?2" fetchpriority="high"></script>
<script src="../resources/dummy.js?3" fetchpriority="auto"></script>
<script src="../resources/dummy.js?4"></script>
<!-- We don't test in-head SVG <script> elements. The HTML parser ignores
explicit SVG namespace on such elements and moves any <svg> wrapper
into the body. -->
</head>
<body>
<script>
onload = function() {
opener.postMessage("ChildLoaded", "*");
}
</script>
</body>
</html>