| Index: third_party/WebKit/LayoutTests/fast/dom/shadow/img-display-contents-crash.html
|
| diff --git a/third_party/WebKit/LayoutTests/fast/dom/shadow/img-display-contents-crash.html b/third_party/WebKit/LayoutTests/fast/dom/shadow/img-display-contents-crash.html
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..24d64f470143d8257d55ce6d9a875cc5e32a385a
|
| --- /dev/null
|
| +++ b/third_party/WebKit/LayoutTests/fast/dom/shadow/img-display-contents-crash.html
|
| @@ -0,0 +1,7 @@
|
| +<!DOCTYPE html>
|
| +<img style="display:contents" src="invalid">
|
| +<p>This test passes if it does not crash.</p>
|
| +<script>
|
| +if (window.testRunner)
|
| + testRunner.dumpAsText();
|
| +</script>
|
|
|