mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +01:00
Auto merge of #9514 - g-k:html-input-value, r=KiChjang
HTML input value Ready for review. Fixes #9455. <!-- Reviewable:start --> [<img src="https://reviewable.io/review_button.svg" height="40" alt="Review on Reviewable"/>](https://reviewable.io/reviews/servo/servo/9514) <!-- Reviewable:end -->
This commit is contained in:
commit
0d7a2eee2d
5 changed files with 114 additions and 152 deletions
|
@ -1,5 +0,0 @@
|
|||
[radionodelist.html]
|
||||
type: testharness
|
||||
[Check the RadioNodeList.value on setting to 'on']
|
||||
expected: FAIL
|
||||
|
|
@ -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
|
||||
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue