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

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

Powered by Google App Engine
This is Rietveld 408576698