Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(106)

Side by Side Diff: LayoutTests/http/tests/websocket/resources/reload-crash-iframe.html

Issue 101143002: Remove hybi sub directory for WebSocket layout tests (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 7 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
1 <html> 1 <html>
2 <head> 2 <head>
3 <script src="/js-test-resources/js-test.js"></script> 3 <script src="/js-test-resources/js-test.js"></script>
4 </head> 4 </head>
5 <body> 5 <body>
6 <div id="description"></div> 6 <div id="description"></div>
7 <div id="console"></div> 7 <div id="console"></div>
8 <script type="text/javascript"> 8 <script type="text/javascript">
9 var reloadCount = parent.document.iframeReady(); 9 var reloadCount = parent.document.iframeReady();
10 if (!reloadCount) { 10 if (!reloadCount) {
11 var ws = new WebSocket("ws://127.0.0.1:8880/close-on-unload"); 11 var ws = new WebSocket("ws://127.0.0.1:8880/close-on-unload");
12 location.reload(); 12 location.reload();
13 } 13 }
14 </script> 14 </script>
15 </body> 15 </body>
16 </html> 16 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698