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

Unified Diff: LayoutTests/platform/mac/compositing/layer-creation/fixed-position-in-fixed-overflow-expected.txt

Issue 1167073002: Where an ancestor has overflow style, a fixed child needs to be composited. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Update expected results. 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/platform/mac/compositing/layer-creation/fixed-position-in-fixed-overflow-expected.txt
diff --git a/LayoutTests/platform/linux/compositing/backing/no-backing-for-clip-expected.txt b/LayoutTests/platform/mac/compositing/layer-creation/fixed-position-in-fixed-overflow-expected.txt
similarity index 61%
copy from LayoutTests/platform/linux/compositing/backing/no-backing-for-clip-expected.txt
copy to LayoutTests/platform/mac/compositing/layer-creation/fixed-position-in-fixed-overflow-expected.txt
index ae40ab74d0dd1c59f674aa59136ec5ad5916b4d6..e6d270a00b28001b387c379b5e036d6ffd25a66b 100644
--- a/LayoutTests/platform/linux/compositing/backing/no-backing-for-clip-expected.txt
+++ b/LayoutTests/platform/mac/compositing/layer-creation/fixed-position-in-fixed-overflow-expected.txt
@@ -1,5 +1,3 @@
-This layer should not have backing store.
-This layer should not have backing store.
{
"bounds": [800, 600],
"children": [
@@ -9,35 +7,39 @@ This layer should not have backing store.
"drawsContent": true,
"children": [
{
- "position": [8, 8],
- "bounds": [342, 244],
+ "position": [8, 13],
+ "bounds": [800, 600],
"drawsContent": true,
"children": [
{
- "position": [1, 1],
- "bounds": [340, 242],
+ "bounds": [785, 600],
"children": [
{
- "position": [20, 40],
- "bounds": [342, 182],
+ "bounds": [785, 1000],
"drawsContent": true,
"children": [
{
- "position": [1, 1],
- "bounds": [340, 180],
"children": [
{
- "position": [30, 50],
+ "position": [192, 0],
"bounds": [100, 100],
"contentsOpaque": true,
"drawsContent": true,
- "backgroundColor": "#C0C0C0"
+ "backgroundColor": "#FFFF00"
}
]
}
]
}
]
+ },
+ {
+ "children": [
+ {
+ "position": [785, 0],
+ "bounds": [15, 600]
+ }
+ ]
}
]
}

Powered by Google App Engine
This is Rietveld 408576698