haikuwebkit/LayoutTests/fast/loader/file-protocol-fragment.html

19 lines
553 B
HTML

<html>
<head>
<script>
if (window.testRunner) {
testRunner.dumpAsText();
testRunner.dumpResourceLoadCallbacks();
if (testRunner.setSerializeHTTPLoads)
testRunner.setSerializeHTTPLoads();
} else {
document.write ('This test must be run through DumpRenderTree.')
}
</script>
<link rel=stylesheet href="resources/stylesheet.css#a">
<link rel=stylesheet href="resources/stylesheet.css#b">
<body>
This tests that file: URL are loaded separately even if they differ by the fragment only.
</div>
</html>