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

Unified Diff: third_party/WebKit/LayoutTests/css3/flexbox/flex-align-stretch.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/css3/flexbox/flex-align-stretch.html
diff --git a/third_party/WebKit/LayoutTests/css3/flexbox/flex-align-stretch.html b/third_party/WebKit/LayoutTests/css3/flexbox/flex-align-stretch.html
index 464441e8f6ca79a70ade534b39f1a80694dfcebd..9c1fe29954ac4ad578ed0f2ee7b190eb1f8c1dd4 100644
--- a/third_party/WebKit/LayoutTests/css3/flexbox/flex-align-stretch.html
+++ b/third_party/WebKit/LayoutTests/css3/flexbox/flex-align-stretch.html
@@ -42,18 +42,6 @@ body {
</div>
</div>
-<div style="-webkit-writing-mode: horizontal-bt">
-<div class="flexbox" style="width: 600px">
- <div data-expected-height="100" class="flex-one" style="position: relative">
- <div data-offset-x="0" data-offset-y="0" class="absolute" style="top:0;"></div>
- </div>
- <div data-expected-height="100" class="flex-one" style="height: 100px"></div>
- <div data-expected-height="100" class="flex-one" style="position: relative">
- <div data-offset-x="0" data-offset-y="50" class="absolute" style="bottom:0;"></div>
- </div>
-</div>
-</div>
-
<div style="-webkit-writing-mode: vertical-rl">
<div class="flexbox" style="height: 200px">
<div data-expected-width="100" class="flex-one" style="position: relative">

Powered by Google App Engine
This is Rietveld 408576698