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

Side by Side Diff: LayoutTests/platform/win-xp/virtual/slimmingpaint/fast/repaint/multi-layout-one-frame-expected.txt

Issue 1160113005: Auto-rebaseline for r196531 (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 6 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 [212, 11, 9, 16],
10 [167, 11, 149, 16], 9 [167, 11, 149, 16],
11 [55, 11, 9, 16], 10 [167, 11, 54, 16],
12 [10, 11, 149, 16] 11 [167, 11, 45, 16],
12 [10, 11, 149, 16],
13 [10, 11, 54, 16],
14 [10, 11, 45, 16]
13 ], 15 ],
14 "paintInvalidationClients": [ 16 "paintInvalidationClients": [
15 "InlineTextBox ''", 17 "InlineTextBox ''",
16 "RootInlineBox", 18 "RootInlineBox",
17 "InlineTextBox ''", 19 "InlineTextBox ''",
18 "RootInlineBox", 20 "RootInlineBox",
19 "LayoutBlockFlow DIV id='inner-editor'", 21 "LayoutBlockFlow DIV id='inner-editor'",
20 "LayoutText #text", 22 "LayoutText #text",
21 "InlineTextBox 'PASSED'", 23 "InlineTextBox 'PASSED'",
22 "LayoutBlockFlow DIV id='inner-editor'", 24 "LayoutBlockFlow DIV id='inner-editor'",
23 "LayoutText #text", 25 "LayoutText #text",
24 "InlineTextBox 'PASSED'" 26 "InlineTextBox 'PASSED'"
25 ] 27 ]
26 } 28 }
27 ] 29 ]
28 } 30 }
29 31
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698