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

Side by Side Diff: third_party/WebKit/LayoutTests/platform/win/fast/repaint/bugzilla-5699-expected.txt

Issue 1989683003: Auto-rebaseline for r394275 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 7 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": "LayoutBlockFlow P", 10 "object": "LayoutBlockFlow P",
(...skipping 24 matching lines...) Expand all
35 "object": "LayoutText #text", 35 "object": "LayoutText #text",
36 "rect": [8, 145, 4, 17], 36 "rect": [8, 145, 4, 17],
37 "reason": "style change" 37 "reason": "style change"
38 }, 38 },
39 { 39 {
40 "object": "LayoutText #text", 40 "object": "LayoutText #text",
41 "rect": [8, 130, 4, 17], 41 "rect": [8, 130, 4, 17],
42 "reason": "style change" 42 "reason": "style change"
43 }, 43 },
44 { 44 {
45 "object": "LayoutBR BR",
46 "rect": [43, 178, 1, 17],
47 "reason": "bounds change"
48 },
49 {
50 "object": "LayoutBR BR",
51 "rect": [43, 148, 1, 17],
52 "reason": "bounds change"
53 },
54 {
55 "object": "InlineFlowBox", 45 "object": "InlineFlowBox",
56 "reason": "style change" 46 "reason": "style change"
57 }, 47 },
58 { 48 {
59 "object": "InlineTextBox '\n'", 49 "object": "InlineTextBox '\n'",
60 "reason": "full" 50 "reason": "full"
61 }, 51 },
62 { 52 {
63 "object": "InlineTextBox '\n'", 53 "object": "InlineTextBox '\n'",
64 "reason": "bounds change" 54 "reason": "bounds change"
(...skipping 12 matching lines...) Expand all
77 }, 67 },
78 { 68 {
79 "object": "InlineTextBox '\u00A0'", 69 "object": "InlineTextBox '\u00A0'",
80 "reason": "style change" 70 "reason": "style change"
81 }, 71 },
82 { 72 {
83 "object": "LayoutBR BR", 73 "object": "LayoutBR BR",
84 "reason": "bounds change" 74 "reason": "bounds change"
85 }, 75 },
86 { 76 {
77 "object": "LayoutBR BR",
78 "reason": "bounds change"
79 },
80 {
87 "object": "RootInlineBox", 81 "object": "RootInlineBox",
88 "reason": "full" 82 "reason": "full"
89 }, 83 },
90 { 84 {
91 "object": "RootInlineBox", 85 "object": "RootInlineBox",
92 "reason": "full" 86 "reason": "full"
93 } 87 }
94 ] 88 ]
95 } 89 }
96 ] 90 ]
97 } 91 }
98 92
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698