blob: 26cf633c7330778d6c8d3ea0cf41297381e27829 [file] [log] [blame]
<!doctype html>
<html>
<head>
<script>
if (window.testRunner)
testRunner.waitUntilDone();
setTimeout(() => {
const stylesheet = document.querySelector('link');
stylesheet.remove();
if (window.testRunner)
testRunner.notifyDone();
}, 100);
</script>
<link rel="stylesheet" href="http://127.0.0.1:8000/local/resources/slow-import.css">
</head>
<body>
<h1>CAN YOU SEE ME NOW?</h1>
</body>
</html>