Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(264)

Unified Diff: LayoutTests/fullscreen/full-screen-fixed-pos-parent-expected.html

Issue 451483004: Convert fullscreen pixel tests to reftests (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: off by 4px Created 6 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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>

Powered by Google App Engine
This is Rietveld 408576698