Skip to content

Commit

Permalink
Remove unnecessary color inheritance test now that it has been remove…
Browse files Browse the repository at this point in the history
…d from form elements.
  • Loading branch information
Dominic Magnifico committed Jan 22, 2016
1 parent b5ffb63 commit faf5abc
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions test.html
Expand Up @@ -258,18 +258,6 @@ <h3 class="Test-it">should render <code>em</code>-unit preformatted text at the
</div>

<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>
<div class="Test-run" style="font:bold italic 20px/1 serif;">
<button>button</button><br>
Expand Down

0 comments on commit faf5abc

Please sign in to comment.