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

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

Issue 2773783003: Auto-rebaseline for r459407 (Closed)
Patch Set: Created 3 years, 8 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'",
11 "position": [7, 7], 11 "position": [7, 7],
12 "bounds": [70, 24], 12 "bounds": [70, 24],
13 "drawsContent": true, 13 "drawsContent": true,
14 "backgroundColor": "#FFFFFF", 14 "backgroundColor": "#FFFFFF",
15 "paintInvalidations": [ 15 "paintInvalidations": [
16 { 16 {
17 "object": "LayoutTextControl INPUT id='root'", 17 "object": "LayoutTextControl INPUT id='root'",
18 "rect": [0, 0, 70, 24], 18 "rect": [0, 0, 70, 24],
19 "reason": "subtree" 19 "reason": "subtree"
20 }, 20 },
21 { 21 {
22 "object": "LayoutTextControl INPUT id='root'", 22 "object": "LayoutTextControl INPUT id='root'",
23 "rect": [0, 0, 68, 22], 23 "rect": [0, 0, 68, 22],
24 "reason": "full" 24 "reason": "full"
25 } 25 }
26 ] 26 ]
27 }, 27 },
28 { 28 {
29 "name": "Child Containment Layer",
30 "position": [-16777214, -16777214],
31 "bounds": [33554432, 33554432]
32 },
33 {
29 "name": "LayoutBlockFlow DIV id='inner-editor'", 34 "name": "LayoutBlockFlow DIV id='inner-editor'",
30 "position": [3, 4], 35 "position": [16777216, 16777218],
31 "bounds": [64, 16], 36 "bounds": [64, 16],
32 "shouldFlattenTransform": false, 37 "shouldFlattenTransform": false,
33 "drawsContent": true 38 "drawsContent": true
34 }, 39 },
35 { 40 {
36 "name": "Scrolling Layer", 41 "name": "Scrolling Layer",
37 "bounds": [64, 16], 42 "bounds": [64, 16],
38 "shouldFlattenTransform": false 43 "shouldFlattenTransform": false
39 }, 44 },
40 { 45 {
(...skipping 24 matching lines...) Expand all
65 "object": "LayoutTextControl INPUT id='root'", 70 "object": "LayoutTextControl INPUT id='root'",
66 "reason": "subtree" 71 "reason": "subtree"
67 }, 72 },
68 { 73 {
69 "object": "Caret", 74 "object": "Caret",
70 "reason": "caret" 75 "reason": "caret"
71 } 76 }
72 ] 77 ]
73 } 78 }
74 79
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698