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

Side by Side Diff: LayoutTests/compositing/repaint/should-not-repaint-composited-descendants-on-overflow-change-expected.txt

Issue 1304503003: Auto-rebaseline for r200849 (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 4 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 | Annotate | Revision Log
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 "repaintRects": [ 8 "repaintRects": [
9 [0, 200, 200, 200], 9 [0, 200, 200, 200],
10 [0, 0, 200, 200] 10 [0, 0, 200, 200]
11 ], 11 ],
12 "paintInvalidationClients": [
13 "LayoutBlockFlow DIV id='overflow1'",
14 "LayoutBlockFlow DIV id='overflow2'"
15 ],
12 "children": [ 16 "children": [
13 { 17 {
14 "bounds": [100, 100], 18 "bounds": [100, 100],
15 "contentsOpaque": true, 19 "contentsOpaque": true,
16 "drawsContent": true, 20 "drawsContent": true,
17 "backfaceVisibility": "hidden", 21 "backfaceVisibility": "hidden",
18 "backgroundColor": "#008000" 22 "backgroundColor": "#008000"
19 }, 23 },
20 { 24 {
21 "position": [0, 200], 25 "position": [0, 200],
(...skipping 30 matching lines...) Expand all
52 "backfaceVisibility": "hidden", 56 "backfaceVisibility": "hidden",
53 "backgroundColor": "#008000" 57 "backgroundColor": "#008000"
54 } 58 }
55 ] 59 ]
56 } 60 }
57 ] 61 ]
58 } 62 }
59 ] 63 ]
60 } 64 }
61 65
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698