Source code
Revision control
Copy as Markdown
Other Tools
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>fetchpriority</title>
</head>
<body>
<img fetchpriority="low" src="../resources/square_25px_x_25px.png?1" alt="img">
<img fetchpriority="high" src="../resources/square_25px_x_25px.png?2" alt="img">
<img fetchpriority="auto" src="../resources/square_25px_x_25px.png?3" alt="img">
<img src="../resources/square_25px_x_25px.png?4" alt="img">
<script>
onload = function() {
opener.postMessage("ChildLoaded", "*");
}
</script>
</body>
</html>