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

Side by Side Diff: third_party/WebKit/LayoutTests/platform/linux/fast/repaint/selection-clear-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 59 matching lines...) Expand 10 before | Expand all | Expand 10 after
70 "object": "LayoutBlockFlow DIV id='firstLine'", 70 "object": "LayoutBlockFlow DIV id='firstLine'",
71 "rect": [0, 0, 0, 0], 71 "rect": [0, 0, 0, 0],
72 "reason": "selection" 72 "reason": "selection"
73 }, 73 },
74 { 74 {
75 "object": "LayoutBlockFlow DIV id='firstLine'", 75 "object": "LayoutBlockFlow DIV id='firstLine'",
76 "rect": [8, 8, 100, 200], 76 "rect": [8, 8, 100, 200],
77 "reason": "forced by layout" 77 "reason": "forced by layout"
78 }, 78 },
79 { 79 {
80 "object": "LayoutBlockFlow DIV id='firstLine'",
81 "rect": [8, 8, 100, 100],
82 "reason": "forced by layout"
83 },
84 {
85 "object": "LayoutBlockFlow DIV id='root'", 80 "object": "LayoutBlockFlow DIV id='root'",
86 "rect": [0, 0, 0, 0], 81 "rect": [0, 0, 0, 0],
87 "reason": "selection" 82 "reason": "selection"
88 }, 83 },
89 { 84 {
90 "object": "LayoutBlockFlow HTML", 85 "object": "LayoutBlockFlow HTML",
91 "rect": [0, 0, 0, 0], 86 "rect": [0, 0, 0, 0],
92 "reason": "selection" 87 "reason": "selection"
93 }, 88 },
94 { 89 {
(...skipping 24 matching lines...) Expand all
119 { 114 {
120 "object": "RootInlineBox", 115 "object": "RootInlineBox",
121 "rect": [0, 0, 0, 0], 116 "rect": [0, 0, 0, 0],
122 "reason": "full" 117 "reason": "full"
123 } 118 }
124 ] 119 ]
125 } 120 }
126 ] 121 ]
127 } 122 }
128 123
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698