1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/layout/reftests/bugs/333970-1-ref.html Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,28 @@ 1.4 +<!DOCTYPE html> 1.5 +<html> 1.6 +<head> 1.7 + <title>points/pixels size test</title> 1.8 + <style type="text/css"> 1.9 + td { 1.10 + text-decoration: underline; 1.11 + } 1.12 + </style> 1.13 +</head> 1.14 +<body> 1.15 +<table> 1.16 + <tr><td style="font-size:12px;">9pt/12px</td></tr> 1.17 + <tr><td style="font-size:16px;">12pt/16px</td></tr> 1.18 + <tr><td style="font-size:20px;">15pt/20px</td></tr> 1.19 + <tr><td style="font-size:24px;">18pt/24px</td></tr> 1.20 + <tr><td style="font-size:28px;">21pt/28px</td></tr> 1.21 + <tr><td style="font-size:13.3333px;">10pt/13.3333px</td></tr> 1.22 + <tr><td style="font-size:17.3333px;">13pt/17.3333px</td></tr> 1.23 + <tr><td style="font-size:21.3333px;">16pt/21.3333px</td></tr> 1.24 + <tr><td style="font-size:26.6666px;">20pt/26.6666px</td></tr> 1.25 + <tr><td style="font-size:15px;">11.25pt/15px</td></tr> 1.26 + <tr><td style="font-size:17px;">12.75pt/17px</td></tr> 1.27 + <tr><td style="font-size:18px;">13.5pt/18px</td></tr> 1.28 + <tr><td style="font-size:25px;">18.75pt/25px</td></tr> 1.29 +</table> 1.30 +</body> 1.31 +</html>