| Index: third_party/WebKit/LayoutTests/fast/multicol/span/becomes-empty-spanner-crash.html
|
| diff --git a/third_party/WebKit/LayoutTests/fast/multicol/span/becomes-empty-spanner-crash.html b/third_party/WebKit/LayoutTests/fast/multicol/span/becomes-empty-spanner-crash.html
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..f3456988ef6f5d08c6bd099f6843e44ff0e22833
|
| --- /dev/null
|
| +++ b/third_party/WebKit/LayoutTests/fast/multicol/span/becomes-empty-spanner-crash.html
|
| @@ -0,0 +1,15 @@
|
| +<!DOCTYPE html>
|
| +<script>
|
| + if (window.testRunner)
|
| + testRunner.dumpAsText();
|
| +</script>
|
| +<p>PASS if no crash or assertion failure.</p>
|
| +<div id="root">
|
| + <div style="width:100px;">
|
| + <div style="column-span:all;"></div>
|
| + </div>
|
| +</div>
|
| +<script>
|
| + document.body.offsetTop;
|
| + document.getElementById("root").style.columns = "2";
|
| +</script>
|
|
|