Index: third_party/WebKit/LayoutTests/imported/csswg-test/css-writing-modes-3/table-progression-vrl-001.html |
diff --git a/third_party/WebKit/LayoutTests/imported/csswg-test/css-writing-modes-3/table-progression-vrl-001.html b/third_party/WebKit/LayoutTests/imported/csswg-test/css-writing-modes-3/table-progression-vrl-001.html |
index 3e2650ff9a052da3d2fb4c41ac13e12318811480..0ec1c756d5b653acc95c1871673a20135e71e53e 100644 |
--- a/third_party/WebKit/LayoutTests/imported/csswg-test/css-writing-modes-3/table-progression-vrl-001.html |
+++ b/third_party/WebKit/LayoutTests/imported/csswg-test/css-writing-modes-3/table-progression-vrl-001.html |
@@ -2,8 +2,7 @@ |
<title>CSS Test: vertical-rl Table Row/Rowgroup/Cell Ordering</title> |
<link rel="author" title="Elika J. Etemad" href="http://fantasai.inkedblade.net/contact"> |
<link rel="match" href="table-progression-001-ref.html"> |
-<meta name="assert" content="This test checks that vertical-rl tables order rows/rowgroups right to left and cells top-to-bottom (LTR) or bottom-to-top (RTL) per 'direction'."> |
-<meta name="assert" content="This test checks that 'writing-mode' and 'direction' do not apply to table rows and row groups."> |
+<meta name="assert" content="This test checks that vertical-rl tables order rows/rowgroups right to left and cells top-to-bottom (LTR) or bottom-to-top (RTL) per 'direction'. This test also checks that 'writing-mode' and 'direction' do not apply to table rows and row groups."> |
<link rel="help" href="http://www.w3.org/TR/css-writing-modes-3/#writing-mode"> |
<link rel="help" href="http://www.w3.org/TR/css-writing-modes-3/#direction"> |
@@ -113,13 +112,13 @@ |
<tr> |
<td rowspan=2> |
<td class="orng"> |
- <td colspan=3"> |
+ <td colspan="3"> |
<td class="navy"> |
<tr> |
- <td rowspan=3"> |
+ <td rowspan="3"> |
<td class="yllw"> |
<td class="pink"> |
- <td rowspan=2"> |
+ <td rowspan="2"> |
<td class="blue"> |
<tr> |
<td class="aqua"> |