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

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

Issue 2217813005: Auto-rebaseline for r409965 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 4 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": [
(...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after
42 { 42 {
43 "object": "LayoutText #text", 43 "object": "LayoutText #text",
44 "reason": "selection" 44 "reason": "selection"
45 }, 45 },
46 { 46 {
47 "object": "InlineTextBox 'a'", 47 "object": "InlineTextBox 'a'",
48 "reason": "selection" 48 "reason": "selection"
49 }, 49 },
50 { 50 {
51 "object": "LayoutBR BR", 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" 52 "reason": "became visible"
61 }, 53 },
62 { 54 {
63 "object": "InlineTextBox '\n'", 55 "object": "InlineTextBox '\n'",
64 "reason": "became visible" 56 "reason": "became visible"
65 }, 57 },
66 { 58 {
67 "object": "LayoutText #text", 59 "object": "LayoutText #text",
68 "reason": "selection" 60 "reason": "selection"
69 }, 61 },
70 { 62 {
71 "object": "InlineTextBox 'b'", 63 "object": "InlineTextBox 'b'",
72 "reason": "selection" 64 "reason": "selection"
73 } 65 }
74 ] 66 ]
75 } 67 }
76 68
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698