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

Side by Side Diff: third_party/WebKit/LayoutTests/platform/linux/fast/repaint/details-open-repaint-expected.txt

Issue 1951043002: Don't let PaintInvalidationLocationChange shadow other reasons (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 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 "bounds": [800, 600], 2 "bounds": [800, 600],
3 "children": [ 3 "children": [
4 { 4 {
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 id='details-content'", 10 "object": "LayoutBlockFlow DIV id='details-content'",
11 "rect": [8, 72, 784, 22], 11 "rect": [8, 72, 784, 22],
12 "reason": "location change" 12 "reason": "layoutObject insertion"
13 }, 13 },
14 { 14 {
15 "object": "LayoutTextControl INPUT", 15 "object": "LayoutTextControl INPUT",
16 "rect": [8, 72, 154, 22], 16 "rect": [8, 72, 154, 22],
17 "reason": "location change" 17 "reason": "layoutObject insertion"
18 }, 18 },
19 { 19 {
20 "object": "LayoutBlockFlow DIV id='inner-editor'", 20 "object": "LayoutBlockFlow DIV id='inner-editor'",
21 "rect": [10, 75, 150, 16], 21 "rect": [10, 75, 150, 16],
22 "reason": "location change" 22 "reason": "layoutObject insertion"
23 }, 23 },
24 { 24 {
25 "object": "LayoutDetailsMarker DIV id='details-marker'", 25 "object": "LayoutDetailsMarker DIV id='details-marker'",
26 "rect": [8, 56, 11, 11], 26 "rect": [8, 56, 11, 11],
27 "reason": "full" 27 "reason": "full"
28 }, 28 },
29 { 29 {
30 "object": "HorizontalScrollbar", 30 "object": "HorizontalScrollbar",
31 "reason": "scroll" 31 "reason": "scroll"
32 }, 32 },
33 { 33 {
34 "object": "LayoutBlockFlow DIV id='inner-editor'", 34 "object": "LayoutBlockFlow DIV id='inner-editor'",
35 "reason": "scroll" 35 "reason": "scroll"
36 }, 36 },
37 { 37 {
38 "object": "LayoutText #text", 38 "object": "LayoutText #text",
39 "reason": "location change" 39 "reason": "layoutObject insertion"
40 }, 40 },
41 { 41 {
42 "object": "LayoutText #text", 42 "object": "LayoutText #text",
43 "reason": "location change" 43 "reason": "layoutObject insertion"
44 }, 44 },
45 { 45 {
46 "object": "RootInlineBox", 46 "object": "RootInlineBox",
47 "reason": "full" 47 "reason": "full"
48 }, 48 },
49 { 49 {
50 "object": "VerticalScrollbar", 50 "object": "VerticalScrollbar",
51 "reason": "scroll" 51 "reason": "scroll"
52 } 52 }
53 ] 53 ]
54 } 54 }
55 ] 55 ]
56 } 56 }
57 57
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698