Pass | HTMLOptionElement.text | Asserts runNo asserts ran |
Pass | option.text should strip leading space characters (" ") | Asserts runPass | assert_equals("text", "text")
at Test.<anonymous> ( /html/semantics/forms/the-option-element/option-text-spaces.html:16:7) |
|
Pass | option.text should strip leading space characters ("\t") | Asserts runPass | assert_equals("text", "text")
at Test.<anonymous> ( /html/semantics/forms/the-option-element/option-text-spaces.html:16:7) |
|
Pass | option.text should strip leading space characters ("\n") | Asserts runPass | assert_equals("text", "text")
at Test.<anonymous> ( /html/semantics/forms/the-option-element/option-text-spaces.html:16:7) |
|
Pass | option.text should strip leading space characters ("\f") | Asserts runPass | assert_equals("text", "text")
at Test.<anonymous> ( /html/semantics/forms/the-option-element/option-text-spaces.html:16:7) |
|
Pass | option.text should strip leading space characters ("\r") | Asserts runPass | assert_equals("text", "text")
at Test.<anonymous> ( /html/semantics/forms/the-option-element/option-text-spaces.html:16:7) |
|
Pass | option.text should strip trailing space characters (" ") | Asserts runPass | assert_equals("text", "text")
at Test.<anonymous> ( /html/semantics/forms/the-option-element/option-text-spaces.html:24:7) |
|
Pass | option.text should strip trailing space characters ("\t") | Asserts runPass | assert_equals("text", "text")
at Test.<anonymous> ( /html/semantics/forms/the-option-element/option-text-spaces.html:24:7) |
|
Pass | option.text should strip trailing space characters ("\n") | Asserts runPass | assert_equals("text", "text")
at Test.<anonymous> ( /html/semantics/forms/the-option-element/option-text-spaces.html:24:7) |
|
Pass | option.text should strip trailing space characters ("\f") | Asserts runPass | assert_equals("text", "text")
at Test.<anonymous> ( /html/semantics/forms/the-option-element/option-text-spaces.html:24:7) |
|
Pass | option.text should strip trailing space characters ("\r") | Asserts runPass | assert_equals("text", "text")
at Test.<anonymous> ( /html/semantics/forms/the-option-element/option-text-spaces.html:24:7) |
|
Pass | option.text should strip leading and trailing space characters (" ") | Asserts runPass | assert_equals("text", "text")
at Test.<anonymous> ( /html/semantics/forms/the-option-element/option-text-spaces.html:32:7) |
|
Pass | option.text should strip leading and trailing space characters ("\t") | Asserts runPass | assert_equals("text", "text")
at Test.<anonymous> ( /html/semantics/forms/the-option-element/option-text-spaces.html:32:7) |
|
Pass | option.text should strip leading and trailing space characters ("\n") | Asserts runPass | assert_equals("text", "text")
at Test.<anonymous> ( /html/semantics/forms/the-option-element/option-text-spaces.html:32:7) |
|
Pass | option.text should strip leading and trailing space characters ("\f") | Asserts runPass | assert_equals("text", "text")
at Test.<anonymous> ( /html/semantics/forms/the-option-element/option-text-spaces.html:32:7) |
|
Pass | option.text should strip leading and trailing space characters ("\r") | Asserts runPass | assert_equals("text", "text")
at Test.<anonymous> ( /html/semantics/forms/the-option-element/option-text-spaces.html:32:7) |
|
Pass | option.text should replace single internal space characters (" ") | Asserts runPass | assert_equals("before after", "before after")
at Test.<anonymous> ( /html/semantics/forms/the-option-element/option-text-spaces.html:40:7) |
|
Pass | option.text should replace single internal space characters ("\t") | Asserts runPass | assert_equals("before after", "before after")
at Test.<anonymous> ( /html/semantics/forms/the-option-element/option-text-spaces.html:40:7) |
|
Pass | option.text should replace single internal space characters ("\n") | Asserts runPass | assert_equals("before after", "before after")
at Test.<anonymous> ( /html/semantics/forms/the-option-element/option-text-spaces.html:40:7) |
|
Pass | option.text should replace single internal space characters ("\f") | Asserts runPass | assert_equals("before after", "before after")
at Test.<anonymous> ( /html/semantics/forms/the-option-element/option-text-spaces.html:40:7) |
|
Pass | option.text should replace single internal space characters ("\r") | Asserts runPass | assert_equals("before after", "before after")
at Test.<anonymous> ( /html/semantics/forms/the-option-element/option-text-spaces.html:40:7) |
|
Pass | option.text should replace multiple internal space characters (" ", " ") | Asserts runPass | assert_equals("before after", "before after")
at Test.<anonymous> ( /html/semantics/forms/the-option-element/option-text-spaces.html:49:9) |
|
Pass | option.text should replace multiple internal space characters (" ", "\t") | Asserts runPass | assert_equals("before after", "before after")
at Test.<anonymous> ( /html/semantics/forms/the-option-element/option-text-spaces.html:49:9) |
|
Pass | option.text should replace multiple internal space characters (" ", "\n") | Asserts runPass | assert_equals("before after", "before after")
at Test.<anonymous> ( /html/semantics/forms/the-option-element/option-text-spaces.html:49:9) |
|
Pass | option.text should replace multiple internal space characters (" ", "\f") | Asserts runPass | assert_equals("before after", "before after")
at Test.<anonymous> ( /html/semantics/forms/the-option-element/option-text-spaces.html:49:9) |
|
Pass | option.text should replace multiple internal space characters (" ", "\r") | Asserts runPass | assert_equals("before after", "before after")
at Test.<anonymous> ( /html/semantics/forms/the-option-element/option-text-spaces.html:49:9) |
|
Pass | option.text should replace multiple internal space characters ("\t", " ") | Asserts runPass | assert_equals("before after", "before after")
at Test.<anonymous> ( /html/semantics/forms/the-option-element/option-text-spaces.html:49:9) |
|
Pass | option.text should replace multiple internal space characters ("\t", "\t") | Asserts runPass | assert_equals("before after", "before after")
at Test.<anonymous> ( /html/semantics/forms/the-option-element/option-text-spaces.html:49:9) |
|
Pass | option.text should replace multiple internal space characters ("\t", "\n") | Asserts runPass | assert_equals("before after", "before after")
at Test.<anonymous> ( /html/semantics/forms/the-option-element/option-text-spaces.html:49:9) |
|
Pass | option.text should replace multiple internal space characters ("\t", "\f") | Asserts runPass | assert_equals("before after", "before after")
at Test.<anonymous> ( /html/semantics/forms/the-option-element/option-text-spaces.html:49:9) |
|
Pass | option.text should replace multiple internal space characters ("\t", "\r") | Asserts runPass | assert_equals("before after", "before after")
at Test.<anonymous> ( /html/semantics/forms/the-option-element/option-text-spaces.html:49:9) |
|
Pass | option.text should replace multiple internal space characters ("\n", " ") | Asserts runPass | assert_equals("before after", "before after")
at Test.<anonymous> ( /html/semantics/forms/the-option-element/option-text-spaces.html:49:9) |
|
Pass | option.text should replace multiple internal space characters ("\n", "\t") | Asserts runPass | assert_equals("before after", "before after")
at Test.<anonymous> ( /html/semantics/forms/the-option-element/option-text-spaces.html:49:9) |
|
Pass | option.text should replace multiple internal space characters ("\n", "\n") | Asserts runPass | assert_equals("before after", "before after")
at Test.<anonymous> ( /html/semantics/forms/the-option-element/option-text-spaces.html:49:9) |
|
Pass | option.text should replace multiple internal space characters ("\n", "\f") | Asserts runPass | assert_equals("before after", "before after")
at Test.<anonymous> ( /html/semantics/forms/the-option-element/option-text-spaces.html:49:9) |
|
Pass | option.text should replace multiple internal space characters ("\n", "\r") | Asserts runPass | assert_equals("before after", "before after")
at Test.<anonymous> ( /html/semantics/forms/the-option-element/option-text-spaces.html:49:9) |
|
Pass | option.text should replace multiple internal space characters ("\f", " ") | Asserts runPass | assert_equals("before after", "before after")
at Test.<anonymous> ( /html/semantics/forms/the-option-element/option-text-spaces.html:49:9) |
|
Pass | option.text should replace multiple internal space characters ("\f", "\t") | Asserts runPass | assert_equals("before after", "before after")
at Test.<anonymous> ( /html/semantics/forms/the-option-element/option-text-spaces.html:49:9) |
|
Pass | option.text should replace multiple internal space characters ("\f", "\n") | Asserts runPass | assert_equals("before after", "before after")
at Test.<anonymous> ( /html/semantics/forms/the-option-element/option-text-spaces.html:49:9) |
|
Pass | option.text should replace multiple internal space characters ("\f", "\f") | Asserts runPass | assert_equals("before after", "before after")
at Test.<anonymous> ( /html/semantics/forms/the-option-element/option-text-spaces.html:49:9) |
|
Pass | option.text should replace multiple internal space characters ("\f", "\r") | Asserts runPass | assert_equals("before after", "before after")
at Test.<anonymous> ( /html/semantics/forms/the-option-element/option-text-spaces.html:49:9) |
|
Pass | option.text should replace multiple internal space characters ("\r", " ") | Asserts runPass | assert_equals("before after", "before after")
at Test.<anonymous> ( /html/semantics/forms/the-option-element/option-text-spaces.html:49:9) |
|
Pass | option.text should replace multiple internal space characters ("\r", "\t") | Asserts runPass | assert_equals("before after", "before after")
at Test.<anonymous> ( /html/semantics/forms/the-option-element/option-text-spaces.html:49:9) |
|
Pass | option.text should replace multiple internal space characters ("\r", "\n") | Asserts runPass | assert_equals("before after", "before after")
at Test.<anonymous> ( /html/semantics/forms/the-option-element/option-text-spaces.html:49:9) |
|
Pass | option.text should replace multiple internal space characters ("\r", "\f") | Asserts runPass | assert_equals("before after", "before after")
at Test.<anonymous> ( /html/semantics/forms/the-option-element/option-text-spaces.html:49:9) |
|
Pass | option.text should replace multiple internal space characters ("\r", "\r") | Asserts runPass | assert_equals("before after", "before after")
at Test.<anonymous> ( /html/semantics/forms/the-option-element/option-text-spaces.html:49:9) |
|
Pass | option.text should leave leading NBSP alone. | Asserts runPass | assert_equals(" text", " text")
at Test.<anonymous> ( /html/semantics/forms/the-option-element/option-text-spaces.html:57:5) |
|
Pass | option.text should leave trailing NBSP alone. | Asserts runPass | assert_equals("text ", "text ")
at Test.<anonymous> ( /html/semantics/forms/the-option-element/option-text-spaces.html:62:5) |
|
Pass | option.text should leave a single internal NBSP alone. | Asserts runPass | assert_equals("before after", "before after")
at Test.<anonymous> ( /html/semantics/forms/the-option-element/option-text-spaces.html:67:5) |
|
Pass | option.text should leave two internal NBSPs alone. | Asserts runPass | assert_equals("before after", "before after")
at Test.<anonymous> ( /html/semantics/forms/the-option-element/option-text-spaces.html:72:5) |
|