import FIREFOX_52_6_0esr_RELEASE from mozilla-esr52 hg repo

This commit is contained in:
Roy Tam 2018-01-19 03:59:58 +08:00
commit dcd9973243
150858 changed files with 23884658 additions and 0 deletions

View file

@ -0,0 +1,5 @@
[dirname-ltr.html]
type: testharness
[submit element directionality]
expected: FAIL

View file

@ -0,0 +1,14 @@
[disabled-elements-01.html]
type: testharness
[Test [button\]: synthetic click events should be dispatched]
expected: FAIL
[Test [input\]: synthetic click events should be dispatched]
expected: FAIL
[Test [select\]: synthetic click events should be dispatched]
expected: FAIL
[Test [textarea\]: synthetic click events should be dispatched]
expected: FAIL

View file

@ -0,0 +1,20 @@
[formAction_document_address.html]
type: testharness
[Check if button.formAction is the document's address when formaction content attribute is missing]
expected: FAIL
[Check if input.formAction is the document's address when formaction content attribute is missing]
expected: FAIL
[Check if button.formAction is the document's address when formaction content attribute value is empty string]
expected: FAIL
[Check if input.formAction is the document's address when formaction content attribute value is empty string]
expected: FAIL
[Check if button.formAction is the document's address when formaction content attribute value is not assigned]
expected: FAIL
[Check if input.formAction is the document's address when formaction content attribute value is not assigned]
expected: FAIL

View file

@ -0,0 +1,8 @@
[formaction.html]
type: testharness
[On getting, when formaction is missing, the document's address must be returned]
expected: FAIL
[On getting, when formaction value is the empty string, the document's address must be returned]
expected: FAIL

View file

@ -0,0 +1,56 @@
[form-validation-checkValidity.html]
type: testharness
[[INPUT in TEXT status\] suffering from being too long]
expected: FAIL
[[INPUT in TEXT status\] suffering from being too long (in a form)]
expected: FAIL
[[INPUT in SEARCH status\] suffering from being too long]
expected: FAIL
[[INPUT in SEARCH status\] suffering from being too long (in a form)]
expected: FAIL
[[INPUT in TEL status\] suffering from being too long]
expected: FAIL
[[INPUT in TEL status\] suffering from being too long (in a form)]
expected: FAIL
[[INPUT in PASSWORD status\] suffering from being too long]
expected: FAIL
[[INPUT in PASSWORD status\] suffering from being too long (in a form)]
expected: FAIL
[[INPUT in EMAIL status\] suffering from being too long]
expected: FAIL
[[INPUT in EMAIL status\] suffering from being too long (in a form)]
expected: FAIL
[[INPUT in DATETIME status\] The datetime type must be supported.]
expected: FAIL
[[INPUT in DATETIME-LOCAL status\] The datetime-local type must be supported.]
expected: FAIL
[[INPUT in DATETIME-LOCAL status\] suffering from an overflow]
expected: FAIL
[[INPUT in DATETIME-LOCAL status\] suffering from an overflow (in a form)]
expected: FAIL
[[INPUT in DATETIME-LOCAL status\] suffering from an underflow]
expected: FAIL
[[INPUT in DATETIME-LOCAL status\] suffering from an underflow (in a form)]
expected: FAIL
[[INPUT in DATETIME-LOCAL status\] suffering from a step mismatch]
expected: FAIL
[[INPUT in DATETIME-LOCAL status\] suffering from a step mismatch (in a form)]
expected: FAIL

View file

@ -0,0 +1,62 @@
[form-validation-reportValidity.html]
type: testharness
[[INPUT in TEXT status\] suffering from being too long]
expected: FAIL
[[INPUT in TEXT status\] suffering from being too long (in a form)]
expected: FAIL
[[INPUT in SEARCH status\] suffering from being too long]
expected: FAIL
[[INPUT in SEARCH status\] suffering from being too long (in a form)]
expected: FAIL
[[INPUT in TEL status\] suffering from being too long]
expected: FAIL
[[INPUT in TEL status\] suffering from being too long (in a form)]
expected: FAIL
[[INPUT in PASSWORD status\] suffering from being too long]
expected: FAIL
[[INPUT in PASSWORD status\] suffering from being too long (in a form)]
expected: FAIL
[[INPUT in URL status\] suffering from being too long]
expected: FAIL
[[INPUT in URL status\] suffering from being too long (in a form)]
expected: FAIL
[[INPUT in EMAIL status\] suffering from being too long]
expected: FAIL
[[INPUT in EMAIL status\] suffering from being too long (in a form)]
expected: FAIL
[[INPUT in DATETIME status\] The datetime type must be supported.]
expected: FAIL
[[INPUT in DATETIME-LOCAL status\] The datetime-local type must be supported.]
expected: FAIL
[[INPUT in DATETIME-LOCAL status\] suffering from an overflow]
expected: FAIL
[[INPUT in DATETIME-LOCAL status\] suffering from an overflow (in a form)]
expected: FAIL
[[INPUT in DATETIME-LOCAL status\] suffering from an underflow]
expected: FAIL
[[INPUT in DATETIME-LOCAL status\] suffering from an underflow (in a form)]
expected: FAIL
[[INPUT in DATETIME-LOCAL status\] suffering from a step mismatch]
expected: FAIL
[[INPUT in DATETIME-LOCAL status\] suffering from a step mismatch (in a form)]
expected: FAIL

View file

@ -0,0 +1,8 @@
[form-validation-validity-badInput.html]
type: testharness
[[INPUT in DATETIME status\] The datetime type must be supported.]
expected: FAIL
[[INPUT in DATETIME-LOCAL status\] The datetime-local type must be supported.]
expected: FAIL

View file

@ -0,0 +1,23 @@
[form-validation-validity-rangeOverflow.html]
type: testharness
[[INPUT in DATETIME status\] The datetime type must be supported.]
expected: FAIL
[[INPUT in DATETIME-LOCAL status\] The datetime-local type must be supported.]
expected: FAIL
[[INPUT in DATETIME-LOCAL status\] The value is greater than max]
expected: FAIL
[[INPUT in DATETIME-LOCAL status\] The value is greater than max(with millisecond in 1 digit)]
expected: FAIL
[[INPUT in DATETIME-LOCAL status\] The value is greater than max(with millisecond in 2 digits)]
expected: FAIL
[[INPUT in DATETIME-LOCAL status\] The value is greater than max(with millisecond in 3 digits)]
expected: FAIL
[[INPUT in DATETIME-LOCAL status\] The value is greater than max(Year is 10000 should be valid)]
expected: FAIL

View file

@ -0,0 +1,23 @@
[form-validation-validity-rangeUnderflow.html]
type: testharness
[[INPUT in DATETIME status\] The datetime type must be supported.]
expected: FAIL
[[INPUT in DATETIME-LOCAL status\] The datetime-local type must be supported.]
expected: FAIL
[[INPUT in DATETIME-LOCAL status\] The value is less than min]
expected: FAIL
[[INPUT in DATETIME-LOCAL status\] The value is less than min(with millisecond in 1 digit)]
expected: FAIL
[[INPUT in DATETIME-LOCAL status\] The value is less than min(with millisecond in 2 digits)]
expected: FAIL
[[INPUT in DATETIME-LOCAL status\] The value is less than min(with millisecond in 3 digits)]
expected: FAIL
[[INPUT in DATETIME-LOCAL status\] The value is less than min(Year is 10000 should be valid)]
expected: FAIL

View file

@ -0,0 +1,8 @@
[form-validation-validity-stepMismatch.html]
type: testharness
[[INPUT in DATETIME status\] The datetime type must be supported.]
expected: FAIL
[[INPUT in DATETIME-LOCAL status\] The value must mismatch the step]
expected: FAIL

View file

@ -0,0 +1,38 @@
[form-validation-validity-valid.html]
type: testharness
[[INPUT in TEXT status\] validity.valid must be false if validity.tooLong is true]
expected: FAIL
[[INPUT in SEARCH status\] validity.valid must be false if validity.tooLong is true]
expected: FAIL
[[INPUT in TEL status\] validity.valid must be false if validity.tooLong is true]
expected: FAIL
[[INPUT in PASSWORD status\] validity.valid must be false if validity.tooLong is true]
expected: FAIL
[[INPUT in URL status\] validity.valid must be false if validity.tooLong is true]
expected: FAIL
[[INPUT in EMAIL status\] validity.valid must be false if validity.tooLong is true]
expected: FAIL
[[INPUT in DATETIME status\] The datetime type must be supported.]
expected: FAIL
[[INPUT in MONTH status\] validity.valid must be false if validity.stepMismatch is true]
expected: FAIL
[[INPUT in DATETIME-LOCAL status\] The datetime-local type must be supported.]
expected: FAIL
[[INPUT in DATETIME-LOCAL status\] validity.valid must be false if validity.rangeOverflow is true]
expected: FAIL
[[INPUT in DATETIME-LOCAL status\] validity.valid must be false if validity.rangeUnderflow is true]
expected: FAIL
[[INPUT in DATETIME-LOCAL status\] validity.valid must be false if validity.stepMismatch is true]
expected: FAIL

View file

@ -0,0 +1,71 @@
[form-validation-willValidate.html]
type: testharness
[[fieldset\] Must not be barred from the constraint validation]
expected: FAIL
[[keygen\] Must be barred from the constraint validation]
expected: FAIL
[[INPUT in TEXT status\] The willValidate attribute must be true if an elment is mutable]
expected: FAIL
[[INPUT in SEARCH status\] The willValidate attribute must be true if an elment is mutable]
expected: FAIL
[[INPUT in TEL status\] The willValidate attribute must be true if an elment is mutable]
expected: FAIL
[[INPUT in URL status\] The willValidate attribute must be true if an elment is mutable]
expected: FAIL
[[INPUT in EMAIL status\] The willValidate attribute must be true if an elment is mutable]
expected: FAIL
[[INPUT in PASSWORD status\] The willValidate attribute must be true if an elment is mutable]
expected: FAIL
[[INPUT in DATETIME status\] The datetime type must be supported.]
expected: FAIL
[[INPUT in DATE status\] The willValidate attribute must be true if an elment is mutable]
expected: FAIL
[[INPUT in MONTH status\] The month type must be supported.]
expected: FAIL
[[INPUT in WEEK status\] The week type must be supported.]
expected: FAIL
[[INPUT in TIME status\] The willValidate attribute must be true if an elment is mutable]
expected: FAIL
[[INPUT in COLOR status\] The willValidate attribute must be true if an elment is mutable]
expected: FAIL
[[INPUT in FILE status\] The willValidate attribute must be true if an elment is mutable]
expected: FAIL
[[INPUT in SUBMIT status\] The willValidate attribute must be true if an elment is mutable]
expected: FAIL
[[BUTTON in SUBMIT status\] The willValidate attribute must be true if an elment is mutable]
expected: FAIL
[[select\] The willValidate attribute must be true if an elment is mutable]
expected: FAIL
[[textarea\] The willValidate attribute must be true if an elment is mutable]
expected: FAIL
[[BUTTON in SUBMIT status\] The willValidate attribute must be false if it has a datalist ancestor]
expected: FAIL
[[select\] The willValidate attribute must be false if it has a datalist ancestor]
expected: FAIL
[[textarea\] The willValidate attribute must be false if it has a datalist ancestor]
expected: FAIL
[[INPUT in DATETIME-LOCAL status\] The datetime-local type must be supported.]
expected: FAIL

View file

@ -0,0 +1,8 @@
[form.html]
type: testharness
[label-with-progress.form]
expected: FAIL
[label-with-meter.form]
expected: FAIL

View file

@ -0,0 +1,5 @@
[getactionurl.html]
type: testharness
[Navigating to URL with a data scheme]
expected: FAIL

View file

@ -0,0 +1,5 @@
[historical.html]
type: testharness
[<input name=isindex> should not be supported]
expected: FAIL

View file

@ -0,0 +1,20 @@
[select-event.html]
type: testharness
[select() on textarea queues select event]
expected: FAIL
[select() on input type text queues select event]
expected: FAIL
[select() on input type search queues select event]
expected: FAIL
[select() on input type tel queues select event]
expected: FAIL
[select() on input type url queues select event]
expected: FAIL
[select() on input type password queues select event]
expected: FAIL

View file

@ -0,0 +1,5 @@
[selection-after-content-change.html]
type: testharness
[Selection indices after reseting content]
expected: FAIL

View file

@ -0,0 +1,5 @@
[selection-not-application-textarea.html]
type: testharness
[text field selection for the input textarea]
expected: FAIL

View file

@ -0,0 +1,56 @@
[selection-not-application.html]
type: testharness
[text field selection for the input hidden]
expected: FAIL
[text field selection for the input email]
expected: FAIL
[text field selection for the input datetime]
expected: FAIL
[text field selection for the input date]
expected: FAIL
[text field selection for the input month]
expected: FAIL
[text field selection for the input week]
expected: FAIL
[text field selection for the input time]
expected: FAIL
[text field selection for the input number]
expected: FAIL
[text field selection for the input range]
expected: FAIL
[text field selection for the input color]
expected: FAIL
[text field selection for the input checkbox]
expected: FAIL
[text field selection for the input radio]
expected: FAIL
[text field selection for the input file]
expected: FAIL
[text field selection for the input submit]
expected: FAIL
[text field selection for the input image]
expected: FAIL
[text field selection for the input reset]
expected: FAIL
[text field selection for the input button]
expected: FAIL
[text field selection for the input datetime-local]
expected: FAIL

View file

@ -0,0 +1,57 @@
[textfieldselection-setRangeText.html]
type: testharness
expected: TIMEOUT
[text setRangeText fires a select event]
expected: FAIL
[search setRangeText fires a select event]
expected: FAIL
[tel setRangeText fires a select event]
expected: FAIL
[url setRangeText fires a select event]
expected: FAIL
[password setRangeText fires a select event]
expected: FAIL
[display_none setRangeText fires a select event]
expected: TIMEOUT
[display_none setRangeText with only one argument replaces the value between selectionStart and selectionEnd, otherwise replaces the value between 2nd and 3rd arguments]
expected: FAIL
[display_none selectionMode 'select']
expected: FAIL
[display_none selectionMode 'start']
expected: FAIL
[display_none selectionMode 'end']
expected: FAIL
[display_none selectionMode 'preserve']
expected: FAIL
[textarea setRangeText fires a select event]
expected: FAIL
[input_not_in_doc setRangeText fires a select event]
expected: TIMEOUT
[input_not_in_doc setRangeText with only one argument replaces the value between selectionStart and selectionEnd, otherwise replaces the value between 2nd and 3rd arguments]
expected: FAIL
[input_not_in_doc selectionMode 'select']
expected: FAIL
[input_not_in_doc selectionMode 'start']
expected: FAIL
[input_not_in_doc selectionMode 'end']
expected: FAIL
[input_not_in_doc selectionMode 'preserve']
expected: FAIL

View file

@ -0,0 +1,32 @@
[textfieldselection-setSelectionRange.html]
type: testharness
[input direction of setSelectionRange(0,1,"none")]
expected: FAIL
[input direction of setSelectionRange(0,1,"hoge")]
expected: FAIL
[input direction of setSelectionRange(0,1,"BACKWARD")]
expected: FAIL
[input direction of setSelectionRange(0,1)]
expected: FAIL
[textarea direction of setSelectionRange(0,1,"none")]
expected: FAIL
[textarea direction of setSelectionRange(0,1,"hoge")]
expected: FAIL
[textarea direction of setSelectionRange(0,1,"BACKWARD")]
expected: FAIL
[textarea direction of setSelectionRange(0,1)]
expected: FAIL
[input setSelectionRange(1,-1)]
expected: FAIL
[input setSelectionRange(-1,1)]
expected: FAIL

View file

@ -0,0 +1,5 @@
[button-events.html]
type: testharness
[The show event must be fired when click a button in menu status]
expected: FAIL

View file

@ -0,0 +1,5 @@
[button-validation.html]
type: testharness
[menu type attribute]
expected: FAIL

View file

@ -0,0 +1,8 @@
[datalistoptions.html]
type: testharness
[options label/value]
expected: FAIL
[If an element has a datalist element ancestor, it is barred from constraint validation]
expected: FAIL

View file

@ -0,0 +1,5 @@
[HTMLFieldSetElement.html]
type: testharness
[The elements must return an HTMLFormControlsCollection object]
expected: FAIL

View file

@ -0,0 +1,179 @@
[form-autocomplete.html]
type: testharness
[form autocomplete attribute missing]
expected: FAIL
[form autocomplete attribute on]
expected: FAIL
[form autocomplete attribute off]
expected: FAIL
[form autocomplete attribute invalid]
expected: FAIL
[name is an allowed autocomplete field name]
expected: FAIL
[honorific-prefix is an allowed autocomplete field name]
expected: FAIL
[given-name is an allowed autocomplete field name]
expected: FAIL
[additional-name is an allowed autocomplete field name]
expected: FAIL
[family-name is an allowed autocomplete field name]
expected: FAIL
[honorific-suffix is an allowed autocomplete field name]
expected: FAIL
[nickname is an allowed autocomplete field name]
expected: FAIL
[organization-title is an allowed autocomplete field name]
expected: FAIL
[organization is an allowed autocomplete field name]
expected: FAIL
[street-address is an allowed autocomplete field name]
expected: FAIL
[address-line1 is an allowed autocomplete field name]
expected: FAIL
[address-line2 is an allowed autocomplete field name]
expected: FAIL
[address-line3 is an allowed autocomplete field name]
expected: FAIL
[locality is an allowed autocomplete field name]
expected: FAIL
[region is an allowed autocomplete field name]
expected: FAIL
[country is an allowed autocomplete field name]
expected: FAIL
[country-name is an allowed autocomplete field name]
expected: FAIL
[postal-code is an allowed autocomplete field name]
expected: FAIL
[cc-name is an allowed autocomplete field name]
expected: FAIL
[cc-given-name is an allowed autocomplete field name]
expected: FAIL
[cc-additional-name is an allowed autocomplete field name]
expected: FAIL
[cc-family-name is an allowed autocomplete field name]
expected: FAIL
[cc-number is an allowed autocomplete field name]
expected: FAIL
[cc-exp is an allowed autocomplete field name]
expected: FAIL
[cc-exp-month is an allowed autocomplete field name]
expected: FAIL
[cc-exp-year is an allowed autocomplete field name]
expected: FAIL
[cc-csc is an allowed autocomplete field name]
expected: FAIL
[cc-type is an allowed autocomplete field name]
expected: FAIL
[language is an allowed autocomplete field name]
expected: FAIL
[bday is an allowed autocomplete field name]
expected: FAIL
[bday-day is an allowed autocomplete field name]
expected: FAIL
[bday-month is an allowed autocomplete field name]
expected: FAIL
[bday-year is an allowed autocomplete field name]
expected: FAIL
[sex is an allowed autocomplete field name]
expected: FAIL
[url is an allowed autocomplete field name]
expected: FAIL
[photo is an allowed autocomplete field name]
expected: FAIL
[tel is an allowed autocomplete field name]
expected: FAIL
[tel-country-code is an allowed autocomplete field name]
expected: FAIL
[tel-national is an allowed autocomplete field name]
expected: FAIL
[tel-area-code is an allowed autocomplete field name]
expected: FAIL
[tel-local is an allowed autocomplete field name]
expected: FAIL
[tel-local-prefix is an allowed autocomplete field name]
expected: FAIL
[tel-local-suffix is an allowed autocomplete field name]
expected: FAIL
[tel-extension is an allowed autocomplete field name]
expected: FAIL
[email is an allowed autocomplete field name]
expected: FAIL
[impp is an allowed autocomplete field name]
expected: FAIL
[username is an allowed autocomplete field name]
expected: FAIL
[new-password is an allowed autocomplete field name]
expected: FAIL
[current-password is an allowed autocomplete field name]
expected: FAIL
[address-level4 is an allowed autocomplete field name]
expected: FAIL
[address-level3 is an allowed autocomplete field name]
expected: FAIL
[address-level2 is an allowed autocomplete field name]
expected: FAIL
[address-level1 is an allowed autocomplete field name]
expected: FAIL
[transaction-currency is an allowed autocomplete field name]
expected: FAIL
[transaction-amount is an allowed autocomplete field name]
expected: FAIL

View file

@ -0,0 +1,11 @@
[date.html]
type: testharness
[The value attribute, if specified and not empty, must have a value that is a valid date string.]
expected: FAIL
[The min attribute, if specified, must have a value that is a valid date string.]
expected: FAIL
[The max attribute, if specified, must have a value that is a valid date string.]
expected: FAIL

View file

@ -0,0 +1,8 @@
[datetime-local.html]
type: testharness
[Value < min attribute]
expected: FAIL
[Value > max attribute]
expected: FAIL

View file

@ -0,0 +1,5 @@
[datetime.html]
type: testharness
[datetime type support on input element]
expected: FAIL

View file

@ -0,0 +1,8 @@
[email.html]
type: testharness
[When the multiple attribute is removed, the user agent must run the value sanitization algorithm]
expected: FAIL
[run the value sanitization algorithm after setting a new value]
expected: FAIL

View file

@ -0,0 +1,14 @@
[month.html]
type: testharness
[The value attribute, if specified and not empty, must have a value that is a valid month string]
expected: FAIL
[The min attribute, if specified, must have a value that is a valid month string.]
expected: FAIL
[The max attribute, if specified, must have a value that is a valid month string]
expected: FAIL
[When value is given invalid value to non-empty valid string, the value must be same as before.]
expected: FAIL

View file

@ -0,0 +1,17 @@
[number.html]
type: testharness
[value = 2^53+1]
expected: FAIL
[value >= Number.MAX_VALUE]
expected: FAIL
[value = +1]
expected: FAIL
[value with a leading whitespace]
expected: FAIL
[value = 1trailing junk]
expected: FAIL

View file

@ -0,0 +1,17 @@
[radio-groupname-case.html]
type: testharness
[radio button group name = paSSfield-killroyß]
expected: FAIL
[radio button group name = глупый]
expected: FAIL
[radio button group name = blah1]
expected: FAIL
[radio button group name = tÉdz5アパートFi]
expected: FAIL
[radio button group name = ΣΣ]
expected: FAIL

View file

@ -0,0 +1,6 @@
[radio.html]
type: testharness
[canceled activation steps on unchecked radio]
expected:
if not debug and (os == "mac") and (version == "OS X 10.10.5") and (processor == "x86_64") and (bits == 64): FAIL

View file

@ -0,0 +1,20 @@
[range.html]
type: testharness
[Illegal value of min attribute]
expected: FAIL
[Illegal value of max attribute]
expected: FAIL
[Converting an illegal string to the default step]
expected: FAIL
[default value of min attribute in input type=range]
expected: FAIL
[default value of max attribute in input type=range]
expected: FAIL
[The default scale factor is 1 even if step attribute is explicitly set to non-integer value, unless min attribute has non-integer value]
expected: FAIL

View file

@ -0,0 +1,26 @@
[selection.html]
type: testharness
[input type hidden should not support the select() method]
expected: FAIL
[input type range should not support the select() method]
expected: FAIL
[input type checkbox should not support the select() method]
expected: FAIL
[input type radio should not support the select() method]
expected: FAIL
[input type submit should not support the select() method]
expected: FAIL
[input type image should not support the select() method]
expected: FAIL
[input type reset should not support the select() method]
expected: FAIL
[input type button should not support the select() method]
expected: FAIL

View file

@ -0,0 +1,8 @@
[time-2.html]
type: testharness
[Value < min attribute]
expected: FAIL
[Value > max attribute]
expected: FAIL

View file

@ -0,0 +1,8 @@
[time.html]
type: testharness
[stepDown on step value 24 hour ]
expected: FAIL
[stop at border on stepUp]
expected: FAIL

View file

@ -0,0 +1,595 @@
[type-change-state.html]
type: testharness
[change state from hidden to datetime]
expected: FAIL
[change state from text to hidden]
expected: FAIL
[change state from text to datetime]
expected: FAIL
[change state from text to checkbox]
expected: FAIL
[change state from text to radio]
expected: FAIL
[change state from text to submit]
expected: FAIL
[change state from text to image]
expected: FAIL
[change state from text to reset]
expected: FAIL
[change state from text to button]
expected: FAIL
[change state from search to hidden]
expected: FAIL
[change state from search to datetime]
expected: FAIL
[change state from search to checkbox]
expected: FAIL
[change state from search to radio]
expected: FAIL
[change state from search to submit]
expected: FAIL
[change state from search to image]
expected: FAIL
[change state from search to reset]
expected: FAIL
[change state from search to button]
expected: FAIL
[change state from tel to hidden]
expected: FAIL
[change state from tel to datetime]
expected: FAIL
[change state from tel to checkbox]
expected: FAIL
[change state from tel to radio]
expected: FAIL
[change state from tel to submit]
expected: FAIL
[change state from tel to image]
expected: FAIL
[change state from tel to reset]
expected: FAIL
[change state from tel to button]
expected: FAIL
[change state from url to hidden]
expected: FAIL
[change state from url to text]
expected: FAIL
[change state from url to search]
expected: FAIL
[change state from url to tel]
expected: FAIL
[change state from url to password]
expected: FAIL
[change state from url to datetime]
expected: FAIL
[change state from url to checkbox]
expected: FAIL
[change state from url to radio]
expected: FAIL
[change state from url to submit]
expected: FAIL
[change state from url to image]
expected: FAIL
[change state from url to reset]
expected: FAIL
[change state from url to button]
expected: FAIL
[change state from email to hidden]
expected: FAIL
[change state from email to text]
expected: FAIL
[change state from email to search]
expected: FAIL
[change state from email to tel]
expected: FAIL
[change state from email to password]
expected: FAIL
[change state from email to datetime]
expected: FAIL
[change state from email to checkbox]
expected: FAIL
[change state from email to radio]
expected: FAIL
[change state from email to submit]
expected: FAIL
[change state from email to image]
expected: FAIL
[change state from email to reset]
expected: FAIL
[change state from email to button]
expected: FAIL
[change state from password to hidden]
expected: FAIL
[change state from password to datetime]
expected: FAIL
[change state from password to checkbox]
expected: FAIL
[change state from password to radio]
expected: FAIL
[change state from password to submit]
expected: FAIL
[change state from password to image]
expected: FAIL
[change state from password to reset]
expected: FAIL
[change state from password to button]
expected: FAIL
[change state from datetime to hidden]
expected: FAIL
[change state from datetime to checkbox]
expected: FAIL
[change state from datetime to radio]
expected: FAIL
[change state from datetime to submit]
expected: FAIL
[change state from datetime to image]
expected: FAIL
[change state from datetime to reset]
expected: FAIL
[change state from datetime to button]
expected: FAIL
[change state from date to hidden]
expected: FAIL
[change state from date to text]
expected: FAIL
[change state from date to search]
expected: FAIL
[change state from date to tel]
expected: FAIL
[change state from date to url]
expected: FAIL
[change state from date to email]
expected: FAIL
[change state from date to password]
expected: FAIL
[change state from date to checkbox]
expected: FAIL
[change state from date to radio]
expected: FAIL
[change state from date to submit]
expected: FAIL
[change state from date to image]
expected: FAIL
[change state from date to reset]
expected: FAIL
[change state from date to button]
expected: FAIL
[change state from month to hidden]
expected: FAIL
[change state from month to text]
expected: FAIL
[change state from month to search]
expected: FAIL
[change state from month to tel]
expected: FAIL
[change state from month to url]
expected: FAIL
[change state from month to email]
expected: FAIL
[change state from month to password]
expected: FAIL
[change state from month to checkbox]
expected: FAIL
[change state from month to radio]
expected: FAIL
[change state from month to submit]
expected: FAIL
[change state from month to image]
expected: FAIL
[change state from month to reset]
expected: FAIL
[change state from month to button]
expected: FAIL
[change state from week to hidden]
expected: FAIL
[change state from week to text]
expected: FAIL
[change state from week to search]
expected: FAIL
[change state from week to tel]
expected: FAIL
[change state from week to url]
expected: FAIL
[change state from week to email]
expected: FAIL
[change state from week to password]
expected: FAIL
[change state from week to checkbox]
expected: FAIL
[change state from week to radio]
expected: FAIL
[change state from week to submit]
expected: FAIL
[change state from week to image]
expected: FAIL
[change state from week to reset]
expected: FAIL
[change state from week to button]
expected: FAIL
[change state from time to hidden]
expected: FAIL
[change state from time to text]
expected: FAIL
[change state from time to search]
expected: FAIL
[change state from time to tel]
expected: FAIL
[change state from time to url]
expected: FAIL
[change state from time to email]
expected: FAIL
[change state from time to password]
expected: FAIL
[change state from time to checkbox]
expected: FAIL
[change state from time to radio]
expected: FAIL
[change state from time to submit]
expected: FAIL
[change state from time to image]
expected: FAIL
[change state from time to reset]
expected: FAIL
[change state from time to button]
expected: FAIL
[change state from number to hidden]
expected: FAIL
[change state from number to text]
expected: FAIL
[change state from number to search]
expected: FAIL
[change state from number to tel]
expected: FAIL
[change state from number to url]
expected: FAIL
[change state from number to email]
expected: FAIL
[change state from number to password]
expected: FAIL
[change state from number to checkbox]
expected: FAIL
[change state from number to radio]
expected: FAIL
[change state from number to submit]
expected: FAIL
[change state from number to image]
expected: FAIL
[change state from number to reset]
expected: FAIL
[change state from number to button]
expected: FAIL
[change state from range to hidden]
expected: FAIL
[change state from range to text]
expected: FAIL
[change state from range to search]
expected: FAIL
[change state from range to tel]
expected: FAIL
[change state from range to url]
expected: FAIL
[change state from range to email]
expected: FAIL
[change state from range to password]
expected: FAIL
[change state from range to datetime]
expected: FAIL
[change state from range to number]
expected: FAIL
[change state from range to checkbox]
expected: FAIL
[change state from range to radio]
expected: FAIL
[change state from range to submit]
expected: FAIL
[change state from range to image]
expected: FAIL
[change state from range to reset]
expected: FAIL
[change state from range to button]
expected: FAIL
[change state from color to hidden]
expected: FAIL
[change state from color to text]
expected: FAIL
[change state from color to search]
expected: FAIL
[change state from color to tel]
expected: FAIL
[change state from color to url]
expected: FAIL
[change state from color to email]
expected: FAIL
[change state from color to password]
expected: FAIL
[change state from color to datetime]
expected: FAIL
[change state from color to checkbox]
expected: FAIL
[change state from color to radio]
expected: FAIL
[change state from color to submit]
expected: FAIL
[change state from color to image]
expected: FAIL
[change state from color to reset]
expected: FAIL
[change state from color to button]
expected: FAIL
[change state from checkbox to datetime]
expected: FAIL
[change state from radio to datetime]
expected: FAIL
[change state from file to hidden]
expected: FAIL
[change state from file to text]
expected: FAIL
[change state from file to search]
expected: FAIL
[change state from file to tel]
expected: FAIL
[change state from file to url]
expected: FAIL
[change state from file to email]
expected: FAIL
[change state from file to password]
expected: FAIL
[change state from file to datetime-local]
expected: FAIL
[change state from file to date]
expected: FAIL
[change state from file to month]
expected: FAIL
[change state from file to week]
expected: FAIL
[change state from file to time]
expected: FAIL
[change state from file to number]
expected: FAIL
[change state from file to range]
expected: FAIL
[change state from file to color]
expected: FAIL
[change state from file to checkbox]
expected: FAIL
[change state from file to radio]
expected: FAIL
[change state from file to submit]
expected: FAIL
[change state from file to image]
expected: FAIL
[change state from file to reset]
expected: FAIL
[change state from file to button]
expected: FAIL
[change state from submit to datetime]
expected: FAIL
[change state from image to datetime]
expected: FAIL
[change state from reset to datetime]
expected: FAIL
[change state from button to datetime]
expected: FAIL
[change state from datetime-local to hidden]
expected: FAIL
[change state from datetime-local to text]
expected: FAIL
[change state from datetime-local to search]
expected: FAIL
[change state from datetime-local to tel]
expected: FAIL
[change state from datetime-local to url]
expected: FAIL
[change state from datetime-local to email]
expected: FAIL
[change state from datetime-local to password]
expected: FAIL
[change state from datetime-local to checkbox]
expected: FAIL
[change state from datetime-local to radio]
expected: FAIL
[change state from datetime-local to submit]
expected: FAIL
[change state from datetime-local to image]
expected: FAIL
[change state from datetime-local to reset]
expected: FAIL
[change state from datetime-local to button]
expected: FAIL

View file

@ -0,0 +1,49 @@
[valueMode.html]
type: testharness
[value IDL attribute of input type hidden without value attribute]
expected: FAIL
[value IDL attribute of input type hidden with value attribute]
expected: FAIL
[value IDL attribute of input type datetime without value attribute]
expected: FAIL
[value IDL attribute of input type datetime with value attribute]
expected: FAIL
[value IDL attribute of input type checkbox without value attribute]
expected: FAIL
[value IDL attribute of input type checkbox with value attribute]
expected: FAIL
[value IDL attribute of input type radio without value attribute]
expected: FAIL
[value IDL attribute of input type radio with value attribute]
expected: FAIL
[value IDL attribute of input type submit without value attribute]
expected: FAIL
[value IDL attribute of input type submit with value attribute]
expected: FAIL
[value IDL attribute of input type image without value attribute]
expected: FAIL
[value IDL attribute of input type image with value attribute]
expected: FAIL
[value IDL attribute of input type reset without value attribute]
expected: FAIL
[value IDL attribute of input type reset with value attribute]
expected: FAIL
[value IDL attribute of input type button without value attribute]
expected: FAIL
[value IDL attribute of input type button with value attribute]
expected: FAIL

View file

@ -0,0 +1,8 @@
[week.html]
type: testharness
[Value < min attribute]
expected: FAIL
[Value > max attribute]
expected: FAIL

View file

@ -0,0 +1,17 @@
[label-attributes.html]
type: testharness
[A non-control follows by a control with same ID.]
expected: FAIL
[A form control has multiple labels.]
expected: FAIL
[A form control has no label 1.]
expected: FAIL
[A form control has no label 2.]
expected: FAIL
[A form control has an implicit label.]
expected: FAIL

View file

@ -0,0 +1,29 @@
[labelable-elements.html]
type: testharness
[Check if the output element can access 'labels']
expected: FAIL
[Check if the progress element can access 'labels']
expected: FAIL
[Check if the select element can access 'labels']
expected: FAIL
[Check if the textarea element can access 'labels']
expected: FAIL
[Check if the button element can access 'labels']
expected: FAIL
[Check if the hidden input element can access 'labels']
expected: FAIL
[Check if the input element in radio state can access 'labels']
expected: FAIL
[Check if the keygen element can access 'labels']
expected: FAIL
[Check if the meter element can access 'labels']
expected: FAIL

View file

@ -0,0 +1,11 @@
[common-HTMLOptionsCollection-namedItem.html]
type: testharness
[return an HTMLOptionsCollection in correct order for repeated 'id' value]
expected: FAIL
[return an HTMLOptionsCollection in correct order for repeated 'name' value]
expected: FAIL
[return an HTMLOptionsCollection in correct order for repeated mixed value]
expected: FAIL

View file

@ -0,0 +1,5 @@
[common-HTMLOptionsCollection.html]
type: testharness
[Changing the length adds new nodes; The number of new nodes = new length minus old length]
expected: FAIL

View file

@ -0,0 +1,5 @@
[select-named-getter.html]
type: testharness
[Empty string name]
expected: FAIL

View file

@ -0,0 +1,5 @@
[select-remove.html]
type: testharness
[select.options.remove(n) should work]
expected: FAIL