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

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

Issue 1890293002: Manual rebaseline for bug 602483, 602614, 602616, 602618 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Mark virtual/spv2/svg/custom/object-sizing-no-width-height-change-content-box-size.xhtml for NeedsManualRebaseline (it was skipped so no baseline generated) 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 HTML",
12 "rect": [8, 224, 866, 548], 12 "rect": [0, 0, 874, 780],
13 "reason": "forced by layout"
14 },
15 {
16 "object": "LayoutView #document",
17 "rect": [0, 600, 874, 180],
13 "reason": "incremental" 18 "reason": "incremental"
14 }, 19 },
15 { 20 {
16 "object": "LayoutBlockFlow BODY",
17 "rect": [8, 224, 784, 548],
18 "reason": "incremental"
19 },
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 BODY",
27 "rect": [137, 144, 607, 548], 27 "rect": [8, 224, 866, 548],
28 "reason": "incremental"
29 },
30 {
31 "object": "LayoutBlockFlow BODY",
32 "rect": [8, 224, 784, 548],
28 "reason": "incremental" 33 "reason": "incremental"
29 }, 34 },
30 { 35 {
31 "object": "LayoutBlockFlow DIV", 36 "object": "LayoutBlockFlow DIV",
32 "rect": [137, 139, 607, 553], 37 "rect": [137, 139, 607, 553],
33 "reason": "incremental" 38 "reason": "incremental"
34 }, 39 },
35 { 40 {
41 "object": "LayoutBlockFlow DIV",
42 "rect": [137, 144, 607, 548],
43 "reason": "incremental"
44 },
45 {
36 "object": "LayoutBlockFlow DIV id='target'", 46 "object": "LayoutBlockFlow DIV id='target'",
37 "rect": [140, 141, 601, 548], 47 "rect": [140, 141, 601, 548],
38 "reason": "incremental" 48 "reason": "incremental"
39 },
40 {
41 "object": "LayoutBlockFlow HTML",
42 "rect": [0, 0, 874, 780],
43 "reason": "forced by layout"
44 },
45 {
46 "object": "LayoutView #document",
47 "rect": [0, 600, 874, 180],
48 "reason": "incremental"
49 } 49 }
50 ] 50 ]
51 } 51 }
52 ] 52 ]
53 } 53 }
54 54
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698