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

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

Issue 1975613002: Auto-rebaseline for r393099 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 7 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": "LayoutView #document",
12 "rect": [0, 600, 874, 180],
13 "reason": "incremental"
14 },
15 {
11 "object": "LayoutBlockFlow DIV", 16 "object": "LayoutBlockFlow DIV",
12 "rect": [8, 8, 866, 764], 17 "rect": [8, 8, 866, 764],
13 "reason": "border box change" 18 "reason": "border box change"
14 }, 19 },
15 { 20 {
16 "object": "LayoutBlockFlow HTML", 21 "object": "LayoutBlockFlow HTML",
17 "rect": [0, 0, 800, 780], 22 "rect": [0, 0, 800, 780],
18 "reason": "forced by layout" 23 "reason": "forced by layout"
19 }, 24 },
20 { 25 {
(...skipping 14 matching lines...) Expand all
35 { 40 {
36 "object": "LayoutBlockFlow DIV id='target'", 41 "object": "LayoutBlockFlow DIV id='target'",
37 "rect": [140, 141, 601, 548], 42 "rect": [140, 141, 601, 548],
38 "reason": "incremental" 43 "reason": "incremental"
39 } 44 }
40 ] 45 ]
41 } 46 }
42 ] 47 ]
43 } 48 }
44 49
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698