mirror of
https://github.com/servo/servo
synced 2026-05-05 06:32:13 +02:00
Update web-platform-tests to revision 0d318188757a9c996e20b82db201fd04de5aa255
This commit is contained in:
@@ -0,0 +1,19 @@
|
||||
<!doctype html>
|
||||
<title>Option labels</title>
|
||||
<select size=12>
|
||||
<option><!-- No children, no label-->
|
||||
<option><!-- No children, empty label-->
|
||||
<option>label<!-- No children, label-->
|
||||
<option><!-- No children, namespaced label-->
|
||||
|
||||
<option>child<!-- Single child, no label-->
|
||||
<option>child<!-- Single child, empty label-->
|
||||
<option>label<!-- Single child, label-->
|
||||
<option>child<!-- Single child, namespaced label-->
|
||||
|
||||
<option>child node<!-- Two children, no label-->
|
||||
<option>child node<!-- Two children, empty label-->
|
||||
<option>label<!-- Two children, label-->
|
||||
<option>child node<!-- Two children, namespaced label-->
|
||||
</select>
|
||||
|
||||
Reference in New Issue
Block a user