Chromium Code Reviews| Index: LayoutTests/fast/multicol/seamless-flowed-through-columns.html |
| diff --git a/LayoutTests/fast/multicol/seamless-flowed-through-columns.html b/LayoutTests/fast/multicol/seamless-flowed-through-columns.html |
| deleted file mode 100644 |
| index c9d2cd2cf0e2d4d86a216c8a830c3b130449dfe7..0000000000000000000000000000000000000000 |
| --- a/LayoutTests/fast/multicol/seamless-flowed-through-columns.html |
| +++ /dev/null |
| @@ -1,10 +0,0 @@ |
| -<!doctype html> |
| -<html> |
| -<body style="overflow:hidden; height:900px; -webkit-column-count:4; column-count:4; column-fill:auto;"> |
| -<p>First line outside iframe.</p> |
| -<p>Second line outside iframe.</p> |
| -<hr> |
| -<iframe src="resources/seamless.html" seamless="seamless"></iframe> |
| -</body> |
| -</html> |
| - |