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

Side by Side Diff: third_party/WebKit/LayoutTests/platform/mac/fast/repaint/selection-clear-expected.txt

Issue 1998663003: Auto-rebaseline for r394807 (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 DIV id='firstLine'", 10 "object": "LayoutBlockFlow DIV id='firstLine'",
11 "rect": [8, 8, 100, 200], 11 "rect": [8, 8, 100, 200],
12 "reason": "forced by layout" 12 "reason": "forced by layout"
13 }, 13 },
14 { 14 {
15 "object": "LayoutBlockFlow (anonymous)", 15 "object": "LayoutBlockFlow (anonymous)",
16 "rect": [8, 208, 100, 100], 16 "rect": [8, 208, 100, 100],
17 "reason": "bounds change" 17 "reason": "bounds change"
18 }, 18 },
19 { 19 {
20 "object": "LayoutBlockFlow (anonymous)", 20 "object": "LayoutBlockFlow (anonymous)",
21 "rect": [8, 108, 100, 100], 21 "rect": [8, 108, 100, 100],
22 "reason": "bounds change" 22 "reason": "bounds change"
23 }, 23 },
24 { 24 {
25 "object": "LayoutText #text", 25 "object": "LayoutText #text",
26 "rect": [8, 49, 94, 118], 26 "rect": [8, 49, 98, 118],
27 "reason": "layoutObject removal" 27 "reason": "layoutObject removal"
28 }, 28 },
29 { 29 {
30 "object": "LayoutText #text", 30 "object": "LayoutText #text",
31 "rect": [8, 49, 4, 18], 31 "rect": [8, 49, 8, 18],
32 "reason": "layoutObject insertion" 32 "reason": "layoutObject insertion"
33 }, 33 },
34 { 34 {
35 "object": "InlineTextBox '\n'", 35 "object": "InlineTextBox '\n'",
36 "reason": "bounds change" 36 "reason": "bounds change"
37 }, 37 },
38 { 38 {
39 "object": "InlineTextBox '\n'", 39 "object": "InlineTextBox '\n'",
40 "reason": "selection" 40 "reason": "selection"
41 }, 41 },
(...skipping 59 matching lines...) Expand 10 before | Expand all | Expand 10 after
101 }, 101 },
102 { 102 {
103 "object": "RootInlineBox", 103 "object": "RootInlineBox",
104 "reason": "full" 104 "reason": "full"
105 } 105 }
106 ] 106 ]
107 } 107 }
108 ] 108 ]
109 } 109 }
110 110
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698