| Index: third_party/WebKit/LayoutTests/imported/csswg-test/css-writing-modes-3/table-progression-vlr-003.html
|
| diff --git a/third_party/WebKit/LayoutTests/imported/csswg-test/css-writing-modes-3/table-progression-vlr-003.html b/third_party/WebKit/LayoutTests/imported/csswg-test/css-writing-modes-3/table-progression-vlr-003.html
|
| index cca9c665b7386fb28d8be2b699d835f08a6a0d4d..d4b2b81bc802c2656f13213adce30162ef6eaa73 100644
|
| --- a/third_party/WebKit/LayoutTests/imported/csswg-test/css-writing-modes-3/table-progression-vlr-003.html
|
| +++ b/third_party/WebKit/LayoutTests/imported/csswg-test/css-writing-modes-3/table-progression-vlr-003.html
|
| @@ -1,6 +1,7 @@
|
| <!DOCTYPE html>
|
| <title>CSS Test: vertical-lr 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-lr 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 class="teal">
|
| - <td class="aqua">
|
| <td colspan=2>
|
| + <td class="aqua">
|
| + <td class="teal">
|
| <tfoot>
|
| <tr>
|
| - <td colspan=2>
|
| - <td class="blue">
|
| <td class="navy">
|
| + <td class="blue">
|
| + <td colspan=2>
|
| <tbody>
|
| <tr>
|
| - <td colspan=3>
|
| <td class="orng">
|
| + <td colspan=3>
|
| <tbody>
|
| <tr>
|
| - <td rowspan=2 colspan=2>
|
| - <td class="yllw">
|
| <td rowspan=3>
|
| + <td class="yllw">
|
| + <td rowspan=2 colspan=2>
|
| <tr>
|
| <td class="pink">
|
| <tr>
|
| - <td class="purp">
|
| <td colspan=2>
|
| + <td class="purp">
|
| </table>
|
|
|
| <table class="reference">
|
|
|