mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-11-02 06:10:58 +00:00
6 lines
138 B
HTML
6 lines
138 B
HTML
|
|
<!doctype html>
|
||
|
|
<link rel="match" href="../expected/select-option-use-label.html" />
|
||
|
|
<select>
|
||
|
|
<option label="label"></option>
|
||
|
|
</select>
|