Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / dom / Window / window-location-replace-functions.html
blob281bf0c5defd37a87deb266e4be948329673c330
1 <html>
2 <script>
3 window.location.toString = function() { return "http://webkit.org"; }
4 if (window.testRunner)
5 testRunner.dumpAsText();
6 </script>
7 <body>
8 You should see this.
9 </body>
10 </html>