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

Unified Diff: third_party/WebKit/LayoutTests/compositing/always-composite-fixed-position-when-descendants-composite-expected.txt

Issue 1413363003: Always composite position: fixed elements with composited descendants. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 2 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/compositing/always-composite-fixed-position-when-descendants-composite-expected.txt
diff --git a/third_party/WebKit/LayoutTests/platform/android/compositing/squashing/clipping-ancestor-expected.txt b/third_party/WebKit/LayoutTests/compositing/always-composite-fixed-position-when-descendants-composite-expected.txt
similarity index 69%
copy from third_party/WebKit/LayoutTests/platform/android/compositing/squashing/clipping-ancestor-expected.txt
copy to third_party/WebKit/LayoutTests/compositing/always-composite-fixed-position-when-descendants-composite-expected.txt
index 423afafd7904f1960c9f675e20048cf915997bbe..60543cc189510f520a1c6fb97fc7ccd829701f7d 100644
--- a/third_party/WebKit/LayoutTests/platform/android/compositing/squashing/clipping-ancestor-expected.txt
+++ b/third_party/WebKit/LayoutTests/compositing/always-composite-fixed-position-when-descendants-composite-expected.txt
@@ -8,22 +8,19 @@
"children": [
{
"position": [8, 8],
- "bounds": [200, 10],
+ "bounds": [100, 100],
+ "contentsOpaque": true,
+ "drawsContent": true,
+ "backgroundColor": "#D3D3D3",
"children": [
{
- "bounds": [200, 10],
+ "position": [50, 50],
+ "bounds": [50, 50],
"contentsOpaque": true,
"drawsContent": true,
- "backgroundColor": "#F5F5F5"
+ "backgroundColor": "#ADD8E6"
}
]
- },
- {
- "position": [8, 0],
- "bounds": [100, 100],
- "contentsOpaque": true,
- "drawsContent": true,
- "backgroundColor": "#90EE90"
}
]
}

Powered by Google App Engine
This is Rietveld 408576698