Get input value IDL attribute matching spec

Refs: https://github.com/servo/servo/issues/9455
This commit is contained in:
Greg Guthe 2016-02-02 21:02:46 -05:00
parent 21f0e63979
commit e6c31e305d
5 changed files with 114 additions and 152 deletions

View file

@ -1,5 +0,0 @@
[input-type-checkbox.html]
type: testharness
[default/on: on getting, if the element has a value attribute, it must return that attribute's value; otherwise, it must return the string 'on']
expected: FAIL

View file

@ -672,69 +672,6 @@
[change state from radio to color]
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]
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 text]
expected: FAIL
@ -903,66 +840,3 @@
[change state from button to color]
expected: FAIL
[change state from hidden to file]
expected: FAIL
[change state from text to file]
expected: FAIL
[change state from search to file]
expected: FAIL
[change state from tel to file]
expected: FAIL
[change state from url to file]
expected: FAIL
[change state from email to file]
expected: FAIL
[change state from password to file]
expected: FAIL
[change state from datetime to file]
expected: FAIL
[change state from date to file]
expected: FAIL
[change state from month to file]
expected: FAIL
[change state from week to file]
expected: FAIL
[change state from time to file]
expected: FAIL
[change state from number to file]
expected: FAIL
[change state from range to file]
expected: FAIL
[change state from color to file]
expected: FAIL
[change state from checkbox to file]
expected: FAIL
[change state from radio to file]
expected: FAIL
[change state from submit to file]
expected: FAIL
[change state from image to file]
expected: FAIL
[change state from reset to file]
expected: FAIL
[change state from button to file]
expected: FAIL