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

Unified Diff: LayoutTests/compositing/fixed-position-opaque-compositing-expected.txt

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/compositing/fixed-position-opaque-compositing-expected.txt
diff --git a/LayoutTests/compositing/fixed-position-opaque-compositing-expected.txt b/LayoutTests/compositing/fixed-position-opaque-compositing-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..518388530e2b11367c16af3d0e3219116921647c
--- /dev/null
+++ b/LayoutTests/compositing/fixed-position-opaque-compositing-expected.txt
@@ -0,0 +1,27 @@
+{
+ "bounds": [785, 2000],
+ "children": [
+ {
+ "bounds": [785, 2000],
+ "contentsOpaque": true,
+ "drawsContent": true,
+ "backgroundColor": "#FFFFFF",
+ "children": [
+ {
+ "bounds": [200, 200],
+ "contentsOpaque": true,
+ "drawsContent": true,
+ "backgroundColor": "#008000"
+ },
+ {
+ "position": [100, 250],
+ "bounds": [25, 25],
+ "contentsOpaque": true,
+ "drawsContent": true,
+ "backgroundColor": "#008000"
+ }
+ ]
+ }
+ ]
+}
+

Powered by Google App Engine
This is Rietveld 408576698