Sign in
webkit
/
WebKit
/
2538ba1dc66c1a9ab694bc167c5d56293dae7e8e
/
.
/
LayoutTests
/
inspector
/
formatting
/
resources
/
html-tests
/
auto-close-special-expected.html
blob: 34e935ed38df4532170cd5d3f2228fcffad13f97 [
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>