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

Unified Diff: LayoutTests/imported/csswg-test/css-writing-modes-3/text-orientation-012.xht

Issue 1295773004: update-w3c-deps import using blink c936ac9d274f959a4b5908db6835bcd612fb1a9e: (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 years, 4 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: LayoutTests/imported/csswg-test/css-writing-modes-3/text-orientation-012.xht
diff --git a/LayoutTests/imported/csswg-test/css-writing-modes-3/text-orientation-012.xht b/LayoutTests/imported/csswg-test/css-writing-modes-3/text-orientation-012.xht
index e424cbe0faf7a8a6b98ceb5deb8f50b26c674e91..28eda5c7d9bb83a6421f5f77101a083eb5765635 100644
--- a/LayoutTests/imported/csswg-test/css-writing-modes-3/text-orientation-012.xht
+++ b/LayoutTests/imported/csswg-test/css-writing-modes-3/text-orientation-012.xht
@@ -24,14 +24,11 @@
#test_ahem
{
-webkit-text-orientation: sideways-right; /* The property to be tested */
- -webkit-text-orientation:sideways-right;
- -webkit-writing-mode: vertical-rl;
-webkit-writing-mode: vertical-rl;
}
#control_ahem
{
-webkit-writing-mode: horizontal-tb;
- -webkit-writing-mode: horizontal-tb;
}
.view
{
@@ -41,12 +38,10 @@
margin-bottom: 10px;
width: 3em;
-webkit-writing-mode: vertical-rl;
- -webkit-writing-mode: vertical-rl;
}
#test
{
-webkit-text-orientation: sideways-right; /* The property to be tested */
- -webkit-text-orientation:sideways-right;
}
#control
{

Powered by Google App Engine
This is Rietveld 408576698