Index: LayoutTests/fullscreen/full-screen-fixed-pos-parent-expected.html |
diff --git a/LayoutTests/compositing/document-background-color-expected.html b/LayoutTests/fullscreen/full-screen-fixed-pos-parent-expected.html |
similarity index 52% |
copy from LayoutTests/compositing/document-background-color-expected.html |
copy to LayoutTests/fullscreen/full-screen-fixed-pos-parent-expected.html |
index d3ea611b40474e556d1532232b08494bfddf2beb..c267f5413a661d31cc33e4a80a46c3aa7a9e4574 100644 |
--- a/LayoutTests/compositing/document-background-color-expected.html |
+++ b/LayoutTests/fullscreen/full-screen-fixed-pos-parent-expected.html |
@@ -1,12 +1,7 @@ |
<!DOCTYPE html> |
-<html> |
-<head> |
<style> |
- html { |
+body { |
background-color: green; |
- } |
+} |
</style> |
-</head> |
-<body> |
-</body> |
-</html> |
+<body></body> |