| Index: LayoutTests/fast/parser/badurl-base-preloader-crash.html
|
| diff --git a/LayoutTests/fast/parser/badurl-base-preloader-crash.html b/LayoutTests/fast/parser/badurl-base-preloader-crash.html
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..c5efb9f175db00d85cb7c2ad04c79bafc3cd4ce6
|
| --- /dev/null
|
| +++ b/LayoutTests/fast/parser/badurl-base-preloader-crash.html
|
| @@ -0,0 +1,7 @@
|
| +<!DOCTYPE html>
|
| +<base href="gopher:��ė%�:0"></base>
|
| +<script src=":"></script>
|
| +<script>
|
| +if (window.testRunner) testRunner.dumpAsText();
|
| +</script>
|
| +<p>PASS: if scanning this document with preloader doesn't crash in debug builds</p>
|
|
|