Index: LayoutTests/fast/parser/defer-style-crash.html |
diff --git a/LayoutTests/fast/parser/defer-style-crash.html b/LayoutTests/fast/parser/defer-style-crash.html |
new file mode 100644 |
index 0000000000000000000000000000000000000000..2e4929768ac97ff582c9fc50f8ec8e5106fb05cd |
--- /dev/null |
+++ b/LayoutTests/fast/parser/defer-style-crash.html |
@@ -0,0 +1,12 @@ |
+<!DOCTYPE html> |
+<html> |
+<head> |
+<script> |
+if (window.testRunner) |
+ testRunner.dumpAsText(); |
+</script> |
+<script defer src="hello.js"></script> |
+<link rel="stylesheet" href="hello.css"> |
+</script> |
+<body><h1>PASS unless crash</h1></body> |
+</html> |