| Index: third_party/WebKit/LayoutTests/fast/multicol/span/becomes-spanner-with-new-width.html
|
| diff --git a/third_party/WebKit/LayoutTests/fast/multicol/span/becomes-spanner-with-new-width.html b/third_party/WebKit/LayoutTests/fast/multicol/span/becomes-spanner-with-new-width.html
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..439161202ea98aa7d9f54fb8849dfe1bb57655c6
|
| --- /dev/null
|
| +++ b/third_party/WebKit/LayoutTests/fast/multicol/span/becomes-spanner-with-new-width.html
|
| @@ -0,0 +1,13 @@
|
| +<!DOCTYPE html>
|
| +<p>There should be a green square below, and no red.</p>
|
| +<div id="root" style="column-fill:auto; width:300px; height:300px; background:red;">
|
| + <div style="width:100px;">
|
| + <div style="column-span:all; height:300px; background:green;" data-expected-width="300"></div>
|
| + </div>
|
| +</div>
|
| +<script src="../../../resources/check-layout.js"></script>
|
| +<script>
|
| + document.body.offsetTop;
|
| + document.getElementById("root").style.columns = "2";
|
| + checkLayout("#root");
|
| +</script>
|
|
|