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

Side by Side Diff: LayoutTests/fast/css-grid-layout/grid-content-alignment-overflow.html

Issue 1031853002: [CSS Grid Layout] Content Distribution support for grid. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Missing layout test expectations file. Created 5 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 <!DOCTYPE html> 1 <!DOCTYPE html>
2 <html> 2 <html>
3 <head> 3 <head>
4 <link href="resources/grid.css" rel="stylesheet"> 4 <link href="resources/grid.css" rel="stylesheet">
5 <script src="../../resources/check-layout.js"></script> 5 <script src="../../resources/check-layout.js"></script>
6 <style> 6 <style>
7 body { 7 body {
8 margin: 0; 8 margin: 0;
9 } 9 }
10 10
(...skipping 17 matching lines...) Expand all
28 justify-content: center; 28 justify-content: center;
29 } 29 }
30 30
31 .centerSafe { 31 .centerSafe {
32 align-content: center safe; 32 align-content: center safe;
33 justify-content: center safe; 33 justify-content: center safe;
34 } 34 }
35 35
36 .centerTrue { 36 .centerTrue {
37 align-content: center true; 37 align-content: center true;
38 jusitfy-content: center true; 38 justify-content: center true;
39 } 39 }
40 40
41 .end { 41 .end {
42 align-content: end; 42 align-content: end;
43 justify-content: end; 43 justify-content: end;
44 } 44 }
45 45
46 .endSafe { 46 .endSafe {
47 align-content: end safe; 47 align-content: end safe;
48 justify-content: end safe; 48 justify-content: end safe;
(...skipping 14 matching lines...) Expand all
63 <div class="grid overflowWidth center" data-expected-width="60" data-expecte d-height="300"> 63 <div class="grid overflowWidth center" data-expected-width="60" data-expecte d-height="300">
64 <div class="firstRowFirstColumn" data-offset-x="-20" data-offset-y="50" data-expected-width="50" data-expected-height="100"></div> 64 <div class="firstRowFirstColumn" data-offset-x="-20" data-offset-y="50" data-expected-width="50" data-expected-height="100"></div>
65 <div class="secondRowFirstColumn" data-offset-x="-20" data-offset-y="150 " data-expected-width="50" data-expected-height="100"></div> 65 <div class="secondRowFirstColumn" data-offset-x="-20" data-offset-y="150 " data-expected-width="50" data-expected-height="100"></div>
66 <div class="firstRowSecondColumn" data-offset-x="30" data-offset-y="50" data-expected-width="50" data-expected-height="100"></div> 66 <div class="firstRowSecondColumn" data-offset-x="30" data-offset-y="50" data-expected-width="50" data-expected-height="100"></div>
67 <div class="secondRowSecondColumn" data-offset-x="30" data-offset-y="150 " data-expected-width="50" data-expected-height="100"></div> 67 <div class="secondRowSecondColumn" data-offset-x="30" data-offset-y="150 " data-expected-width="50" data-expected-height="100"></div>
68 </div> 68 </div>
69 </div> 69 </div>
70 70
71 <div style="position: relative"> 71 <div style="position: relative">
72 <div class="grid overflowHeight centerTrue" data-expected-width="200" data-e xpected-height="150"> 72 <div class="grid overflowHeight centerTrue" data-expected-width="200" data-e xpected-height="150">
73 <div class="firstRowFirstColumn" data-offset-x="0" data-offset-y="-25" d ata-expected-width="50" data-expected-height="100"></div> 73 <div class="firstRowFirstColumn" data-offset-x="50" data-offset-y="-25" data-expected-width="50" data-expected-height="100"></div>
74 <div class="secondRowFirstColumn" data-offset-x="0" data-offset-y="75" d ata-expected-width="50" data-expected-height="100"></div> 74 <div class="secondRowFirstColumn" data-offset-x="50" data-offset-y="75" data-expected-width="50" data-expected-height="100"></div>
75 <div class="firstRowSecondColumn" data-offset-x="50" data-offset-y="-25" data-expected-width="50" data-expected-height="100"></div> 75 <div class="firstRowSecondColumn" data-offset-x="100" data-offset-y="-25 " data-expected-width="50" data-expected-height="100"></div>
76 <div class="secondRowSecondColumn" data-offset-x="50" data-offset-y="75" data-expected-width="50" data-expected-height="100"></div> 76 <div class="secondRowSecondColumn" data-offset-x="100" data-offset-y="75 " data-expected-width="50" data-expected-height="100"></div>
77 </div> 77 </div>
78 </div> 78 </div>
79 79
80 <div style="position: relative"> 80 <div style="position: relative">
81 <div class="grid overflowWidth centerSafe" data-expected-width="60" data-exp ected-height="300"> 81 <div class="grid overflowWidth centerSafe" data-expected-width="60" data-exp ected-height="300">
82 <div class="firstRowFirstColumn" data-offset-x="0" data-offset-y="50" da ta-expected-width="50" data-expected-height="100"></div> 82 <div class="firstRowFirstColumn" data-offset-x="0" data-offset-y="50" da ta-expected-width="50" data-expected-height="100"></div>
83 <div class="secondRowFirstColumn" data-offset-x="0" data-offset-y="150" data-expected-width="50" data-expected-height="100"></div> 83 <div class="secondRowFirstColumn" data-offset-x="0" data-offset-y="150" data-expected-width="50" data-expected-height="100"></div>
84 <div class="firstRowSecondColumn" data-offset-x="50" data-offset-y="50" data-expected-width="50" data-expected-height="100"></div> 84 <div class="firstRowSecondColumn" data-offset-x="50" data-offset-y="50" data-expected-width="50" data-expected-height="100"></div>
85 <div class="secondRowSecondColumn" data-offset-x="50" data-offset-y="150 " data-expected-width="50" data-expected-height="100"></div> 85 <div class="secondRowSecondColumn" data-offset-x="50" data-offset-y="150 " data-expected-width="50" data-expected-height="100"></div>
86 </div> 86 </div>
(...skipping 39 matching lines...) Expand 10 before | Expand all | Expand 10 after
126 <div class="grid overflowHeight endSafe" data-expected-width="200" data-expe cted-height="150"> 126 <div class="grid overflowHeight endSafe" data-expected-width="200" data-expe cted-height="150">
127 <div class="firstRowFirstColumn" data-offset-x="100" data-offset-y="0" d ata-expected-width="50" data-expected-height="100"></div> 127 <div class="firstRowFirstColumn" data-offset-x="100" data-offset-y="0" d ata-expected-width="50" data-expected-height="100"></div>
128 <div class="secondRowFirstColumn" data-offset-x="100" data-offset-y="100 " data-expected-width="50" data-expected-height="100"></div> 128 <div class="secondRowFirstColumn" data-offset-x="100" data-offset-y="100 " data-expected-width="50" data-expected-height="100"></div>
129 <div class="firstRowSecondColumn" data-offset-x="150" data-offset-y="0" data-expected-width="50" data-expected-height="100"></div> 129 <div class="firstRowSecondColumn" data-offset-x="150" data-offset-y="0" data-expected-width="50" data-expected-height="100"></div>
130 <div class="secondRowSecondColumn" data-offset-x="150" data-offset-y="10 0" data-expected-width="50" data-expected-height="100"></div> 130 <div class="secondRowSecondColumn" data-offset-x="150" data-offset-y="10 0" data-expected-width="50" data-expected-height="100"></div>
131 </div> 131 </div>
132 </div> 132 </div>
133 133
134 </body> 134 </body>
135 </html> 135 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698