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

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

Issue 1880263003: Auto-rebaseline for r386782 (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 "paintInvalidations": [ 9 "paintInvalidations": [
10 { 10 {
11 "object": "LayoutBlockFlow BODY", 11 "object": "LayoutBlockFlow BODY",
12 "rect": [8, 224, 866, 548], 12 "rect": [8, 224, 866, 548],
13 "reason": "incremental" 13 "reason": "incremental"
14 }, 14 },
15 { 15 {
16 "object": "LayoutBlockFlow BODY", 16 "object": "LayoutBlockFlow BODY",
17 "rect": [8, 224, 784, 548], 17 "rect": [8, 224, 784, 548],
18 "reason": "incremental" 18 "reason": "incremental"
19 }, 19 },
20 { 20 {
21 "object": "LayoutBlockFlow DIV", 21 "object": "LayoutBlockFlow DIV",
22 "rect": [8, 8, 866, 764], 22 "rect": [8, 8, 866, 764],
23 "reason": "border box change" 23 "reason": "border box change"
24 }, 24 },
25 { 25 {
26 "object": "LayoutBlockFlow DIV", 26 "object": "LayoutBlockFlow DIV",
27 "rect": [8, 8, 866, 216],
28 "reason": "border box change"
29 },
30 {
31 "object": "LayoutBlockFlow DIV",
32 "rect": [137, 144, 607, 548], 27 "rect": [137, 144, 607, 548],
33 "reason": "incremental" 28 "reason": "incremental"
34 }, 29 },
35 { 30 {
36 "object": "LayoutBlockFlow DIV", 31 "object": "LayoutBlockFlow DIV",
37 "rect": [137, 139, 607, 553], 32 "rect": [137, 139, 607, 553],
38 "reason": "incremental" 33 "reason": "incremental"
39 }, 34 },
40 { 35 {
41 "object": "LayoutBlockFlow DIV id='target'", 36 "object": "LayoutBlockFlow DIV id='target'",
42 "rect": [140, 141, 601, 548], 37 "rect": [140, 141, 601, 548],
43 "reason": "incremental" 38 "reason": "incremental"
44 }, 39 },
45 { 40 {
46 "object": "LayoutBlockFlow HTML", 41 "object": "LayoutBlockFlow HTML",
47 "rect": [0, 0, 874, 780], 42 "rect": [0, 0, 874, 780],
48 "reason": "forced by layout" 43 "reason": "forced by layout"
49 }, 44 },
50 { 45 {
51 "object": "LayoutBlockFlow HTML",
52 "rect": [0, 0, 874, 232],
53 "reason": "forced by layout"
54 },
55 {
56 "object": "LayoutView #document", 46 "object": "LayoutView #document",
57 "rect": [0, 600, 874, 180], 47 "rect": [0, 600, 874, 180],
58 "reason": "incremental" 48 "reason": "incremental"
59 } 49 }
60 ] 50 ]
61 } 51 }
62 ] 52 ]
63 } 53 }
64 54
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698