haikuwebkit/LayoutTests/fast/loader/link-no-URL.html

14 lines
301 B
HTML

<html>
<head>
<link type="text/css">
<script>
if (window.testRunner)
testRunner.dumpAsText();
</script>
</head>
<body>
If it didn't crash, the browser passed the test.
The <a href="https://bugs.webkit.org/show_bug.cgi?id=9176">bug</a> was a problem with link elements with no URL.
</body>
</html>