Sign in
webkit
/
WebKit
/
2538ba1dc66c1a9ab694bc167c5d56293dae7e8e
/
.
/
LayoutTests
/
inspector
/
formatting
/
resources
/
html-tests
/
auto-close-special.html
blob: 777008f8bb02e4a059dd181526be8abed52eecf9 [
file
] [
log
] [
blame
]
<!-- body closes head -->
<head><title>
Title
<body>
<!-- option and optgroup -->
<select>
<option>
1
<option>
2
<optgroup
label
=
"Group 1"
>
<option>
1
<option>
2
<optgroup
label
=
"Group 2"
>
<option>
1
<option>
2
</select>