Index: sky/engine/web/tests/data/rgm_column_test.html |
diff --git a/sky/engine/web/tests/data/rgm_column_test.html b/sky/engine/web/tests/data/rgm_column_test.html |
deleted file mode 100644 |
index 948fdae969aab6a20946db7fb499884707d13389..0000000000000000000000000000000000000000 |
--- a/sky/engine/web/tests/data/rgm_column_test.html |
+++ /dev/null |
@@ -1,16 +0,0 @@ |
-<style> |
- .colStyle { |
- -webkit-column-count: 3; |
- -webkit-column-gap:10px; |
- } |
-</style> |
- |
-<div id='A' class='colStyle'> |
- <div id='Col1'> A </div> |
- <div >B </div> |
- <div> C </div> |
- <div id='Col2'> D </div> |
- <div> E </div> |
- <div> F </div> |
- <div id='Col3'> G </div> |
-</div> |