| Index: third_party/WebKit/LayoutTests/tables/invalid-background-url-crash.html
|
| diff --git a/third_party/WebKit/LayoutTests/tables/invalid-background-url-crash.html b/third_party/WebKit/LayoutTests/tables/invalid-background-url-crash.html
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..569ea7de04dfdbd18a749bb1554881b15568d1ab
|
| --- /dev/null
|
| +++ b/third_party/WebKit/LayoutTests/tables/invalid-background-url-crash.html
|
| @@ -0,0 +1,12 @@
|
| +<script src="../resources/testharness.js"></script>
|
| +<script src="../resources/testharnessreport.js"></script>
|
| +
|
| +<body onload="window.open()">
|
| + <table background="http://tLayp%e3s"^1"></table>
|
| +</body>
|
| +
|
| +<script>
|
| +if (window.testRunner)
|
| + testRunner.setCanOpenWindows();
|
| +test(() => {}, 'This test passes if it does not crash.');
|
| +</script>
|
|
|