Thu, 15 Jan 2015 15:55:04 +0100
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>