1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/layout/reftests/text/subpixel-glyphs-x-1b.html Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,29 @@ 1.4 +<!DOCTYPE html> 1.5 +<html lang="en"> 1.6 +<head> 1.7 + <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> 1.8 + <meta http-equiv="Content-Style-Type" content="text/css"> 1.9 + <style type="text/css"> 1.10 + body { 1.11 + text-rendering: optimizeLegibility; 1.12 + font-size: 13px; 1.13 + } 1.14 + div { 1.15 + border: none; 1.16 + padding: 0px; 1.17 + } 1.18 + </style> 1.19 +</head> 1.20 +<body> 1.21 + <div style="position:fixed; left:10.4px"> 1.22 + <div style="font-family: DejaVu Sans, Tahoma, sans-serif"> 1.23 + oxoxoxoxoxoxox 1.24 + </div> 1.25 + <div style="font-family: DejaVu Sans, sans-serif"> 1.26 + rnrnrnrnrnrnrn 1.27 + </div> 1.28 + <div style="font-family: Tahoma, sans-serif"> 1.29 + zezezezezezeze 1.30 + </div> 1.31 + </div> 1.32 +</body>