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

Side by Side Diff: third_party/WebKit/LayoutTests/fast/repaint/border-radius-repaint-2-expected.txt

Issue 2217813005: Auto-rebaseline for r409965 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 4 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 "name": "Content Root Layer", 2 "name": "Content Root Layer",
3 "bounds": [874, 600], 3 "bounds": [874, 600],
4 "children": [ 4 "children": [
5 { 5 {
6 "name": "LayoutView #document", 6 "name": "LayoutView #document",
7 "bounds": [874, 600], 7 "bounds": [874, 600],
8 "contentsOpaque": true, 8 "contentsOpaque": true,
9 "drawsContent": true, 9 "drawsContent": true,
10 "backgroundColor": "#3F3F3F", 10 "backgroundColor": "#3F3F3F",
(...skipping 20 matching lines...) Expand all
31 }, 31 },
32 { 32 {
33 "object": "LayoutBlockFlow DIV", 33 "object": "LayoutBlockFlow DIV",
34 "rect": [137, 139, 607, 553], 34 "rect": [137, 139, 607, 553],
35 "reason": "incremental" 35 "reason": "incremental"
36 }, 36 },
37 { 37 {
38 "object": "LayoutBlockFlow DIV", 38 "object": "LayoutBlockFlow DIV",
39 "rect": [137, 144, 607, 548], 39 "rect": [137, 144, 607, 548],
40 "reason": "incremental" 40 "reason": "incremental"
41 },
42 {
43 "object": "LayoutBlockFlow DIV id='target'",
44 "rect": [140, 141, 601, 548],
45 "reason": "incremental"
46 } 41 }
47 ] 42 ]
48 } 43 }
49 ], 44 ],
50 "objectPaintInvalidations": [ 45 "objectPaintInvalidations": [
51 { 46 {
52 "object": "LayoutView #document", 47 "object": "LayoutView #document",
53 "reason": "incremental" 48 "reason": "incremental"
54 }, 49 },
55 { 50 {
56 "object": "LayoutBlockFlow HTML", 51 "object": "LayoutBlockFlow HTML",
57 "reason": "forced by layout" 52 "reason": "forced by layout"
58 }, 53 },
59 { 54 {
60 "object": "LayoutBlockFlow BODY", 55 "object": "LayoutBlockFlow BODY",
61 "reason": "incremental" 56 "reason": "incremental"
62 }, 57 },
63 { 58 {
64 "object": "LayoutBlockFlow DIV", 59 "object": "LayoutBlockFlow DIV",
65 "reason": "border box change" 60 "reason": "border box change"
66 }, 61 },
67 { 62 {
68 "object": "LayoutBlockFlow DIV", 63 "object": "LayoutBlockFlow DIV",
69 "reason": "incremental" 64 "reason": "incremental"
70 },
71 {
72 "object": "LayoutBlockFlow DIV id='target'",
73 "reason": "incremental"
74 } 65 }
75 ] 66 ]
76 } 67 }
77 68
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698