Remove unnecessary color inheritance test now that it has been removed from form elements.

This commit is contained in:
Dominic Magnifico 2016-01-21 23:51:06 -07:00
parent b5ffb63df1
commit faf5abcb3f

View File

@ -258,18 +258,6 @@
</div> </div>
<h2 class="Test-describe"><code>button</code>, <code>input</code>, <code>optgroup</code>, <code>select</code>, <code>textarea</code></h2> <h2 class="Test-describe"><code>button</code>, <code>input</code>, <code>optgroup</code>, <code>select</code>, <code>textarea</code></h2>
<h3 class="Test-it">should inherit <code>color</code> from ancestor</h3>
<div class="Test-run" style="color:#ADD8E6;">
<button>button</button><br>
<input value="input"><br>
<select style="border:1px solid #999;">
<optgroup label="optgroup">
<option>option</option>
</optgroup>
<option>option</option>
</select><br>
<textarea>textarea</textarea>
</div>
<h3 class="Test-it">should inherit <code>font</code> from ancestor</h3> <h3 class="Test-it">should inherit <code>font</code> from ancestor</h3>
<div class="Test-run" style="font:bold italic 20px/1 serif;"> <div class="Test-run" style="font:bold italic 20px/1 serif;">
<button>button</button><br> <button>button</button><br>