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

Side by Side Diff: third_party/WebKit/LayoutTests/compositing/squashing/repaint-child-of-squashed-expected.txt

Issue 1883513002: Auto-rebaseline for r386594 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 8 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 CASE 1, original layer tree 1 CASE 1, original layer tree
2 { 2 {
3 "bounds": [800, 600], 3 "bounds": [800, 600],
4 "children": [ 4 "children": [
5 { 5 {
6 "bounds": [800, 600], 6 "bounds": [800, 600],
7 "contentsOpaque": true, 7 "contentsOpaque": true,
8 "drawsContent": true, 8 "drawsContent": true,
9 "children": [ 9 "children": [
10 { 10 {
(...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after
44 "position": [50, 50], 44 "position": [50, 50],
45 "bounds": [100, 100], 45 "bounds": [100, 100],
46 "contentsOpaque": true, 46 "contentsOpaque": true,
47 "drawsContent": true, 47 "drawsContent": true,
48 "backgroundColor": "#0000FF" 48 "backgroundColor": "#0000FF"
49 }, 49 },
50 { 50 {
51 "position": [130, 130], 51 "position": [130, 130],
52 "bounds": [100, 100], 52 "bounds": [100, 100],
53 "drawsContent": true, 53 "drawsContent": true,
54 "repaintRects": [ 54 "paintInvalidations": [
55 [10, 10, 50, 50] 55 {
56 "object": "LayoutBlockFlow (positioned) DIV id='inner'",
57 "rect": [10, 10, 50, 50],
58 "reason": "style change"
59 }
56 ] 60 ]
57 } 61 }
58 ] 62 ]
59 } 63 }
60 ] 64 ]
61 } 65 }
62 ] 66 ]
63 } 67 }
64 68
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698