| OLD | NEW |
| 1 <!DOCTYPE html PUBLIC "-//W3C//DTD//XHTML 1.0 Strict//EN" "http://www.w3.org/TR
/xhtml1/DTD/xhtml1-strict.dtd"> | 1 <!DOCTYPE html PUBLIC "-//W3C//DTD//XHTML 1.0 Strict//EN" "http://www.w3.org/TR
/xhtml1/DTD/xhtml1-strict.dtd"> |
| 2 <!-- | 2 <!-- |
| 3 Internet Explorer Test Pages Copyright © 2012 Microsoft Corporation. All rights
reserved. | 3 Internet Explorer Test Pages Copyright © 2012 Microsoft Corporation. All rights
reserved. |
| 4 | 4 |
| 5 Redistribution and use in source and binary forms, with or without modification
, | 5 Redistribution and use in source and binary forms, with or without modification
, |
| 6 are permitted provided that the following conditions are met: | 6 are permitted provided that the following conditions are met: |
| 7 | 7 |
| 8 Redistributions of source code must retain the above copyright notice, this lis
t of | 8 Redistributions of source code must retain the above copyright notice, this lis
t of |
| 9 conditions and the following disclaimer. | 9 conditions and the following disclaimer. |
| 10 | 10 |
| (...skipping 15 matching lines...) Expand all Loading... |
| 26 OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
OF THE | 26 OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
OF THE |
| 27 POSSIBILITY OF SUCH DAMAGE. | 27 POSSIBILITY OF SUCH DAMAGE. |
| 28 --> | 28 --> |
| 29 | 29 |
| 30 <!-- This test case has been modified to use 20px instead of 16px font-size to w
ork | 30 <!-- This test case has been modified to use 20px instead of 16px font-size to w
ork |
| 31 around font rendering issues for the Ahem font in Blink. --> | 31 around font rendering issues for the Ahem font in Blink. --> |
| 32 | 32 |
| 33 <html xmlns="http://www.w3.org/1999/xhtml"> | 33 <html xmlns="http://www.w3.org/1999/xhtml"> |
| 34 <head> | 34 <head> |
| 35 <title>CSS Test: All unit and function values</title> | 35 <title>CSS Test: All unit and function values</title> |
| 36 <script src="../../../resources/ahem.js"></script> |
| 36 <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> | 37 <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> |
| 37 <link rel="help" href="http://www.w3.org/TR/CSS21/" /> | 38 <link rel="help" href="http://www.w3.org/TR/CSS21/" /> |
| 38 <meta name="flags" content="" /> | 39 <meta name="flags" content="" /> |
| 39 <meta name="assert" content="Verifying that all unit values and function
s are supported." /> | 40 <meta name="assert" content="Verifying that all unit values and function
s are supported." /> |
| 40 <style type="text/css"> | 41 <style type="text/css"> |
| 41 html { font-size: 20px; } | 42 html { font-size: 20px; } |
| 42 body { font-size: 16px; } | 43 body { font-size: 16px; } |
| 43 body div | 44 body div |
| 44 { | 45 { |
| 45 font: 20px/1em Ahem; | 46 font: 20px/1em Ahem; |
| (...skipping 133 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 179 <div id="div11"></div> | 180 <div id="div11"></div> |
| 180 <div id="div12"></div> | 181 <div id="div12"></div> |
| 181 <div id="div13"></div> | 182 <div id="div13"></div> |
| 182 <div id="div14"></div> | 183 <div id="div14"></div> |
| 183 <div id="div15"></div> | 184 <div id="div15"></div> |
| 184 <div id="div16"><div></div></div> | 185 <div id="div16"><div></div></div> |
| 185 <div align="div17a" id="div17"></div> | 186 <div align="div17a" id="div17"></div> |
| 186 </div> | 187 </div> |
| 187 </body> | 188 </body> |
| 188 </html> | 189 </html> |
| OLD | NEW |