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

Side by Side Diff: third_party/WebKit/LayoutTests/compositing/overflow/clear-scroll-parent-expected.txt

Issue 1931833002: Update new expected results for clear-scroll-parent.html (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 7 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 unified diff | Download patch
OLDNEW
1 { 1 {
2 "bounds": [800, 600], 2 "bounds": [800, 600],
3 "children": [ 3 "children": [
4 { 4 {
5 "bounds": [800, 600], 5 "bounds": [800, 600],
6 "contentsOpaque": true, 6 "contentsOpaque": true,
7 "drawsContent": true, 7 "drawsContent": true,
8 "children": [ 8 "children": [
9 { 9 {
10 "position": [8, 8], 10 "position": [8, 8],
(...skipping 29 matching lines...) Expand all
40 ] 40 ]
41 }, 41 },
42 { 42 {
43 "position": [50, 200], 43 "position": [50, 200],
44 "bounds": [200, 200], 44 "bounds": [200, 200],
45 "contentsOpaque": true, 45 "contentsOpaque": true,
46 "drawsContent": true, 46 "drawsContent": true,
47 "backgroundColor": "#008000" 47 "backgroundColor": "#008000"
48 }, 48 },
49 { 49 {
50 "position": [12, 12], 50 "position": [4, 4],
51 "bounds": [80, 80], 51 "bounds": [80, 80],
52 "shouldFlattenTransform": false, 52 "shouldFlattenTransform": false,
53 "hasScrollParent": true, 53 "hasScrollParent": true,
54 "children": [ 54 "children": [
55 { 55 {
56 "position": [10, 10], 56 "position": [18, 18],
57 "bounds": [100, 100], 57 "bounds": [100, 100],
58 "contentsOpaque": true, 58 "contentsOpaque": true,
59 "drawsContent": true, 59 "drawsContent": true,
60 "backgroundColor": "#FF0000" 60 "backgroundColor": "#FF0000"
61 } 61 }
62 ] 62 ]
63 }, 63 },
64 { 64 {
65 "shouldFlattenTransform": false, 65 "shouldFlattenTransform": false,
66 "hasScrollParent": true, 66 "hasScrollParent": true,
(...skipping 10 matching lines...) Expand all
77 "bounds": [100, 320], 77 "bounds": [100, 320],
78 "drawsContent": true 78 "drawsContent": true
79 } 79 }
80 ] 80 ]
81 } 81 }
82 ] 82 ]
83 } 83 }
84 ] 84 ]
85 } 85 }
86 86
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698