| Index: LayoutTests/imported/csswg-test/css-writing-modes-3/text-combine-upright/value-all-003.html
|
| diff --git a/LayoutTests/imported/csswg-test/css-writing-modes-3/text-combine-upright/value-digits2-003.html b/LayoutTests/imported/csswg-test/css-writing-modes-3/text-combine-upright/value-all-003.html
|
| similarity index 54%
|
| copy from LayoutTests/imported/csswg-test/css-writing-modes-3/text-combine-upright/value-digits2-003.html
|
| copy to LayoutTests/imported/csswg-test/css-writing-modes-3/text-combine-upright/value-all-003.html
|
| index 36d81f1bf44bbdce2b978643810e14d475465f55..b6b838edc62acdd88c5f00b237bd50df327d0c64 100644
|
| --- a/LayoutTests/imported/csswg-test/css-writing-modes-3/text-combine-upright/value-digits2-003.html
|
| +++ b/LayoutTests/imported/csswg-test/css-writing-modes-3/text-combine-upright/value-all-003.html
|
| @@ -2,12 +2,12 @@
|
| <html>
|
| <head>
|
| <meta charset="utf-8">
|
| -<title>CSS Writing Modes: text-combine-upright: digits 2 + three digits</title>
|
| +<title>CSS Writing Modes: text-combine-upright: all</title>
|
| <link rel="author" title="Masataka Yakura" href="https://google.com/+MasatakaYakura">
|
| <link rel="help" href="http://www.w3.org/TR/css-writing-modes-3/#text-combine-upright">
|
| -<link rel="match" href="reference/vertical-ahem-1x3-ref.html">
|
| -<link rel="mismatch" href="reference/horizontal-ahem-1x3-notref.html">
|
| -<meta name="assert" content="'text-combine-upright: digits 2' does not combine digits that are greater than two.">
|
| +<link rel="match" href="reference/vertical-ahem-1x1-ref.html">
|
| +<link rel="mismatch" href="reference/horizontal-ahem-1x1-notref.html">
|
| +<meta name="assert" content="'text-combine-upright: all' combines all characters inside the element which the declaration applied horizontally.">
|
| <meta name="flags" content="ahem">
|
| <style>
|
| .test {
|
| @@ -17,7 +17,7 @@
|
| }
|
|
|
| .tcy {
|
| - -webkit-text-combine: digits 2;
|
| + -webkit-text-combine: horizontal;
|
| }
|
| </style>
|
| </head>
|
| @@ -26,8 +26,8 @@
|
| <p>Test passes if there are 2 <strong>identical</strong> black rectangles.</p>
|
|
|
| <div class="test">
|
| - <p><span class="tcy">123</span></p>
|
| - <p>xxx</p>
|
| + <p><span class="tcy">ABCDE</span></p>
|
| + <p>x</p>
|
| </div>
|
|
|
| </body>
|
|
|