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

Side by Side Diff: third_party/WebKit/LayoutTests/platform/win/fast/repaint/selection-clear-expected.txt

Issue 2321183002: Move repaint tests (except for svg/) to paint/invalidation (Closed)
Patch Set: - Created 4 years, 3 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 "name": "Content Root Layer",
3 "bounds": [800, 600],
4 "children": [
5 {
6 "name": "LayoutView #document",
7 "bounds": [800, 600],
8 "contentsOpaque": true,
9 "drawsContent": true,
10 "paintInvalidations": [
11 {
12 "object": "LayoutBlockFlow DIV id='firstLine'",
13 "rect": [8, 8, 100, 200],
14 "reason": "full"
15 },
16 {
17 "object": "LayoutBlockFlow (anonymous)",
18 "rect": [8, 208, 100, 100],
19 "reason": "bounds change"
20 },
21 {
22 "object": "LayoutBlockFlow DIV id='root'",
23 "rect": [8, 208, 100, 100],
24 "reason": "incremental"
25 },
26 {
27 "object": "LayoutBlockFlow (anonymous)",
28 "rect": [8, 108, 100, 100],
29 "reason": "bounds change"
30 },
31 {
32 "object": "LayoutText #text",
33 "rect": [8, 49, 98, 117],
34 "reason": "layoutObject removal"
35 },
36 {
37 "object": "LayoutText #text",
38 "rect": [8, 49, 8, 17],
39 "reason": "layoutObject insertion"
40 }
41 ]
42 }
43 ],
44 "objectPaintInvalidations": [
45 {
46 "object": "LayoutText #text",
47 "reason": "layoutObject removal"
48 },
49 {
50 "object": "LayoutBlockFlow HTML",
51 "reason": "selection"
52 },
53 {
54 "object": "LayoutBlockFlow BODY",
55 "reason": "selection"
56 },
57 {
58 "object": "LayoutBlockFlow DIV id='root'",
59 "reason": "incremental"
60 },
61 {
62 "object": "LayoutBlockFlow DIV id='root'",
63 "reason": "selection"
64 },
65 {
66 "object": "LayoutBlockFlow DIV id='firstLine'",
67 "reason": "full"
68 },
69 {
70 "object": "RootInlineBox",
71 "reason": "full"
72 },
73 {
74 "object": "LayoutText #text",
75 "reason": "layoutObject insertion"
76 },
77 {
78 "object": "InlineTextBox '\u00A0'",
79 "reason": "layoutObject insertion"
80 },
81 {
82 "object": "LayoutBlockFlow (anonymous)",
83 "reason": "bounds change"
84 },
85 {
86 "object": "RootInlineBox",
87 "reason": "bounds change"
88 },
89 {
90 "object": "LayoutBR BR",
91 "reason": "selection"
92 },
93 {
94 "object": "InlineTextBox '\n'",
95 "reason": "selection"
96 },
97 {
98 "object": "LayoutBR BR",
99 "reason": "location change"
100 },
101 {
102 "object": "InlineTextBox '\n'",
103 "reason": "location change"
104 }
105 ]
106 }
107
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698