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

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

Issue 1213063003: update-w3c-deps import using blink 3b531d5bb326db09a7298b222030cf274590473d: (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Add rtcpeerconnection-idl-expected.txt Created 5 years, 6 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 14adfbd48369befe1009370365138f8076408154..511db4d26543ad192ac210de179bab565432dc9c 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
@@ -1,14 +1,14 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml">
+<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>CSS Writing Modes Test: text-orientation - sideways</title>
<link rel="author" title="Taka Oshiyama" href="mailto:takaoshiyama@gmail.com" />
<link rel="help" title="5.1. Orienting Text: the‘text-orientation’property" href="http://www.w3.org/TR/css-writing-modes-3/#text-orientation" />
- <link rel="match" href="reftest/text-orientation-014-ref.xht" />
+ <link rel="match" href="reference/text-orientation-014-ref.xht" />
<meta http-equiv="content-language" content="en" />
<meta name="flags" content="ahem" />
- <meta name="assert" content="This test checks that 'text-orientation: sideways' is equivalent to‘sideways-right’in‘vertical-rl’writing mode. This is effective to verify 1.block flow direction, 2.inline direction and 3.glyph orientation." />
+ <meta name="assert" content="This test checks that 'text-orientation: sideways' is equivalent to‘sideways-right’in‘vertical-rl’writing mode. This is effective to verify 1.block flow direction, 2.inline direction and 3.glyph orientation." />
<style type="text/css">
.view_ahem
{
@@ -17,7 +17,7 @@
color: blue;
font: 20px/1 "Ahem";
height: 3em;
- margin: 10px;
+ margin: 10px;
width: 3em;
white-space: pre;
}
@@ -33,7 +33,7 @@
-webkit-writing-mode: horizontal-tb;
-webkit-writing-mode: horizontal-tb;
}
- .view
+ .view
{
border: 1px solid gray;
font-size: 1.5em;
@@ -43,12 +43,12 @@
-webkit-writing-mode: vertical-rl;
-webkit-writing-mode: vertical-rl;
}
- #test
+ #test
{
-webkit-text-orientation: sideways; /* The property to be tested */
-webkit-text-orientation: sideways;
}
- #control
+ #control
{
-webkit-text-combine: none;
}
@@ -58,11 +58,11 @@
<!--
This test consists of a pair of sub-tests which complements each other.
Logically, the test should verify 1.block flow direction, 2.inline direction
- and 3.glyph orientation. The "Ahem" sub-test comes first and checks 1. and 2. ,
+ and 3.glyph orientation. The "Ahem" sub-test comes first and checks 1. and 2. ,
whereas "glyph" sub-test comes later and also checks 3.
-->
<p>Test passes if a pair of rectangles is <strong>identical</strong> including <strong>layout</strong> and <strong>orientation</strong>.</p>
- <div class="view_ahem"><span id="test_ahem">123
+ <div class="view_ahem"><span id="test_ahem">123
56
7 </span></div>
<div class="view_ahem"><span id="control_ahem">7 1

Powered by Google App Engine
This is Rietveld 408576698