| Index: third_party/WebKit/LayoutTests/imported/csswg-test/css-flexbox-1/css-flexbox-test1.html
|
| diff --git a/third_party/WebKit/LayoutTests/imported/csswg-test/css-flexbox-1/css-flexbox-test1.html b/third_party/WebKit/LayoutTests/imported/csswg-test/css-flexbox-1/css-flexbox-test1.html
|
| index b697daf73d26dba577276291b1ae551bf53b8ca5..5ee6f2fca197a23e5434ae4ab39af9bdbb4b2da4 100644
|
| --- a/third_party/WebKit/LayoutTests/imported/csswg-test/css-flexbox-1/css-flexbox-test1.html
|
| +++ b/third_party/WebKit/LayoutTests/imported/csswg-test/css-flexbox-1/css-flexbox-test1.html
|
| @@ -1,14 +1,14 @@
|
| -<!DOCTYPE html> <!-- coding:utf-8 -->
|
| +<!DOCTYPE html> <!-- coding:utf-8 -->
|
| <html>
|
| <head>
|
| <meta charset="utf-8" />
|
| <title>CSS Flexbox Test: flex direction: row, writing mode vertical</title>
|
| <link rel="author" title="Tsutomu ogaoga Ogasawara" href="mailto:info@ogaoga.org" />
|
| <link rel="reviewer" title="Elika J Etemad" href="http://fantasai.inkedblade.net/contact" />
|
| - <!-- You must have at least one spec link, but may have as many as are covered in the test. -->
|
| - <!-- Be sure to make the main testing area first in the order -->
|
| + <!-- You must have at least one spec link, but may have as many as are covered in the test. -->
|
| + <!-- Be sure to make the main testing area first in the order -->
|
| <link rel="help" href="http://www.w3.org/TR/css-flexbox-1/#propdef-flex-flow">
|
| - <!-- The match link is only required if this is a reftest -->
|
| + <!-- The match link is only required if this is a reftest -->
|
| <link rel="match" href="css-flexbox-test1-ref.html">
|
| <meta name="flags" content="">
|
| <meta name="assert" content="Test checks that when writing mode is vertical and flex-flow: row, the flex container is vertical.">
|
|
|