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

Unified Diff: LayoutTests/fast/repaint/resources/default.css

Issue 1298493003: Currently we only composite fixed position elements if we are on High DPI devices. This fix allows … Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Remove similarity check Created 5 years, 3 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/repaint/resources/default.css
diff --git a/LayoutTests/fast/repaint/resources/default.css b/LayoutTests/fast/repaint/resources/default.css
index 86679a8852dda73952b0ca9fc042efdf06fa2cea..efd2a43a1e297b94531e58888c0ca06bb5b65c0c 100644
--- a/LayoutTests/fast/repaint/resources/default.css
+++ b/LayoutTests/fast/repaint/resources/default.css
@@ -28,6 +28,10 @@ iframe {
background-color: red;
}
+.red-alpha {
+ background-color: rgba(255, 0, 0, 0.99);
+}
+
.blue {
background-color: blue;
}

Powered by Google App Engine
This is Rietveld 408576698