| Index: third_party/WebKit/LayoutTests/fast/table/backgr_image-crash.html
|
| diff --git a/third_party/WebKit/LayoutTests/fast/table/backgr_image-crash.html b/third_party/WebKit/LayoutTests/fast/table/backgr_image-crash.html
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..3ac79a57f19597e4067eef52bf4d686ffe61af31
|
| --- /dev/null
|
| +++ b/third_party/WebKit/LayoutTests/fast/table/backgr_image-crash.html
|
| @@ -0,0 +1,12 @@
|
| +<!DOCTYPE html>
|
| +<p>crbug.com/683594: Passes if it doesn't crash.</p>
|
| +<table id="table">
|
| + <colgroup style="background: url(data:image/gif;base64,R0lGODlhEAAQAMQAAORHHOVSKudfOulrSOp3WOyDZu6QdvCchPGolfO0o/XBs/fNwfjZ0frl3/zy7////wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH5BAkAABAALAAAAAAQABAAAAVVICSOZGlCQAosJ6mu7fiyZeKqNKToQGDsM8hBADgUXoGAiqhSvp5QAnQKGIgUhwFUYLCVDFCrKUE1lBavAViFIDlTImbKC5Gm2hB0SlBCBMQiB0UjIQA7)">
|
| +</table>
|
| +<script>
|
| + if (window.testRunner)
|
| + testRunner.dumpAsText();
|
| + var row = table.insertRow();
|
| + row.insertCell();
|
| + row.appendChild(document.createElement("div"));
|
| +</script>
|
|
|