Index: sky/engine/web/tests/data/rgm_test.html |
diff --git a/sky/engine/web/tests/data/rgm_test.html b/sky/engine/web/tests/data/rgm_test.html |
deleted file mode 100644 |
index 9c0ea9f2d8d712cfd7dab7f95d20109de2c17151..0000000000000000000000000000000000000000 |
--- a/sky/engine/web/tests/data/rgm_test.html |
+++ /dev/null |
@@ -1,21 +0,0 @@ |
-<style> |
- div { |
- border-style:solid; |
- border-width:1px; |
- transform:translate3d(0, 0, 0); |
- position:relative; |
- padding:5px 0px; |
- width:500px; |
- } |
-</style> |
- |
-<div id='InitialDiv'></div> |
-<div id='LongDiv' style="width:200px"></div> |
-<div id='CenterDiv' style="left:20px"> |
- <div id='InnerDiv' style="left:20px"> |
- <div id='OtherDiv' style=""> |
- Word |
- </div> |
- </div> |
-</div> |
- |