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

Side by Side Diff: third_party/WebKit/LayoutTests/fast/repaint/border-radius-repaint-2-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": [874, 600],
4 "children": [
5 {
6 "name": "LayoutView #document",
7 "bounds": [874, 600],
8 "contentsOpaque": true,
9 "drawsContent": true,
10 "backgroundColor": "#3F3F3F",
11 "paintInvalidations": [
12 {
13 "object": "LayoutView #document",
14 "rect": [0, 600, 874, 180],
15 "reason": "incremental"
16 },
17 {
18 "object": "LayoutBlockFlow DIV",
19 "rect": [8, 8, 866, 764],
20 "reason": "border box change"
21 },
22 {
23 "object": "LayoutBlockFlow HTML",
24 "rect": [0, 0, 800, 780],
25 "reason": "forced by layout"
26 },
27 {
28 "object": "LayoutBlockFlow BODY",
29 "rect": [8, 224, 784, 548],
30 "reason": "incremental"
31 },
32 {
33 "object": "LayoutBlockFlow DIV",
34 "rect": [137, 139, 607, 553],
35 "reason": "incremental"
36 },
37 {
38 "object": "LayoutBlockFlow DIV",
39 "rect": [137, 144, 607, 548],
40 "reason": "incremental"
41 }
42 ]
43 }
44 ],
45 "objectPaintInvalidations": [
46 {
47 "object": "LayoutView #document",
48 "reason": "incremental"
49 },
50 {
51 "object": "LayoutBlockFlow HTML",
52 "reason": "forced by layout"
53 },
54 {
55 "object": "LayoutBlockFlow BODY",
56 "reason": "incremental"
57 },
58 {
59 "object": "LayoutBlockFlow DIV",
60 "reason": "border box change"
61 },
62 {
63 "object": "LayoutBlockFlow DIV",
64 "reason": "incremental"
65 }
66 ]
67 }
68
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698