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

Unified Diff: third_party/WebKit/LayoutTests/fast/block/margin-collapse/self-collapsing-block-creates-block-formatting-context.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/block/margin-collapse/self-collapsing-block-creates-block-formatting-context.html
diff --git a/third_party/WebKit/LayoutTests/fast/block/margin-collapse/self-collapsing-block-creates-block-formatting-context.html b/third_party/WebKit/LayoutTests/fast/block/margin-collapse/self-collapsing-block-creates-block-formatting-context.html
index 422aebf24677beb9acbe0f18bda7c04142119f21..334f8d5e728dcdd8a573cdffc0570f8eb26f2be9 100644
--- a/third_party/WebKit/LayoutTests/fast/block/margin-collapse/self-collapsing-block-creates-block-formatting-context.html
+++ b/third_party/WebKit/LayoutTests/fast/block/margin-collapse/self-collapsing-block-creates-block-formatting-context.html
@@ -60,14 +60,6 @@ There should be no red below.
<div class="container">
<div class="ref"></div>
<div>
- <div class="item" style="-webkit-writing-mode: horizontal-bt; "></div>
- <div class="item" style="-webkit-writing-mode: horizontal-bt; "></div>
- <div class="test"></div>
- </div>
-</div>
-<div class="container">
- <div class="ref"></div>
- <div>
<fieldset></fieldset>
<fieldset></fieldset>
<div class="test"></div>

Powered by Google App Engine
This is Rietveld 408576698