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

Unified Diff: third_party/WebKit/LayoutTests/fast/repaint/window-resize-background-image-fixed-centered-composited.html

Issue 2039943003: Convert fast/repaint/window-resize*.html into reftests (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 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: third_party/WebKit/LayoutTests/fast/repaint/window-resize-background-image-fixed-centered-composited.html
diff --git a/third_party/WebKit/LayoutTests/fast/repaint/window-resize-background-image-fixed-centered-composited.html b/third_party/WebKit/LayoutTests/fast/repaint/window-resize-background-image-fixed-centered-composited.html
index 563ff622e7d449676d57c913f239aa5b8ab9ec35..8672f3b88e17e07570c6cc0ed474b57564881a13 100644
--- a/third_party/WebKit/LayoutTests/fast/repaint/window-resize-background-image-fixed-centered-composited.html
+++ b/third_party/WebKit/LayoutTests/fast/repaint/window-resize-background-image-fixed-centered-composited.html
@@ -3,6 +3,9 @@
<script>
if (window.internals)
internals.settings.setPreferCompositingToLCDTextEnabled(true);
+ // Scaled background images in test and reference don't fully match.
+ if (window.testRunner)
+ testRunner.dumpAsText();
</script>
<style>
body {

Powered by Google App Engine
This is Rietveld 408576698