Roll leveldb 3f7758:803d69 (v1.17 -> v1.18)
[chromium-blink-merge.git] / chrome / test / data / login / deframe.html
blob894d5a79787bbbbcc69a59c654b53c67126b6c29
1 <html>
2 <head>
3 <script>
5 // Attempts to trigger top-frame navigation.
6 function deframe() {
7 if (top.location != self.location)
8 top.location.href = self.location;
10 </script>
11 </head>
13 <body onload="deframe();">
14 This page will attempt to break out iframe.
15 </body>
16 </html>