browser/devtools/fontinspector/test/browser_fontinspector.html

changeset 0
6474c204b198
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/browser/devtools/fontinspector/test/browser_fontinspector.html	Wed Dec 31 06:09:35 2014 +0100
     1.3 @@ -0,0 +1,20 @@
     1.4 +<!DOCTYPE html>
     1.5 +
     1.6 +<style>
     1.7 +  @font-face {
     1.8 +    font-family: bar;
     1.9 +    src: url(bad/font/name.ttf), url(browser_font.woff) format("woff");
    1.10 +  }
    1.11 +  body{
    1.12 +    font-family:Arial;
    1.13 +  }
    1.14 +  div {
    1.15 +    font-family:Arial;
    1.16 +    font-family:bar;
    1.17 +  }
    1.18 +</style>
    1.19 +
    1.20 +<body>
    1.21 +  BODY
    1.22 +  <div>DIV</div>
    1.23 +</body>

mercurial