mirror of
https://github.com/servo/servo.git
synced 2025-08-03 12:40:06 +01:00
Implement HTMLOptionElement.text#3023
Signed-off-by: Jeongeun Kim <je00julie.kim@gmail.com> Implement HTMLOptionElement.text#3023 (2nd trial) Implement HTMLOptionElement.text#3023 (3rd trial) delete metadata for skipping option tests fix conflict
This commit is contained in:
parent
249638da8f
commit
dad77f0d25
5 changed files with 42 additions and 187 deletions
|
@ -1,5 +0,0 @@
|
|||
[option-text-backslash.html]
|
||||
type: testharness
|
||||
[Test for the backslash sign in option.text]
|
||||
expected: FAIL
|
||||
|
|
@ -1,29 +0,0 @@
|
|||
[option-text-recurse.html]
|
||||
type: testharness
|
||||
[option.text should recurse]
|
||||
expected: FAIL
|
||||
|
||||
[option.text should not recurse into HTML script elements]
|
||||
expected: FAIL
|
||||
|
||||
[option.text should not recurse into SVG script elements]
|
||||
expected: FAIL
|
||||
|
||||
[option.text should recurse into MathML script elements]
|
||||
expected: FAIL
|
||||
|
||||
[option.text should recurse into null script elements]
|
||||
expected: FAIL
|
||||
|
||||
[option.text should work if a child of the option ends with a script]
|
||||
expected: FAIL
|
||||
|
||||
[option.text should work if the option is in an HTML script element]
|
||||
expected: FAIL
|
||||
|
||||
[option.text should work if the option is in an SVG script element]
|
||||
expected: FAIL
|
||||
|
||||
[option.text should work if the option is in a MathML script element]
|
||||
expected: FAIL
|
||||
|
|
@ -1,149 +0,0 @@
|
|||
[option-text-spaces.html]
|
||||
type: testharness
|
||||
[option.text should strip leading space characters (" ")]
|
||||
expected: FAIL
|
||||
|
||||
[option.text should strip leading space characters ("\\t")]
|
||||
expected: FAIL
|
||||
|
||||
[option.text should strip leading space characters ("\\n")]
|
||||
expected: FAIL
|
||||
|
||||
[option.text should strip leading space characters ("\\f")]
|
||||
expected: FAIL
|
||||
|
||||
[option.text should strip leading space characters ("\\r")]
|
||||
expected: FAIL
|
||||
|
||||
[option.text should strip trailing space characters (" ")]
|
||||
expected: FAIL
|
||||
|
||||
[option.text should strip trailing space characters ("\\t")]
|
||||
expected: FAIL
|
||||
|
||||
[option.text should strip trailing space characters ("\\n")]
|
||||
expected: FAIL
|
||||
|
||||
[option.text should strip trailing space characters ("\\f")]
|
||||
expected: FAIL
|
||||
|
||||
[option.text should strip trailing space characters ("\\r")]
|
||||
expected: FAIL
|
||||
|
||||
[option.text should strip leading and trailing space characters (" ")]
|
||||
expected: FAIL
|
||||
|
||||
[option.text should strip leading and trailing space characters ("\\t")]
|
||||
expected: FAIL
|
||||
|
||||
[option.text should strip leading and trailing space characters ("\\n")]
|
||||
expected: FAIL
|
||||
|
||||
[option.text should strip leading and trailing space characters ("\\f")]
|
||||
expected: FAIL
|
||||
|
||||
[option.text should strip leading and trailing space characters ("\\r")]
|
||||
expected: FAIL
|
||||
|
||||
[option.text should replace single internal space characters (" ")]
|
||||
expected: FAIL
|
||||
|
||||
[option.text should replace single internal space characters ("\\t")]
|
||||
expected: FAIL
|
||||
|
||||
[option.text should replace single internal space characters ("\\n")]
|
||||
expected: FAIL
|
||||
|
||||
[option.text should replace single internal space characters ("\\f")]
|
||||
expected: FAIL
|
||||
|
||||
[option.text should replace single internal space characters ("\\r")]
|
||||
expected: FAIL
|
||||
|
||||
[option.text should replace multiple internal space characters (" ", " ")]
|
||||
expected: FAIL
|
||||
|
||||
[option.text should replace multiple internal space characters (" ", "\\t")]
|
||||
expected: FAIL
|
||||
|
||||
[option.text should replace multiple internal space characters (" ", "\\n")]
|
||||
expected: FAIL
|
||||
|
||||
[option.text should replace multiple internal space characters (" ", "\\f")]
|
||||
expected: FAIL
|
||||
|
||||
[option.text should replace multiple internal space characters (" ", "\\r")]
|
||||
expected: FAIL
|
||||
|
||||
[option.text should replace multiple internal space characters ("\\t", " ")]
|
||||
expected: FAIL
|
||||
|
||||
[option.text should replace multiple internal space characters ("\\t", "\\t")]
|
||||
expected: FAIL
|
||||
|
||||
[option.text should replace multiple internal space characters ("\\t", "\\n")]
|
||||
expected: FAIL
|
||||
|
||||
[option.text should replace multiple internal space characters ("\\t", "\\f")]
|
||||
expected: FAIL
|
||||
|
||||
[option.text should replace multiple internal space characters ("\\t", "\\r")]
|
||||
expected: FAIL
|
||||
|
||||
[option.text should replace multiple internal space characters ("\\n", " ")]
|
||||
expected: FAIL
|
||||
|
||||
[option.text should replace multiple internal space characters ("\\n", "\\t")]
|
||||
expected: FAIL
|
||||
|
||||
[option.text should replace multiple internal space characters ("\\n", "\\n")]
|
||||
expected: FAIL
|
||||
|
||||
[option.text should replace multiple internal space characters ("\\n", "\\f")]
|
||||
expected: FAIL
|
||||
|
||||
[option.text should replace multiple internal space characters ("\\n", "\\r")]
|
||||
expected: FAIL
|
||||
|
||||
[option.text should replace multiple internal space characters ("\\f", " ")]
|
||||
expected: FAIL
|
||||
|
||||
[option.text should replace multiple internal space characters ("\\f", "\\t")]
|
||||
expected: FAIL
|
||||
|
||||
[option.text should replace multiple internal space characters ("\\f", "\\n")]
|
||||
expected: FAIL
|
||||
|
||||
[option.text should replace multiple internal space characters ("\\f", "\\f")]
|
||||
expected: FAIL
|
||||
|
||||
[option.text should replace multiple internal space characters ("\\f", "\\r")]
|
||||
expected: FAIL
|
||||
|
||||
[option.text should replace multiple internal space characters ("\\r", " ")]
|
||||
expected: FAIL
|
||||
|
||||
[option.text should replace multiple internal space characters ("\\r", "\\t")]
|
||||
expected: FAIL
|
||||
|
||||
[option.text should replace multiple internal space characters ("\\r", "\\n")]
|
||||
expected: FAIL
|
||||
|
||||
[option.text should replace multiple internal space characters ("\\r", "\\f")]
|
||||
expected: FAIL
|
||||
|
||||
[option.text should replace multiple internal space characters ("\\r", "\\r")]
|
||||
expected: FAIL
|
||||
|
||||
[option.text should leave leading NBSP alone.]
|
||||
expected: FAIL
|
||||
|
||||
[option.text should leave trailing NBSP alone.]
|
||||
expected: FAIL
|
||||
|
||||
[option.text should leave a single internal NBSP alone.]
|
||||
expected: FAIL
|
||||
|
||||
[option.text should leave two internal NBSPs alone.]
|
||||
expected: FAIL
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue