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

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

Issue 2108503002: Auto-rebaseline for r402292 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 5 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 "name": "Content Root Layer", 2 "name": "Content Root Layer",
3 "bounds": [800, 600], 3 "bounds": [800, 600],
4 "children": [ 4 "children": [
5 { 5 {
6 "name": "LayoutView #document", 6 "name": "LayoutView #document",
7 "bounds": [800, 600], 7 "bounds": [800, 600],
8 "contentsOpaque": true, 8 "contentsOpaque": true,
9 "drawsContent": true, 9 "drawsContent": true,
10 "paintInvalidations": [ 10 "paintInvalidations": [
11 { 11 {
12 "object": "LayoutBlockFlow DIV id='firstLine'", 12 "object": "LayoutBlockFlow DIV id='firstLine'",
13 "rect": [8, 8, 100, 200], 13 "rect": [8, 8, 100, 200],
14 "reason": "forced by layout" 14 "reason": "full"
15 }, 15 },
16 { 16 {
17 "object": "LayoutBlockFlow (anonymous)", 17 "object": "LayoutBlockFlow (anonymous)",
18 "rect": [8, 208, 100, 100], 18 "rect": [8, 208, 100, 100],
19 "reason": "bounds change" 19 "reason": "bounds change"
20 }, 20 },
21 { 21 {
22 "object": "LayoutBlockFlow (anonymous)", 22 "object": "LayoutBlockFlow (anonymous)",
23 "rect": [8, 108, 100, 100], 23 "rect": [8, 108, 100, 100],
24 "reason": "bounds change" 24 "reason": "bounds change"
25 }, 25 },
26 { 26 {
27 "object": "LayoutText #text", 27 "object": "LayoutText #text",
28 "rect": [8, 49, 98, 117], 28 "rect": [8, 49, 98, 117],
29 "reason": "layoutObject removal" 29 "reason": "layoutObject removal"
30 }, 30 },
31 { 31 {
32 "object": "LayoutText #text", 32 "object": "LayoutText #text",
33 "rect": [8, 49, 8, 17], 33 "rect": [8, 49, 8, 17],
34 "reason": "layoutObject insertion" 34 "reason": "layoutObject insertion"
35 } 35 }
36 ] 36 ]
37 } 37 }
38 ], 38 ],
39 "objectPaintInvalidations": [ 39 "objectPaintInvalidations": [
40 { 40 {
41 "object": "InlineTextBox 'FAIL: Test did'",
42 "reason": "full"
43 },
44 {
45 "object": "InlineTextBox 'not run'",
46 "reason": "full"
47 },
48 {
49 "object": "LayoutText #text", 41 "object": "LayoutText #text",
50 "reason": "layoutObject removal" 42 "reason": "layoutObject removal"
51 }, 43 },
52 { 44 {
53 "object": "RootInlineBox",
54 "reason": "full"
55 },
56 {
57 "object": "RootInlineBox",
58 "reason": "full"
59 },
60 {
61 "object": "LayoutBlockFlow HTML", 45 "object": "LayoutBlockFlow HTML",
62 "reason": "selection" 46 "reason": "selection"
63 }, 47 },
64 { 48 {
65 "object": "LayoutBlockFlow BODY", 49 "object": "LayoutBlockFlow BODY",
66 "reason": "selection" 50 "reason": "selection"
67 }, 51 },
68 { 52 {
69 "object": "LayoutBlockFlow DIV id='root'", 53 "object": "LayoutBlockFlow DIV id='root'",
70 "reason": "selection" 54 "reason": "selection"
71 }, 55 },
72 { 56 {
73 "object": "LayoutBlockFlow DIV id='firstLine'", 57 "object": "LayoutBlockFlow DIV id='firstLine'",
74 "reason": "selection" 58 "reason": "selection"
75 }, 59 },
76 { 60 {
77 "object": "LayoutBlockFlow DIV id='firstLine'", 61 "object": "LayoutBlockFlow DIV id='firstLine'",
78 "reason": "forced by layout" 62 "reason": "full"
79 }, 63 },
80 { 64 {
81 "object": "RootInlineBox", 65 "object": "RootInlineBox",
82 "reason": "forced by layout" 66 "reason": "full"
83 }, 67 },
84 { 68 {
85 "object": "LayoutText #text", 69 "object": "LayoutText #text",
86 "reason": "selection" 70 "reason": "selection"
87 }, 71 },
88 { 72 {
89 "object": "InlineTextBox '\u00A0'", 73 "object": "InlineTextBox '\u00A0'",
90 "reason": "selection" 74 "reason": "selection"
91 }, 75 },
92 { 76 {
(...skipping 28 matching lines...) Expand all
121 "object": "LayoutBR BR", 105 "object": "LayoutBR BR",
122 "reason": "bounds change" 106 "reason": "bounds change"
123 }, 107 },
124 { 108 {
125 "object": "InlineTextBox '\n'", 109 "object": "InlineTextBox '\n'",
126 "reason": "bounds change" 110 "reason": "bounds change"
127 } 111 }
128 ] 112 ]
129 } 113 }
130 114
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698