Skip to content

Commit faf5abc

Browse files
author
Dominic Magnifico
committed
Remove unnecessary color inheritance test now that it has been removed from form elements.
1 parent b5ffb63 commit faf5abc

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

test.html

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -258,18 +258,6 @@ <h3 class="Test-it">should render <code>em</code>-unit preformatted text at the
258258
</div>
259259

260260
<h2 class="Test-describe"><code>button</code>, <code>input</code>, <code>optgroup</code>, <code>select</code>, <code>textarea</code></h2>
261-
<h3 class="Test-it">should inherit <code>color</code> from ancestor</h3>
262-
<div class="Test-run" style="color:#ADD8E6;">
263-
<button>button</button><br>
264-
<input value="input"><br>
265-
<select style="border:1px solid #999;">
266-
<optgroup label="optgroup">
267-
<option>option</option>
268-
</optgroup>
269-
<option>option</option>
270-
</select><br>
271-
<textarea>textarea</textarea>
272-
</div>
273261
<h3 class="Test-it">should inherit <code>font</code> from ancestor</h3>
274262
<div class="Test-run" style="font:bold italic 20px/1 serif;">
275263
<button>button</button><br>

0 commit comments

Comments
 (0)