| Index: LayoutTests/fast/table/table-columns-blocks-calc-crash.html
|
| diff --git a/LayoutTests/fast/table/table-columns-blocks-calc-crash.html b/LayoutTests/fast/table/table-columns-blocks-calc-crash.html
|
| index 304c0dd6b6e413ebc457f296088844dd3f29ec41..87c648c9ccc94cdd5f17f6dec4379d8910407779 100644
|
| --- a/LayoutTests/fast/table/table-columns-blocks-calc-crash.html
|
| +++ b/LayoutTests/fast/table/table-columns-blocks-calc-crash.html
|
| @@ -1,22 +1,22 @@
|
| -<html>
|
| - <head>
|
| - <style>
|
| - div
|
| - {
|
| - -webkit-column-span: all;
|
| - display: table-cell;
|
| - }
|
| - </style>
|
| - </head>
|
| - <body>
|
| - <div>
|
| - <div></div>
|
| - </div>
|
| - PASS
|
| - <script>
|
| - if (window.testRunner)
|
| - testRunner.dumpAsText();
|
| - </script>
|
| - </body>
|
| -</html>
|
| -
|
| +<html>
|
| + <head>
|
| + <style>
|
| + div
|
| + {
|
| + -webkit-column-span: all;
|
| + display: table-cell;
|
| + }
|
| + </style>
|
| + </head>
|
| + <body>
|
| + <div>
|
| + <div></div>
|
| + </div>
|
| + PASS
|
| + <script>
|
| + if (window.testRunner)
|
| + testRunner.dumpAsText();
|
| + </script>
|
| + </body>
|
| +</html>
|
| +
|
|
|