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

Side by Side Diff: third_party/WebKit/LayoutTests/fast/repaint/multicol-with-text-expected.txt

Issue 1880263003: Auto-rebaseline for r386782 (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 "paintInvalidations": [ 8 "paintInvalidations": [
9 { 9 {
10 "object": "InlineTextBox '\n'", 10 "object": "InlineTextBox '\n'",
(...skipping 10 matching lines...) Expand all
21 "rect": [0, 0, 0, 0], 21 "rect": [0, 0, 0, 0],
22 "reason": "full" 22 "reason": "full"
23 }, 23 },
24 { 24 {
25 "object": "InlineTextBox 'PASS'", 25 "object": "InlineTextBox 'PASS'",
26 "rect": [0, 0, 0, 0], 26 "rect": [0, 0, 0, 0],
27 "reason": "location change" 27 "reason": "location change"
28 }, 28 },
29 { 29 {
30 "object": "LayoutMultiColumnFlowThread (anonymous)", 30 "object": "LayoutMultiColumnFlowThread (anonymous)",
31 "rect": [8, 8, 470, 20],
32 "reason": "forced by layout"
33 },
34 {
35 "object": "LayoutMultiColumnFlowThread (anonymous)",
36 "rect": [8, 8, 630, 20], 31 "rect": [8, 8, 630, 20],
37 "reason": "forced by layout" 32 "reason": "forced by layout"
38 }, 33 },
39 { 34 {
40 "object": "LayoutText #text", 35 "object": "LayoutText #text",
41 "rect": [488, 8, 80, 20], 36 "rect": [488, 8, 80, 20],
42 "reason": "location change" 37 "reason": "location change"
43 }, 38 },
44 { 39 {
45 "object": "RootInlineBox", 40 "object": "RootInlineBox",
(...skipping 13 matching lines...) Expand all
59 { 54 {
60 "object": "RootInlineBox", 55 "object": "RootInlineBox",
61 "rect": [0, 0, 0, 0], 56 "rect": [0, 0, 0, 0],
62 "reason": "full" 57 "reason": "full"
63 } 58 }
64 ] 59 ]
65 } 60 }
66 ] 61 ]
67 } 62 }
68 63
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698