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

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

Issue 1554863002: Import csswg-test@091ec9158c45705b671df74ba064d1d57753c470 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 12 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-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">

Powered by Google App Engine
This is Rietveld 408576698