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

Side by Side Diff: third_party/WebKit/LayoutTests/fast/css-grid-layout/grid-content-alignment-and-self-alignment-spanning.html

Issue 1880393005: [css-grid] Fix alignment with content distribution (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix typo 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 <!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 <link href="resources/grid-alignment.css" rel="stylesheet"> 5 <link href="resources/grid-alignment.css" rel="stylesheet">
6 <script src="../../resources/check-layout.js"></script> 6 <script src="../../resources/check-layout.js"></script>
7 <style> 7 <style>
8 body { 8 body {
9 margin: 0px; 9 margin: 0px;
10 } 10 }
(...skipping 529 matching lines...) Expand 10 before | Expand all | Expand 10 after
540 <div class="b cell1 justifySelfEnd" data-offset-x="200" data-offset-y="1 00" data-expected-width="20" data-expected-height="20"></div> 540 <div class="b cell1 justifySelfEnd" data-offset-x="200" data-offset-y="1 00" data-expected-width="20" data-expected-height="20"></div>
541 <div class="c cell1 alignSelfEnd" data-offset-x="130" data-offset-y="330 " data-expected-width="20" data-expected-height="20"></div> 541 <div class="c cell1 alignSelfEnd" data-offset-x="130" data-offset-y="330 " data-expected-width="20" data-expected-height="20"></div>
542 <div class="i3" style="background: red"></div> 542 <div class="i3" style="background: red"></div>
543 <div class="i4" style="background: blue"></div> 543 <div class="i4" style="background: blue"></div>
544 <div class="i5" style="background: red"></div> 544 <div class="i5" style="background: red"></div>
545 </div> 545 </div>
546 </div> 546 </div>
547 547
548 </body> 548 </body>
549 </html> 549 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698