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

Side by Side Diff: third_party/WebKit/LayoutTests/imported/csswg-test/css-flexbox-1/css-flexbox-column-reverse.html

Issue 2104493003: Import csswg-test@0589ea025a684e31742740ca3b599230bcc25e5d (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Update TestExpectations, delete background Created 4 years, 5 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> <!-- coding:utf-8 --> 1 <!DOCTYPE html> <!-- coding:utf-8 -->
2 <html> 2 <html>
3 <head> 3 <head>
4 <meta charset="utf-8" /> 4 <meta charset="utf-8" />
5 <title>CSS Flexbox Test: flex direction: row</title> 5 <title>CSS Flexbox Test: flex direction: row</title>
6 <link rel="author" title="Naoki Okada" href="mailto:somathor@gmail.com" /> 6 <link rel="author" title="Naoki Okada" href="mailto:somathor@gmail.com" />
7 <link rel="help" href="http://www.w3.org/TR/css-flexbox-1/#propdef-flex-flow "> 7 <link rel="help" href="http://www.w3.org/TR/css-flexbox-1/#propdef-flex-flow ">
8 <link rel="match" href="css-flexbox-column-ref.html"> 8 <link rel="match" href="css-flexbox-column-ref.html">
9 <meta name="flags" content=""> 9 <meta name="flags" content="">
10 <meta name="assert" content="Test checks that when writing mode is vertical and flex-flow: column, the flex container is vertical."> 10 <meta name="assert" content="Test checks that when writing mode is vertical and flex-flow: column, the flex container is vertical.">
11 <style type="text/css"> 11 <style type="text/css">
(...skipping 19 matching lines...) Expand all
31 <div class="container"> 31 <div class="container">
32 <div class="item">stu</div> 32 <div class="item">stu</div>
33 <div class="item">789</div> 33 <div class="item">789</div>
34 <div class="item">def</div> 34 <div class="item">def</div>
35 <div class="item">456</div> 35 <div class="item">456</div>
36 <div class="item">abc</div> 36 <div class="item">abc</div>
37 <div class="item">123</div> 37 <div class="item">123</div>
38 </div> 38 </div>
39 </body> 39 </body>
40 </html> 40 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698