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

Unified Diff: third_party/WebKit/LayoutTests/fast/text/emphasis.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/text/emphasis.html
diff --git a/third_party/WebKit/LayoutTests/fast/text/emphasis.html b/third_party/WebKit/LayoutTests/fast/text/emphasis.html
index 33868165d2974780c2a977533a2f20414f7f80dd..6a69c8137d0e2ee083072fc1174c2082d78db598 100644
--- a/third_party/WebKit/LayoutTests/fast/text/emphasis.html
+++ b/third_party/WebKit/LayoutTests/fast/text/emphasis.html
@@ -8,8 +8,8 @@
div {
border: solid;
width: 360px;
- float: left;
- margin: 8px;
+ display: inline-block;
+ margin: 4px;
}
span::selection {
@@ -53,7 +53,7 @@
eu iaculis vel, scelerisque nec dolor.
</div>
-<div style="-webkit-writing-mode: horizontal-bt;">
+<div style="-webkit-writing-mode: vertical-rl; height:150px;">
Lorem <span style="-webkit-text-emphasis: filled red;">ipsum</span>
<span style="-webkit-text-emphasis: open green;">dolor</span>
<span style="-webkit-text-emphasis: circle;">sit</span>

Powered by Google App Engine
This is Rietveld 408576698