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

Side by Side Diff: LayoutTests/platform/linux/virtual/slimmingpaint/fast/repaint/paint-invalidation-with-reparent-across-frame-boundaries-expected.txt

Issue 1022673013: Auto-rebaseline for r192549 (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 9 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 [18, 18, 284, 20], 9 [18, 18, 284, 20],
10 [18, 18, 284, 20], 10 [18, 18, 284, 20],
11 [18, 18, 22, 19], 11 [18, 18, 22, 19],
12 [10, 18, 300, 28], 12 [10, 18, 300, 28],
13 [8, 187, 784, 20], 13 [8, 187, 784, 20],
14 [8, 187, 22, 19], 14 [8, 187, 22, 19],
15 [0, 195, 800, 20] 15 [0, 195, 800, 20]
16 ], 16 ],
17 "paintInvalidationClients": [ 17 "paintInvalidationClients": [
18 "InlineTextBox 'abc'",
18 "LayoutText #text", 19 "LayoutText #text",
20 "RootInlineBox",
19 "LayoutBlockFlow DIV id='inner-target'", 21 "LayoutBlockFlow DIV id='inner-target'",
20 "LayoutBlockFlow HTML", 22 "LayoutBlockFlow HTML",
21 "LayoutBlockFlow DIV id='inner-target'", 23 "LayoutBlockFlow DIV id='inner-target'",
22 "LayoutText #text", 24 "LayoutText #text",
25 "InlineTextBox 'abc'",
23 "LayoutBlockFlow HTML", 26 "LayoutBlockFlow HTML",
24 "LayoutBlockFlow BODY" 27 "LayoutBlockFlow BODY"
25 ] 28 ]
26 } 29 }
27 ] 30 ]
28 } 31 }
29 32
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698