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

Side by Side Diff: third_party/WebKit/LayoutTests/fast/repaint/box-sizing-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": [800, 600], 2 "bounds": [800, 600],
3 "children": [ 3 "children": [
4 { 4 {
5 "bounds": [800, 600], 5 "bounds": [800, 600],
6 "contentsOpaque": true, 6 "contentsOpaque": true,
7 "drawsContent": true, 7 "drawsContent": true,
8 "paintInvalidations": [ 8 "paintInvalidations": [
9 { 9 {
10 "object": "LayoutBlockFlow (positioned) DIV id='target1' class='conten t-box'", 10 "object": "LayoutBlockFlow (positioned) DIV id='target1' class='conten t-box'",
(...skipping 12 matching lines...) Expand all
23 }, 23 },
24 { 24 {
25 "object": "LayoutBlockFlow (positioned) DIV id='target1' class='conten t-box'", 25 "object": "LayoutBlockFlow (positioned) DIV id='target1' class='conten t-box'",
26 "rect": [0, 80, 440, 60], 26 "rect": [0, 80, 440, 60],
27 "reason": "incremental" 27 "reason": "incremental"
28 }, 28 },
29 { 29 {
30 "object": "LayoutBlockFlow (positioned) DIV id='target2' class='border -box'", 30 "object": "LayoutBlockFlow (positioned) DIV id='target2' class='border -box'",
31 "rect": [0, 200, 440, 140], 31 "rect": [0, 200, 440, 140],
32 "reason": "content box change" 32 "reason": "content box change"
33 },
34 {
35 "object": "LayoutBlockFlow (positioned) DIV id='target2' class='border -box'",
36 "rect": [0, 200, 400, 100],
37 "reason": "content box change"
38 } 33 }
39 ] 34 ]
40 } 35 }
41 ] 36 ]
42 } 37 }
43 38
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698