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-014.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-014.xht
diff --git a/LayoutTests/imported/csswg-test/css-writing-modes-3/text-orientation-014.xht b/LayoutTests/imported/csswg-test/css-writing-modes-3/text-orientation-014.xht
index 511db4d26543ad192ac210de179bab565432dc9c..5ae36f4c7877edbd54e203b27031e264ebdcc4b0 100644
--- a/LayoutTests/imported/csswg-test/css-writing-modes-3/text-orientation-014.xht
+++ b/LayoutTests/imported/csswg-test/css-writing-modes-3/text-orientation-014.xht
@@ -24,14 +24,11 @@
#test_ahem
{
-webkit-text-orientation: sideways; /* The property to be tested */
- -webkit-text-orientation: sideways;
- -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; /* The property to be tested */
- -webkit-text-orientation: sideways;
}
#control
{

Powered by Google App Engine
This is Rietveld 408576698