browser/devtools/styleeditor/test/four.html

changeset 0
6474c204b198
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/browser/devtools/styleeditor/test/four.html	Wed Dec 31 06:09:35 2014 +0100
     1.3 @@ -0,0 +1,25 @@
     1.4 +<!doctype html>
     1.5 +<html>
     1.6 +<head>
     1.7 +  <title>four stylesheets</title>
     1.8 +  <link rel="stylesheet" type="text/css" media="scren" href="simple.css"/>
     1.9 +  <style type="text/css">
    1.10 +  div {
    1.11 +    font-size: 2em;
    1.12 +  }
    1.13 +  </style>
    1.14 +  <style type="text/css">
    1.15 +  span {
    1.16 +    font-size: 3em;
    1.17 +  }
    1.18 +  </style>
    1.19 +  <style type="text/css">
    1.20 +  p {
    1.21 +    font-size: 4em;
    1.22 +  }
    1.23 +  </style>
    1.24 +</head>
    1.25 +<body>
    1.26 +	<div>four <span>stylesheets</span></div>
    1.27 +</body>
    1.28 +</html>

mercurial