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

Unified Diff: third_party/WebKit/LayoutTests/imported/csswg-test/css-writing-modes-3/table-progression-vrl-003.html

Issue 1639343003: Import csswg-test@85a191c538f673bd1e30c44ab131365317b2084f (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: TestExpectations Created 4 years, 11 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 side-by-side diff with in-line comments
Download patch
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">

Powered by Google App Engine
This is Rietveld 408576698