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

Side by Side Diff: third_party/WebKit/LayoutTests/platform/mac-mac10.9/paint/invalidation/details-open-repaint-expected.txt

Issue 2707063003: Don't invalidate rect if it's covered by fully invalidated parent's visual rect (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
(Empty)
1 {
2 "layers": [
3 {
4 "name": "LayoutView #document",
5 "bounds": [800, 600],
6 "contentsOpaque": true,
7 "drawsContent": true,
8 "paintInvalidations": [
9 {
10 "object": "LayoutBlockFlow DIV id='details-content'",
11 "rect": [8, 68, 784, 19],
12 "reason": "layoutObject insertion"
13 },
14 {
15 "object": "LayoutTextControl INPUT",
16 "rect": [8, 68, 123, 19],
17 "reason": "layoutObject insertion"
18 },
19 {
20 "object": "LayoutBlockFlow DIV id='inner-editor'",
21 "rect": [11, 71, 117, 13],
22 "reason": "layoutObject insertion"
23 },
24 {
25 "object": "LayoutDetailsMarker DIV id='details-marker'",
26 "rect": [8, 53, 11, 11],
27 "reason": "full"
28 }
29 ]
30 }
31 ],
32 "objectPaintInvalidations": [
33 {
34 "object": "LayoutDetailsMarker DIV id='details-marker'",
35 "reason": "full"
36 },
37 {
38 "object": "LayoutBlockFlow DIV id='details-content'",
39 "reason": "layoutObject insertion"
40 },
41 {
42 "object": "RootInlineBox",
43 "reason": "layoutObject insertion"
44 },
45 {
46 "object": "LayoutTextControl INPUT",
47 "reason": "layoutObject insertion"
48 },
49 {
50 "object": "LayoutBlockFlow DIV id='inner-editor'",
51 "reason": "layoutObject insertion"
52 },
53 {
54 "object": "LayoutBlockFlow DIV id='inner-editor'",
55 "reason": "scroll"
56 },
57 {
58 "object": "HorizontalScrollbar",
59 "reason": "scroll"
60 },
61 {
62 "object": "LayoutText #text",
63 "reason": "layoutObject insertion"
64 },
65 {
66 "object": "LayoutText #text",
67 "reason": "layoutObject insertion"
68 }
69 ]
70 }
71
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698