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

Unified Diff: LayoutTests/fast/transforms/transformed-document-element.html

Issue 1145993002: Refactor root element background painting (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: rebase, adding back TestExpectation Created 5 years, 6 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/fast/transforms/transformed-document-element.html
diff --git a/LayoutTests/fast/transforms/transformed-document-element.html b/LayoutTests/fast/transforms/transformed-document-element.html
index 81a61f1ca48ff2a5368b9dd85012769d50b5f02c..56c86c71bd3c49a68699a186dedc194c44f5e0b8 100644
--- a/LayoutTests/fast/transforms/transformed-document-element.html
+++ b/LayoutTests/fast/transforms/transformed-document-element.html
@@ -6,8 +6,8 @@
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>Transform on Document</title>
</head>
-<body style="background-color: gray">
-<p>The portions of the view exposed by the transformed document should be painted white</p>
+<body style="background-image:url('../../compositing/repaint/resources/grid.png')">
+<p>The background of root element shall respect transform but expands to the whole viewport.</p>
<script type="text/javascript" charset="utf-8">
// do this dynamically to avoid pixels from the previous test in potentially unpainted areas
document.documentElement.style.webkitTransform = 'translateY(200px) rotate(20deg)';

Powered by Google App Engine
This is Rietveld 408576698