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

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

Issue 1883513002: Auto-rebaseline for r386594 (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 "repaintRects": [ 8 "paintInvalidations": [
9 [13, 218, 190, 350], 9 {
10 [13, 125, 190, 350], 10 "object": "LayoutBlockFlow DIV",
11 [13, 125, 190, 350], 11 "rect": [13, 218, 190, 350],
12 [13, 121, 190, 350], 12 "reason": "location change"
13 [8, 213, 200, 355], 13 },
14 [8, 120, 200, 355], 14 {
15 [8, 120, 200, 355], 15 "object": "LayoutBlockFlow DIV",
16 [8, 120, 200, 93], 16 "rect": [13, 124, 190, 351],
17 [8, 116, 200, 355], 17 "reason": "location change"
18 [8, 116, 200, 4] 18 },
19 {
20 "object": "LayoutBlockFlow DIV",
21 "rect": [13, 124, 190, 351],
22 "reason": "location change"
23 },
24 {
25 "object": "LayoutBlockFlow DIV",
26 "rect": [13, 121, 190, 351],
27 "reason": "location change"
28 },
29 {
30 "object": "LayoutBlockFlow DIV id='content'",
31 "rect": [8, 213, 200, 355],
32 "reason": "location change"
33 },
34 {
35 "object": "LayoutBlockFlow DIV id='content'",
36 "rect": [8, 119, 200, 356],
37 "reason": "location change"
38 },
39 {
40 "object": "LayoutBlockFlow DIV id='content'",
41 "rect": [8, 119, 200, 356],
42 "reason": "location change"
43 },
44 {
45 "object": "LayoutBlockFlow DIV id='content'",
46 "rect": [8, 116, 200, 356],
47 "reason": "location change"
48 },
49 {
50 "object": "LayoutBlockFlow DIV id='left'",
51 "rect": [8, 119, 200, 94],
52 "reason": "incremental"
53 },
54 {
55 "object": "LayoutBlockFlow DIV id='left'",
56 "rect": [8, 116, 200, 4],
57 "reason": "incremental"
58 }
19 ] 59 ]
20 } 60 }
21 ] 61 ]
22 } 62 }
23 63
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698