summaryrefslogtreecommitdiff
path: root/Tools/TestWebKitAPI/Tests/WebKit2/simple-iframe-unload.html
blob: bb8860c74fb203ac70d38e6439410b9d431fe25d (plain)
1
2
3
4
5
6
<html>
<body onunload="/* disable page cache */">
  Simple HTML file with an unload handler.
  <iframe src="simple-unload.html"></iframe>
</body>
</html>