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

Unified Diff: third_party/WebKit/LayoutTests/fast/table/border-collapsing/equal-precedence-resolution-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/equal-precedence-resolution-vertical.html
diff --git a/third_party/WebKit/LayoutTests/fast/table/border-collapsing/equal-precedence-resolution-vertical.html b/third_party/WebKit/LayoutTests/fast/table/border-collapsing/equal-precedence-resolution-vertical.html
index 4163b3aca304b3558d242dfe04a8d0030ae3835b..a3ba34d9cca3cd464b527e9252579a5495debc1b 100644
--- a/third_party/WebKit/LayoutTests/fast/table/border-collapsing/equal-precedence-resolution-vertical.html
+++ b/third_party/WebKit/LayoutTests/fast/table/border-collapsing/equal-precedence-resolution-vertical.html
@@ -55,58 +55,6 @@
</tbody>
</table>
</div>
-<div style="-webkit-writing-mode: horizontal-bt; width: 200px; border: solid;">
-<table>
- <colgroup span="2"><colgroup span="1" style="-webkit-border-end: 5px solid rgba(0, 127, 0, 0.5);"><colgroup span="1" style="-webkit-border-start: 5px solid red">
- <tr>
- <td style="-webkit-border-end: 5px solid rgba(0, 127, 0, 0.5); -webkit-border-after: 5px solid rgba(0, 127, 0, 0.5);"></td>
- <td style="-webkit-border-start: 5px solid red;"></td>
- <td></td>
- <td></td>
- </tr>
- <tr>
- <td style="-webkit-border-before: 5px solid red;"></td>
- <td></td>
- <td></td>
- <td></td>
- </tr>
-</table>
-<table style="direction: rtl;">
- <colgroup span="2"><colgroup span="1" style="-webkit-border-end: 5px solid rgba(0, 127, 0, 0.5);"><colgroup span="1" style="-webkit-border-start: 5px solid red">
- <tr>
- <td style="-webkit-border-end: 5px solid rgba(0, 127, 0, 0.5); -webkit-border-after: 5px solid rgba(0, 127, 0, 0.5);"></td>
- <td style="-webkit-border-start: 5px solid red;"></td>
- <td></td>
- <td></td>
- </tr>
- <tr>
- <td style="-webkit-border-before: 5px solid red;"></td>
- <td></td>
- <td></td>
- <td></td>
- </tr>
-</table>
-<table>
- <tr style="-webkit-border-after: 5px solid rgba(0, 127, 0, 0.5);">
- <td></td>
- </tr>
- <tr style="-webkit-border-before: 5px solid red;">
- <td></td>
- </tr>
-</table>
-<table>
- <tbody style="-webkit-border-after: 5px solid rgba(0, 127, 0, 0.5);">
- <tr>
- <td></td>
- </tr>
- </tbody>
- <tbody style="-webkit-border-before: 5px solid red;">
- <tr>
- <td></td>
- </tr>
- </tbody>
-</table>
-</div>
<div style="-webkit-writing-mode: vertical-lr; height: 200px; border: solid;">
<table>
<colgroup span="2"><colgroup span="1" style="-webkit-border-end: 5px solid rgba(0, 127, 0, 0.5);"><colgroup span="1" style="-webkit-border-start: 5px solid red">

Powered by Google App Engine
This is Rietveld 408576698