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

Side by Side Diff: third_party/WebKit/LayoutTests/paint/selection/invalidation-rect-with-br-includes-newline-expected.txt

Issue 2081773002: Auto-rebaseline for r400605 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 6 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 "bounds": [800, 600], 3 "bounds": [800, 600],
3 "children": [ 4 "children": [
4 { 5 {
6 "name": "LayoutView #document",
5 "bounds": [800, 600], 7 "bounds": [800, 600],
6 "contentsOpaque": true, 8 "contentsOpaque": true,
7 "drawsContent": true, 9 "drawsContent": true,
8 "paintInvalidations": [ 10 "paintInvalidations": [
9 { 11 {
10 "object": "LayoutBR BR", 12 "object": "LayoutBR BR",
11 "rect": [24, 8, 16, 16], 13 "rect": [24, 8, 16, 16],
12 "reason": "became visible" 14 "reason": "became visible"
13 }, 15 },
14 { 16 {
15 "object": "LayoutText #text", 17 "object": "LayoutText #text",
16 "rect": [8, 24, 16, 16], 18 "rect": [8, 24, 16, 16],
17 "reason": "selection" 19 "reason": "selection"
18 }, 20 },
19 { 21 {
20 "object": "LayoutText #text", 22 "object": "LayoutText #text",
21 "rect": [8, 8, 16, 16], 23 "rect": [8, 8, 16, 16],
22 "reason": "selection" 24 "reason": "selection"
23 },
24 {
25 "object": "InlineTextBox '\n'",
26 "reason": "became visible"
27 },
28 {
29 "object": "InlineTextBox '\n'",
30 "reason": "selection"
31 },
32 {
33 "object": "InlineTextBox 'a'",
34 "reason": "selection"
35 },
36 {
37 "object": "InlineTextBox 'b'",
38 "reason": "selection"
39 },
40 {
41 "object": "LayoutBR BR",
42 "reason": "selection"
43 },
44 {
45 "object": "LayoutBlockFlow BODY",
46 "reason": "selection"
47 },
48 {
49 "object": "LayoutBlockFlow DIV id='container'",
50 "reason": "selection"
51 },
52 {
53 "object": "LayoutBlockFlow HTML",
54 "reason": "selection"
55 } 25 }
56 ] 26 ]
57 } 27 }
28 ],
29 "objectPaintInvalidations": [
30 {
31 "object": "LayoutBlockFlow HTML",
32 "reason": "selection"
33 },
34 {
35 "object": "LayoutBlockFlow BODY",
36 "reason": "selection"
37 },
38 {
39 "object": "LayoutBlockFlow DIV id='container'",
40 "reason": "selection"
41 },
42 {
43 "object": "LayoutText #text",
44 "reason": "selection"
45 },
46 {
47 "object": "InlineTextBox 'a'",
48 "reason": "selection"
49 },
50 {
51 "object": "LayoutBR BR",
52 "reason": "selection"
53 },
54 {
55 "object": "InlineTextBox '\n'",
56 "reason": "selection"
57 },
58 {
59 "object": "LayoutBR BR",
60 "reason": "became visible"
61 },
62 {
63 "object": "InlineTextBox '\n'",
64 "reason": "became visible"
65 },
66 {
67 "object": "LayoutText #text",
68 "reason": "selection"
69 },
70 {
71 "object": "InlineTextBox 'b'",
72 "reason": "selection"
73 }
58 ] 74 ]
59 } 75 }
60 76
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698