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

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

Issue 1883513002: Auto-rebaseline for r386594 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 8 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": [874, 600], 2 "bounds": [874, 600],
3 "children": [ 3 "children": [
4 { 4 {
5 "bounds": [874, 600], 5 "bounds": [874, 600],
6 "contentsOpaque": true, 6 "contentsOpaque": true,
7 "drawsContent": true, 7 "drawsContent": true,
8 "backgroundColor": "#3F3F3F", 8 "backgroundColor": "#3F3F3F",
9 "repaintRects": [ 9 "paintInvalidations": [
10 [140, 141, 601, 548], 10 {
11 [137, 144, 607, 548], 11 "object": "LayoutBlockFlow BODY",
12 [137, 139, 607, 553], 12 "rect": [8, 224, 866, 548],
13 [8, 224, 866, 548], 13 "reason": "incremental"
14 [8, 224, 784, 548], 14 },
15 [8, 8, 866, 764], 15 {
16 [8, 8, 866, 216], 16 "object": "LayoutBlockFlow BODY",
17 [0, 600, 874, 180], 17 "rect": [8, 224, 784, 548],
18 [0, 0, 874, 780], 18 "reason": "incremental"
19 [0, 0, 874, 232] 19 },
20 ], 20 {
21 "paintInvalidationClients": [ 21 "object": "LayoutBlockFlow DIV",
22 "LayoutView #document", 22 "rect": [8, 8, 866, 764],
23 "LayoutBlockFlow HTML", 23 "reason": "border box change"
24 "LayoutBlockFlow BODY", 24 },
25 "LayoutBlockFlow DIV", 25 {
26 "LayoutBlockFlow DIV", 26 "object": "LayoutBlockFlow DIV",
27 "LayoutBlockFlow DIV id='target'" 27 "rect": [8, 8, 866, 216],
28 "reason": "border box change"
29 },
30 {
31 "object": "LayoutBlockFlow DIV",
32 "rect": [137, 144, 607, 548],
33 "reason": "incremental"
34 },
35 {
36 "object": "LayoutBlockFlow DIV",
37 "rect": [137, 139, 607, 553],
38 "reason": "incremental"
39 },
40 {
41 "object": "LayoutBlockFlow DIV id='target'",
42 "rect": [140, 141, 601, 548],
43 "reason": "incremental"
44 },
45 {
46 "object": "LayoutBlockFlow HTML",
47 "rect": [0, 0, 874, 780],
48 "reason": "forced by layout"
49 },
50 {
51 "object": "LayoutBlockFlow HTML",
52 "rect": [0, 0, 874, 232],
53 "reason": "forced by layout"
54 },
55 {
56 "object": "LayoutView #document",
57 "rect": [0, 600, 874, 180],
58 "reason": "incremental"
59 }
28 ] 60 ]
29 } 61 }
30 ] 62 ]
31 } 63 }
32 64
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698