mirror of
https://github.com/servo/servo.git
synced 2025-07-16 03:43:38 +01:00
Cargoify servo
This commit is contained in:
parent
db2f642c32
commit
c6ab60dbfc
1761 changed files with 8423 additions and 2294 deletions
|
@ -0,0 +1,5 @@
|
|||
[option-text-backslash.html]
|
||||
type: testharness
|
||||
[Test for the backslash sign in option.text]
|
||||
expected: FAIL
|
||||
|
|
@ -0,0 +1,29 @@
|
|||
[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
|
||||
|
|
@ -0,0 +1,149 @@
|
|||
[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