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

Side by Side Diff: third_party/WebKit/LayoutTests/imported/wpt/html/rendering/bindings/the-select-element-0/option-label-expected.html

Issue 2086283003: Update web-platform-tests (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Merge branch 'master' into wpt_import Created 4 years, 5 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
OLDNEW
1 <!doctype html> 1 <!doctype html>
2 <title>Option labels</title> 2 <title>Option labels</title>
3 <select size=12> 3 <select size=12>
4 <option><!-- No children, no label --> 4 <option><!-- No children, no label-->
5 <option><!-- No children, empty label --> 5 <option><!-- No children, empty label-->
6 <option>label<!-- No children, label --> 6 <option>label<!-- No children, label-->
7 <option><!-- No children, namespaced label --> 7 <option><!-- No children, namespaced label-->
8 8
9 <option>child<!-- Single child, no label --> 9 <option>child<!-- Single child, no label-->
10 <option>child<!-- Single child, empty label --> 10 <option>child<!-- Single child, empty label-->
11 <option>label<!-- Single child, label --> 11 <option>label<!-- Single child, label-->
12 <option>child<!-- Single child, namespaced label --> 12 <option>child<!-- Single child, namespaced label-->
13 13
14 <option>child node<!-- Two children, no label --> 14 <option>child node<!-- Two children, no label-->
15 <option>child node<!-- Two children, empty label --> 15 <option>child node<!-- Two children, empty label-->
16 <option>label<!-- Two children, label --> 16 <option>label<!-- Two children, label-->
17 <option>child node<!-- Two children, namespaced label --> 17 <option>child node<!-- Two children, namespaced label-->
18 </select> 18 </select>
19 19
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698