| OLD | NEW |
| 1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/x
html1/DTD/xhtml1-strict.dtd"> | 1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/x
html1/DTD/xhtml1-strict.dtd"> |
| 2 <html xmlns="http://www.w3.org/1999/xhtml"> | 2 <html xmlns="http://www.w3.org/1999/xhtml"> |
| 3 <head> | 3 <head> |
| 4 <title>CSS Reftest Reference</title> | 4 <title>CSS Reftest Reference</title> |
| 5 <link rel="author" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserB
ugsSection/css21testsuite/" /> <!-- 2014-12-30 --> | 5 <link rel="author" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserB
ugsSection/css21testsuite/" /> <!-- 2014-12-30 --> |
| 6 | 6 |
| 7 <meta name="flags" content="ahem image" /> | 7 <meta name="flags" content="ahem image" /> |
| 8 <style type="text/css"><![CDATA[ | 8 <style type="text/css"><![CDATA[ |
| 9 div | 9 div |
| 10 { | 10 { |
| 11 background-color: yellow; | 11 background-color: yellow; |
| 12 direction: ltr; | 12 direction: ltr; |
| 13 font: 20px/1 Ahem; | 13 font: 20px/1 Ahem; |
| 14 width: 21em; | 14 width: 21em; |
| 15 } | 15 } |
| (...skipping 18 matching lines...) Expand all Loading... |
| 34 | 34 |
| 35 <img src="support/blue20x20.png" width="20" height="20" alt="Image download sup
port must be enabled" /> <img src="support/blue20x20.png" width="80" height="20"
alt="Image download support must be enabled" /> <img src="support/blue20x20.png
" width="40" height="20" alt="Image download support must be enabled" /> <img sr
c="support/blue20x20.png" width="80" height="20" alt="Image download support mus
t be enabled" /> <img src="support/blue20x20.png" width="80" height="20" alt="Im
age download support must be enabled" /> <img src="support/blue20x20.png" width=
"20" height="20" alt="Image download support must be enabled" /> | 35 <img src="support/blue20x20.png" width="20" height="20" alt="Image download sup
port must be enabled" /> <img src="support/blue20x20.png" width="80" height="20"
alt="Image download support must be enabled" /> <img src="support/blue20x20.png
" width="40" height="20" alt="Image download support must be enabled" /> <img sr
c="support/blue20x20.png" width="80" height="20" alt="Image download support mus
t be enabled" /> <img src="support/blue20x20.png" width="80" height="20" alt="Im
age download support must be enabled" /> <img src="support/blue20x20.png" width=
"20" height="20" alt="Image download support must be enabled" /> |
| 36 | 36 |
| 37 <img src="support/blue20x20.png" width="20" height="20" alt="Image download sup
port must be enabled" /> <img src="support/blue20x20.png" width="80" height="20"
alt="Image download support must be enabled" /> <img src="support/blue20x20.png
" width="40" height="20" alt="Image download support must be enabled" /> <img sr
c="support/blue20x20.png" width="20" height="20" alt="Image download support mus
t be enabled" /> <img src="support/blue20x20.png" width="
20" height="20" alt="Image download support must be enabled" />  
; <img src="support/blue20x20.png" width="20" height="20" alt="Image downlo
ad support must be enabled" /> | 37 <img src="support/blue20x20.png" width="20" height="20" alt="Image download sup
port must be enabled" /> <img src="support/blue20x20.png" width="80" height="20"
alt="Image download support must be enabled" /> <img src="support/blue20x20.png
" width="40" height="20" alt="Image download support must be enabled" /> <img sr
c="support/blue20x20.png" width="20" height="20" alt="Image download support mus
t be enabled" /> <img src="support/blue20x20.png" width="
20" height="20" alt="Image download support must be enabled" />  
; <img src="support/blue20x20.png" width="20" height="20" alt="Image downlo
ad support must be enabled" /> |
| 38 | 38 |
| 39 <img src="support/blue20x20.png" width="420" height="20" alt="Image download su
pport must be enabled" /> | 39 <img src="support/blue20x20.png" width="420" height="20" alt="Image download su
pport must be enabled" /> |
| 40 </div> | 40 </div> |
| 41 | 41 |
| 42 </body> | 42 </body> |
| 43 </html> | 43 </html> |
| OLD | NEW |