| Index: LayoutTests/fast/multicol/span/double-merge-anonymous-block-crash.html
|
| diff --git a/LayoutTests/fast/multicol/span/double-merge-anonymous-block-crash.html b/LayoutTests/fast/multicol/span/double-merge-anonymous-block-crash.html
|
| deleted file mode 100644
|
| index 6b7d7f48e15836bdee33804e10fb80734f68f5f6..0000000000000000000000000000000000000000
|
| --- a/LayoutTests/fast/multicol/span/double-merge-anonymous-block-crash.html
|
| +++ /dev/null
|
| @@ -1,27 +0,0 @@
|
| -<html>
|
| - <head>
|
| - <script>
|
| - if (window.testRunner)
|
| - testRunner.dumpAsText();
|
| - </script>
|
| - </head>
|
| - <style>
|
| - div {
|
| - border: 5px solid maroon;
|
| - -webkit-column-count: 2;
|
| - margin: 1em 0;
|
| - }
|
| - summary {
|
| - -webkit-column-span: all;
|
| - background-color: #eeeeee;
|
| - color: black;
|
| - }
|
| - </style>
|
| - <body onload="document.open(); document.write('PASS, does not crash'); document.close();">
|
| - <div>
|
| - <label>AAA
|
| - <summary>BBB
|
| - </div>
|
| - </body>
|
| -</html>
|
| -
|
|
|