Index: third_party/WebKit/LayoutTests/fast/parser/non-script-endtag-in-textmode.html |
diff --git a/third_party/WebKit/LayoutTests/fast/parser/non-script-endtag-in-textmode.html b/third_party/WebKit/LayoutTests/fast/parser/non-script-endtag-in-textmode.html |
new file mode 100644 |
index 0000000000000000000000000000000000000000..4cc2099db37978cd630185f80a377109b98363f7 |
--- /dev/null |
+++ b/third_party/WebKit/LayoutTests/fast/parser/non-script-endtag-in-textmode.html |
@@ -0,0 +1,9 @@ |
+<script> |
+if (window.testRunner) |
+ testRunner.dumpAsText(); |
+</script> |
+<p>PASS: if no crash on DEBUG</p> |
+<svg> |
+ <title><foobar> |
+ <title></script></title> |
+</svg> |