| 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 <link rel="help" href="http://www.w3.org/TR/css-writing-modes-3/#text-combin
e-upright"> | 6 <link rel="help" href="http://www.w3.org/TR/css-writing-modes-3/#text-combin
e-upright"> |
| 7 <link rel="match" href="reference/value-all-and-inherit-001-ref.htm"> | 7 <link rel="match" href="reference/value-all-and-inherit-001-ref.htm"> |
| 8 <meta name="assert" content="Two white triangles does not pointing to the ri
ght. Pointing up."> | 8 <meta name="assert" content="Two white triangles does not pointing to the ri
ght. Pointing up."> |
| 9 <meta charset="utf-8"> | 9 <meta charset="utf-8"> |
| 10 <style type="text/css"> | 10 <style type="text/css"> |
| (...skipping 19 matching lines...) Expand all Loading... |
| 30 <div style="display: inline-block"> | 30 <div style="display: inline-block"> |
| 31 <p>2<span>2</span></p> | 31 <p>2<span>2</span></p> |
| 32 </div> | 32 </div> |
| 33 </div> | 33 </div> |
| 34 </td> | 34 </td> |
| 35 </tr> | 35 </tr> |
| 36 </table> | 36 </table> |
| 37 </div> | 37 </div> |
| 38 </body> | 38 </body> |
| 39 </html> | 39 </html> |
| OLD | NEW |