docshell/test/chrome/bug294258_testcase.html

changeset 0
6474c204b198
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/docshell/test/chrome/bug294258_testcase.html	Wed Dec 31 06:09:35 2014 +0100
     1.3 @@ -0,0 +1,43 @@
     1.4 +<?xml version="1.0" encoding="utf-8"?>
     1.5 +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" 
     1.6 +"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
     1.7 +<html xmlns="http://www.w3.org/1999/xhtml">
     1.8 +  <head>
     1.9 +    <title>Bug 294258 Testcase</title>
    1.10 +    <meta http-equiv="Content-Type" content="application/xhtml+xml"/>
    1.11 +    <style type="text/css">
    1.12 +            * {
    1.13 +                    font-family: monospace;
    1.14 +            }
    1.15 +    </style>
    1.16 +  </head>
    1.17 +  <body>
    1.18 +    <div>
    1.19 +      <p>
    1.20 +        input type="text": <input id="text" type="text"/>
    1.21 +      </p>
    1.22 +      <p>
    1.23 +        input type="checkbox": <input id="checkbox" type="checkbox"/>
    1.24 +      </p>
    1.25 +      <p>
    1.26 +        input type="file": <input id="file" type="file"/>
    1.27 +      </p>
    1.28 +      <p>
    1.29 +        input type="radio": 
    1.30 +        <input type="radio" id="radio1" name="radio" value="radio1"/>
    1.31 +        <input id="radio2" type="radio" name="radio" value="radio2"/>
    1.32 +      </p>
    1.33 +      <p>
    1.34 +        textarea: <textarea id="textarea" rows="4" cols="80"></textarea>
    1.35 +      </p>
    1.36 +      <p>
    1.37 +        select -> option: <select id="select">
    1.38 +                <option>1</option>
    1.39 +                <option>2</option>
    1.40 +                <option>3</option>
    1.41 +                <option>4</option>
    1.42 +        </select>
    1.43 +      </p>
    1.44 +    </div>
    1.45 +  </body>
    1.46 +</html>

mercurial