| OLD | NEW |
| 1 <!DOCTYPE html> | 1 <!DOCTYPE html> |
| 2 <html> | 2 <html> |
| 3 <head> | 3 <head> |
| 4 <meta charset="utf-8"> | 4 <meta charset="utf-8"> |
| 5 <title>CSS Writing Modes: text-combine-upright: all</title> | 5 <title>CSS Writing Modes: text-combine-upright: all</title> |
| 6 <link rel="author" title="Masataka Yakura" href="https://google.com/+MasatakaYak
ura"> | 6 <link rel="author" title="Masataka Yakura" href="https://google.com/+MasatakaYak
ura"> |
| 7 <link rel="help" href="http://www.w3.org/TR/css-writing-modes-3/#text-combine-up
right"> | 7 <link rel="help" href="http://www.w3.org/TR/css-writing-modes-3/#text-combine-up
right"> |
| 8 <link rel="match" href="reference/vertical-ahem-1x1-ref.html"> | 8 <link rel="match" href="reference/vertical-ahem-1x1-ref.html"> |
| 9 <link rel="mismatch" href="reference/horizontal-ahem-1x1-notref.html"> | 9 <link rel="mismatch" href="reference/horizontal-ahem-1x1-notref.html"> |
| 10 <meta name="assert" content="'text-combine-upright: all' combines all characters
inside the element which the declaration applied horizontally."> | 10 <meta name="assert" content="'text-combine-upright: all' combines all characters
inside the element which the declaration applied horizontally."> |
| (...skipping 14 matching lines...) Expand all Loading... |
| 25 | 25 |
| 26 <p>Test passes if there are 2 <strong>identical</strong> black rectangles.</p> | 26 <p>Test passes if there are 2 <strong>identical</strong> black rectangles.</p> |
| 27 | 27 |
| 28 <div class="test"> | 28 <div class="test"> |
| 29 <p><span class="tcy">ABC</span></p> | 29 <p><span class="tcy">ABC</span></p> |
| 30 <p>x</p> | 30 <p>x</p> |
| 31 </div> | 31 </div> |
| 32 | 32 |
| 33 </body> | 33 </body> |
| 34 </html> | 34 </html> |
| OLD | NEW |