summaryrefslogtreecommitdiffstats
path: root/tools/profiler/tests/browser/page_with_resources.html
blob: 9d2bb8f2185089c9822b33dfe9f9266fde881df6 (plain)
1
2
3
4
5
6
7
8
9
10
11
<!DOCTYPE html>
<html lang="en">
  <head>
    <meta charset="utf-8"/>
  </head>
  <body>
    Testing
    <img src='firefox-logo-nightly.svg' width="24"/>
    <img src='redirect.sjs?firefox-logo-nightly.svg' width="24"/>
  </body>
</html>