mirror of
https://github.com/servo/servo
synced 2026-04-25 17:15:48 +02:00
While working on this, I realised that the `current_state` computation was wrong. Instead, the spec actually clearly defines what to do, but I hadn't found it yet. The code now correctly implements state computation and voila, it also fixes the previous underline issue that I didn't understand why it would fail. Part of #25005 Testing: WPT Signed-off-by: Tim van der Lippe <tvanderlippe@gmail.com>
202 lines
4.6 KiB
INI
Vendored
202 lines
4.6 KiB
INI
Vendored
[event.html]
|
|
[Simple editable div: input event]
|
|
expected: FAIL
|
|
|
|
[Editable b: input event]
|
|
expected: FAIL
|
|
|
|
[Changing selection from handler: input event]
|
|
expected: FAIL
|
|
|
|
[Command backColor, value "": input event]
|
|
expected: FAIL
|
|
|
|
[Command backColor, value "quasit": input event]
|
|
expected: FAIL
|
|
|
|
[Command backColor, value "green": input event]
|
|
expected: FAIL
|
|
|
|
[Command createLink, value "": input event]
|
|
expected: FAIL
|
|
|
|
[Command createLink, value "quasit": input event]
|
|
expected: FAIL
|
|
|
|
[Command createLink, value "http://www.w3.org/community/editing/": input event]
|
|
expected: FAIL
|
|
|
|
[Command fontName, value "": input event]
|
|
expected: FAIL
|
|
|
|
[Command fontName, value "quasit": input event]
|
|
expected: FAIL
|
|
|
|
[Command fontName, value "serif": input event]
|
|
expected: FAIL
|
|
|
|
[Command fontName, value "Helvetica": input event]
|
|
expected: FAIL
|
|
|
|
[Command fontSize, value "": input event]
|
|
expected: FAIL
|
|
|
|
[Command fontSize, value "quasit": input event]
|
|
expected: FAIL
|
|
|
|
[Command fontSize, value "15px": input event]
|
|
expected: FAIL
|
|
|
|
[Command foreColor, value "": input event]
|
|
expected: FAIL
|
|
|
|
[Command foreColor, value "quasit": input event]
|
|
expected: FAIL
|
|
|
|
[Command foreColor, value "green": input event]
|
|
expected: FAIL
|
|
|
|
[Command hiliteColor, value "": input event]
|
|
expected: FAIL
|
|
|
|
[Command hiliteColor, value "quasit": input event]
|
|
expected: FAIL
|
|
|
|
[Command hiliteColor, value "green": input event]
|
|
expected: FAIL
|
|
|
|
[Command removeFormat, value "": input event]
|
|
expected: FAIL
|
|
|
|
[Command removeFormat, value "quasit": input event]
|
|
expected: FAIL
|
|
|
|
[Command subscript, value "": input event]
|
|
expected: FAIL
|
|
|
|
[Command subscript, value "quasit": input event]
|
|
expected: FAIL
|
|
|
|
[Command superscript, value "": input event]
|
|
expected: FAIL
|
|
|
|
[Command superscript, value "quasit": input event]
|
|
expected: FAIL
|
|
|
|
[Command unlink, value "": input event]
|
|
expected: FAIL
|
|
|
|
[Command unlink, value "quasit": input event]
|
|
expected: FAIL
|
|
|
|
[Command formatBlock, value "": input event]
|
|
expected: FAIL
|
|
|
|
[Command formatBlock, value "quasit": input event]
|
|
expected: FAIL
|
|
|
|
[Command formatBlock, value "p": input event]
|
|
expected: FAIL
|
|
|
|
[Command forwardDelete, value "": input event]
|
|
expected: FAIL
|
|
|
|
[Command forwardDelete, value "quasit": input event]
|
|
expected: FAIL
|
|
|
|
[Command indent, value "": input event]
|
|
expected: FAIL
|
|
|
|
[Command indent, value "quasit": input event]
|
|
expected: FAIL
|
|
|
|
[Command insertHorizontalRule, value "": input event]
|
|
expected: FAIL
|
|
|
|
[Command insertHorizontalRule, value "quasit": input event]
|
|
expected: FAIL
|
|
|
|
[Command insertHorizontalRule, value "id": input event]
|
|
expected: FAIL
|
|
|
|
[Command insertHTML, value "": input event]
|
|
expected: FAIL
|
|
|
|
[Command insertHTML, value "quasit": input event]
|
|
expected: FAIL
|
|
|
|
[Command insertHTML, value "<b>hi</b>": input event]
|
|
expected: FAIL
|
|
|
|
[Command insertImage, value "": input event]
|
|
expected: FAIL
|
|
|
|
[Command insertImage, value "quasit": input event]
|
|
expected: FAIL
|
|
|
|
[Command insertImage, value "../images/green.png": input event]
|
|
expected: FAIL
|
|
|
|
[Command insertLineBreak, value "": input event]
|
|
expected: FAIL
|
|
|
|
[Command insertLineBreak, value "quasit": input event]
|
|
expected: FAIL
|
|
|
|
[Command insertOrderedList, value "": input event]
|
|
expected: FAIL
|
|
|
|
[Command insertOrderedList, value "quasit": input event]
|
|
expected: FAIL
|
|
|
|
[Command insertParagraph, value "": input event]
|
|
expected: FAIL
|
|
|
|
[Command insertParagraph, value "quasit": input event]
|
|
expected: FAIL
|
|
|
|
[Command insertText, value "": input event]
|
|
expected: FAIL
|
|
|
|
[Command insertText, value "quasit": input event]
|
|
expected: FAIL
|
|
|
|
[Command insertText, value "abc": input event]
|
|
expected: FAIL
|
|
|
|
[Command insertUnorderedList, value "": input event]
|
|
expected: FAIL
|
|
|
|
[Command insertUnorderedList, value "quasit": input event]
|
|
expected: FAIL
|
|
|
|
[Command justifyCenter, value "": input event]
|
|
expected: FAIL
|
|
|
|
[Command justifyCenter, value "quasit": input event]
|
|
expected: FAIL
|
|
|
|
[Command justifyFull, value "": input event]
|
|
expected: FAIL
|
|
|
|
[Command justifyFull, value "quasit": input event]
|
|
expected: FAIL
|
|
|
|
[Command justifyLeft, value "": input event]
|
|
expected: FAIL
|
|
|
|
[Command justifyLeft, value "quasit": input event]
|
|
expected: FAIL
|
|
|
|
[Command justifyRight, value "": input event]
|
|
expected: FAIL
|
|
|
|
[Command justifyRight, value "quasit": input event]
|
|
expected: FAIL
|
|
|
|
[Command outdent, value "": input event]
|
|
expected: FAIL
|
|
|
|
[Command outdent, value "quasit": input event]
|
|
expected: FAIL
|