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

Unified Diff: third_party/WebKit/LayoutTests/imported/web-platform-tests/html/semantics/forms/the-input-element/contains.json

Issue 1984023002: Move web-platform-tests to wpt (part 1 of 2) (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 7 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 side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/LayoutTests/imported/web-platform-tests/html/semantics/forms/the-input-element/contains.json
diff --git a/third_party/WebKit/LayoutTests/imported/web-platform-tests/html/semantics/forms/the-input-element/contains.json b/third_party/WebKit/LayoutTests/imported/web-platform-tests/html/semantics/forms/the-input-element/contains.json
deleted file mode 100644
index c2b780f0b8d916a0e9ccaecf21610cada89e2d46..0000000000000000000000000000000000000000
--- a/third_party/WebKit/LayoutTests/imported/web-platform-tests/html/semantics/forms/the-input-element/contains.json
+++ /dev/null
@@ -1,154 +0,0 @@
-[
- {
- "id": "states-of-the-type-attribute",
- "original_id": "states-of-the-type-attribute",
- "children": [
- {
- "id": "hidden-state-type-hidden",
- "original_id": "hidden-state-(type=hidden)"
- },
- {
- "id": "text-type-text-state-and-search-state-type-search",
- "original_id": "text-(type=text)-state-and-search-state-(type=search)"
- },
- {
- "id": "telephone-state-type-tel",
- "original_id": "telephone-state-(type=tel)"
- },
- {
- "id": "url-state-type-url",
- "original_id": "url-state-(type=url)"
- },
- {
- "id": "e-mail-state-type-email",
- "original_id": "e-mail-state-(type=email)"
- },
- {
- "id": "password-state-type-password",
- "original_id": "password-state-(type=password)"
- },
- {
- "id": "date-and-time-state-type-datetime",
- "original_id": "date-and-time-state-(type=datetime)"
- },
- {
- "id": "date-state-type-date",
- "original_id": "date-state-(type=date)"
- },
- {
- "id": "month-state-type-month",
- "original_id": "month-state-(type=month)"
- },
- {
- "id": "week-state-type-week",
- "original_id": "week-state-(type=week)"
- },
- {
- "id": "time-state-type-time",
- "original_id": "time-state-(type=time)"
- },
- {
- "id": "local-date-and-time-state-type-datetime-local",
- "original_id": "local-date-and-time-state-(type=datetime-local)"
- },
- {
- "id": "number-state-type-number",
- "original_id": "number-state-(type=number)"
- },
- {
- "id": "range-state-type-range",
- "original_id": "range-state-(type=range)"
- },
- {
- "id": "color-state-type-color",
- "original_id": "color-state-(type=color)"
- },
- {
- "id": "checkbox-state-type-checkbox",
- "original_id": "checkbox-state-(type=checkbox)"
- },
- {
- "id": "radio-button-state-type-radio",
- "original_id": "radio-button-state-(type=radio)"
- },
- {
- "id": "file-upload-state-type-file",
- "original_id": "file-upload-state-(type=file)"
- },
- {
- "id": "submit-button-state-type-submit",
- "original_id": "submit-button-state-(type=submit)"
- },
- {
- "id": "image-button-state-type-image",
- "original_id": "image-button-state-(type=image)"
- },
- {
- "id": "reset-button-state-type-reset",
- "original_id": "reset-button-state-(type=reset)"
- },
- {
- "id": "button-state-type-button",
- "original_id": "button-state-(type=button)"
- }
- ]
- },
- {
- "id": "input-impl-notes",
- "original_id": "input-impl-notes"
- },
- {
- "id": "common-input-element-attributes",
- "original_id": "common-input-element-attributes",
- "children": [
- {
- "id": "the-maxlength-attribute",
- "original_id": "the-maxlength-attribute"
- },
- {
- "id": "the-size-attribute",
- "original_id": "the-size-attribute"
- },
- {
- "id": "the-readonly-attribute",
- "original_id": "the-readonly-attribute"
- },
- {
- "id": "the-required-attribute",
- "original_id": "the-required-attribute"
- },
- {
- "id": "the-multiple-attribute",
- "original_id": "the-multiple-attribute"
- },
- {
- "id": "the-pattern-attribute",
- "original_id": "the-pattern-attribute"
- },
- {
- "id": "the-min-and-max-attributes",
- "original_id": "the-min-and-max-attributes"
- },
- {
- "id": "the-step-attribute",
- "original_id": "the-step-attribute"
- },
- {
- "id": "the-list-attribute",
- "original_id": "the-list-attribute"
- },
- {
- "id": "the-placeholder-attribute",
- "original_id": "the-placeholder-attribute"
- }
- ]
- },
- {
- "id": "common-input-element-apis",
- "original_id": "common-input-element-apis"
- },
- {
- "id": "common-event-behaviors",
- "original_id": "common-event-behaviors"
- }
-]

Powered by Google App Engine
This is Rietveld 408576698