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

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

Issue 2698313003: Fix caret paint invalidation when moving between blocks (Closed)
Patch Set: - Created 3 years, 10 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",
(...skipping 12 matching lines...) Expand all
23 } 23 }
24 ] 24 ]
25 } 25 }
26 ], 26 ],
27 "objectPaintInvalidations": [ 27 "objectPaintInvalidations": [
28 { 28 {
29 "object": "LayoutBlockFlow DIV", 29 "object": "LayoutBlockFlow DIV",
30 "reason": "border box change" 30 "reason": "border box change"
31 }, 31 },
32 { 32 {
33 "object": "Caret",
34 "reason": "caret"
35 },
36 {
33 "object": "LayoutBlockFlow DIV id='div'", 37 "object": "LayoutBlockFlow DIV id='div'",
34 "reason": "layoutObject insertion" 38 "reason": "layoutObject insertion"
35 }, 39 },
36 { 40 {
37 "object": "RootInlineBox", 41 "object": "RootInlineBox",
38 "reason": "layoutObject insertion" 42 "reason": "layoutObject insertion"
39 }, 43 },
40 { 44 {
41 "object": "Caret", 45 "object": "Caret",
42 "reason": "caret" 46 "reason": "caret"
43 }, 47 },
44 { 48 {
45 "object": "LayoutBR BR", 49 "object": "LayoutBR BR",
46 "reason": "layoutObject insertion" 50 "reason": "layoutObject insertion"
47 }, 51 },
48 { 52 {
49 "object": "InlineTextBox '\n'", 53 "object": "InlineTextBox '\n'",
50 "reason": "layoutObject insertion" 54 "reason": "layoutObject insertion"
51 } 55 }
52 ] 56 ]
53 } 57 }
54 58
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698