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

Side by Side Diff: LayoutTests/imported/web-platform-tests/html/semantics/forms/the-input-element/contains.json

Issue 1144143009: W3C Test: Import web-platform-tests/html/semantics (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: 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 [
2 {
3 "id": "states-of-the-type-attribute",
4 "original_id": "states-of-the-type-attribute",
5 "children": [
6 {
7 "id": "hidden-state-type-hidden",
8 "original_id": "hidden-state-(type=hidden)"
9 },
10 {
11 "id": "text-type-text-state-and-search-state-type-search",
12 "original_id": "text-(type=text)-state-and-search-state-(type=se arch)"
13 },
14 {
15 "id": "telephone-state-type-tel",
16 "original_id": "telephone-state-(type=tel)"
17 },
18 {
19 "id": "url-state-type-url",
20 "original_id": "url-state-(type=url)"
21 },
22 {
23 "id": "e-mail-state-type-email",
24 "original_id": "e-mail-state-(type=email)"
25 },
26 {
27 "id": "password-state-type-password",
28 "original_id": "password-state-(type=password)"
29 },
30 {
31 "id": "date-and-time-state-type-datetime",
32 "original_id": "date-and-time-state-(type=datetime)"
33 },
34 {
35 "id": "date-state-type-date",
36 "original_id": "date-state-(type=date)"
37 },
38 {
39 "id": "month-state-type-month",
40 "original_id": "month-state-(type=month)"
41 },
42 {
43 "id": "week-state-type-week",
44 "original_id": "week-state-(type=week)"
45 },
46 {
47 "id": "time-state-type-time",
48 "original_id": "time-state-(type=time)"
49 },
50 {
51 "id": "local-date-and-time-state-type-datetime-local",
52 "original_id": "local-date-and-time-state-(type=datetime-local)"
53 },
54 {
55 "id": "number-state-type-number",
56 "original_id": "number-state-(type=number)"
57 },
58 {
59 "id": "range-state-type-range",
60 "original_id": "range-state-(type=range)"
61 },
62 {
63 "id": "color-state-type-color",
64 "original_id": "color-state-(type=color)"
65 },
66 {
67 "id": "checkbox-state-type-checkbox",
68 "original_id": "checkbox-state-(type=checkbox)"
69 },
70 {
71 "id": "radio-button-state-type-radio",
72 "original_id": "radio-button-state-(type=radio)"
73 },
74 {
75 "id": "file-upload-state-type-file",
76 "original_id": "file-upload-state-(type=file)"
77 },
78 {
79 "id": "submit-button-state-type-submit",
80 "original_id": "submit-button-state-(type=submit)"
81 },
82 {
83 "id": "image-button-state-type-image",
84 "original_id": "image-button-state-(type=image)"
85 },
86 {
87 "id": "reset-button-state-type-reset",
88 "original_id": "reset-button-state-(type=reset)"
89 },
90 {
91 "id": "button-state-type-button",
92 "original_id": "button-state-(type=button)"
93 }
94 ]
95 },
96 {
97 "id": "input-impl-notes",
98 "original_id": "input-impl-notes"
99 },
100 {
101 "id": "common-input-element-attributes",
102 "original_id": "common-input-element-attributes",
103 "children": [
104 {
105 "id": "the-maxlength-attribute",
106 "original_id": "the-maxlength-attribute"
107 },
108 {
109 "id": "the-size-attribute",
110 "original_id": "the-size-attribute"
111 },
112 {
113 "id": "the-readonly-attribute",
114 "original_id": "the-readonly-attribute"
115 },
116 {
117 "id": "the-required-attribute",
118 "original_id": "the-required-attribute"
119 },
120 {
121 "id": "the-multiple-attribute",
122 "original_id": "the-multiple-attribute"
123 },
124 {
125 "id": "the-pattern-attribute",
126 "original_id": "the-pattern-attribute"
127 },
128 {
129 "id": "the-min-and-max-attributes",
130 "original_id": "the-min-and-max-attributes"
131 },
132 {
133 "id": "the-step-attribute",
134 "original_id": "the-step-attribute"
135 },
136 {
137 "id": "the-list-attribute",
138 "original_id": "the-list-attribute"
139 },
140 {
141 "id": "the-placeholder-attribute",
142 "original_id": "the-placeholder-attribute"
143 }
144 ]
145 },
146 {
147 "id": "common-input-element-apis",
148 "original_id": "common-input-element-apis"
149 },
150 {
151 "id": "common-event-behaviors",
152 "original_id": "common-event-behaviors"
153 }
154 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698