| 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 in horizontal writing mode</title
> | 5 <title>CSS Writing Modes: text-combine-upright in horizontal writing mode</title
> |
| 6 <link rel="author" title="Masataka Yakura" href="http://google.com/+MasatakaYaku
ra"> | 6 <link rel="author" title="Masataka Yakura" href="http://google.com/+MasatakaYaku
ra"> |
| 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/writing-mode-horizontal-001r-ref.html"> | 8 <link rel="match" href="reference/writing-mode-horizontal-001r-ref.html"> |
| 9 <meta name="assert" content="text-combine-upright does not have an effect in hor
izontal writing modes."> | 9 <meta name="assert" content="text-combine-upright does not have an effect in hor
izontal writing modes."> |
| 10 <style> | 10 <style> |
| (...skipping 12 matching lines...) Expand all Loading... |
| 23 | 23 |
| 24 <p>Test passes if the following texts are identical:</p> | 24 <p>Test passes if the following texts are identical:</p> |
| 25 | 25 |
| 26 <div class="test"> | 26 <div class="test"> |
| 27 <p><span class="tcy">2014</span></p> | 27 <p><span class="tcy">2014</span></p> |
| 28 <p>2014</p> | 28 <p>2014</p> |
| 29 </div> | 29 </div> |
| 30 | 30 |
| 31 </body> | 31 </body> |
| 32 </html> | 32 </html> |
| OLD | NEW |