blob: a680109c52387d818d1b0767727064217c4bbee0 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
<!DOCTYPE html>
<html>
<head>
<script>
if (window.testRunner)
testRunner.dumpAsText();
</script>
<link href="css-imports-url-fragment.css" rel="stylesheet">
</head>
<body>This test passes if it does not crash.</body>
</html>
|