| Index: LayoutTests/fast/multicol/span/as-inner-multicol-after-composited-layer-crash.html
|
| diff --git a/LayoutTests/fast/multicol/span/as-inner-multicol-after-composited-layer-crash.html b/LayoutTests/fast/multicol/span/as-inner-multicol-after-composited-layer-crash.html
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..51c403cc90080f325e36f4404ae6d6e0a5a96542
|
| --- /dev/null
|
| +++ b/LayoutTests/fast/multicol/span/as-inner-multicol-after-composited-layer-crash.html
|
| @@ -0,0 +1,12 @@
|
| +<!DOCTYPE html>
|
| +<script>
|
| + if (window.testRunner)
|
| + testRunner.dumpAsText();
|
| +</script>
|
| +<p>Make sure that a spanner that establishes an inner multicol doesn't set up its flow thread as a
|
| + paint invalidation container.</p>
|
| +<p>PASS if no crash or assert.</p>
|
| +<div style="-webkit-column-count:2;">
|
| + <div style="backface-visibility:hidden;"></div>
|
| + <div style="-webkit-column-count:2; -webkit-column-span:all;"></div>
|
| +</div>
|
|
|