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

Side by Side Diff: third_party/WebKit/LayoutTests/platform/win/paint/invalidation/selection/invalidation-rect-includes-newline-for-vertical-lr-expected.txt

Issue 2423513002: Simplify incremental paint invalidation (Closed)
Patch Set: Update test and rebaseline layout tests Created 4 years, 1 month 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": "LayoutText #text", 10 "object": "LayoutText #text",
11 "rect": [8, 8, 32, 48], 11 "rect": [8, 8, 32, 48],
12 "reason": "full"
13 },
14 {
15 "object": "LayoutText #text",
16 "rect": [8, 8, 32, 48],
12 "reason": "selection" 17 "reason": "selection"
13 },
14 {
15 "object": "LayoutText #text",
16 "rect": [8, 40, 32, 16],
17 "reason": "incremental"
18 } 18 }
19 ] 19 ]
20 } 20 }
21 ], 21 ],
22 "objectPaintInvalidations": [ 22 "objectPaintInvalidations": [
23 { 23 {
24 "object": "LayoutBlockFlow HTML", 24 "object": "LayoutBlockFlow HTML",
25 "reason": "selection" 25 "reason": "selection"
26 }, 26 },
27 { 27 {
(...skipping 11 matching lines...) Expand all
39 { 39 {
40 "object": "InlineTextBox 'xx'", 40 "object": "InlineTextBox 'xx'",
41 "reason": "selection" 41 "reason": "selection"
42 }, 42 },
43 { 43 {
44 "object": "InlineTextBox 'y'", 44 "object": "InlineTextBox 'y'",
45 "reason": "selection" 45 "reason": "selection"
46 }, 46 },
47 { 47 {
48 "object": "LayoutText #text", 48 "object": "LayoutText #text",
49 "reason": "incremental" 49 "reason": "full"
50 }, 50 },
51 { 51 {
52 "object": "InlineTextBox 'xx'", 52 "object": "InlineTextBox 'xx'",
53 "reason": "incremental" 53 "reason": "full"
54 }, 54 },
55 { 55 {
56 "object": "InlineTextBox 'y'", 56 "object": "InlineTextBox 'y'",
57 "reason": "incremental" 57 "reason": "full"
58 } 58 }
59 ] 59 ]
60 } 60 }
61 61
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698