mirror of
https://github.com/necolas/normalize.css.git
synced 2024-12-25 15:14:19 +00:00
Remove unnecessary color inheritance test now that it has been removed from form elements.
This commit is contained in:
parent
b5ffb63df1
commit
faf5abcb3f
12
test.html
12
test.html
@ -258,18 +258,6 @@
|
||||
</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>
|
||||
|
Loading…
Reference in New Issue
Block a user