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

Side by Side Diff: third_party/WebKit/LayoutTests/platform/win/virtual/disable-spinvalidation/paint/invalidation/invalidate-caret-in-non-composited-scrolling-container-expected.txt

Issue 2872423002: Tweak PaintInvalidationReasons (Closed)
Patch Set: Rebaseline-cl Created 3 years, 7 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 }, 8 },
9 { 9 {
10 "name": "LayoutTextControl INPUT id='root'", 10 "name": "LayoutTextControl INPUT id='root'",
(...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after
44 { 44 {
45 "object": "LayoutBlockFlow DIV id='inner-editor'", 45 "object": "LayoutBlockFlow DIV id='inner-editor'",
46 "reason": "subtree" 46 "reason": "subtree"
47 }, 47 },
48 { 48 {
49 "object": "RootInlineBox", 49 "object": "RootInlineBox",
50 "reason": "subtree" 50 "reason": "subtree"
51 }, 51 },
52 { 52 {
53 "object": "HorizontalScrollbar", 53 "object": "HorizontalScrollbar",
54 "reason": "scroll" 54 "reason": "scroll control"
55 }, 55 },
56 { 56 {
57 "object": "Caret", 57 "object": "Caret",
58 "reason": "caret" 58 "reason": "caret"
59 }, 59 },
60 { 60 {
61 "object": "LayoutText #text", 61 "object": "LayoutText #text",
62 "reason": "subtree" 62 "reason": "subtree"
63 }, 63 },
64 { 64 {
65 "object": "InlineTextBox 'test test test'", 65 "object": "InlineTextBox 'test test test'",
66 "reason": "subtree" 66 "reason": "subtree"
67 } 67 }
68 ] 68 ]
69 } 69 }
70 70
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698