Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / loader / link-no-URL.html
blob512de87cef15a11704c26d95116d8c07ce3b9295
1 <html>
2 <head>
3 <link type="text/css">
4 <script>
5 if (window.testRunner)
6 testRunner.dumpAsText();
7 </script>
8 </head>
9 <body>
10 If it didn't crash, the browser passed the test.
11 The <a href="https://bugs.webkit.org/show_bug.cgi?id=9176">bug</a> was a problem with link elements with no URL.
12 </body>
13 </html>