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

Side by Side Diff: third_party/WebKit/LayoutTests/platform/linux/paint/invalidation/4776765-expected.txt

Issue 2401363003: Use anchor node, rather than current selected node, to check editability. (Closed)
Patch Set: Feedback. Created 4 years, 2 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 "layers": [ 2 "layers": [
3 { 3 {
4 "name": "LayoutView #document", 4 "name": "LayoutView #document",
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": "LayoutBlockFlow DIV", 10 "object": "LayoutBlockFlow DIV",
11 "rect": [7, 43, 786, 62], 11 "rect": [7, 43, 786, 62],
12 "reason": "outline" 12 "reason": "outline"
13 }, 13 },
14 { 14 {
15 "object": "LayoutBlockFlow DIV id='div'", 15 "object": "LayoutBlockFlow DIV id='div'",
16 "rect": [8, 84, 784, 20], 16 "rect": [8, 84, 784, 20],
17 "reason": "layoutObject insertion" 17 "reason": "layoutObject insertion"
18 }, 18 },
19 { 19 {
20 "object": "LayoutBR BR", 20 "object": "LayoutBlockFlow DIV id='div'",
21 "rect": [7, 83, 3, 21], 21 "rect": [7, 83, 3, 21],
22 "reason": "invalidate paint rectangle" 22 "reason": "invalidate paint rectangle"
23 }, 23 },
24 { 24 {
25 "object": "LayoutBR BR", 25 "object": "LayoutBlockFlow DIV id='div'",
26 "rect": [7, 83, 3, 21], 26 "rect": [7, 83, 3, 21],
27 "reason": "invalidate paint rectangle" 27 "reason": "invalidate paint rectangle"
28 }, 28 },
29 { 29 {
30 "object": "LayoutBR BR", 30 "object": "LayoutBlockFlow DIV id='div'",
31 "rect": [7, 83, 3, 21], 31 "rect": [7, 83, 3, 21],
32 "reason": "invalidate paint rectangle" 32 "reason": "invalidate paint rectangle"
33 }, 33 },
34 { 34 {
35 "object": "LayoutBR BR", 35 "object": "LayoutBlockFlow DIV id='div'",
36 "rect": [7, 63, 3, 21], 36 "rect": [7, 63, 3, 21],
37 "reason": "invalidate paint rectangle" 37 "reason": "invalidate paint rectangle"
38 } 38 }
39 ] 39 ]
40 } 40 }
41 ], 41 ],
42 "objectPaintInvalidations": [ 42 "objectPaintInvalidations": [
43 { 43 {
44 "object": "Caret", 44 "object": "Caret",
45 "reason": "invalidate paint rectangle" 45 "reason": "invalidate paint rectangle"
(...skipping 26 matching lines...) Expand all
72 "object": "LayoutBR BR", 72 "object": "LayoutBR BR",
73 "reason": "layoutObject insertion" 73 "reason": "layoutObject insertion"
74 }, 74 },
75 { 75 {
76 "object": "InlineTextBox '\n'", 76 "object": "InlineTextBox '\n'",
77 "reason": "layoutObject insertion" 77 "reason": "layoutObject insertion"
78 } 78 }
79 ] 79 ]
80 } 80 }
81 81
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698