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

Unified Diff: third_party/WebKit/LayoutTests/fast/table/border-collapsing/002-vertical.html

Issue 1419813004: Remove the "horizontal-bt" value from -webkit-writing-mode (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add static_assert to ensure TransformedWritingMode matches to WritingMode Created 5 years, 2 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/fast/table/border-collapsing/002-vertical.html
diff --git a/third_party/WebKit/LayoutTests/fast/table/border-collapsing/002-vertical.html b/third_party/WebKit/LayoutTests/fast/table/border-collapsing/002-vertical.html
index 669eea1673a8cfe487e74ececb38805da867c21a..90eb0cfdac339445018b06b1d6e1578920553619 100644
--- a/third_party/WebKit/LayoutTests/fast/table/border-collapsing/002-vertical.html
+++ b/third_party/WebKit/LayoutTests/fast/table/border-collapsing/002-vertical.html
@@ -68,34 +68,6 @@ td.solid-green { border: 5px solid green; }
<TD> 15
</TR>
</table>
-<TABLE style="-webkit-writing-mode: horizontal-bt;">
-<COL class="col1"><COL><COL>
-<TR>
- <TD> 1
- <TD> 2
- <TD> 3
-</TR>
-<TR>
- <TD> 4
- <TD class="solid-blue"> 5
- <TD class="solid-green"> 6
-</TR>
-<TR>
- <TD> 7
- <TD> 8
- <TD> 9
-</TR>
-<TR>
- <TD> 10
- <TD> 11
- <TD> 12
-</TR>
-<TR>
- <TD> 13
- <TD> 14
- <TD> 15
-</TR>
-</table>
</p>
</body>
</html>

Powered by Google App Engine
This is Rietveld 408576698