Index: trunk/LayoutTests/compositing/squashing/squashed-layer-color-update-expected.html |
=================================================================== |
--- trunk/LayoutTests/compositing/squashing/squashed-layer-color-update-expected.html (revision 169401) |
+++ trunk/LayoutTests/compositing/squashing/squashed-layer-color-update-expected.html (working copy) |
@@ -1,29 +0,0 @@ |
-<!DOCTYPE html> |
-<html> |
-<head> |
- <style> |
- .squashed { |
- height: 40px; |
- width: 40px; |
- background-color: lightgreen; |
- position: absolute; |
- top: 90px; |
- } |
- .composited { |
- position: absolute; |
- margin-top: 5px; |
- height: 100px; |
- width: 100px; |
- background-color: lightblue; |
- } |
- #target3 { |
- background-color: green; |
- } |
- </style> |
-</head> |
-<body> |
- <div id="target2" class="second composited"> |
- </div> |
- <div id="target3" class="squashed"></div> |
-</body> |
-</html> |