layout/reftests/bugs/557087-2.html

Thu, 15 Jan 2015 15:55:04 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Thu, 15 Jan 2015 15:55:04 +0100
branch
TOR_BUG_9701
changeset 9
a63d609f5ebe
permissions
-rw-r--r--

Back out 97036ab72558 which inappropriately compared turds to third parties.

     1 <!DOCTYPE html>
     2 <html class='reftest-wait'>
     3   <body onload="document.getElementsByTagName('fieldset')[0].disabled = true;
     4                 document.documentElement.className='';">
     5     <fieldset>
     6       <input type='file'>
     7       <input type='checkbox'>
     8       <input type='radio'>
     9       <input type='number'>
    10       <input>
    11       <button>foo</button>
    12       <textarea></textarea>
    13       <select><option>foo</option></select>
    14       <fieldset></fieldset>
    15     </fieldset>
    16   </body>
    17 </html>

mercurial