summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/mozilla/tests/fetch/fetchpriority/support/image-tests/image-initial-load.h2.html
blob: 9cc171b5dd0d10f7663cedd239bf5d754f4acc8a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<!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>