layout/reftests/css-placeholder/css-simple-styling-ref.html

changeset 0
6474c204b198
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/layout/reftests/css-placeholder/css-simple-styling-ref.html	Wed Dec 31 06:09:35 2014 +0100
     1.3 @@ -0,0 +1,17 @@
     1.4 +<!DOCTYPE html>
     1.5 +<html>
     1.6 +  <style>
     1.7 +    :-moz-any(input, textarea) {
     1.8 +      font: -moz-list;
     1.9 +      font-family: mono;
    1.10 +      font-style: italic;
    1.11 +      color: blue;
    1.12 +      word-spacing: 5px;
    1.13 +      text-shadow: 1px 1px 1px red;
    1.14 +    }
    1.15 +  </style>
    1.16 +  <body>
    1.17 +    <input value='foo bar'>
    1.18 +    <textarea>foo bar</textarea>
    1.19 +  </body>
    1.20 +</html>

mercurial