Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<html class=reftest-wait>
<link rel=author href="mailto:jarhar@chromium.org">
<link rel=help href="https://issues.chromium.org/issues/378601807">
<link rel=match href="select-appearance-optgroup-legend-and-label-ref.html">
<link rel=match href="select-appearance-optgroup-legend-ref.html">
<meta name=assert content="The legend element should take precedence over the label attribute">
<script src="/resources/testdriver.js"></script>
<script src="/resources/testdriver-vendor.js"></script>
Expand All @@ -23,10 +23,6 @@
<legend>legend</legend>
<option>two</option>
</optgroup>
<optgroup label=label>
<option>three</option>
<legend>legend after option</legend>
</optgroup>
</select>

<script>
Expand Down
Loading