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

Side by Side Diff: third_party/WebKit/LayoutTests/compositing/repaint/invalidations-on-composited-layers-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 { 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],
11 "bounds": [400, 400], 11 "bounds": [400, 400],
12 "contentsOpaque": true, 12 "contentsOpaque": true,
13 "drawsContent": true, 13 "drawsContent": true,
14 "backgroundColor": "#008000", 14 "backgroundColor": "#008000",
15 "repaintRects": [ 15 "paintInvalidations": [
16 [0, 0, 400, 400] 16 {
17 ], 17 "object": "LayoutBlockFlow DIV id='parent'",
18 "paintInvalidationClients": [ 18 "rect": [0, 0, 400, 400],
19 "LayoutBlockFlow DIV id='parent'" 19 "reason": "style change"
20 }
20 ], 21 ],
21 "children": [ 22 "children": [
22 { 23 {
23 "position": [50, 50], 24 "position": [50, 50],
24 "bounds": [75, 75], 25 "bounds": [75, 75],
25 "contentsOpaque": true, 26 "contentsOpaque": true,
26 "drawsContent": true, 27 "drawsContent": true,
27 "backgroundColor": "#0000FF", 28 "backgroundColor": "#0000FF",
28 "repaintRects": [ 29 "paintInvalidations": [
29 [0, 0, 75, 75] 30 {
30 ], 31 "object": "LayoutBlockFlow (relative positioned) DIV id='child '",
31 "paintInvalidationClients": [ 32 "rect": [0, 0, 75, 75],
32 "LayoutBlockFlow (relative positioned) DIV id='child'" 33 "reason": "style change"
34 }
33 ] 35 ]
34 } 36 }
35 ] 37 ]
36 } 38 }
37 ] 39 ]
38 } 40 }
39 ] 41 ]
40 } 42 }
41 43
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698