layout/reftests/font-inflation/preformatted-text-ref.html

changeset 0
6474c204b198
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/layout/reftests/font-inflation/preformatted-text-ref.html	Wed Dec 31 06:09:35 2014 +0100
     1.3 @@ -0,0 +1,22 @@
     1.4 +<?xml version="1.0" encoding="UTF-8"?>
     1.5 +<!DOCTYPE html>
     1.6 +
     1.7 +<!--
     1.8 +This text is in a preformatted block, and should therefore not be inflated with the fix for bug 705446.
     1.9 +-->
    1.10 +<html>
    1.11 +  <head>
    1.12 +    <style>
    1.13 +      pre { font-size: 12px; line-height: 1.0;}
    1.14 +    </style>
    1.15 +    <body>
    1.16 +      <div>
    1.17 +        <pre>
    1.18 +             <div class="line" id="line1"><span style="color: red">Firefox</span> is quite neat</div>
    1.19 +             <div class="line" id="line2">It browses the web fluidly</div>
    1.20 +             <div class="line" id="line3">With no cares at all</div>
    1.21 +        </pre>
    1.22 +      </div>
    1.23 +    </body>
    1.24 +  </head>
    1.25 +</html>

mercurial