| OLD | NEW |
| 1 <!DOCTYPE html> | 1 <!DOCTYPE html> |
| 2 <html> | 2 <html> |
| 3 <head> | 3 <head> |
| 4 <title>CSS Writing Modes Test: text-combine-upright :all </title> | 4 <title>CSS Writing Modes Test: text-combine-upright :all </title> |
| 5 <link rel="author" title="Shinsuke Matsuki" href="mailto:shinsuke.matsuki@ac
cess-company.com"> | 5 <link rel="author" title="Shinsuke Matsuki" href="mailto:shinsuke.matsuki@ac
cess-company.com"> |
| 6 <meta charset="utf-8"> | 6 <meta charset="utf-8"> |
| 7 <style type="text/css"> | 7 <style type="text/css"> |
| 8 @font-face { | 8 @font-face { |
| 9 font-family: 'tcu-font'; | 9 font-family: 'tcu-font'; |
| 10 src: url('support/tcu-font.woff'); | 10 src: url('support/tcu-font.woff'); |
| (...skipping 14 matching lines...) Expand all Loading... |
| 25 <div style="display: inline-block"> | 25 <div style="display: inline-block"> |
| 26 <p>3<span>3</span></p> | 26 <p>3<span>3</span></p> |
| 27 </div> | 27 </div> |
| 28 </div> | 28 </div> |
| 29 </td> | 29 </td> |
| 30 </tr> | 30 </tr> |
| 31 </table> | 31 </table> |
| 32 </div> | 32 </div> |
| 33 </body> | 33 </body> |
| 34 </html> | 34 </html> |
| OLD | NEW |