https://github.com/web-platform-tests/wpt
Raw File
Tip revision: e76a0e43426960687ab5ea9ae526af6c34c6a93e authored by Marcos Caceres on 01 September 2017, 04:44:56 UTC
upateWith() must abort when dup shippingOption ids
Tip revision: e76a0e4
contains.json
[
    {
        "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"
    }
]
back to top