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

Side by Side Diff: third_party/WebKit/LayoutTests/css3/flexbox/repaint-rtl-column-expected.txt

Issue 1971493002: Auto-rebaseline for r392652 (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": [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 DIV id='content'", 10 "object": "LayoutBlockFlow DIV id='content'",
11 "rect": [8, 119, 200, 356], 11 "rect": [8, 116, 200, 252],
12 "reason": "style change" 12 "reason": "style change"
13 }, 13 },
14 { 14 {
15 "object": "LayoutBlockFlow DIV id='content'", 15 "object": "LayoutBlockFlow DIV id='content'",
16 "rect": [8, 119, 200, 356], 16 "rect": [8, 119, 200, 249],
17 "reason": "style change" 17 "reason": "style change"
18 }, 18 },
19 { 19 {
20 "object": "LayoutBlockFlow DIV id='content'",
21 "rect": [8, 116, 200, 356],
22 "reason": "style change"
23 },
24 {
25 "object": "LayoutBlockFlow DIV id='content'",
26 "rect": [8, 213, 200, 355],
27 "reason": "style change"
28 },
29 {
30 "object": "LayoutBlockFlow DIV id='left'", 20 "object": "LayoutBlockFlow DIV id='left'",
31 "rect": [8, 119, 200, 94], 21 "rect": [8, 119, 200, 94],
32 "reason": "incremental" 22 "reason": "incremental"
33 }, 23 },
34 { 24 {
35 "object": "LayoutBlockFlow DIV id='left'", 25 "object": "LayoutBlockFlow DIV id='left'",
36 "rect": [8, 116, 200, 4], 26 "rect": [8, 116, 200, 4],
37 "reason": "incremental" 27 "reason": "incremental"
38 }, 28 },
39 { 29 {
(...skipping 14 matching lines...) Expand all
54 { 44 {
55 "object": "LayoutBlockFlow DIV", 45 "object": "LayoutBlockFlow DIV",
56 "rect": [13, 218, 190, 350], 46 "rect": [13, 218, 190, 350],
57 "reason": "bounds change" 47 "reason": "bounds change"
58 } 48 }
59 ] 49 ]
60 } 50 }
61 ] 51 ]
62 } 52 }
63 53
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698