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

Side by Side Diff: third_party/WebKit/LayoutTests/fast/repaint/justify-content-distribution-change-grid-expected.txt

Issue 2217813005: Auto-rebaseline for r409965 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 4 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 "name": "Content Root Layer", 2 "name": "Content Root Layer",
3 "bounds": [800, 600], 3 "bounds": [800, 600],
4 "children": [ 4 "children": [
5 { 5 {
6 "name": "LayoutView #document", 6 "name": "LayoutView #document",
7 "bounds": [800, 600], 7 "bounds": [800, 600],
8 "contentsOpaque": true, 8 "contentsOpaque": true,
9 "drawsContent": true, 9 "drawsContent": true,
10 "paintInvalidations": [ 10 "paintInvalidations": [
(...skipping 24 matching lines...) Expand all
35 { 35 {
36 "object": "LayoutGrid DIV id='container'", 36 "object": "LayoutGrid DIV id='container'",
37 "reason": "style change" 37 "reason": "style change"
38 }, 38 },
39 { 39 {
40 "object": "LayoutBlockFlow DIV class='item'", 40 "object": "LayoutBlockFlow DIV class='item'",
41 "reason": "bounds change" 41 "reason": "bounds change"
42 }, 42 },
43 { 43 {
44 "object": "LayoutBlockFlow DIV", 44 "object": "LayoutBlockFlow DIV",
45 "reason": "bounds change" 45 "reason": "location change"
46 }, 46 },
47 { 47 {
48 "object": "LayoutBlockFlow DIV class='item'", 48 "object": "LayoutBlockFlow DIV class='item'",
49 "reason": "bounds change" 49 "reason": "bounds change"
50 }, 50 },
51 { 51 {
52 "object": "LayoutBlockFlow DIV", 52 "object": "LayoutBlockFlow DIV",
53 "reason": "bounds change" 53 "reason": "location change"
54 }, 54 },
55 { 55 {
56 "object": "LayoutBlockFlow DIV class='item'", 56 "object": "LayoutBlockFlow DIV class='item'",
57 "reason": "bounds change" 57 "reason": "bounds change"
58 }, 58 },
59 { 59 {
60 "object": "LayoutBlockFlow DIV", 60 "object": "LayoutBlockFlow DIV",
61 "reason": "bounds change" 61 "reason": "location change"
62 } 62 }
63 ] 63 ]
64 } 64 }
65 65
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698