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

Side by Side Diff: LayoutTests/virtual/slimmingpaint/fast/repaint/justify-self-overflow-change-expected.txt

Issue 1130843004: [CSS Grid Layout] New alignment related repaint layout tests. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Anohter test expected to fail added to TestExpectations. Created 5 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
« no previous file with comments | « LayoutTests/virtual/slimmingpaint/fast/repaint/justify-self-change-keeping-geometry-expected.txt ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 "repaintRects": [
9 [1, 53, 150, 150], 9 [150, 52, 50, 300],
10 [0, 52, 200, 300], 10 [0, 52, 200, 300],
11 [0, 52, 152, 152], 11 [0, 52, 150, 300],
12 [0, 52, 150, 150],
12 [0, 16, 800, 336], 13 [0, 16, 800, 336],
13 [0, 0, 800, 352], 14 [0, 0, 800, 352],
14 [-51, 53, 150, 150], 15 [-50, 52, 250, 300],
15 [-52, 52, 252, 300], 16 [-50, 52, 150, 300],
16 [-52, 52, 152, 152], 17 [-50, 52, 150, 150],
17 [-52, 16, 852, 336], 18 [-50, 16, 850, 336],
18 [-52, 0, 852, 352] 19 [-50, 0, 850, 352]
19 ], 20 ],
20 "paintInvalidationClients": [ 21 "paintInvalidationClients": [
21 "LayoutBlockFlow HTML", 22 "LayoutBlockFlow HTML",
22 "LayoutBlockFlow BODY", 23 "LayoutBlockFlow BODY",
23 "LayoutGrid DIV id='container'", 24 "LayoutGrid DIV id='container'",
24 "LayoutBlockFlow DIV class='item1'", 25 "LayoutBlockFlow DIV class='item1'",
25 "LayoutBlockFlow DIV" 26 "LayoutBlockFlow DIV",
27 "LayoutBlockFlow DIV class='item2'"
26 ] 28 ]
27 } 29 }
28 ] 30 ]
29 } 31 }
30 32
OLDNEW
« no previous file with comments | « LayoutTests/virtual/slimmingpaint/fast/repaint/justify-self-change-keeping-geometry-expected.txt ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698