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

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

Issue 1951043002: Don't let PaintInvalidationLocationChange shadow other reasons (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, 119, 200, 356],
12 "reason": "location 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, 356],
17 "reason": "location change" 17 "reason": "style change"
18 }, 18 },
19 { 19 {
20 "object": "LayoutBlockFlow DIV id='content'", 20 "object": "LayoutBlockFlow DIV id='content'",
21 "rect": [8, 116, 200, 356], 21 "rect": [8, 116, 200, 356],
22 "reason": "location change" 22 "reason": "style change"
23 }, 23 },
24 { 24 {
25 "object": "LayoutBlockFlow DIV id='content'", 25 "object": "LayoutBlockFlow DIV id='content'",
26 "rect": [8, 213, 200, 355], 26 "rect": [8, 213, 200, 355],
27 "reason": "location change" 27 "reason": "style change"
28 }, 28 },
29 { 29 {
30 "object": "LayoutBlockFlow DIV id='left'", 30 "object": "LayoutBlockFlow DIV id='left'",
31 "rect": [8, 119, 200, 94], 31 "rect": [8, 119, 200, 94],
32 "reason": "incremental" 32 "reason": "incremental"
33 }, 33 },
34 { 34 {
35 "object": "LayoutBlockFlow DIV id='left'", 35 "object": "LayoutBlockFlow DIV id='left'",
36 "rect": [8, 116, 200, 4], 36 "rect": [8, 116, 200, 4],
37 "reason": "incremental" 37 "reason": "incremental"
38 }, 38 },
39 { 39 {
40 "object": "LayoutBlockFlow DIV", 40 "object": "LayoutBlockFlow DIV",
41 "rect": [13, 124, 190, 351], 41 "rect": [13, 124, 190, 351],
42 "reason": "location change" 42 "reason": "bounds change"
43 }, 43 },
44 { 44 {
45 "object": "LayoutBlockFlow DIV", 45 "object": "LayoutBlockFlow DIV",
46 "rect": [13, 124, 190, 351], 46 "rect": [13, 124, 190, 351],
47 "reason": "location change" 47 "reason": "bounds change"
48 }, 48 },
49 { 49 {
50 "object": "LayoutBlockFlow DIV", 50 "object": "LayoutBlockFlow DIV",
51 "rect": [13, 121, 190, 351], 51 "rect": [13, 121, 190, 351],
52 "reason": "location change" 52 "reason": "bounds change"
53 }, 53 },
54 { 54 {
55 "object": "LayoutBlockFlow DIV", 55 "object": "LayoutBlockFlow DIV",
56 "rect": [13, 218, 190, 350], 56 "rect": [13, 218, 190, 350],
57 "reason": "location change" 57 "reason": "bounds change"
58 } 58 }
59 ] 59 ]
60 } 60 }
61 ] 61 ]
62 } 62 }
63 63
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698