Index: third_party/WebKit/LayoutTests/imported/csswg-test/css-writing-modes-3/table-progression-vrl-003.html |
diff --git a/third_party/WebKit/LayoutTests/imported/csswg-test/css-writing-modes-3/table-progression-vrl-003.html b/third_party/WebKit/LayoutTests/imported/csswg-test/css-writing-modes-3/table-progression-vrl-003.html |
index 3e3530f46c57aa88bc9bf7541649d03bbed4c746..94357ef0d433bf5b946b63ecc1897dc680ab098e 100644 |
--- a/third_party/WebKit/LayoutTests/imported/csswg-test/css-writing-modes-3/table-progression-vrl-003.html |
+++ b/third_party/WebKit/LayoutTests/imported/csswg-test/css-writing-modes-3/table-progression-vrl-003.html |
@@ -1,6 +1,7 @@ |
<!DOCTYPE html> |
<title>CSS Test: vertical-rl upright orientation Table Row/Rowgroup/Cell Ordering</title> |
<link rel="author" title="Elika J. Etemad" href="http://fantasai.inkedblade.net/contact"> |
+<link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/"> <!-- 2016-01-19 --> |
<link rel="match" href="table-progression-001-ref.html"> |
<meta name="assert" content="This test checks that vertical-rl tables, whether LTR or RTL, order rows/rowgroups right to left and cells top-to-bottom when text-orientation is upright."> |
<link rel="help" href="http://www.w3.org/TR/css-writing-modes-3/#block-flow" title="3.1 Block Flow Direction: the 'writing-mode' property"> |
@@ -68,28 +69,28 @@ |
<table class="test" dir=rtl> |
<thead> |
<tr> |
- <td colspan=2> |
- <td class="blue"> |
<td class="navy"> |
+ <td class="blue"> |
+ <td colspan=2> |
<tfoot> |
<tr> |
- <td class="teal"> |
- <td class="aqua"> |
<td colspan=2> |
+ <td class="aqua"> |
+ <td class="teal"> |
<tbody> |
<tr> |
- <td class="purp"> |
- <td colspan=2> |
<td rowspan=3> |
+ <td colspan=2> |
+ <td class="purp"> |
<tr> |
- <td rowspan=2 colspan=2> |
<td class="pink"> |
+ <td rowspan=2 colspan=2> |
<tr> |
<td class="yllw"> |
<tbody> |
<tr> |
- <td colspan=3> |
<td class="orng"> |
+ <td colspan=3> |
</table> |
<table class="reference"> |