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

Side by Side Diff: third_party/WebKit/LayoutTests/paint/selection/invalidation-rect-with-br-includes-newline-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": "LayoutBR BR", 10 "object": "LayoutBR BR",
11 "rect": [24, 8, 16, 16], 11 "rect": [24, 8, 16, 16],
12 "reason": "selection" 12 "reason": "became visible"
13 }, 13 },
14 { 14 {
15 "object": "LayoutText #text", 15 "object": "LayoutText #text",
16 "rect": [8, 24, 16, 16], 16 "rect": [8, 24, 16, 16],
17 "reason": "selection" 17 "reason": "selection"
18 }, 18 },
19 { 19 {
20 "object": "LayoutText #text", 20 "object": "LayoutText #text",
21 "rect": [8, 8, 16, 16], 21 "rect": [8, 8, 16, 16],
22 "reason": "selection" 22 "reason": "selection"
23 }, 23 },
24 { 24 {
25 "object": "InlineTextBox '\n'", 25 "object": "InlineTextBox '\n'",
26 "reason": "became visible"
27 },
28 {
29 "object": "InlineTextBox '\n'",
26 "reason": "selection" 30 "reason": "selection"
27 }, 31 },
28 { 32 {
29 "object": "InlineTextBox 'a'", 33 "object": "InlineTextBox 'a'",
30 "reason": "selection" 34 "reason": "selection"
31 }, 35 },
32 { 36 {
33 "object": "InlineTextBox 'b'", 37 "object": "InlineTextBox 'b'",
34 "reason": "selection" 38 "reason": "selection"
35 }, 39 },
36 { 40 {
41 "object": "LayoutBR BR",
42 "reason": "selection"
43 },
44 {
37 "object": "LayoutBlockFlow BODY", 45 "object": "LayoutBlockFlow BODY",
38 "reason": "selection" 46 "reason": "selection"
39 }, 47 },
40 { 48 {
41 "object": "LayoutBlockFlow DIV id='container'", 49 "object": "LayoutBlockFlow DIV id='container'",
42 "reason": "selection" 50 "reason": "selection"
43 }, 51 },
44 { 52 {
45 "object": "LayoutBlockFlow HTML", 53 "object": "LayoutBlockFlow HTML",
46 "reason": "selection" 54 "reason": "selection"
47 } 55 }
48 ] 56 ]
49 } 57 }
50 ] 58 ]
51 } 59 }
52 60
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698