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

Side by Side Diff: LayoutTests/virtual/slimmingpaint/fast/repaint/multicol-repaint-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 [284, 15, 250, 50], 9 [234, 15, 300, 50],
10 [234, 15, 50, 50],
10 [9, 9, 525, 100], 11 [9, 9, 525, 100],
11 [9, 9, 400, 100] 12 [9, 9, 400, 100]
12 ], 13 ],
13 "paintInvalidationClients": [ 14 "paintInvalidationClients": [
14 "RootInlineBox", 15 "RootInlineBox",
15 "RootInlineBox", 16 "RootInlineBox",
16 "InlineTextBox '\u00A0'", 17 "InlineTextBox '\u00A0'",
17 "InlineTextBox '\n'", 18 "InlineTextBox '\n'",
18 "InlineFlowBox", 19 "InlineFlowBox",
19 "InlineTextBox ''", 20 "InlineTextBox ''",
20 "LayoutMultiColumnFlowThread (anonymous)", 21 "LayoutMultiColumnFlowThread (anonymous)",
21 "LayoutText #text", 22 "LayoutText #text",
22 "InlineTextBox 'XXXXXX'" 23 "InlineTextBox 'XXXXXX'"
23 ] 24 ]
24 } 25 }
25 ] 26 ]
26 } 27 }
27 28
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698