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

Side by Side Diff: third_party/WebKit/LayoutTests/html/details_summary/summary-display-flex-expected.html

Issue 2670273002: Move tests for DETAILS and SUMMARY elements to html/details_summary/. (Closed)
Patch Set: Created 3 years, 10 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 <style> 2 <style>
3 .flex-container { 3 .flex-container {
4 background: #333; 4 background: #333;
5 border: 0px; 5 border: 0px;
6 display: flex; 6 display: flex;
7 margin: 0px; 7 margin: 0px;
8 padding: 0px; 8 padding: 0px;
9 } 9 }
10 10
(...skipping 84 matching lines...) Expand 10 before | Expand all | Expand 10 after
95 <div class="flex-item">2</div> 95 <div class="flex-item">2</div>
96 <div class="flex-item">3</div> 96 <div class="flex-item">3</div>
97 </div> 97 </div>
98 98
99 <h1>justify-content: space-between</h1> 99 <h1>justify-content: space-between</h1>
100 <div class="flex-container justify-content-space-between"> 100 <div class="flex-container justify-content-space-between">
101 <div class="flex-item">1</div> 101 <div class="flex-item">1</div>
102 <div class="flex-item">2</div> 102 <div class="flex-item">2</div>
103 <div class="flex-item">3</div> 103 <div class="flex-item">3</div>
104 </div> 104 </div>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698