Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(15)

Side by Side Diff: LayoutTests/imported/web-platform-tests/html/rendering/bindings/the-select-element-0/option-label-expected.html

Issue 1157863007: W3C Test: import web-platform-tests/html/rendering (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Re-run update-w3c-deps Created 5 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
(Empty)
1 <!doctype html>
2 <title>Option labels</title>
3 <select size=12>
4 <option><!-- No children, no label -->
5 <option><!-- No children, empty label -->
6 <option>label<!-- No children, label -->
7 <option><!-- No children, namespaced label -->
8
9 <option>child<!-- Single child, no label -->
10 <option>child<!-- Single child, empty label -->
11 <option>label<!-- Single child, label -->
12 <option>child<!-- Single child, namespaced label -->
13
14 <option>child node<!-- Two children, no label -->
15 <option>child node<!-- Two children, empty label -->
16 <option>label<!-- Two children, label -->
17 <option>child node<!-- Two children, namespaced label -->
18 </select>
19
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698