Bug 1204897: Attempt to work around randomorange in test_bug332655-1.html by using an unthemed <input> widget. r=jfkthame

This commit is contained in:
Daniel Holbert 2015-12-24 13:08:32 -08:00
parent 24f5fee1f0
commit 3053c0c7ee

View File

@ -14,7 +14,8 @@ https://bugzilla.mozilla.org/show_bug.cgi?id=332655
<a target="_blank" href="https://bugzilla.mozilla.org/show_bug.cgi?id=332655">Mozilla Bug 332655</a>
<p id="display"></p>
<div id="content">
<input type="text" id="testInput">
<input type="text" id="testInput"
style="-moz-appearance: none"> <!-- bug 1204897 workaround -->
</div>
<pre id="test">
<script class="testbody" type="text/javascript">