| OLD | NEW |
| 1 <?xml version="1.0" encoding="UTF-8"?> | 1 <?xml version="1.0" encoding="UTF-8"?> |
| 2 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/
DTD/xhtml11.dtd"> | 2 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/
DTD/xhtml11.dtd"> |
| 3 <html xmlns="http://www.w3.org/1999/xhtml"> | 3 <html xmlns="http://www.w3.org/1999/xhtml"> |
| 4 <head> | 4 <head> |
| 5 <title>CSS Reftest Reference</title> | 5 <title>CSS Reftest Reference</title> |
| 6 <!-- reftest for text-orientation-014.xht --> | 6 <!-- reftest for text-orientation-014.xht --> |
| 7 <link rel="author" title="Taka Oshiyama" href="mailto:takaoshiya
ma@gmail.com" /> | 7 <link rel="author" title="Taka Oshiyama" href="mailto:takaoshiya
ma@gmail.com" /> |
| 8 <meta http-equiv="content-language" content="en" /> | 8 <meta http-equiv="content-language" content="en" /> |
| 9 <style type="text/css"> | 9 <style type="text/css"> |
| 10 .view_ahem | 10 .view_ahem |
| 11 { | 11 { |
| (...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 45 52 | 45 52 |
| 46 63</span></div> | 46 63</span></div> |
| 47 <div class="view_ahem"><span class="control_ahem">7 1 | 47 <div class="view_ahem"><span class="control_ahem">7 1 |
| 48 52 | 48 52 |
| 49 63</span></div> | 49 63</span></div> |
| 50 <hr /> | 50 <hr /> |
| 51 <div class="view"><span class="control">123Abc<br />def456</span
></div> | 51 <div class="view"><span class="control">123Abc<br />def456</span
></div> |
| 52 <div class="view"><span class="control">123Abc<br />def456</span
></div> | 52 <div class="view"><span class="control">123Abc<br />def456</span
></div> |
| 53 </body> | 53 </body> |
| 54 </html> | 54 </html> |
| OLD | NEW |