Pass | [["insertlinebreak",""]] "foo[bar]baz": execCommand("insertlinebreak", false, "") return value | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5611:13) | Pass | assert_equals(true, true)
at Test.<anonymous> ( /editing/include/tests.js:5613:13) |
|
Pass | [["insertlinebreak",""]] "foo[bar]baz" checks for modifications to non-editable content | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5644:9) | Pass | assert_equals(2, 2, "The parent div must have two children. Did something spill outside the test div?")
at Test.<anonymous> ( /editing/include/tests.js:5648:9) | Pass | assert_equals(1, 1, "Wrapper div must have only one attribute (<div contenteditable=\"\">), but has more (<div contenteditable=\"\">)")
at Test.<anonymous> ( /editing/include/tests.js:5652:9) | Pass | assert_equals(0, 0, "Body element must have no attributes (<body>), but has more (<body>)")
at Test.<anonymous> ( /editing/include/tests.js:5656:9) | Pass | assert_equals("<head><meta charset=\"utf-8\">\n<meta name=\"timeout\" content=\"long\">\n<link rel=\"stylesheet\" href=\"../include/reset.css\">\n<title>insertlinebreak - HTML editing conformance tests</title>\n\n</head><body>\n\n<div id=\"test-container\"><p>test</p></div>\n\n\n\n\n\n\n\n\n</body>", "<head><meta charset=\"utf-8\">\n<meta name=\"timeout\" content=\"long\">\n<link rel=\"stylesheet\" href=\"../include/reset.css\">\n<title>insertlinebreak - HTML editing conformance tests</title>\n\n</head><body>\n\n<div id=\"test-container\"><p>test</p></div>\n\n\n\n\n\n\n\n\n</body>", "Everything outside the editable div must be unchanged, but some change did occur")
at Test.<anonymous> ( /editing/include/tests.js:5663:9) |
|
Pass | [["insertlinebreak",""]] "foo[bar]baz" compare innerHTML | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5668:9) | Pass | assert_equals("foo<br>baz", "foo<br>baz", "Unexpected innerHTML (after normalizing inline style)")
at Test.<anonymous> ( /editing/include/tests.js:5679:11) |
|
Pass | [["insertlinebreak",""]] "foo[bar]baz" queryCommandIndeterm("insertlinebreak") before | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals(false, false, "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "foo[bar]baz" queryCommandState("insertlinebreak") before | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals(false, false, "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "foo[bar]baz" queryCommandValue("insertlinebreak") before | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals("", "", "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "foo[bar]baz" queryCommandIndeterm("insertlinebreak") after | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals(false, false, "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "foo[bar]baz" queryCommandState("insertlinebreak") after | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals(false, false, "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "foo[bar]baz" queryCommandValue("insertlinebreak") after | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals("", "", "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "fo[o<table><tr><td>b]ar</table>": execCommand("insertlinebreak", false, "") return value | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5611:13) | Pass | assert_equals(true, true)
at Test.<anonymous> ( /editing/include/tests.js:5613:13) |
|
Pass | [["insertlinebreak",""]] "fo[o<table><tr><td>b]ar</table>" checks for modifications to non-editable content | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5644:9) | Pass | assert_equals(2, 2, "The parent div must have two children. Did something spill outside the test div?")
at Test.<anonymous> ( /editing/include/tests.js:5648:9) | Pass | assert_equals(1, 1, "Wrapper div must have only one attribute (<div contenteditable=\"\">), but has more (<div contenteditable=\"\">)")
at Test.<anonymous> ( /editing/include/tests.js:5652:9) | Pass | assert_equals(0, 0, "Body element must have no attributes (<body>), but has more (<body>)")
at Test.<anonymous> ( /editing/include/tests.js:5656:9) | Pass | assert_equals("<head><meta charset=\"utf-8\">\n<meta name=\"timeout\" content=\"long\">\n<link rel=\"stylesheet\" href=\"../include/reset.css\">\n<title>insertlinebreak - HTML editing conformance tests</title>\n\n</head><body>\n\n<div id=\"test-container\"><p>test</p></div>\n\n\n\n\n\n\n\n\n</body>", "<head><meta charset=\"utf-8\">\n<meta name=\"timeout\" content=\"long\">\n<link rel=\"stylesheet\" href=\"../include/reset.css\">\n<title>insertlinebreak - HTML editing conformance tests</title>\n\n</head><body>\n\n<div id=\"test-container\"><p>test</p></div>\n\n\n\n\n\n\n\n\n</body>", "Everything outside the editable div must be unchanged, but some change did occur")
at Test.<anonymous> ( /editing/include/tests.js:5663:9) |
|
Pass | [["insertlinebreak",""]] "fo[o<table><tr><td>b]ar</table>" compare innerHTML | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5668:9) | Pass | assert_equals("fo<br><br><table><tbody><tr><td>ar</td></tr></tbody></table>", "fo<br><br><table><tbody><tr><td>ar</td></tr></tbody></table>", "Unexpected innerHTML (after normalizing inline style)")
at Test.<anonymous> ( /editing/include/tests.js:5679:11) |
|
Pass | [["insertlinebreak",""]] "fo[o<table><tr><td>b]ar</table>" queryCommandIndeterm("insertlinebreak") before | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals(false, false, "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "fo[o<table><tr><td>b]ar</table>" queryCommandState("insertlinebreak") before | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals(false, false, "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "fo[o<table><tr><td>b]ar</table>" queryCommandValue("insertlinebreak") before | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals("", "", "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "fo[o<table><tr><td>b]ar</table>" queryCommandIndeterm("insertlinebreak") after | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals(false, false, "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "fo[o<table><tr><td>b]ar</table>" queryCommandState("insertlinebreak") after | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals(false, false, "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "fo[o<table><tr><td>b]ar</table>" queryCommandValue("insertlinebreak") after | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals("", "", "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<table><tr><td>[foo<td>bar]<tr><td>baz<td>quz</table>": execCommand("insertlinebreak", false, "") return value | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5611:13) | Pass | assert_equals(true, true)
at Test.<anonymous> ( /editing/include/tests.js:5613:13) |
|
Pass | [["insertlinebreak",""]] "<table><tr><td>[foo<td>bar]<tr><td>baz<td>quz</table>" checks for modifications to non-editable content | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5644:9) | Pass | assert_equals(2, 2, "The parent div must have two children. Did something spill outside the test div?")
at Test.<anonymous> ( /editing/include/tests.js:5648:9) | Pass | assert_equals(1, 1, "Wrapper div must have only one attribute (<div contenteditable=\"\">), but has more (<div contenteditable=\"\">)")
at Test.<anonymous> ( /editing/include/tests.js:5652:9) | Pass | assert_equals(0, 0, "Body element must have no attributes (<body>), but has more (<body>)")
at Test.<anonymous> ( /editing/include/tests.js:5656:9) | Pass | assert_equals("<head><meta charset=\"utf-8\">\n<meta name=\"timeout\" content=\"long\">\n<link rel=\"stylesheet\" href=\"../include/reset.css\">\n<title>insertlinebreak - HTML editing conformance tests</title>\n\n</head><body>\n\n<div id=\"test-container\"><p>test</p></div>\n\n\n\n\n\n\n\n\n</body>", "<head><meta charset=\"utf-8\">\n<meta name=\"timeout\" content=\"long\">\n<link rel=\"stylesheet\" href=\"../include/reset.css\">\n<title>insertlinebreak - HTML editing conformance tests</title>\n\n</head><body>\n\n<div id=\"test-container\"><p>test</p></div>\n\n\n\n\n\n\n\n\n</body>", "Everything outside the editable div must be unchanged, but some change did occur")
at Test.<anonymous> ( /editing/include/tests.js:5663:9) |
|
Pass | [["insertlinebreak",""]] "<table><tr><td>[foo<td>bar]<tr><td>baz<td>quz</table>" compare innerHTML | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5668:9) | Pass | assert_equals("<table><tbody><tr><td><br><br></td><td><br></td></tr><tr><td>baz</td><td>quz</td></tr></tbody></table>", "<table><tbody><tr><td><br><br></td><td><br></td></tr><tr><td>baz</td><td>quz</td></tr></tbody></table>", "Unexpected innerHTML (after normalizing inline style)")
at Test.<anonymous> ( /editing/include/tests.js:5679:11) |
|
Pass | [["insertlinebreak",""]] "<table><tr><td>[foo<td>bar]<tr><td>baz<td>quz</table>" queryCommandIndeterm("insertlinebreak") before | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals(false, false, "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<table><tr><td>[foo<td>bar]<tr><td>baz<td>quz</table>" queryCommandState("insertlinebreak") before | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals(false, false, "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<table><tr><td>[foo<td>bar]<tr><td>baz<td>quz</table>" queryCommandValue("insertlinebreak") before | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals("", "", "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<table><tr><td>[foo<td>bar]<tr><td>baz<td>quz</table>" queryCommandIndeterm("insertlinebreak") after | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals(false, false, "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<table><tr><td>[foo<td>bar]<tr><td>baz<td>quz</table>" queryCommandState("insertlinebreak") after | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals(false, false, "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<table><tr><td>[foo<td>bar]<tr><td>baz<td>quz</table>" queryCommandValue("insertlinebreak") after | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals("", "", "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<table><tbody data-start=0 data-end=1><tr><td>foo<td>bar<tr><td>baz<td>quz</table>": execCommand("insertlinebreak", false, "") return value | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5611:13) | Pass | assert_equals(true, true)
at Test.<anonymous> ( /editing/include/tests.js:5613:13) |
|
Pass | [["insertlinebreak",""]] "<table><tbody data-start=0 data-end=1><tr><td>foo<td>bar<tr><td>baz<td>quz</table>" checks for modifications to non-editable content | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5644:9) | Pass | assert_equals(2, 2, "The parent div must have two children. Did something spill outside the test div?")
at Test.<anonymous> ( /editing/include/tests.js:5648:9) | Pass | assert_equals(1, 1, "Wrapper div must have only one attribute (<div contenteditable=\"\">), but has more (<div contenteditable=\"\">)")
at Test.<anonymous> ( /editing/include/tests.js:5652:9) | Pass | assert_equals(0, 0, "Body element must have no attributes (<body>), but has more (<body>)")
at Test.<anonymous> ( /editing/include/tests.js:5656:9) | Pass | assert_equals("<head><meta charset=\"utf-8\">\n<meta name=\"timeout\" content=\"long\">\n<link rel=\"stylesheet\" href=\"../include/reset.css\">\n<title>insertlinebreak - HTML editing conformance tests</title>\n\n</head><body>\n\n<div id=\"test-container\"><p>test</p></div>\n\n\n\n\n\n\n\n\n</body>", "<head><meta charset=\"utf-8\">\n<meta name=\"timeout\" content=\"long\">\n<link rel=\"stylesheet\" href=\"../include/reset.css\">\n<title>insertlinebreak - HTML editing conformance tests</title>\n\n</head><body>\n\n<div id=\"test-container\"><p>test</p></div>\n\n\n\n\n\n\n\n\n</body>", "Everything outside the editable div must be unchanged, but some change did occur")
at Test.<anonymous> ( /editing/include/tests.js:5663:9) |
|
Fail | [["insertlinebreak",""]] "<table><tbody data-start=0 data-end=1><tr><td>foo<td>bar<tr><td>baz<td>quz</table>" compare innerHTML | assert_equals: Unexpected innerHTML (after normalizing inline style) expected "<table><tbody><tr><td><br></td><td><br></td></tr><tr><td>baz</td><td>quz</td></tr></tbody></table>" but got "<table><tbody><tr><td><br><br></td><td><br></td></tr><tr><td>baz</td><td>quz</td></tr></tbody></table>" at Test.<anonymous> (https://wpt.live/editing/include/tests.js:5679:11)
at Test.step (https://wpt.live/resources/testharness.js:2642:25)
at test (https://wpt.live/resources/testharness.js:633:30)
at subsetTest (https://wpt.live/common/subset-tests.js:54:14)
at runConformanceTest (https://wpt.live/editing/include/tests.js:5667:5) Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5668:9) | Fail | assert_equals("<table><tbody><tr><td><br><br></td><td><br></td></tr><tr><td>baz</td><td>quz</td></tr></tbody></table>", "<table><tbody><tr><td><br></td><td><br></td></tr><tr><td>baz</td><td>quz</td></tr></tbody></table>", "Unexpected innerHTML (after normalizing inline style)")
at Test.<anonymous> ( /editing/include/tests.js:5679:11) |
|
Pass | [["insertlinebreak",""]] "<table><tbody data-start=0 data-end=1><tr><td>foo<td>bar<tr><td>baz<td>quz</table>" queryCommandIndeterm("insertlinebreak") before | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals(false, false, "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<table><tbody data-start=0 data-end=1><tr><td>foo<td>bar<tr><td>baz<td>quz</table>" queryCommandState("insertlinebreak") before | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals(false, false, "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<table><tbody data-start=0 data-end=1><tr><td>foo<td>bar<tr><td>baz<td>quz</table>" queryCommandValue("insertlinebreak") before | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals("", "", "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<table><tbody data-start=0 data-end=1><tr><td>foo<td>bar<tr><td>baz<td>quz</table>" queryCommandIndeterm("insertlinebreak") after | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals(false, false, "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<table><tbody data-start=0 data-end=1><tr><td>foo<td>bar<tr><td>baz<td>quz</table>" queryCommandState("insertlinebreak") after | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals(false, false, "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<table><tbody data-start=0 data-end=1><tr><td>foo<td>bar<tr><td>baz<td>quz</table>" queryCommandValue("insertlinebreak") after | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals("", "", "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<table><tr><td>fo[o</table>b]ar": execCommand("insertlinebreak", false, "") return value | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5611:13) | Pass | assert_equals(true, true)
at Test.<anonymous> ( /editing/include/tests.js:5613:13) |
|
Pass | [["insertlinebreak",""]] "<table><tr><td>fo[o</table>b]ar" checks for modifications to non-editable content | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5644:9) | Pass | assert_equals(2, 2, "The parent div must have two children. Did something spill outside the test div?")
at Test.<anonymous> ( /editing/include/tests.js:5648:9) | Pass | assert_equals(1, 1, "Wrapper div must have only one attribute (<div contenteditable=\"\">), but has more (<div contenteditable=\"\">)")
at Test.<anonymous> ( /editing/include/tests.js:5652:9) | Pass | assert_equals(0, 0, "Body element must have no attributes (<body>), but has more (<body>)")
at Test.<anonymous> ( /editing/include/tests.js:5656:9) | Pass | assert_equals("<head><meta charset=\"utf-8\">\n<meta name=\"timeout\" content=\"long\">\n<link rel=\"stylesheet\" href=\"../include/reset.css\">\n<title>insertlinebreak - HTML editing conformance tests</title>\n\n</head><body>\n\n<div id=\"test-container\"><p>test</p></div>\n\n\n\n\n\n\n\n\n</body>", "<head><meta charset=\"utf-8\">\n<meta name=\"timeout\" content=\"long\">\n<link rel=\"stylesheet\" href=\"../include/reset.css\">\n<title>insertlinebreak - HTML editing conformance tests</title>\n\n</head><body>\n\n<div id=\"test-container\"><p>test</p></div>\n\n\n\n\n\n\n\n\n</body>", "Everything outside the editable div must be unchanged, but some change did occur")
at Test.<anonymous> ( /editing/include/tests.js:5663:9) |
|
Fail | [["insertlinebreak",""]] "<table><tr><td>fo[o</table>b]ar" compare innerHTML | assert_equals: Unexpected innerHTML (after normalizing inline style) expected "<table><tbody><tr><td>fo<br><br></td></tr></tbody></table>ar" but got "<table><tbody><tr><td>fo<br>ar</td></tr></tbody></table>" at Test.<anonymous> (https://wpt.live/editing/include/tests.js:5679:11)
at Test.step (https://wpt.live/resources/testharness.js:2642:25)
at test (https://wpt.live/resources/testharness.js:633:30)
at subsetTest (https://wpt.live/common/subset-tests.js:54:14)
at runConformanceTest (https://wpt.live/editing/include/tests.js:5667:5) Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5668:9) | Fail | assert_equals("<table><tbody><tr><td>fo<br>ar</td></tr></tbody></table>", "<table><tbody><tr><td>fo<br><br></td></tr></tbody></table>ar", "Unexpected innerHTML (after normalizing inline style)")
at Test.<anonymous> ( /editing/include/tests.js:5679:11) |
|
Pass | [["insertlinebreak",""]] "<table><tr><td>fo[o</table>b]ar" queryCommandIndeterm("insertlinebreak") before | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals(false, false, "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<table><tr><td>fo[o</table>b]ar" queryCommandState("insertlinebreak") before | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals(false, false, "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<table><tr><td>fo[o</table>b]ar" queryCommandValue("insertlinebreak") before | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals("", "", "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<table><tr><td>fo[o</table>b]ar" queryCommandIndeterm("insertlinebreak") after | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals(false, false, "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<table><tr><td>fo[o</table>b]ar" queryCommandState("insertlinebreak") after | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals(false, false, "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<table><tr><td>fo[o</table>b]ar" queryCommandValue("insertlinebreak") after | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals("", "", "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<table><tr><td>fo[o<td>b]ar<td>baz</table>": execCommand("insertlinebreak", false, "") return value | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5611:13) | Pass | assert_equals(true, true)
at Test.<anonymous> ( /editing/include/tests.js:5613:13) |
|
Pass | [["insertlinebreak",""]] "<table><tr><td>fo[o<td>b]ar<td>baz</table>" checks for modifications to non-editable content | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5644:9) | Pass | assert_equals(2, 2, "The parent div must have two children. Did something spill outside the test div?")
at Test.<anonymous> ( /editing/include/tests.js:5648:9) | Pass | assert_equals(1, 1, "Wrapper div must have only one attribute (<div contenteditable=\"\">), but has more (<div contenteditable=\"\">)")
at Test.<anonymous> ( /editing/include/tests.js:5652:9) | Pass | assert_equals(0, 0, "Body element must have no attributes (<body>), but has more (<body>)")
at Test.<anonymous> ( /editing/include/tests.js:5656:9) | Pass | assert_equals("<head><meta charset=\"utf-8\">\n<meta name=\"timeout\" content=\"long\">\n<link rel=\"stylesheet\" href=\"../include/reset.css\">\n<title>insertlinebreak - HTML editing conformance tests</title>\n\n</head><body>\n\n<div id=\"test-container\"><p>test</p></div>\n\n\n\n\n\n\n\n\n</body>", "<head><meta charset=\"utf-8\">\n<meta name=\"timeout\" content=\"long\">\n<link rel=\"stylesheet\" href=\"../include/reset.css\">\n<title>insertlinebreak - HTML editing conformance tests</title>\n\n</head><body>\n\n<div id=\"test-container\"><p>test</p></div>\n\n\n\n\n\n\n\n\n</body>", "Everything outside the editable div must be unchanged, but some change did occur")
at Test.<anonymous> ( /editing/include/tests.js:5663:9) |
|
Pass | [["insertlinebreak",""]] "<table><tr><td>fo[o<td>b]ar<td>baz</table>" compare innerHTML | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5668:9) | Pass | assert_equals("<table><tbody><tr><td>fo<br><br></td><td>ar</td><td>baz</td></tr></tbody></table>", "<table><tbody><tr><td>fo<br><br></td><td>ar</td><td>baz</td></tr></tbody></table>", "Unexpected innerHTML (after normalizing inline style)")
at Test.<anonymous> ( /editing/include/tests.js:5679:11) |
|
Pass | [["insertlinebreak",""]] "<table><tr><td>fo[o<td>b]ar<td>baz</table>" queryCommandIndeterm("insertlinebreak") before | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals(false, false, "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<table><tr><td>fo[o<td>b]ar<td>baz</table>" queryCommandState("insertlinebreak") before | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals(false, false, "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<table><tr><td>fo[o<td>b]ar<td>baz</table>" queryCommandValue("insertlinebreak") before | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals("", "", "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<table><tr><td>fo[o<td>b]ar<td>baz</table>" queryCommandIndeterm("insertlinebreak") after | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals(false, false, "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<table><tr><td>fo[o<td>b]ar<td>baz</table>" queryCommandState("insertlinebreak") after | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals(false, false, "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<table><tr><td>fo[o<td>b]ar<td>baz</table>" queryCommandValue("insertlinebreak") after | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals("", "", "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "{<table><tr><td>foo</table>}": execCommand("insertlinebreak", false, "") return value | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5611:13) | Pass | assert_equals(true, true)
at Test.<anonymous> ( /editing/include/tests.js:5613:13) |
|
Pass | [["insertlinebreak",""]] "{<table><tr><td>foo</table>}" checks for modifications to non-editable content | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5644:9) | Pass | assert_equals(2, 2, "The parent div must have two children. Did something spill outside the test div?")
at Test.<anonymous> ( /editing/include/tests.js:5648:9) | Pass | assert_equals(1, 1, "Wrapper div must have only one attribute (<div contenteditable=\"\">), but has more (<div contenteditable=\"\">)")
at Test.<anonymous> ( /editing/include/tests.js:5652:9) | Pass | assert_equals(0, 0, "Body element must have no attributes (<body>), but has more (<body>)")
at Test.<anonymous> ( /editing/include/tests.js:5656:9) | Pass | assert_equals("<head><meta charset=\"utf-8\">\n<meta name=\"timeout\" content=\"long\">\n<link rel=\"stylesheet\" href=\"../include/reset.css\">\n<title>insertlinebreak - HTML editing conformance tests</title>\n\n</head><body>\n\n<div id=\"test-container\"><p>test</p></div>\n\n\n\n\n\n\n\n\n</body>", "<head><meta charset=\"utf-8\">\n<meta name=\"timeout\" content=\"long\">\n<link rel=\"stylesheet\" href=\"../include/reset.css\">\n<title>insertlinebreak - HTML editing conformance tests</title>\n\n</head><body>\n\n<div id=\"test-container\"><p>test</p></div>\n\n\n\n\n\n\n\n\n</body>", "Everything outside the editable div must be unchanged, but some change did occur")
at Test.<anonymous> ( /editing/include/tests.js:5663:9) |
|
Pass | [["insertlinebreak",""]] "{<table><tr><td>foo</table>}" compare innerHTML | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5668:9) | Pass | assert_equals("<br><br>", "<br><br>", "Unexpected innerHTML (after normalizing inline style)")
at Test.<anonymous> ( /editing/include/tests.js:5679:11) |
|
Pass | [["insertlinebreak",""]] "{<table><tr><td>foo</table>}" queryCommandIndeterm("insertlinebreak") before | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals(false, false, "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "{<table><tr><td>foo</table>}" queryCommandState("insertlinebreak") before | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals(false, false, "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "{<table><tr><td>foo</table>}" queryCommandValue("insertlinebreak") before | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals("", "", "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "{<table><tr><td>foo</table>}" queryCommandIndeterm("insertlinebreak") after | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals(false, false, "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "{<table><tr><td>foo</table>}" queryCommandState("insertlinebreak") after | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals(false, false, "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "{<table><tr><td>foo</table>}" queryCommandValue("insertlinebreak") after | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals("", "", "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<table><tr><td>[foo]</table>": execCommand("insertlinebreak", false, "") return value | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5611:13) | Pass | assert_equals(true, true)
at Test.<anonymous> ( /editing/include/tests.js:5613:13) |
|
Pass | [["insertlinebreak",""]] "<table><tr><td>[foo]</table>" checks for modifications to non-editable content | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5644:9) | Pass | assert_equals(2, 2, "The parent div must have two children. Did something spill outside the test div?")
at Test.<anonymous> ( /editing/include/tests.js:5648:9) | Pass | assert_equals(1, 1, "Wrapper div must have only one attribute (<div contenteditable=\"\">), but has more (<div contenteditable=\"\">)")
at Test.<anonymous> ( /editing/include/tests.js:5652:9) | Pass | assert_equals(0, 0, "Body element must have no attributes (<body>), but has more (<body>)")
at Test.<anonymous> ( /editing/include/tests.js:5656:9) | Pass | assert_equals("<head><meta charset=\"utf-8\">\n<meta name=\"timeout\" content=\"long\">\n<link rel=\"stylesheet\" href=\"../include/reset.css\">\n<title>insertlinebreak - HTML editing conformance tests</title>\n\n</head><body>\n\n<div id=\"test-container\"><p>test</p></div>\n\n\n\n\n\n\n\n\n</body>", "<head><meta charset=\"utf-8\">\n<meta name=\"timeout\" content=\"long\">\n<link rel=\"stylesheet\" href=\"../include/reset.css\">\n<title>insertlinebreak - HTML editing conformance tests</title>\n\n</head><body>\n\n<div id=\"test-container\"><p>test</p></div>\n\n\n\n\n\n\n\n\n</body>", "Everything outside the editable div must be unchanged, but some change did occur")
at Test.<anonymous> ( /editing/include/tests.js:5663:9) |
|
Fail | [["insertlinebreak",""]] "<table><tr><td>[foo]</table>" compare innerHTML | assert_equals: Unexpected innerHTML (after normalizing inline style) expected "<table><tbody><tr><td><br><br></td></tr></tbody></table>" but got "<br><br>" at Test.<anonymous> (https://wpt.live/editing/include/tests.js:5679:11)
at Test.step (https://wpt.live/resources/testharness.js:2642:25)
at test (https://wpt.live/resources/testharness.js:633:30)
at subsetTest (https://wpt.live/common/subset-tests.js:54:14)
at runConformanceTest (https://wpt.live/editing/include/tests.js:5667:5) Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5668:9) | Fail | assert_equals("<br><br>", "<table><tbody><tr><td><br><br></td></tr></tbody></table>", "Unexpected innerHTML (after normalizing inline style)")
at Test.<anonymous> ( /editing/include/tests.js:5679:11) |
|
Pass | [["insertlinebreak",""]] "<table><tr><td>[foo]</table>" queryCommandIndeterm("insertlinebreak") before | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals(false, false, "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<table><tr><td>[foo]</table>" queryCommandState("insertlinebreak") before | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals(false, false, "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<table><tr><td>[foo]</table>" queryCommandValue("insertlinebreak") before | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals("", "", "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<table><tr><td>[foo]</table>" queryCommandIndeterm("insertlinebreak") after | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals(false, false, "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<table><tr><td>[foo]</table>" queryCommandState("insertlinebreak") after | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals(false, false, "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<table><tr><td>[foo]</table>" queryCommandValue("insertlinebreak") after | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals("", "", "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<ol><li>[foo]<li>bar</ol>": execCommand("insertlinebreak", false, "") return value | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5611:13) | Pass | assert_equals(true, true)
at Test.<anonymous> ( /editing/include/tests.js:5613:13) |
|
Pass | [["insertlinebreak",""]] "<ol><li>[foo]<li>bar</ol>" checks for modifications to non-editable content | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5644:9) | Pass | assert_equals(2, 2, "The parent div must have two children. Did something spill outside the test div?")
at Test.<anonymous> ( /editing/include/tests.js:5648:9) | Pass | assert_equals(1, 1, "Wrapper div must have only one attribute (<div contenteditable=\"\">), but has more (<div contenteditable=\"\">)")
at Test.<anonymous> ( /editing/include/tests.js:5652:9) | Pass | assert_equals(0, 0, "Body element must have no attributes (<body>), but has more (<body>)")
at Test.<anonymous> ( /editing/include/tests.js:5656:9) | Pass | assert_equals("<head><meta charset=\"utf-8\">\n<meta name=\"timeout\" content=\"long\">\n<link rel=\"stylesheet\" href=\"../include/reset.css\">\n<title>insertlinebreak - HTML editing conformance tests</title>\n\n</head><body>\n\n<div id=\"test-container\"><p>test</p></div>\n\n\n\n\n\n\n\n\n</body>", "<head><meta charset=\"utf-8\">\n<meta name=\"timeout\" content=\"long\">\n<link rel=\"stylesheet\" href=\"../include/reset.css\">\n<title>insertlinebreak - HTML editing conformance tests</title>\n\n</head><body>\n\n<div id=\"test-container\"><p>test</p></div>\n\n\n\n\n\n\n\n\n</body>", "Everything outside the editable div must be unchanged, but some change did occur")
at Test.<anonymous> ( /editing/include/tests.js:5663:9) |
|
Pass | [["insertlinebreak",""]] "<ol><li>[foo]<li>bar</ol>" compare innerHTML | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5668:9) | Pass | assert_equals("<ol><li><br><br></li><li>bar</li></ol>", "<ol><li><br><br></li><li>bar</li></ol>", "Unexpected innerHTML (after normalizing inline style)")
at Test.<anonymous> ( /editing/include/tests.js:5679:11) |
|
Pass | [["insertlinebreak",""]] "<ol><li>[foo]<li>bar</ol>" queryCommandIndeterm("insertlinebreak") before | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals(false, false, "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<ol><li>[foo]<li>bar</ol>" queryCommandState("insertlinebreak") before | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals(false, false, "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<ol><li>[foo]<li>bar</ol>" queryCommandValue("insertlinebreak") before | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals("", "", "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<ol><li>[foo]<li>bar</ol>" queryCommandIndeterm("insertlinebreak") after | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals(false, false, "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<ol><li>[foo]<li>bar</ol>" queryCommandState("insertlinebreak") after | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals(false, false, "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<ol><li>[foo]<li>bar</ol>" queryCommandValue("insertlinebreak") after | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals("", "", "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<ol><li>f[o]o<li>bar</ol>": execCommand("insertlinebreak", false, "") return value | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5611:13) | Pass | assert_equals(true, true)
at Test.<anonymous> ( /editing/include/tests.js:5613:13) |
|
Pass | [["insertlinebreak",""]] "<ol><li>f[o]o<li>bar</ol>" checks for modifications to non-editable content | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5644:9) | Pass | assert_equals(2, 2, "The parent div must have two children. Did something spill outside the test div?")
at Test.<anonymous> ( /editing/include/tests.js:5648:9) | Pass | assert_equals(1, 1, "Wrapper div must have only one attribute (<div contenteditable=\"\">), but has more (<div contenteditable=\"\">)")
at Test.<anonymous> ( /editing/include/tests.js:5652:9) | Pass | assert_equals(0, 0, "Body element must have no attributes (<body>), but has more (<body>)")
at Test.<anonymous> ( /editing/include/tests.js:5656:9) | Pass | assert_equals("<head><meta charset=\"utf-8\">\n<meta name=\"timeout\" content=\"long\">\n<link rel=\"stylesheet\" href=\"../include/reset.css\">\n<title>insertlinebreak - HTML editing conformance tests</title>\n\n</head><body>\n\n<div id=\"test-container\"><p>test</p></div>\n\n\n\n\n\n\n\n\n</body>", "<head><meta charset=\"utf-8\">\n<meta name=\"timeout\" content=\"long\">\n<link rel=\"stylesheet\" href=\"../include/reset.css\">\n<title>insertlinebreak - HTML editing conformance tests</title>\n\n</head><body>\n\n<div id=\"test-container\"><p>test</p></div>\n\n\n\n\n\n\n\n\n</body>", "Everything outside the editable div must be unchanged, but some change did occur")
at Test.<anonymous> ( /editing/include/tests.js:5663:9) |
|
Pass | [["insertlinebreak",""]] "<ol><li>f[o]o<li>bar</ol>" compare innerHTML | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5668:9) | Pass | assert_equals("<ol><li>f<br>o</li><li>bar</li></ol>", "<ol><li>f<br>o</li><li>bar</li></ol>", "Unexpected innerHTML (after normalizing inline style)")
at Test.<anonymous> ( /editing/include/tests.js:5679:11) |
|
Pass | [["insertlinebreak",""]] "<ol><li>f[o]o<li>bar</ol>" queryCommandIndeterm("insertlinebreak") before | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals(false, false, "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<ol><li>f[o]o<li>bar</ol>" queryCommandState("insertlinebreak") before | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals(false, false, "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<ol><li>f[o]o<li>bar</ol>" queryCommandValue("insertlinebreak") before | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals("", "", "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<ol><li>f[o]o<li>bar</ol>" queryCommandIndeterm("insertlinebreak") after | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals(false, false, "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<ol><li>f[o]o<li>bar</ol>" queryCommandState("insertlinebreak") after | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals(false, false, "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<ol><li>f[o]o<li>bar</ol>" queryCommandValue("insertlinebreak") after | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals("", "", "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "[]foo": execCommand("insertlinebreak", false, "") return value | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5611:13) | Pass | assert_equals(true, true)
at Test.<anonymous> ( /editing/include/tests.js:5613:13) |
|
Pass | [["insertlinebreak",""]] "[]foo" checks for modifications to non-editable content | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5644:9) | Pass | assert_equals(2, 2, "The parent div must have two children. Did something spill outside the test div?")
at Test.<anonymous> ( /editing/include/tests.js:5648:9) | Pass | assert_equals(1, 1, "Wrapper div must have only one attribute (<div contenteditable=\"\">), but has more (<div contenteditable=\"\">)")
at Test.<anonymous> ( /editing/include/tests.js:5652:9) | Pass | assert_equals(0, 0, "Body element must have no attributes (<body>), but has more (<body>)")
at Test.<anonymous> ( /editing/include/tests.js:5656:9) | Pass | assert_equals("<head><meta charset=\"utf-8\">\n<meta name=\"timeout\" content=\"long\">\n<link rel=\"stylesheet\" href=\"../include/reset.css\">\n<title>insertlinebreak - HTML editing conformance tests</title>\n\n</head><body>\n\n<div id=\"test-container\"><p>test</p></div>\n\n\n\n\n\n\n\n\n</body>", "<head><meta charset=\"utf-8\">\n<meta name=\"timeout\" content=\"long\">\n<link rel=\"stylesheet\" href=\"../include/reset.css\">\n<title>insertlinebreak - HTML editing conformance tests</title>\n\n</head><body>\n\n<div id=\"test-container\"><p>test</p></div>\n\n\n\n\n\n\n\n\n</body>", "Everything outside the editable div must be unchanged, but some change did occur")
at Test.<anonymous> ( /editing/include/tests.js:5663:9) |
|
Pass | [["insertlinebreak",""]] "[]foo" compare innerHTML | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5668:9) | Pass | assert_equals("<br>foo", "<br>foo", "Unexpected innerHTML (after normalizing inline style)")
at Test.<anonymous> ( /editing/include/tests.js:5679:11) |
|
Pass | [["insertlinebreak",""]] "[]foo" queryCommandIndeterm("insertlinebreak") before | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals(false, false, "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "[]foo" queryCommandState("insertlinebreak") before | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals(false, false, "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "[]foo" queryCommandValue("insertlinebreak") before | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals("", "", "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "[]foo" queryCommandIndeterm("insertlinebreak") after | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals(false, false, "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "[]foo" queryCommandState("insertlinebreak") after | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals(false, false, "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "[]foo" queryCommandValue("insertlinebreak") after | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals("", "", "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "foo[]": execCommand("insertlinebreak", false, "") return value | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5611:13) | Pass | assert_equals(true, true)
at Test.<anonymous> ( /editing/include/tests.js:5613:13) |
|
Pass | [["insertlinebreak",""]] "foo[]" checks for modifications to non-editable content | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5644:9) | Pass | assert_equals(2, 2, "The parent div must have two children. Did something spill outside the test div?")
at Test.<anonymous> ( /editing/include/tests.js:5648:9) | Pass | assert_equals(1, 1, "Wrapper div must have only one attribute (<div contenteditable=\"\">), but has more (<div contenteditable=\"\">)")
at Test.<anonymous> ( /editing/include/tests.js:5652:9) | Pass | assert_equals(0, 0, "Body element must have no attributes (<body>), but has more (<body>)")
at Test.<anonymous> ( /editing/include/tests.js:5656:9) | Pass | assert_equals("<head><meta charset=\"utf-8\">\n<meta name=\"timeout\" content=\"long\">\n<link rel=\"stylesheet\" href=\"../include/reset.css\">\n<title>insertlinebreak - HTML editing conformance tests</title>\n\n</head><body>\n\n<div id=\"test-container\"><p>test</p></div>\n\n\n\n\n\n\n\n\n</body>", "<head><meta charset=\"utf-8\">\n<meta name=\"timeout\" content=\"long\">\n<link rel=\"stylesheet\" href=\"../include/reset.css\">\n<title>insertlinebreak - HTML editing conformance tests</title>\n\n</head><body>\n\n<div id=\"test-container\"><p>test</p></div>\n\n\n\n\n\n\n\n\n</body>", "Everything outside the editable div must be unchanged, but some change did occur")
at Test.<anonymous> ( /editing/include/tests.js:5663:9) |
|
Pass | [["insertlinebreak",""]] "foo[]" compare innerHTML | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5668:9) | Pass | assert_equals("foo<br><br>", "foo<br><br>", "Unexpected innerHTML (after normalizing inline style)")
at Test.<anonymous> ( /editing/include/tests.js:5679:11) |
|
Pass | [["insertlinebreak",""]] "foo[]" queryCommandIndeterm("insertlinebreak") before | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals(false, false, "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "foo[]" queryCommandState("insertlinebreak") before | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals(false, false, "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "foo[]" queryCommandValue("insertlinebreak") before | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals("", "", "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "foo[]" queryCommandIndeterm("insertlinebreak") after | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals(false, false, "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "foo[]" queryCommandState("insertlinebreak") after | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals(false, false, "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "foo[]" queryCommandValue("insertlinebreak") after | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals("", "", "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<span>foo[]</span>": execCommand("insertlinebreak", false, "") return value | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5611:13) | Pass | assert_equals(true, true)
at Test.<anonymous> ( /editing/include/tests.js:5613:13) |
|
Pass | [["insertlinebreak",""]] "<span>foo[]</span>" checks for modifications to non-editable content | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5644:9) | Pass | assert_equals(2, 2, "The parent div must have two children. Did something spill outside the test div?")
at Test.<anonymous> ( /editing/include/tests.js:5648:9) | Pass | assert_equals(1, 1, "Wrapper div must have only one attribute (<div contenteditable=\"\">), but has more (<div contenteditable=\"\">)")
at Test.<anonymous> ( /editing/include/tests.js:5652:9) | Pass | assert_equals(0, 0, "Body element must have no attributes (<body>), but has more (<body>)")
at Test.<anonymous> ( /editing/include/tests.js:5656:9) | Pass | assert_equals("<head><meta charset=\"utf-8\">\n<meta name=\"timeout\" content=\"long\">\n<link rel=\"stylesheet\" href=\"../include/reset.css\">\n<title>insertlinebreak - HTML editing conformance tests</title>\n\n</head><body>\n\n<div id=\"test-container\"><p>test</p></div>\n\n\n\n\n\n\n\n\n</body>", "<head><meta charset=\"utf-8\">\n<meta name=\"timeout\" content=\"long\">\n<link rel=\"stylesheet\" href=\"../include/reset.css\">\n<title>insertlinebreak - HTML editing conformance tests</title>\n\n</head><body>\n\n<div id=\"test-container\"><p>test</p></div>\n\n\n\n\n\n\n\n\n</body>", "Everything outside the editable div must be unchanged, but some change did occur")
at Test.<anonymous> ( /editing/include/tests.js:5663:9) |
|
Pass | [["insertlinebreak",""]] "<span>foo[]</span>" compare innerHTML | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5668:9) | Pass | assert_equals("<span>foo<br><br></span>", "<span>foo<br><br></span>", "Unexpected innerHTML (after normalizing inline style)")
at Test.<anonymous> ( /editing/include/tests.js:5679:11) |
|
Pass | [["insertlinebreak",""]] "<span>foo[]</span>" queryCommandIndeterm("insertlinebreak") before | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals(false, false, "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<span>foo[]</span>" queryCommandState("insertlinebreak") before | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals(false, false, "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<span>foo[]</span>" queryCommandValue("insertlinebreak") before | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals("", "", "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<span>foo[]</span>" queryCommandIndeterm("insertlinebreak") after | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals(false, false, "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<span>foo[]</span>" queryCommandState("insertlinebreak") after | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals(false, false, "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<span>foo[]</span>" queryCommandValue("insertlinebreak") after | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals("", "", "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "foo[]<br>": execCommand("insertlinebreak", false, "") return value | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5611:13) | Pass | assert_equals(true, true)
at Test.<anonymous> ( /editing/include/tests.js:5613:13) |
|
Pass | [["insertlinebreak",""]] "foo[]<br>" checks for modifications to non-editable content | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5644:9) | Pass | assert_equals(2, 2, "The parent div must have two children. Did something spill outside the test div?")
at Test.<anonymous> ( /editing/include/tests.js:5648:9) | Pass | assert_equals(1, 1, "Wrapper div must have only one attribute (<div contenteditable=\"\">), but has more (<div contenteditable=\"\">)")
at Test.<anonymous> ( /editing/include/tests.js:5652:9) | Pass | assert_equals(0, 0, "Body element must have no attributes (<body>), but has more (<body>)")
at Test.<anonymous> ( /editing/include/tests.js:5656:9) | Pass | assert_equals("<head><meta charset=\"utf-8\">\n<meta name=\"timeout\" content=\"long\">\n<link rel=\"stylesheet\" href=\"../include/reset.css\">\n<title>insertlinebreak - HTML editing conformance tests</title>\n\n</head><body>\n\n<div id=\"test-container\"><p>test</p></div>\n\n\n\n\n\n\n\n\n</body>", "<head><meta charset=\"utf-8\">\n<meta name=\"timeout\" content=\"long\">\n<link rel=\"stylesheet\" href=\"../include/reset.css\">\n<title>insertlinebreak - HTML editing conformance tests</title>\n\n</head><body>\n\n<div id=\"test-container\"><p>test</p></div>\n\n\n\n\n\n\n\n\n</body>", "Everything outside the editable div must be unchanged, but some change did occur")
at Test.<anonymous> ( /editing/include/tests.js:5663:9) |
|
Pass | [["insertlinebreak",""]] "foo[]<br>" compare innerHTML | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5668:9) | Pass | assert_equals("foo<br><br>", "foo<br><br>", "Unexpected innerHTML (after normalizing inline style)")
at Test.<anonymous> ( /editing/include/tests.js:5679:11) |
|
Pass | [["insertlinebreak",""]] "foo[]<br>" queryCommandIndeterm("insertlinebreak") before | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals(false, false, "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "foo[]<br>" queryCommandState("insertlinebreak") before | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals(false, false, "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "foo[]<br>" queryCommandValue("insertlinebreak") before | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals("", "", "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "foo[]<br>" queryCommandIndeterm("insertlinebreak") after | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals(false, false, "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "foo[]<br>" queryCommandState("insertlinebreak") after | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals(false, false, "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "foo[]<br>" queryCommandValue("insertlinebreak") after | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals("", "", "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "foo[]bar": execCommand("insertlinebreak", false, "") return value | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5611:13) | Pass | assert_equals(true, true)
at Test.<anonymous> ( /editing/include/tests.js:5613:13) |
|
Pass | [["insertlinebreak",""]] "foo[]bar" checks for modifications to non-editable content | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5644:9) | Pass | assert_equals(2, 2, "The parent div must have two children. Did something spill outside the test div?")
at Test.<anonymous> ( /editing/include/tests.js:5648:9) | Pass | assert_equals(1, 1, "Wrapper div must have only one attribute (<div contenteditable=\"\">), but has more (<div contenteditable=\"\">)")
at Test.<anonymous> ( /editing/include/tests.js:5652:9) | Pass | assert_equals(0, 0, "Body element must have no attributes (<body>), but has more (<body>)")
at Test.<anonymous> ( /editing/include/tests.js:5656:9) | Pass | assert_equals("<head><meta charset=\"utf-8\">\n<meta name=\"timeout\" content=\"long\">\n<link rel=\"stylesheet\" href=\"../include/reset.css\">\n<title>insertlinebreak - HTML editing conformance tests</title>\n\n</head><body>\n\n<div id=\"test-container\"><p>test</p></div>\n\n\n\n\n\n\n\n\n</body>", "<head><meta charset=\"utf-8\">\n<meta name=\"timeout\" content=\"long\">\n<link rel=\"stylesheet\" href=\"../include/reset.css\">\n<title>insertlinebreak - HTML editing conformance tests</title>\n\n</head><body>\n\n<div id=\"test-container\"><p>test</p></div>\n\n\n\n\n\n\n\n\n</body>", "Everything outside the editable div must be unchanged, but some change did occur")
at Test.<anonymous> ( /editing/include/tests.js:5663:9) |
|
Pass | [["insertlinebreak",""]] "foo[]bar" compare innerHTML | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5668:9) | Pass | assert_equals("foo<br>bar", "foo<br>bar", "Unexpected innerHTML (after normalizing inline style)")
at Test.<anonymous> ( /editing/include/tests.js:5679:11) |
|
Pass | [["insertlinebreak",""]] "foo[]bar" queryCommandIndeterm("insertlinebreak") before | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals(false, false, "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "foo[]bar" queryCommandState("insertlinebreak") before | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals(false, false, "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "foo[]bar" queryCommandValue("insertlinebreak") before | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals("", "", "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "foo[]bar" queryCommandIndeterm("insertlinebreak") after | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals(false, false, "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "foo[]bar" queryCommandState("insertlinebreak") after | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals(false, false, "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "foo[]bar" queryCommandValue("insertlinebreak") after | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals("", "", "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<address>[]foo</address>": execCommand("insertlinebreak", false, "") return value | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5611:13) | Pass | assert_equals(true, true)
at Test.<anonymous> ( /editing/include/tests.js:5613:13) |
|
Pass | [["insertlinebreak",""]] "<address>[]foo</address>" checks for modifications to non-editable content | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5644:9) | Pass | assert_equals(2, 2, "The parent div must have two children. Did something spill outside the test div?")
at Test.<anonymous> ( /editing/include/tests.js:5648:9) | Pass | assert_equals(1, 1, "Wrapper div must have only one attribute (<div contenteditable=\"\">), but has more (<div contenteditable=\"\">)")
at Test.<anonymous> ( /editing/include/tests.js:5652:9) | Pass | assert_equals(0, 0, "Body element must have no attributes (<body>), but has more (<body>)")
at Test.<anonymous> ( /editing/include/tests.js:5656:9) | Pass | assert_equals("<head><meta charset=\"utf-8\">\n<meta name=\"timeout\" content=\"long\">\n<link rel=\"stylesheet\" href=\"../include/reset.css\">\n<title>insertlinebreak - HTML editing conformance tests</title>\n\n</head><body>\n\n<div id=\"test-container\"><p>test</p></div>\n\n\n\n\n\n\n\n\n</body>", "<head><meta charset=\"utf-8\">\n<meta name=\"timeout\" content=\"long\">\n<link rel=\"stylesheet\" href=\"../include/reset.css\">\n<title>insertlinebreak - HTML editing conformance tests</title>\n\n</head><body>\n\n<div id=\"test-container\"><p>test</p></div>\n\n\n\n\n\n\n\n\n</body>", "Everything outside the editable div must be unchanged, but some change did occur")
at Test.<anonymous> ( /editing/include/tests.js:5663:9) |
|
Pass | [["insertlinebreak",""]] "<address>[]foo</address>" compare innerHTML | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5668:9) | Pass | assert_equals("<address><br>foo</address>", "<address><br>foo</address>", "Unexpected innerHTML (after normalizing inline style)")
at Test.<anonymous> ( /editing/include/tests.js:5679:11) |
|
Pass | [["insertlinebreak",""]] "<address>[]foo</address>" queryCommandIndeterm("insertlinebreak") before | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals(false, false, "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<address>[]foo</address>" queryCommandState("insertlinebreak") before | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals(false, false, "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<address>[]foo</address>" queryCommandValue("insertlinebreak") before | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals("", "", "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<address>[]foo</address>" queryCommandIndeterm("insertlinebreak") after | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals(false, false, "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<address>[]foo</address>" queryCommandState("insertlinebreak") after | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals(false, false, "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<address>[]foo</address>" queryCommandValue("insertlinebreak") after | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals("", "", "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<address>foo[]</address>": execCommand("insertlinebreak", false, "") return value | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5611:13) | Pass | assert_equals(true, true)
at Test.<anonymous> ( /editing/include/tests.js:5613:13) |
|
Pass | [["insertlinebreak",""]] "<address>foo[]</address>" checks for modifications to non-editable content | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5644:9) | Pass | assert_equals(2, 2, "The parent div must have two children. Did something spill outside the test div?")
at Test.<anonymous> ( /editing/include/tests.js:5648:9) | Pass | assert_equals(1, 1, "Wrapper div must have only one attribute (<div contenteditable=\"\">), but has more (<div contenteditable=\"\">)")
at Test.<anonymous> ( /editing/include/tests.js:5652:9) | Pass | assert_equals(0, 0, "Body element must have no attributes (<body>), but has more (<body>)")
at Test.<anonymous> ( /editing/include/tests.js:5656:9) | Pass | assert_equals("<head><meta charset=\"utf-8\">\n<meta name=\"timeout\" content=\"long\">\n<link rel=\"stylesheet\" href=\"../include/reset.css\">\n<title>insertlinebreak - HTML editing conformance tests</title>\n\n</head><body>\n\n<div id=\"test-container\"><p>test</p></div>\n\n\n\n\n\n\n\n\n</body>", "<head><meta charset=\"utf-8\">\n<meta name=\"timeout\" content=\"long\">\n<link rel=\"stylesheet\" href=\"../include/reset.css\">\n<title>insertlinebreak - HTML editing conformance tests</title>\n\n</head><body>\n\n<div id=\"test-container\"><p>test</p></div>\n\n\n\n\n\n\n\n\n</body>", "Everything outside the editable div must be unchanged, but some change did occur")
at Test.<anonymous> ( /editing/include/tests.js:5663:9) |
|
Pass | [["insertlinebreak",""]] "<address>foo[]</address>" compare innerHTML | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5668:9) | Pass | assert_equals("<address>foo<br><br></address>", "<address>foo<br><br></address>", "Unexpected innerHTML (after normalizing inline style)")
at Test.<anonymous> ( /editing/include/tests.js:5679:11) |
|
Pass | [["insertlinebreak",""]] "<address>foo[]</address>" queryCommandIndeterm("insertlinebreak") before | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals(false, false, "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<address>foo[]</address>" queryCommandState("insertlinebreak") before | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals(false, false, "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<address>foo[]</address>" queryCommandValue("insertlinebreak") before | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals("", "", "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<address>foo[]</address>" queryCommandIndeterm("insertlinebreak") after | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals(false, false, "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<address>foo[]</address>" queryCommandState("insertlinebreak") after | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals(false, false, "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<address>foo[]</address>" queryCommandValue("insertlinebreak") after | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals("", "", "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<address>foo[]<br></address>": execCommand("insertlinebreak", false, "") return value | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5611:13) | Pass | assert_equals(true, true)
at Test.<anonymous> ( /editing/include/tests.js:5613:13) |
|
Pass | [["insertlinebreak",""]] "<address>foo[]<br></address>" checks for modifications to non-editable content | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5644:9) | Pass | assert_equals(2, 2, "The parent div must have two children. Did something spill outside the test div?")
at Test.<anonymous> ( /editing/include/tests.js:5648:9) | Pass | assert_equals(1, 1, "Wrapper div must have only one attribute (<div contenteditable=\"\">), but has more (<div contenteditable=\"\">)")
at Test.<anonymous> ( /editing/include/tests.js:5652:9) | Pass | assert_equals(0, 0, "Body element must have no attributes (<body>), but has more (<body>)")
at Test.<anonymous> ( /editing/include/tests.js:5656:9) | Pass | assert_equals("<head><meta charset=\"utf-8\">\n<meta name=\"timeout\" content=\"long\">\n<link rel=\"stylesheet\" href=\"../include/reset.css\">\n<title>insertlinebreak - HTML editing conformance tests</title>\n\n</head><body>\n\n<div id=\"test-container\"><p>test</p></div>\n\n\n\n\n\n\n\n\n</body>", "<head><meta charset=\"utf-8\">\n<meta name=\"timeout\" content=\"long\">\n<link rel=\"stylesheet\" href=\"../include/reset.css\">\n<title>insertlinebreak - HTML editing conformance tests</title>\n\n</head><body>\n\n<div id=\"test-container\"><p>test</p></div>\n\n\n\n\n\n\n\n\n</body>", "Everything outside the editable div must be unchanged, but some change did occur")
at Test.<anonymous> ( /editing/include/tests.js:5663:9) |
|
Pass | [["insertlinebreak",""]] "<address>foo[]<br></address>" compare innerHTML | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5668:9) | Pass | assert_equals("<address>foo<br><br></address>", "<address>foo<br><br></address>", "Unexpected innerHTML (after normalizing inline style)")
at Test.<anonymous> ( /editing/include/tests.js:5679:11) |
|
Pass | [["insertlinebreak",""]] "<address>foo[]<br></address>" queryCommandIndeterm("insertlinebreak") before | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals(false, false, "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<address>foo[]<br></address>" queryCommandState("insertlinebreak") before | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals(false, false, "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<address>foo[]<br></address>" queryCommandValue("insertlinebreak") before | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals("", "", "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<address>foo[]<br></address>" queryCommandIndeterm("insertlinebreak") after | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals(false, false, "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<address>foo[]<br></address>" queryCommandState("insertlinebreak") after | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals(false, false, "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<address>foo[]<br></address>" queryCommandValue("insertlinebreak") after | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals("", "", "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<address>foo[]bar</address>": execCommand("insertlinebreak", false, "") return value | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5611:13) | Pass | assert_equals(true, true)
at Test.<anonymous> ( /editing/include/tests.js:5613:13) |
|
Pass | [["insertlinebreak",""]] "<address>foo[]bar</address>" checks for modifications to non-editable content | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5644:9) | Pass | assert_equals(2, 2, "The parent div must have two children. Did something spill outside the test div?")
at Test.<anonymous> ( /editing/include/tests.js:5648:9) | Pass | assert_equals(1, 1, "Wrapper div must have only one attribute (<div contenteditable=\"\">), but has more (<div contenteditable=\"\">)")
at Test.<anonymous> ( /editing/include/tests.js:5652:9) | Pass | assert_equals(0, 0, "Body element must have no attributes (<body>), but has more (<body>)")
at Test.<anonymous> ( /editing/include/tests.js:5656:9) | Pass | assert_equals("<head><meta charset=\"utf-8\">\n<meta name=\"timeout\" content=\"long\">\n<link rel=\"stylesheet\" href=\"../include/reset.css\">\n<title>insertlinebreak - HTML editing conformance tests</title>\n\n</head><body>\n\n<div id=\"test-container\"><p>test</p></div>\n\n\n\n\n\n\n\n\n</body>", "<head><meta charset=\"utf-8\">\n<meta name=\"timeout\" content=\"long\">\n<link rel=\"stylesheet\" href=\"../include/reset.css\">\n<title>insertlinebreak - HTML editing conformance tests</title>\n\n</head><body>\n\n<div id=\"test-container\"><p>test</p></div>\n\n\n\n\n\n\n\n\n</body>", "Everything outside the editable div must be unchanged, but some change did occur")
at Test.<anonymous> ( /editing/include/tests.js:5663:9) |
|
Pass | [["insertlinebreak",""]] "<address>foo[]bar</address>" compare innerHTML | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5668:9) | Pass | assert_equals("<address>foo<br>bar</address>", "<address>foo<br>bar</address>", "Unexpected innerHTML (after normalizing inline style)")
at Test.<anonymous> ( /editing/include/tests.js:5679:11) |
|
Pass | [["insertlinebreak",""]] "<address>foo[]bar</address>" queryCommandIndeterm("insertlinebreak") before | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals(false, false, "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<address>foo[]bar</address>" queryCommandState("insertlinebreak") before | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals(false, false, "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<address>foo[]bar</address>" queryCommandValue("insertlinebreak") before | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals("", "", "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<address>foo[]bar</address>" queryCommandIndeterm("insertlinebreak") after | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals(false, false, "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<address>foo[]bar</address>" queryCommandState("insertlinebreak") after | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals(false, false, "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<address>foo[]bar</address>" queryCommandValue("insertlinebreak") after | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals("", "", "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<div>[]foo</div>": execCommand("insertlinebreak", false, "") return value | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5611:13) | Pass | assert_equals(true, true)
at Test.<anonymous> ( /editing/include/tests.js:5613:13) |
|
Pass | [["insertlinebreak",""]] "<div>[]foo</div>" checks for modifications to non-editable content | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5644:9) | Pass | assert_equals(2, 2, "The parent div must have two children. Did something spill outside the test div?")
at Test.<anonymous> ( /editing/include/tests.js:5648:9) | Pass | assert_equals(1, 1, "Wrapper div must have only one attribute (<div contenteditable=\"\">), but has more (<div contenteditable=\"\">)")
at Test.<anonymous> ( /editing/include/tests.js:5652:9) | Pass | assert_equals(0, 0, "Body element must have no attributes (<body>), but has more (<body>)")
at Test.<anonymous> ( /editing/include/tests.js:5656:9) | Pass | assert_equals("<head><meta charset=\"utf-8\">\n<meta name=\"timeout\" content=\"long\">\n<link rel=\"stylesheet\" href=\"../include/reset.css\">\n<title>insertlinebreak - HTML editing conformance tests</title>\n\n</head><body>\n\n<div id=\"test-container\"><p>test</p></div>\n\n\n\n\n\n\n\n\n</body>", "<head><meta charset=\"utf-8\">\n<meta name=\"timeout\" content=\"long\">\n<link rel=\"stylesheet\" href=\"../include/reset.css\">\n<title>insertlinebreak - HTML editing conformance tests</title>\n\n</head><body>\n\n<div id=\"test-container\"><p>test</p></div>\n\n\n\n\n\n\n\n\n</body>", "Everything outside the editable div must be unchanged, but some change did occur")
at Test.<anonymous> ( /editing/include/tests.js:5663:9) |
|
Pass | [["insertlinebreak",""]] "<div>[]foo</div>" compare innerHTML | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5668:9) | Pass | assert_equals("<div><br>foo</div>", "<div><br>foo</div>", "Unexpected innerHTML (after normalizing inline style)")
at Test.<anonymous> ( /editing/include/tests.js:5679:11) |
|
Pass | [["insertlinebreak",""]] "<div>[]foo</div>" queryCommandIndeterm("insertlinebreak") before | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals(false, false, "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<div>[]foo</div>" queryCommandState("insertlinebreak") before | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals(false, false, "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<div>[]foo</div>" queryCommandValue("insertlinebreak") before | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals("", "", "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<div>[]foo</div>" queryCommandIndeterm("insertlinebreak") after | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals(false, false, "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<div>[]foo</div>" queryCommandState("insertlinebreak") after | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals(false, false, "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<div>[]foo</div>" queryCommandValue("insertlinebreak") after | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals("", "", "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<div>foo[]</div>": execCommand("insertlinebreak", false, "") return value | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5611:13) | Pass | assert_equals(true, true)
at Test.<anonymous> ( /editing/include/tests.js:5613:13) |
|
Pass | [["insertlinebreak",""]] "<div>foo[]</div>" checks for modifications to non-editable content | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5644:9) | Pass | assert_equals(2, 2, "The parent div must have two children. Did something spill outside the test div?")
at Test.<anonymous> ( /editing/include/tests.js:5648:9) | Pass | assert_equals(1, 1, "Wrapper div must have only one attribute (<div contenteditable=\"\">), but has more (<div contenteditable=\"\">)")
at Test.<anonymous> ( /editing/include/tests.js:5652:9) | Pass | assert_equals(0, 0, "Body element must have no attributes (<body>), but has more (<body>)")
at Test.<anonymous> ( /editing/include/tests.js:5656:9) | Pass | assert_equals("<head><meta charset=\"utf-8\">\n<meta name=\"timeout\" content=\"long\">\n<link rel=\"stylesheet\" href=\"../include/reset.css\">\n<title>insertlinebreak - HTML editing conformance tests</title>\n\n</head><body>\n\n<div id=\"test-container\"><p>test</p></div>\n\n\n\n\n\n\n\n\n</body>", "<head><meta charset=\"utf-8\">\n<meta name=\"timeout\" content=\"long\">\n<link rel=\"stylesheet\" href=\"../include/reset.css\">\n<title>insertlinebreak - HTML editing conformance tests</title>\n\n</head><body>\n\n<div id=\"test-container\"><p>test</p></div>\n\n\n\n\n\n\n\n\n</body>", "Everything outside the editable div must be unchanged, but some change did occur")
at Test.<anonymous> ( /editing/include/tests.js:5663:9) |
|
Pass | [["insertlinebreak",""]] "<div>foo[]</div>" compare innerHTML | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5668:9) | Pass | assert_equals("<div>foo<br><br></div>", "<div>foo<br><br></div>", "Unexpected innerHTML (after normalizing inline style)")
at Test.<anonymous> ( /editing/include/tests.js:5679:11) |
|
Pass | [["insertlinebreak",""]] "<div>foo[]</div>" queryCommandIndeterm("insertlinebreak") before | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals(false, false, "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<div>foo[]</div>" queryCommandState("insertlinebreak") before | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals(false, false, "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<div>foo[]</div>" queryCommandValue("insertlinebreak") before | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals("", "", "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<div>foo[]</div>" queryCommandIndeterm("insertlinebreak") after | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals(false, false, "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<div>foo[]</div>" queryCommandState("insertlinebreak") after | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals(false, false, "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<div>foo[]</div>" queryCommandValue("insertlinebreak") after | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals("", "", "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<div>foo[]<br></div>": execCommand("insertlinebreak", false, "") return value | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5611:13) | Pass | assert_equals(true, true)
at Test.<anonymous> ( /editing/include/tests.js:5613:13) |
|
Pass | [["insertlinebreak",""]] "<div>foo[]<br></div>" checks for modifications to non-editable content | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5644:9) | Pass | assert_equals(2, 2, "The parent div must have two children. Did something spill outside the test div?")
at Test.<anonymous> ( /editing/include/tests.js:5648:9) | Pass | assert_equals(1, 1, "Wrapper div must have only one attribute (<div contenteditable=\"\">), but has more (<div contenteditable=\"\">)")
at Test.<anonymous> ( /editing/include/tests.js:5652:9) | Pass | assert_equals(0, 0, "Body element must have no attributes (<body>), but has more (<body>)")
at Test.<anonymous> ( /editing/include/tests.js:5656:9) | Pass | assert_equals("<head><meta charset=\"utf-8\">\n<meta name=\"timeout\" content=\"long\">\n<link rel=\"stylesheet\" href=\"../include/reset.css\">\n<title>insertlinebreak - HTML editing conformance tests</title>\n\n</head><body>\n\n<div id=\"test-container\"><p>test</p></div>\n\n\n\n\n\n\n\n\n</body>", "<head><meta charset=\"utf-8\">\n<meta name=\"timeout\" content=\"long\">\n<link rel=\"stylesheet\" href=\"../include/reset.css\">\n<title>insertlinebreak - HTML editing conformance tests</title>\n\n</head><body>\n\n<div id=\"test-container\"><p>test</p></div>\n\n\n\n\n\n\n\n\n</body>", "Everything outside the editable div must be unchanged, but some change did occur")
at Test.<anonymous> ( /editing/include/tests.js:5663:9) |
|
Pass | [["insertlinebreak",""]] "<div>foo[]<br></div>" compare innerHTML | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5668:9) | Pass | assert_equals("<div>foo<br><br></div>", "<div>foo<br><br></div>", "Unexpected innerHTML (after normalizing inline style)")
at Test.<anonymous> ( /editing/include/tests.js:5679:11) |
|
Pass | [["insertlinebreak",""]] "<div>foo[]<br></div>" queryCommandIndeterm("insertlinebreak") before | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals(false, false, "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<div>foo[]<br></div>" queryCommandState("insertlinebreak") before | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals(false, false, "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<div>foo[]<br></div>" queryCommandValue("insertlinebreak") before | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals("", "", "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<div>foo[]<br></div>" queryCommandIndeterm("insertlinebreak") after | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals(false, false, "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<div>foo[]<br></div>" queryCommandState("insertlinebreak") after | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals(false, false, "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<div>foo[]<br></div>" queryCommandValue("insertlinebreak") after | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals("", "", "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<div>foo[]bar</div>": execCommand("insertlinebreak", false, "") return value | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5611:13) | Pass | assert_equals(true, true)
at Test.<anonymous> ( /editing/include/tests.js:5613:13) |
|
Pass | [["insertlinebreak",""]] "<div>foo[]bar</div>" checks for modifications to non-editable content | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5644:9) | Pass | assert_equals(2, 2, "The parent div must have two children. Did something spill outside the test div?")
at Test.<anonymous> ( /editing/include/tests.js:5648:9) | Pass | assert_equals(1, 1, "Wrapper div must have only one attribute (<div contenteditable=\"\">), but has more (<div contenteditable=\"\">)")
at Test.<anonymous> ( /editing/include/tests.js:5652:9) | Pass | assert_equals(0, 0, "Body element must have no attributes (<body>), but has more (<body>)")
at Test.<anonymous> ( /editing/include/tests.js:5656:9) | Pass | assert_equals("<head><meta charset=\"utf-8\">\n<meta name=\"timeout\" content=\"long\">\n<link rel=\"stylesheet\" href=\"../include/reset.css\">\n<title>insertlinebreak - HTML editing conformance tests</title>\n\n</head><body>\n\n<div id=\"test-container\"><p>test</p></div>\n\n\n\n\n\n\n\n\n</body>", "<head><meta charset=\"utf-8\">\n<meta name=\"timeout\" content=\"long\">\n<link rel=\"stylesheet\" href=\"../include/reset.css\">\n<title>insertlinebreak - HTML editing conformance tests</title>\n\n</head><body>\n\n<div id=\"test-container\"><p>test</p></div>\n\n\n\n\n\n\n\n\n</body>", "Everything outside the editable div must be unchanged, but some change did occur")
at Test.<anonymous> ( /editing/include/tests.js:5663:9) |
|
Pass | [["insertlinebreak",""]] "<div>foo[]bar</div>" compare innerHTML | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5668:9) | Pass | assert_equals("<div>foo<br>bar</div>", "<div>foo<br>bar</div>", "Unexpected innerHTML (after normalizing inline style)")
at Test.<anonymous> ( /editing/include/tests.js:5679:11) |
|
Pass | [["insertlinebreak",""]] "<div>foo[]bar</div>" queryCommandIndeterm("insertlinebreak") before | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals(false, false, "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<div>foo[]bar</div>" queryCommandState("insertlinebreak") before | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals(false, false, "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<div>foo[]bar</div>" queryCommandValue("insertlinebreak") before | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals("", "", "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<div>foo[]bar</div>" queryCommandIndeterm("insertlinebreak") after | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals(false, false, "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<div>foo[]bar</div>" queryCommandState("insertlinebreak") after | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals(false, false, "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<div>foo[]bar</div>" queryCommandValue("insertlinebreak") after | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals("", "", "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<dl><dt>[]foo<dd>bar</dl>": execCommand("insertlinebreak", false, "") return value | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5611:13) | Pass | assert_equals(true, true)
at Test.<anonymous> ( /editing/include/tests.js:5613:13) |
|
Pass | [["insertlinebreak",""]] "<dl><dt>[]foo<dd>bar</dl>" checks for modifications to non-editable content | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5644:9) | Pass | assert_equals(2, 2, "The parent div must have two children. Did something spill outside the test div?")
at Test.<anonymous> ( /editing/include/tests.js:5648:9) | Pass | assert_equals(1, 1, "Wrapper div must have only one attribute (<div contenteditable=\"\">), but has more (<div contenteditable=\"\">)")
at Test.<anonymous> ( /editing/include/tests.js:5652:9) | Pass | assert_equals(0, 0, "Body element must have no attributes (<body>), but has more (<body>)")
at Test.<anonymous> ( /editing/include/tests.js:5656:9) | Pass | assert_equals("<head><meta charset=\"utf-8\">\n<meta name=\"timeout\" content=\"long\">\n<link rel=\"stylesheet\" href=\"../include/reset.css\">\n<title>insertlinebreak - HTML editing conformance tests</title>\n\n</head><body>\n\n<div id=\"test-container\"><p>test</p></div>\n\n\n\n\n\n\n\n\n</body>", "<head><meta charset=\"utf-8\">\n<meta name=\"timeout\" content=\"long\">\n<link rel=\"stylesheet\" href=\"../include/reset.css\">\n<title>insertlinebreak - HTML editing conformance tests</title>\n\n</head><body>\n\n<div id=\"test-container\"><p>test</p></div>\n\n\n\n\n\n\n\n\n</body>", "Everything outside the editable div must be unchanged, but some change did occur")
at Test.<anonymous> ( /editing/include/tests.js:5663:9) |
|
Pass | [["insertlinebreak",""]] "<dl><dt>[]foo<dd>bar</dl>" compare innerHTML | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5668:9) | Pass | assert_equals("<dl><dt><br>foo</dt><dd>bar</dd></dl>", "<dl><dt><br>foo</dt><dd>bar</dd></dl>", "Unexpected innerHTML (after normalizing inline style)")
at Test.<anonymous> ( /editing/include/tests.js:5679:11) |
|
Pass | [["insertlinebreak",""]] "<dl><dt>[]foo<dd>bar</dl>" queryCommandIndeterm("insertlinebreak") before | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals(false, false, "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<dl><dt>[]foo<dd>bar</dl>" queryCommandState("insertlinebreak") before | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals(false, false, "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<dl><dt>[]foo<dd>bar</dl>" queryCommandValue("insertlinebreak") before | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals("", "", "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<dl><dt>[]foo<dd>bar</dl>" queryCommandIndeterm("insertlinebreak") after | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals(false, false, "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<dl><dt>[]foo<dd>bar</dl>" queryCommandState("insertlinebreak") after | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals(false, false, "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<dl><dt>[]foo<dd>bar</dl>" queryCommandValue("insertlinebreak") after | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals("", "", "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<dl><dt>foo[]<dd>bar</dl>": execCommand("insertlinebreak", false, "") return value | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5611:13) | Pass | assert_equals(true, true)
at Test.<anonymous> ( /editing/include/tests.js:5613:13) |
|
Pass | [["insertlinebreak",""]] "<dl><dt>foo[]<dd>bar</dl>" checks for modifications to non-editable content | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5644:9) | Pass | assert_equals(2, 2, "The parent div must have two children. Did something spill outside the test div?")
at Test.<anonymous> ( /editing/include/tests.js:5648:9) | Pass | assert_equals(1, 1, "Wrapper div must have only one attribute (<div contenteditable=\"\">), but has more (<div contenteditable=\"\">)")
at Test.<anonymous> ( /editing/include/tests.js:5652:9) | Pass | assert_equals(0, 0, "Body element must have no attributes (<body>), but has more (<body>)")
at Test.<anonymous> ( /editing/include/tests.js:5656:9) | Pass | assert_equals("<head><meta charset=\"utf-8\">\n<meta name=\"timeout\" content=\"long\">\n<link rel=\"stylesheet\" href=\"../include/reset.css\">\n<title>insertlinebreak - HTML editing conformance tests</title>\n\n</head><body>\n\n<div id=\"test-container\"><p>test</p></div>\n\n\n\n\n\n\n\n\n</body>", "<head><meta charset=\"utf-8\">\n<meta name=\"timeout\" content=\"long\">\n<link rel=\"stylesheet\" href=\"../include/reset.css\">\n<title>insertlinebreak - HTML editing conformance tests</title>\n\n</head><body>\n\n<div id=\"test-container\"><p>test</p></div>\n\n\n\n\n\n\n\n\n</body>", "Everything outside the editable div must be unchanged, but some change did occur")
at Test.<anonymous> ( /editing/include/tests.js:5663:9) |
|
Pass | [["insertlinebreak",""]] "<dl><dt>foo[]<dd>bar</dl>" compare innerHTML | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5668:9) | Pass | assert_equals("<dl><dt>foo<br><br></dt><dd>bar</dd></dl>", "<dl><dt>foo<br><br></dt><dd>bar</dd></dl>", "Unexpected innerHTML (after normalizing inline style)")
at Test.<anonymous> ( /editing/include/tests.js:5679:11) |
|
Pass | [["insertlinebreak",""]] "<dl><dt>foo[]<dd>bar</dl>" queryCommandIndeterm("insertlinebreak") before | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals(false, false, "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<dl><dt>foo[]<dd>bar</dl>" queryCommandState("insertlinebreak") before | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals(false, false, "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<dl><dt>foo[]<dd>bar</dl>" queryCommandValue("insertlinebreak") before | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals("", "", "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<dl><dt>foo[]<dd>bar</dl>" queryCommandIndeterm("insertlinebreak") after | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals(false, false, "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<dl><dt>foo[]<dd>bar</dl>" queryCommandState("insertlinebreak") after | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals(false, false, "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<dl><dt>foo[]<dd>bar</dl>" queryCommandValue("insertlinebreak") after | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals("", "", "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<dl><dt>foo[]<br><dd>bar</dl>": execCommand("insertlinebreak", false, "") return value | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5611:13) | Pass | assert_equals(true, true)
at Test.<anonymous> ( /editing/include/tests.js:5613:13) |
|
Pass | [["insertlinebreak",""]] "<dl><dt>foo[]<br><dd>bar</dl>" checks for modifications to non-editable content | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5644:9) | Pass | assert_equals(2, 2, "The parent div must have two children. Did something spill outside the test div?")
at Test.<anonymous> ( /editing/include/tests.js:5648:9) | Pass | assert_equals(1, 1, "Wrapper div must have only one attribute (<div contenteditable=\"\">), but has more (<div contenteditable=\"\">)")
at Test.<anonymous> ( /editing/include/tests.js:5652:9) | Pass | assert_equals(0, 0, "Body element must have no attributes (<body>), but has more (<body>)")
at Test.<anonymous> ( /editing/include/tests.js:5656:9) | Pass | assert_equals("<head><meta charset=\"utf-8\">\n<meta name=\"timeout\" content=\"long\">\n<link rel=\"stylesheet\" href=\"../include/reset.css\">\n<title>insertlinebreak - HTML editing conformance tests</title>\n\n</head><body>\n\n<div id=\"test-container\"><p>test</p></div>\n\n\n\n\n\n\n\n\n</body>", "<head><meta charset=\"utf-8\">\n<meta name=\"timeout\" content=\"long\">\n<link rel=\"stylesheet\" href=\"../include/reset.css\">\n<title>insertlinebreak - HTML editing conformance tests</title>\n\n</head><body>\n\n<div id=\"test-container\"><p>test</p></div>\n\n\n\n\n\n\n\n\n</body>", "Everything outside the editable div must be unchanged, but some change did occur")
at Test.<anonymous> ( /editing/include/tests.js:5663:9) |
|
Pass | [["insertlinebreak",""]] "<dl><dt>foo[]<br><dd>bar</dl>" compare innerHTML | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5668:9) | Pass | assert_equals("<dl><dt>foo<br><br></dt><dd>bar</dd></dl>", "<dl><dt>foo<br><br></dt><dd>bar</dd></dl>", "Unexpected innerHTML (after normalizing inline style)")
at Test.<anonymous> ( /editing/include/tests.js:5679:11) |
|
Pass | [["insertlinebreak",""]] "<dl><dt>foo[]<br><dd>bar</dl>" queryCommandIndeterm("insertlinebreak") before | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals(false, false, "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<dl><dt>foo[]<br><dd>bar</dl>" queryCommandState("insertlinebreak") before | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals(false, false, "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<dl><dt>foo[]<br><dd>bar</dl>" queryCommandValue("insertlinebreak") before | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals("", "", "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<dl><dt>foo[]<br><dd>bar</dl>" queryCommandIndeterm("insertlinebreak") after | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals(false, false, "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<dl><dt>foo[]<br><dd>bar</dl>" queryCommandState("insertlinebreak") after | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals(false, false, "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<dl><dt>foo[]<br><dd>bar</dl>" queryCommandValue("insertlinebreak") after | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals("", "", "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<dl><dt>foo[]bar<dd>baz</dl>": execCommand("insertlinebreak", false, "") return value | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5611:13) | Pass | assert_equals(true, true)
at Test.<anonymous> ( /editing/include/tests.js:5613:13) |
|
Pass | [["insertlinebreak",""]] "<dl><dt>foo[]bar<dd>baz</dl>" checks for modifications to non-editable content | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5644:9) | Pass | assert_equals(2, 2, "The parent div must have two children. Did something spill outside the test div?")
at Test.<anonymous> ( /editing/include/tests.js:5648:9) | Pass | assert_equals(1, 1, "Wrapper div must have only one attribute (<div contenteditable=\"\">), but has more (<div contenteditable=\"\">)")
at Test.<anonymous> ( /editing/include/tests.js:5652:9) | Pass | assert_equals(0, 0, "Body element must have no attributes (<body>), but has more (<body>)")
at Test.<anonymous> ( /editing/include/tests.js:5656:9) | Pass | assert_equals("<head><meta charset=\"utf-8\">\n<meta name=\"timeout\" content=\"long\">\n<link rel=\"stylesheet\" href=\"../include/reset.css\">\n<title>insertlinebreak - HTML editing conformance tests</title>\n\n</head><body>\n\n<div id=\"test-container\"><p>test</p></div>\n\n\n\n\n\n\n\n\n</body>", "<head><meta charset=\"utf-8\">\n<meta name=\"timeout\" content=\"long\">\n<link rel=\"stylesheet\" href=\"../include/reset.css\">\n<title>insertlinebreak - HTML editing conformance tests</title>\n\n</head><body>\n\n<div id=\"test-container\"><p>test</p></div>\n\n\n\n\n\n\n\n\n</body>", "Everything outside the editable div must be unchanged, but some change did occur")
at Test.<anonymous> ( /editing/include/tests.js:5663:9) |
|
Pass | [["insertlinebreak",""]] "<dl><dt>foo[]bar<dd>baz</dl>" compare innerHTML | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5668:9) | Pass | assert_equals("<dl><dt>foo<br>bar</dt><dd>baz</dd></dl>", "<dl><dt>foo<br>bar</dt><dd>baz</dd></dl>", "Unexpected innerHTML (after normalizing inline style)")
at Test.<anonymous> ( /editing/include/tests.js:5679:11) |
|
Pass | [["insertlinebreak",""]] "<dl><dt>foo[]bar<dd>baz</dl>" queryCommandIndeterm("insertlinebreak") before | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals(false, false, "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<dl><dt>foo[]bar<dd>baz</dl>" queryCommandState("insertlinebreak") before | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals(false, false, "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<dl><dt>foo[]bar<dd>baz</dl>" queryCommandValue("insertlinebreak") before | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals("", "", "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<dl><dt>foo[]bar<dd>baz</dl>" queryCommandIndeterm("insertlinebreak") after | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals(false, false, "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<dl><dt>foo[]bar<dd>baz</dl>" queryCommandState("insertlinebreak") after | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals(false, false, "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<dl><dt>foo[]bar<dd>baz</dl>" queryCommandValue("insertlinebreak") after | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals("", "", "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<dl><dt>foo<dd>[]bar</dl>": execCommand("insertlinebreak", false, "") return value | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5611:13) | Pass | assert_equals(true, true)
at Test.<anonymous> ( /editing/include/tests.js:5613:13) |
|
Pass | [["insertlinebreak",""]] "<dl><dt>foo<dd>[]bar</dl>" checks for modifications to non-editable content | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5644:9) | Pass | assert_equals(2, 2, "The parent div must have two children. Did something spill outside the test div?")
at Test.<anonymous> ( /editing/include/tests.js:5648:9) | Pass | assert_equals(1, 1, "Wrapper div must have only one attribute (<div contenteditable=\"\">), but has more (<div contenteditable=\"\">)")
at Test.<anonymous> ( /editing/include/tests.js:5652:9) | Pass | assert_equals(0, 0, "Body element must have no attributes (<body>), but has more (<body>)")
at Test.<anonymous> ( /editing/include/tests.js:5656:9) | Pass | assert_equals("<head><meta charset=\"utf-8\">\n<meta name=\"timeout\" content=\"long\">\n<link rel=\"stylesheet\" href=\"../include/reset.css\">\n<title>insertlinebreak - HTML editing conformance tests</title>\n\n</head><body>\n\n<div id=\"test-container\"><p>test</p></div>\n\n\n\n\n\n\n\n\n</body>", "<head><meta charset=\"utf-8\">\n<meta name=\"timeout\" content=\"long\">\n<link rel=\"stylesheet\" href=\"../include/reset.css\">\n<title>insertlinebreak - HTML editing conformance tests</title>\n\n</head><body>\n\n<div id=\"test-container\"><p>test</p></div>\n\n\n\n\n\n\n\n\n</body>", "Everything outside the editable div must be unchanged, but some change did occur")
at Test.<anonymous> ( /editing/include/tests.js:5663:9) |
|
Pass | [["insertlinebreak",""]] "<dl><dt>foo<dd>[]bar</dl>" compare innerHTML | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5668:9) | Pass | assert_equals("<dl><dt>foo</dt><dd><br>bar</dd></dl>", "<dl><dt>foo</dt><dd><br>bar</dd></dl>", "Unexpected innerHTML (after normalizing inline style)")
at Test.<anonymous> ( /editing/include/tests.js:5679:11) |
|
Pass | [["insertlinebreak",""]] "<dl><dt>foo<dd>[]bar</dl>" queryCommandIndeterm("insertlinebreak") before | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals(false, false, "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<dl><dt>foo<dd>[]bar</dl>" queryCommandState("insertlinebreak") before | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals(false, false, "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<dl><dt>foo<dd>[]bar</dl>" queryCommandValue("insertlinebreak") before | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals("", "", "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<dl><dt>foo<dd>[]bar</dl>" queryCommandIndeterm("insertlinebreak") after | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals(false, false, "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<dl><dt>foo<dd>[]bar</dl>" queryCommandState("insertlinebreak") after | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals(false, false, "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<dl><dt>foo<dd>[]bar</dl>" queryCommandValue("insertlinebreak") after | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals("", "", "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<dl><dt>foo<dd>bar[]</dl>": execCommand("insertlinebreak", false, "") return value | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5611:13) | Pass | assert_equals(true, true)
at Test.<anonymous> ( /editing/include/tests.js:5613:13) |
|
Pass | [["insertlinebreak",""]] "<dl><dt>foo<dd>bar[]</dl>" checks for modifications to non-editable content | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5644:9) | Pass | assert_equals(2, 2, "The parent div must have two children. Did something spill outside the test div?")
at Test.<anonymous> ( /editing/include/tests.js:5648:9) | Pass | assert_equals(1, 1, "Wrapper div must have only one attribute (<div contenteditable=\"\">), but has more (<div contenteditable=\"\">)")
at Test.<anonymous> ( /editing/include/tests.js:5652:9) | Pass | assert_equals(0, 0, "Body element must have no attributes (<body>), but has more (<body>)")
at Test.<anonymous> ( /editing/include/tests.js:5656:9) | Pass | assert_equals("<head><meta charset=\"utf-8\">\n<meta name=\"timeout\" content=\"long\">\n<link rel=\"stylesheet\" href=\"../include/reset.css\">\n<title>insertlinebreak - HTML editing conformance tests</title>\n\n</head><body>\n\n<div id=\"test-container\"><p>test</p></div>\n\n\n\n\n\n\n\n\n</body>", "<head><meta charset=\"utf-8\">\n<meta name=\"timeout\" content=\"long\">\n<link rel=\"stylesheet\" href=\"../include/reset.css\">\n<title>insertlinebreak - HTML editing conformance tests</title>\n\n</head><body>\n\n<div id=\"test-container\"><p>test</p></div>\n\n\n\n\n\n\n\n\n</body>", "Everything outside the editable div must be unchanged, but some change did occur")
at Test.<anonymous> ( /editing/include/tests.js:5663:9) |
|
Pass | [["insertlinebreak",""]] "<dl><dt>foo<dd>bar[]</dl>" compare innerHTML | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5668:9) | Pass | assert_equals("<dl><dt>foo</dt><dd>bar<br><br></dd></dl>", "<dl><dt>foo</dt><dd>bar<br><br></dd></dl>", "Unexpected innerHTML (after normalizing inline style)")
at Test.<anonymous> ( /editing/include/tests.js:5679:11) |
|
Pass | [["insertlinebreak",""]] "<dl><dt>foo<dd>bar[]</dl>" queryCommandIndeterm("insertlinebreak") before | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals(false, false, "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<dl><dt>foo<dd>bar[]</dl>" queryCommandState("insertlinebreak") before | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals(false, false, "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<dl><dt>foo<dd>bar[]</dl>" queryCommandValue("insertlinebreak") before | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals("", "", "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<dl><dt>foo<dd>bar[]</dl>" queryCommandIndeterm("insertlinebreak") after | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals(false, false, "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<dl><dt>foo<dd>bar[]</dl>" queryCommandState("insertlinebreak") after | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals(false, false, "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<dl><dt>foo<dd>bar[]</dl>" queryCommandValue("insertlinebreak") after | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals("", "", "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<dl><dt>foo<dd>bar[]<br></dl>": execCommand("insertlinebreak", false, "") return value | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5611:13) | Pass | assert_equals(true, true)
at Test.<anonymous> ( /editing/include/tests.js:5613:13) |
|
Pass | [["insertlinebreak",""]] "<dl><dt>foo<dd>bar[]<br></dl>" checks for modifications to non-editable content | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5644:9) | Pass | assert_equals(2, 2, "The parent div must have two children. Did something spill outside the test div?")
at Test.<anonymous> ( /editing/include/tests.js:5648:9) | Pass | assert_equals(1, 1, "Wrapper div must have only one attribute (<div contenteditable=\"\">), but has more (<div contenteditable=\"\">)")
at Test.<anonymous> ( /editing/include/tests.js:5652:9) | Pass | assert_equals(0, 0, "Body element must have no attributes (<body>), but has more (<body>)")
at Test.<anonymous> ( /editing/include/tests.js:5656:9) | Pass | assert_equals("<head><meta charset=\"utf-8\">\n<meta name=\"timeout\" content=\"long\">\n<link rel=\"stylesheet\" href=\"../include/reset.css\">\n<title>insertlinebreak - HTML editing conformance tests</title>\n\n</head><body>\n\n<div id=\"test-container\"><p>test</p></div>\n\n\n\n\n\n\n\n\n</body>", "<head><meta charset=\"utf-8\">\n<meta name=\"timeout\" content=\"long\">\n<link rel=\"stylesheet\" href=\"../include/reset.css\">\n<title>insertlinebreak - HTML editing conformance tests</title>\n\n</head><body>\n\n<div id=\"test-container\"><p>test</p></div>\n\n\n\n\n\n\n\n\n</body>", "Everything outside the editable div must be unchanged, but some change did occur")
at Test.<anonymous> ( /editing/include/tests.js:5663:9) |
|
Pass | [["insertlinebreak",""]] "<dl><dt>foo<dd>bar[]<br></dl>" compare innerHTML | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5668:9) | Pass | assert_equals("<dl><dt>foo</dt><dd>bar<br><br></dd></dl>", "<dl><dt>foo</dt><dd>bar<br><br></dd></dl>", "Unexpected innerHTML (after normalizing inline style)")
at Test.<anonymous> ( /editing/include/tests.js:5679:11) |
|
Pass | [["insertlinebreak",""]] "<dl><dt>foo<dd>bar[]<br></dl>" queryCommandIndeterm("insertlinebreak") before | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals(false, false, "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<dl><dt>foo<dd>bar[]<br></dl>" queryCommandState("insertlinebreak") before | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals(false, false, "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<dl><dt>foo<dd>bar[]<br></dl>" queryCommandValue("insertlinebreak") before | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals("", "", "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<dl><dt>foo<dd>bar[]<br></dl>" queryCommandIndeterm("insertlinebreak") after | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals(false, false, "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<dl><dt>foo<dd>bar[]<br></dl>" queryCommandState("insertlinebreak") after | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals(false, false, "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<dl><dt>foo<dd>bar[]<br></dl>" queryCommandValue("insertlinebreak") after | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals("", "", "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<dl><dt>foo<dd>bar[]baz</dl>": execCommand("insertlinebreak", false, "") return value | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5611:13) | Pass | assert_equals(true, true)
at Test.<anonymous> ( /editing/include/tests.js:5613:13) |
|
Pass | [["insertlinebreak",""]] "<dl><dt>foo<dd>bar[]baz</dl>" checks for modifications to non-editable content | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5644:9) | Pass | assert_equals(2, 2, "The parent div must have two children. Did something spill outside the test div?")
at Test.<anonymous> ( /editing/include/tests.js:5648:9) | Pass | assert_equals(1, 1, "Wrapper div must have only one attribute (<div contenteditable=\"\">), but has more (<div contenteditable=\"\">)")
at Test.<anonymous> ( /editing/include/tests.js:5652:9) | Pass | assert_equals(0, 0, "Body element must have no attributes (<body>), but has more (<body>)")
at Test.<anonymous> ( /editing/include/tests.js:5656:9) | Pass | assert_equals("<head><meta charset=\"utf-8\">\n<meta name=\"timeout\" content=\"long\">\n<link rel=\"stylesheet\" href=\"../include/reset.css\">\n<title>insertlinebreak - HTML editing conformance tests</title>\n\n</head><body>\n\n<div id=\"test-container\"><p>test</p></div>\n\n\n\n\n\n\n\n\n</body>", "<head><meta charset=\"utf-8\">\n<meta name=\"timeout\" content=\"long\">\n<link rel=\"stylesheet\" href=\"../include/reset.css\">\n<title>insertlinebreak - HTML editing conformance tests</title>\n\n</head><body>\n\n<div id=\"test-container\"><p>test</p></div>\n\n\n\n\n\n\n\n\n</body>", "Everything outside the editable div must be unchanged, but some change did occur")
at Test.<anonymous> ( /editing/include/tests.js:5663:9) |
|
Pass | [["insertlinebreak",""]] "<dl><dt>foo<dd>bar[]baz</dl>" compare innerHTML | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5668:9) | Pass | assert_equals("<dl><dt>foo</dt><dd>bar<br>baz</dd></dl>", "<dl><dt>foo</dt><dd>bar<br>baz</dd></dl>", "Unexpected innerHTML (after normalizing inline style)")
at Test.<anonymous> ( /editing/include/tests.js:5679:11) |
|
Pass | [["insertlinebreak",""]] "<dl><dt>foo<dd>bar[]baz</dl>" queryCommandIndeterm("insertlinebreak") before | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals(false, false, "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<dl><dt>foo<dd>bar[]baz</dl>" queryCommandState("insertlinebreak") before | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals(false, false, "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<dl><dt>foo<dd>bar[]baz</dl>" queryCommandValue("insertlinebreak") before | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals("", "", "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<dl><dt>foo<dd>bar[]baz</dl>" queryCommandIndeterm("insertlinebreak") after | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals(false, false, "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<dl><dt>foo<dd>bar[]baz</dl>" queryCommandState("insertlinebreak") after | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals(false, false, "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<dl><dt>foo<dd>bar[]baz</dl>" queryCommandValue("insertlinebreak") after | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals("", "", "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<h1>[]foo</h1>": execCommand("insertlinebreak", false, "") return value | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5611:13) | Pass | assert_equals(true, true)
at Test.<anonymous> ( /editing/include/tests.js:5613:13) |
|
Pass | [["insertlinebreak",""]] "<h1>[]foo</h1>" checks for modifications to non-editable content | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5644:9) | Pass | assert_equals(2, 2, "The parent div must have two children. Did something spill outside the test div?")
at Test.<anonymous> ( /editing/include/tests.js:5648:9) | Pass | assert_equals(1, 1, "Wrapper div must have only one attribute (<div contenteditable=\"\">), but has more (<div contenteditable=\"\">)")
at Test.<anonymous> ( /editing/include/tests.js:5652:9) | Pass | assert_equals(0, 0, "Body element must have no attributes (<body>), but has more (<body>)")
at Test.<anonymous> ( /editing/include/tests.js:5656:9) | Pass | assert_equals("<head><meta charset=\"utf-8\">\n<meta name=\"timeout\" content=\"long\">\n<link rel=\"stylesheet\" href=\"../include/reset.css\">\n<title>insertlinebreak - HTML editing conformance tests</title>\n\n</head><body>\n\n<div id=\"test-container\"><p>test</p></div>\n\n\n\n\n\n\n\n\n</body>", "<head><meta charset=\"utf-8\">\n<meta name=\"timeout\" content=\"long\">\n<link rel=\"stylesheet\" href=\"../include/reset.css\">\n<title>insertlinebreak - HTML editing conformance tests</title>\n\n</head><body>\n\n<div id=\"test-container\"><p>test</p></div>\n\n\n\n\n\n\n\n\n</body>", "Everything outside the editable div must be unchanged, but some change did occur")
at Test.<anonymous> ( /editing/include/tests.js:5663:9) |
|
Pass | [["insertlinebreak",""]] "<h1>[]foo</h1>" compare innerHTML | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5668:9) | Pass | assert_equals("<h1><br>foo</h1>", "<h1><br>foo</h1>", "Unexpected innerHTML (after normalizing inline style)")
at Test.<anonymous> ( /editing/include/tests.js:5679:11) |
|
Pass | [["insertlinebreak",""]] "<h1>[]foo</h1>" queryCommandIndeterm("insertlinebreak") before | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals(false, false, "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<h1>[]foo</h1>" queryCommandState("insertlinebreak") before | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals(false, false, "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<h1>[]foo</h1>" queryCommandValue("insertlinebreak") before | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals("", "", "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<h1>[]foo</h1>" queryCommandIndeterm("insertlinebreak") after | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals(false, false, "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<h1>[]foo</h1>" queryCommandState("insertlinebreak") after | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals(false, false, "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<h1>[]foo</h1>" queryCommandValue("insertlinebreak") after | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals("", "", "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<h1>foo[]</h1>": execCommand("insertlinebreak", false, "") return value | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5611:13) | Pass | assert_equals(true, true)
at Test.<anonymous> ( /editing/include/tests.js:5613:13) |
|
Pass | [["insertlinebreak",""]] "<h1>foo[]</h1>" checks for modifications to non-editable content | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5644:9) | Pass | assert_equals(2, 2, "The parent div must have two children. Did something spill outside the test div?")
at Test.<anonymous> ( /editing/include/tests.js:5648:9) | Pass | assert_equals(1, 1, "Wrapper div must have only one attribute (<div contenteditable=\"\">), but has more (<div contenteditable=\"\">)")
at Test.<anonymous> ( /editing/include/tests.js:5652:9) | Pass | assert_equals(0, 0, "Body element must have no attributes (<body>), but has more (<body>)")
at Test.<anonymous> ( /editing/include/tests.js:5656:9) | Pass | assert_equals("<head><meta charset=\"utf-8\">\n<meta name=\"timeout\" content=\"long\">\n<link rel=\"stylesheet\" href=\"../include/reset.css\">\n<title>insertlinebreak - HTML editing conformance tests</title>\n\n</head><body>\n\n<div id=\"test-container\"><p>test</p></div>\n\n\n\n\n\n\n\n\n</body>", "<head><meta charset=\"utf-8\">\n<meta name=\"timeout\" content=\"long\">\n<link rel=\"stylesheet\" href=\"../include/reset.css\">\n<title>insertlinebreak - HTML editing conformance tests</title>\n\n</head><body>\n\n<div id=\"test-container\"><p>test</p></div>\n\n\n\n\n\n\n\n\n</body>", "Everything outside the editable div must be unchanged, but some change did occur")
at Test.<anonymous> ( /editing/include/tests.js:5663:9) |
|
Pass | [["insertlinebreak",""]] "<h1>foo[]</h1>" compare innerHTML | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5668:9) | Pass | assert_equals("<h1>foo<br><br></h1>", "<h1>foo<br><br></h1>", "Unexpected innerHTML (after normalizing inline style)")
at Test.<anonymous> ( /editing/include/tests.js:5679:11) |
|
Pass | [["insertlinebreak",""]] "<h1>foo[]</h1>" queryCommandIndeterm("insertlinebreak") before | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals(false, false, "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<h1>foo[]</h1>" queryCommandState("insertlinebreak") before | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals(false, false, "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<h1>foo[]</h1>" queryCommandValue("insertlinebreak") before | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals("", "", "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<h1>foo[]</h1>" queryCommandIndeterm("insertlinebreak") after | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals(false, false, "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<h1>foo[]</h1>" queryCommandState("insertlinebreak") after | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals(false, false, "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<h1>foo[]</h1>" queryCommandValue("insertlinebreak") after | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals("", "", "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<h1>foo[]<br></h1>": execCommand("insertlinebreak", false, "") return value | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5611:13) | Pass | assert_equals(true, true)
at Test.<anonymous> ( /editing/include/tests.js:5613:13) |
|
Pass | [["insertlinebreak",""]] "<h1>foo[]<br></h1>" checks for modifications to non-editable content | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5644:9) | Pass | assert_equals(2, 2, "The parent div must have two children. Did something spill outside the test div?")
at Test.<anonymous> ( /editing/include/tests.js:5648:9) | Pass | assert_equals(1, 1, "Wrapper div must have only one attribute (<div contenteditable=\"\">), but has more (<div contenteditable=\"\">)")
at Test.<anonymous> ( /editing/include/tests.js:5652:9) | Pass | assert_equals(0, 0, "Body element must have no attributes (<body>), but has more (<body>)")
at Test.<anonymous> ( /editing/include/tests.js:5656:9) | Pass | assert_equals("<head><meta charset=\"utf-8\">\n<meta name=\"timeout\" content=\"long\">\n<link rel=\"stylesheet\" href=\"../include/reset.css\">\n<title>insertlinebreak - HTML editing conformance tests</title>\n\n</head><body>\n\n<div id=\"test-container\"><p>test</p></div>\n\n\n\n\n\n\n\n\n</body>", "<head><meta charset=\"utf-8\">\n<meta name=\"timeout\" content=\"long\">\n<link rel=\"stylesheet\" href=\"../include/reset.css\">\n<title>insertlinebreak - HTML editing conformance tests</title>\n\n</head><body>\n\n<div id=\"test-container\"><p>test</p></div>\n\n\n\n\n\n\n\n\n</body>", "Everything outside the editable div must be unchanged, but some change did occur")
at Test.<anonymous> ( /editing/include/tests.js:5663:9) |
|
Pass | [["insertlinebreak",""]] "<h1>foo[]<br></h1>" compare innerHTML | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5668:9) | Pass | assert_equals("<h1>foo<br><br></h1>", "<h1>foo<br><br></h1>", "Unexpected innerHTML (after normalizing inline style)")
at Test.<anonymous> ( /editing/include/tests.js:5679:11) |
|
Pass | [["insertlinebreak",""]] "<h1>foo[]<br></h1>" queryCommandIndeterm("insertlinebreak") before | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals(false, false, "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<h1>foo[]<br></h1>" queryCommandState("insertlinebreak") before | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals(false, false, "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<h1>foo[]<br></h1>" queryCommandValue("insertlinebreak") before | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals("", "", "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<h1>foo[]<br></h1>" queryCommandIndeterm("insertlinebreak") after | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals(false, false, "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<h1>foo[]<br></h1>" queryCommandState("insertlinebreak") after | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals(false, false, "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<h1>foo[]<br></h1>" queryCommandValue("insertlinebreak") after | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals("", "", "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<h1>foo[]bar</h1>": execCommand("insertlinebreak", false, "") return value | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5611:13) | Pass | assert_equals(true, true)
at Test.<anonymous> ( /editing/include/tests.js:5613:13) |
|
Pass | [["insertlinebreak",""]] "<h1>foo[]bar</h1>" checks for modifications to non-editable content | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5644:9) | Pass | assert_equals(2, 2, "The parent div must have two children. Did something spill outside the test div?")
at Test.<anonymous> ( /editing/include/tests.js:5648:9) | Pass | assert_equals(1, 1, "Wrapper div must have only one attribute (<div contenteditable=\"\">), but has more (<div contenteditable=\"\">)")
at Test.<anonymous> ( /editing/include/tests.js:5652:9) | Pass | assert_equals(0, 0, "Body element must have no attributes (<body>), but has more (<body>)")
at Test.<anonymous> ( /editing/include/tests.js:5656:9) | Pass | assert_equals("<head><meta charset=\"utf-8\">\n<meta name=\"timeout\" content=\"long\">\n<link rel=\"stylesheet\" href=\"../include/reset.css\">\n<title>insertlinebreak - HTML editing conformance tests</title>\n\n</head><body>\n\n<div id=\"test-container\"><p>test</p></div>\n\n\n\n\n\n\n\n\n</body>", "<head><meta charset=\"utf-8\">\n<meta name=\"timeout\" content=\"long\">\n<link rel=\"stylesheet\" href=\"../include/reset.css\">\n<title>insertlinebreak - HTML editing conformance tests</title>\n\n</head><body>\n\n<div id=\"test-container\"><p>test</p></div>\n\n\n\n\n\n\n\n\n</body>", "Everything outside the editable div must be unchanged, but some change did occur")
at Test.<anonymous> ( /editing/include/tests.js:5663:9) |
|
Pass | [["insertlinebreak",""]] "<h1>foo[]bar</h1>" compare innerHTML | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5668:9) | Pass | assert_equals("<h1>foo<br>bar</h1>", "<h1>foo<br>bar</h1>", "Unexpected innerHTML (after normalizing inline style)")
at Test.<anonymous> ( /editing/include/tests.js:5679:11) |
|
Pass | [["insertlinebreak",""]] "<h1>foo[]bar</h1>" queryCommandIndeterm("insertlinebreak") before | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals(false, false, "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<h1>foo[]bar</h1>" queryCommandState("insertlinebreak") before | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals(false, false, "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<h1>foo[]bar</h1>" queryCommandValue("insertlinebreak") before | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals("", "", "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<h1>foo[]bar</h1>" queryCommandIndeterm("insertlinebreak") after | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals(false, false, "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<h1>foo[]bar</h1>" queryCommandState("insertlinebreak") after | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals(false, false, "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<h1>foo[]bar</h1>" queryCommandValue("insertlinebreak") after | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals("", "", "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<ol><li>[]foo</ol>": execCommand("insertlinebreak", false, "") return value | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5611:13) | Pass | assert_equals(true, true)
at Test.<anonymous> ( /editing/include/tests.js:5613:13) |
|
Pass | [["insertlinebreak",""]] "<ol><li>[]foo</ol>" checks for modifications to non-editable content | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5644:9) | Pass | assert_equals(2, 2, "The parent div must have two children. Did something spill outside the test div?")
at Test.<anonymous> ( /editing/include/tests.js:5648:9) | Pass | assert_equals(1, 1, "Wrapper div must have only one attribute (<div contenteditable=\"\">), but has more (<div contenteditable=\"\">)")
at Test.<anonymous> ( /editing/include/tests.js:5652:9) | Pass | assert_equals(0, 0, "Body element must have no attributes (<body>), but has more (<body>)")
at Test.<anonymous> ( /editing/include/tests.js:5656:9) | Pass | assert_equals("<head><meta charset=\"utf-8\">\n<meta name=\"timeout\" content=\"long\">\n<link rel=\"stylesheet\" href=\"../include/reset.css\">\n<title>insertlinebreak - HTML editing conformance tests</title>\n\n</head><body>\n\n<div id=\"test-container\"><p>test</p></div>\n\n\n\n\n\n\n\n\n</body>", "<head><meta charset=\"utf-8\">\n<meta name=\"timeout\" content=\"long\">\n<link rel=\"stylesheet\" href=\"../include/reset.css\">\n<title>insertlinebreak - HTML editing conformance tests</title>\n\n</head><body>\n\n<div id=\"test-container\"><p>test</p></div>\n\n\n\n\n\n\n\n\n</body>", "Everything outside the editable div must be unchanged, but some change did occur")
at Test.<anonymous> ( /editing/include/tests.js:5663:9) |
|
Pass | [["insertlinebreak",""]] "<ol><li>[]foo</ol>" compare innerHTML | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5668:9) | Pass | assert_equals("<ol><li><br>foo</li></ol>", "<ol><li><br>foo</li></ol>", "Unexpected innerHTML (after normalizing inline style)")
at Test.<anonymous> ( /editing/include/tests.js:5679:11) |
|
Pass | [["insertlinebreak",""]] "<ol><li>[]foo</ol>" queryCommandIndeterm("insertlinebreak") before | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals(false, false, "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<ol><li>[]foo</ol>" queryCommandState("insertlinebreak") before | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals(false, false, "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<ol><li>[]foo</ol>" queryCommandValue("insertlinebreak") before | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals("", "", "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<ol><li>[]foo</ol>" queryCommandIndeterm("insertlinebreak") after | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals(false, false, "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<ol><li>[]foo</ol>" queryCommandState("insertlinebreak") after | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals(false, false, "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<ol><li>[]foo</ol>" queryCommandValue("insertlinebreak") after | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals("", "", "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<ol><li>foo[]</ol>": execCommand("insertlinebreak", false, "") return value | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5611:13) | Pass | assert_equals(true, true)
at Test.<anonymous> ( /editing/include/tests.js:5613:13) |
|
Pass | [["insertlinebreak",""]] "<ol><li>foo[]</ol>" checks for modifications to non-editable content | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5644:9) | Pass | assert_equals(2, 2, "The parent div must have two children. Did something spill outside the test div?")
at Test.<anonymous> ( /editing/include/tests.js:5648:9) | Pass | assert_equals(1, 1, "Wrapper div must have only one attribute (<div contenteditable=\"\">), but has more (<div contenteditable=\"\">)")
at Test.<anonymous> ( /editing/include/tests.js:5652:9) | Pass | assert_equals(0, 0, "Body element must have no attributes (<body>), but has more (<body>)")
at Test.<anonymous> ( /editing/include/tests.js:5656:9) | Pass | assert_equals("<head><meta charset=\"utf-8\">\n<meta name=\"timeout\" content=\"long\">\n<link rel=\"stylesheet\" href=\"../include/reset.css\">\n<title>insertlinebreak - HTML editing conformance tests</title>\n\n</head><body>\n\n<div id=\"test-container\"><p>test</p></div>\n\n\n\n\n\n\n\n\n</body>", "<head><meta charset=\"utf-8\">\n<meta name=\"timeout\" content=\"long\">\n<link rel=\"stylesheet\" href=\"../include/reset.css\">\n<title>insertlinebreak - HTML editing conformance tests</title>\n\n</head><body>\n\n<div id=\"test-container\"><p>test</p></div>\n\n\n\n\n\n\n\n\n</body>", "Everything outside the editable div must be unchanged, but some change did occur")
at Test.<anonymous> ( /editing/include/tests.js:5663:9) |
|
Pass | [["insertlinebreak",""]] "<ol><li>foo[]</ol>" compare innerHTML | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5668:9) | Pass | assert_equals("<ol><li>foo<br><br></li></ol>", "<ol><li>foo<br><br></li></ol>", "Unexpected innerHTML (after normalizing inline style)")
at Test.<anonymous> ( /editing/include/tests.js:5679:11) |
|
Pass | [["insertlinebreak",""]] "<ol><li>foo[]</ol>" queryCommandIndeterm("insertlinebreak") before | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals(false, false, "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<ol><li>foo[]</ol>" queryCommandState("insertlinebreak") before | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals(false, false, "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<ol><li>foo[]</ol>" queryCommandValue("insertlinebreak") before | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals("", "", "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<ol><li>foo[]</ol>" queryCommandIndeterm("insertlinebreak") after | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals(false, false, "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<ol><li>foo[]</ol>" queryCommandState("insertlinebreak") after | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals(false, false, "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<ol><li>foo[]</ol>" queryCommandValue("insertlinebreak") after | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals("", "", "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<ol><li>foo[]<br></ol>": execCommand("insertlinebreak", false, "") return value | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5611:13) | Pass | assert_equals(true, true)
at Test.<anonymous> ( /editing/include/tests.js:5613:13) |
|
Pass | [["insertlinebreak",""]] "<ol><li>foo[]<br></ol>" checks for modifications to non-editable content | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5644:9) | Pass | assert_equals(2, 2, "The parent div must have two children. Did something spill outside the test div?")
at Test.<anonymous> ( /editing/include/tests.js:5648:9) | Pass | assert_equals(1, 1, "Wrapper div must have only one attribute (<div contenteditable=\"\">), but has more (<div contenteditable=\"\">)")
at Test.<anonymous> ( /editing/include/tests.js:5652:9) | Pass | assert_equals(0, 0, "Body element must have no attributes (<body>), but has more (<body>)")
at Test.<anonymous> ( /editing/include/tests.js:5656:9) | Pass | assert_equals("<head><meta charset=\"utf-8\">\n<meta name=\"timeout\" content=\"long\">\n<link rel=\"stylesheet\" href=\"../include/reset.css\">\n<title>insertlinebreak - HTML editing conformance tests</title>\n\n</head><body>\n\n<div id=\"test-container\"><p>test</p></div>\n\n\n\n\n\n\n\n\n</body>", "<head><meta charset=\"utf-8\">\n<meta name=\"timeout\" content=\"long\">\n<link rel=\"stylesheet\" href=\"../include/reset.css\">\n<title>insertlinebreak - HTML editing conformance tests</title>\n\n</head><body>\n\n<div id=\"test-container\"><p>test</p></div>\n\n\n\n\n\n\n\n\n</body>", "Everything outside the editable div must be unchanged, but some change did occur")
at Test.<anonymous> ( /editing/include/tests.js:5663:9) |
|
Pass | [["insertlinebreak",""]] "<ol><li>foo[]<br></ol>" compare innerHTML | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5668:9) | Pass | assert_equals("<ol><li>foo<br><br></li></ol>", "<ol><li>foo<br><br></li></ol>", "Unexpected innerHTML (after normalizing inline style)")
at Test.<anonymous> ( /editing/include/tests.js:5679:11) |
|
Pass | [["insertlinebreak",""]] "<ol><li>foo[]<br></ol>" queryCommandIndeterm("insertlinebreak") before | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals(false, false, "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<ol><li>foo[]<br></ol>" queryCommandState("insertlinebreak") before | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals(false, false, "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<ol><li>foo[]<br></ol>" queryCommandValue("insertlinebreak") before | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals("", "", "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<ol><li>foo[]<br></ol>" queryCommandIndeterm("insertlinebreak") after | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals(false, false, "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<ol><li>foo[]<br></ol>" queryCommandState("insertlinebreak") after | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals(false, false, "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<ol><li>foo[]<br></ol>" queryCommandValue("insertlinebreak") after | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals("", "", "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<ol><li>foo[]bar</ol>": execCommand("insertlinebreak", false, "") return value | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5611:13) | Pass | assert_equals(true, true)
at Test.<anonymous> ( /editing/include/tests.js:5613:13) |
|
Pass | [["insertlinebreak",""]] "<ol><li>foo[]bar</ol>" checks for modifications to non-editable content | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5644:9) | Pass | assert_equals(2, 2, "The parent div must have two children. Did something spill outside the test div?")
at Test.<anonymous> ( /editing/include/tests.js:5648:9) | Pass | assert_equals(1, 1, "Wrapper div must have only one attribute (<div contenteditable=\"\">), but has more (<div contenteditable=\"\">)")
at Test.<anonymous> ( /editing/include/tests.js:5652:9) | Pass | assert_equals(0, 0, "Body element must have no attributes (<body>), but has more (<body>)")
at Test.<anonymous> ( /editing/include/tests.js:5656:9) | Pass | assert_equals("<head><meta charset=\"utf-8\">\n<meta name=\"timeout\" content=\"long\">\n<link rel=\"stylesheet\" href=\"../include/reset.css\">\n<title>insertlinebreak - HTML editing conformance tests</title>\n\n</head><body>\n\n<div id=\"test-container\"><p>test</p></div>\n\n\n\n\n\n\n\n\n</body>", "<head><meta charset=\"utf-8\">\n<meta name=\"timeout\" content=\"long\">\n<link rel=\"stylesheet\" href=\"../include/reset.css\">\n<title>insertlinebreak - HTML editing conformance tests</title>\n\n</head><body>\n\n<div id=\"test-container\"><p>test</p></div>\n\n\n\n\n\n\n\n\n</body>", "Everything outside the editable div must be unchanged, but some change did occur")
at Test.<anonymous> ( /editing/include/tests.js:5663:9) |
|
Pass | [["insertlinebreak",""]] "<ol><li>foo[]bar</ol>" compare innerHTML | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5668:9) | Pass | assert_equals("<ol><li>foo<br>bar</li></ol>", "<ol><li>foo<br>bar</li></ol>", "Unexpected innerHTML (after normalizing inline style)")
at Test.<anonymous> ( /editing/include/tests.js:5679:11) |
|
Pass | [["insertlinebreak",""]] "<ol><li>foo[]bar</ol>" queryCommandIndeterm("insertlinebreak") before | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals(false, false, "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<ol><li>foo[]bar</ol>" queryCommandState("insertlinebreak") before | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals(false, false, "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<ol><li>foo[]bar</ol>" queryCommandValue("insertlinebreak") before | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals("", "", "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<ol><li>foo[]bar</ol>" queryCommandIndeterm("insertlinebreak") after | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals(false, false, "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<ol><li>foo[]bar</ol>" queryCommandState("insertlinebreak") after | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals(false, false, "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<ol><li>foo[]bar</ol>" queryCommandValue("insertlinebreak") after | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals("", "", "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<p>[]foo</p>": execCommand("insertlinebreak", false, "") return value | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5611:13) | Pass | assert_equals(true, true)
at Test.<anonymous> ( /editing/include/tests.js:5613:13) |
|
Pass | [["insertlinebreak",""]] "<p>[]foo</p>" checks for modifications to non-editable content | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5644:9) | Pass | assert_equals(2, 2, "The parent div must have two children. Did something spill outside the test div?")
at Test.<anonymous> ( /editing/include/tests.js:5648:9) | Pass | assert_equals(1, 1, "Wrapper div must have only one attribute (<div contenteditable=\"\">), but has more (<div contenteditable=\"\">)")
at Test.<anonymous> ( /editing/include/tests.js:5652:9) | Pass | assert_equals(0, 0, "Body element must have no attributes (<body>), but has more (<body>)")
at Test.<anonymous> ( /editing/include/tests.js:5656:9) | Pass | assert_equals("<head><meta charset=\"utf-8\">\n<meta name=\"timeout\" content=\"long\">\n<link rel=\"stylesheet\" href=\"../include/reset.css\">\n<title>insertlinebreak - HTML editing conformance tests</title>\n\n</head><body>\n\n<div id=\"test-container\"><p>test</p></div>\n\n\n\n\n\n\n\n\n</body>", "<head><meta charset=\"utf-8\">\n<meta name=\"timeout\" content=\"long\">\n<link rel=\"stylesheet\" href=\"../include/reset.css\">\n<title>insertlinebreak - HTML editing conformance tests</title>\n\n</head><body>\n\n<div id=\"test-container\"><p>test</p></div>\n\n\n\n\n\n\n\n\n</body>", "Everything outside the editable div must be unchanged, but some change did occur")
at Test.<anonymous> ( /editing/include/tests.js:5663:9) |
|
Pass | [["insertlinebreak",""]] "<p>[]foo</p>" compare innerHTML | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5668:9) | Pass | assert_equals("<p><br>foo</p>", "<p><br>foo</p>", "Unexpected innerHTML (after normalizing inline style)")
at Test.<anonymous> ( /editing/include/tests.js:5679:11) |
|
Pass | [["insertlinebreak",""]] "<p>[]foo</p>" queryCommandIndeterm("insertlinebreak") before | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals(false, false, "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<p>[]foo</p>" queryCommandState("insertlinebreak") before | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals(false, false, "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<p>[]foo</p>" queryCommandValue("insertlinebreak") before | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals("", "", "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<p>[]foo</p>" queryCommandIndeterm("insertlinebreak") after | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals(false, false, "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<p>[]foo</p>" queryCommandState("insertlinebreak") after | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals(false, false, "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<p>[]foo</p>" queryCommandValue("insertlinebreak") after | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals("", "", "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<p>foo[]</p>": execCommand("insertlinebreak", false, "") return value | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5611:13) | Pass | assert_equals(true, true)
at Test.<anonymous> ( /editing/include/tests.js:5613:13) |
|
Pass | [["insertlinebreak",""]] "<p>foo[]</p>" checks for modifications to non-editable content | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5644:9) | Pass | assert_equals(2, 2, "The parent div must have two children. Did something spill outside the test div?")
at Test.<anonymous> ( /editing/include/tests.js:5648:9) | Pass | assert_equals(1, 1, "Wrapper div must have only one attribute (<div contenteditable=\"\">), but has more (<div contenteditable=\"\">)")
at Test.<anonymous> ( /editing/include/tests.js:5652:9) | Pass | assert_equals(0, 0, "Body element must have no attributes (<body>), but has more (<body>)")
at Test.<anonymous> ( /editing/include/tests.js:5656:9) | Pass | assert_equals("<head><meta charset=\"utf-8\">\n<meta name=\"timeout\" content=\"long\">\n<link rel=\"stylesheet\" href=\"../include/reset.css\">\n<title>insertlinebreak - HTML editing conformance tests</title>\n\n</head><body>\n\n<div id=\"test-container\"><p>test</p></div>\n\n\n\n\n\n\n\n\n</body>", "<head><meta charset=\"utf-8\">\n<meta name=\"timeout\" content=\"long\">\n<link rel=\"stylesheet\" href=\"../include/reset.css\">\n<title>insertlinebreak - HTML editing conformance tests</title>\n\n</head><body>\n\n<div id=\"test-container\"><p>test</p></div>\n\n\n\n\n\n\n\n\n</body>", "Everything outside the editable div must be unchanged, but some change did occur")
at Test.<anonymous> ( /editing/include/tests.js:5663:9) |
|
Pass | [["insertlinebreak",""]] "<p>foo[]</p>" compare innerHTML | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5668:9) | Pass | assert_equals("<p>foo<br><br></p>", "<p>foo<br><br></p>", "Unexpected innerHTML (after normalizing inline style)")
at Test.<anonymous> ( /editing/include/tests.js:5679:11) |
|
Pass | [["insertlinebreak",""]] "<p>foo[]</p>" queryCommandIndeterm("insertlinebreak") before | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals(false, false, "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<p>foo[]</p>" queryCommandState("insertlinebreak") before | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals(false, false, "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<p>foo[]</p>" queryCommandValue("insertlinebreak") before | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals("", "", "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<p>foo[]</p>" queryCommandIndeterm("insertlinebreak") after | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals(false, false, "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<p>foo[]</p>" queryCommandState("insertlinebreak") after | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals(false, false, "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<p>foo[]</p>" queryCommandValue("insertlinebreak") after | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals("", "", "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<p>foo[]<br></p>": execCommand("insertlinebreak", false, "") return value | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5611:13) | Pass | assert_equals(true, true)
at Test.<anonymous> ( /editing/include/tests.js:5613:13) |
|
Pass | [["insertlinebreak",""]] "<p>foo[]<br></p>" checks for modifications to non-editable content | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5644:9) | Pass | assert_equals(2, 2, "The parent div must have two children. Did something spill outside the test div?")
at Test.<anonymous> ( /editing/include/tests.js:5648:9) | Pass | assert_equals(1, 1, "Wrapper div must have only one attribute (<div contenteditable=\"\">), but has more (<div contenteditable=\"\">)")
at Test.<anonymous> ( /editing/include/tests.js:5652:9) | Pass | assert_equals(0, 0, "Body element must have no attributes (<body>), but has more (<body>)")
at Test.<anonymous> ( /editing/include/tests.js:5656:9) | Pass | assert_equals("<head><meta charset=\"utf-8\">\n<meta name=\"timeout\" content=\"long\">\n<link rel=\"stylesheet\" href=\"../include/reset.css\">\n<title>insertlinebreak - HTML editing conformance tests</title>\n\n</head><body>\n\n<div id=\"test-container\"><p>test</p></div>\n\n\n\n\n\n\n\n\n</body>", "<head><meta charset=\"utf-8\">\n<meta name=\"timeout\" content=\"long\">\n<link rel=\"stylesheet\" href=\"../include/reset.css\">\n<title>insertlinebreak - HTML editing conformance tests</title>\n\n</head><body>\n\n<div id=\"test-container\"><p>test</p></div>\n\n\n\n\n\n\n\n\n</body>", "Everything outside the editable div must be unchanged, but some change did occur")
at Test.<anonymous> ( /editing/include/tests.js:5663:9) |
|
Pass | [["insertlinebreak",""]] "<p>foo[]<br></p>" compare innerHTML | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5668:9) | Pass | assert_equals("<p>foo<br><br></p>", "<p>foo<br><br></p>", "Unexpected innerHTML (after normalizing inline style)")
at Test.<anonymous> ( /editing/include/tests.js:5679:11) |
|
Pass | [["insertlinebreak",""]] "<p>foo[]<br></p>" queryCommandIndeterm("insertlinebreak") before | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals(false, false, "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<p>foo[]<br></p>" queryCommandState("insertlinebreak") before | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals(false, false, "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<p>foo[]<br></p>" queryCommandValue("insertlinebreak") before | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals("", "", "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<p>foo[]<br></p>" queryCommandIndeterm("insertlinebreak") after | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals(false, false, "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<p>foo[]<br></p>" queryCommandState("insertlinebreak") after | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals(false, false, "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<p>foo[]<br></p>" queryCommandValue("insertlinebreak") after | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals("", "", "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<p>foo[]bar</p>": execCommand("insertlinebreak", false, "") return value | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5611:13) | Pass | assert_equals(true, true)
at Test.<anonymous> ( /editing/include/tests.js:5613:13) |
|
Pass | [["insertlinebreak",""]] "<p>foo[]bar</p>" checks for modifications to non-editable content | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5644:9) | Pass | assert_equals(2, 2, "The parent div must have two children. Did something spill outside the test div?")
at Test.<anonymous> ( /editing/include/tests.js:5648:9) | Pass | assert_equals(1, 1, "Wrapper div must have only one attribute (<div contenteditable=\"\">), but has more (<div contenteditable=\"\">)")
at Test.<anonymous> ( /editing/include/tests.js:5652:9) | Pass | assert_equals(0, 0, "Body element must have no attributes (<body>), but has more (<body>)")
at Test.<anonymous> ( /editing/include/tests.js:5656:9) | Pass | assert_equals("<head><meta charset=\"utf-8\">\n<meta name=\"timeout\" content=\"long\">\n<link rel=\"stylesheet\" href=\"../include/reset.css\">\n<title>insertlinebreak - HTML editing conformance tests</title>\n\n</head><body>\n\n<div id=\"test-container\"><p>test</p></div>\n\n\n\n\n\n\n\n\n</body>", "<head><meta charset=\"utf-8\">\n<meta name=\"timeout\" content=\"long\">\n<link rel=\"stylesheet\" href=\"../include/reset.css\">\n<title>insertlinebreak - HTML editing conformance tests</title>\n\n</head><body>\n\n<div id=\"test-container\"><p>test</p></div>\n\n\n\n\n\n\n\n\n</body>", "Everything outside the editable div must be unchanged, but some change did occur")
at Test.<anonymous> ( /editing/include/tests.js:5663:9) |
|
Pass | [["insertlinebreak",""]] "<p>foo[]bar</p>" compare innerHTML | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5668:9) | Pass | assert_equals("<p>foo<br>bar</p>", "<p>foo<br>bar</p>", "Unexpected innerHTML (after normalizing inline style)")
at Test.<anonymous> ( /editing/include/tests.js:5679:11) |
|
Pass | [["insertlinebreak",""]] "<p>foo[]bar</p>" queryCommandIndeterm("insertlinebreak") before | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals(false, false, "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<p>foo[]bar</p>" queryCommandState("insertlinebreak") before | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals(false, false, "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<p>foo[]bar</p>" queryCommandValue("insertlinebreak") before | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals("", "", "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<p>foo[]bar</p>" queryCommandIndeterm("insertlinebreak") after | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals(false, false, "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<p>foo[]bar</p>" queryCommandState("insertlinebreak") after | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals(false, false, "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<p>foo[]bar</p>" queryCommandValue("insertlinebreak") after | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals("", "", "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<pre>[]foo</pre>": execCommand("insertlinebreak", false, "") return value | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5611:13) | Pass | assert_equals(true, true)
at Test.<anonymous> ( /editing/include/tests.js:5613:13) |
|
Pass | [["insertlinebreak",""]] "<pre>[]foo</pre>" checks for modifications to non-editable content | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5644:9) | Pass | assert_equals(2, 2, "The parent div must have two children. Did something spill outside the test div?")
at Test.<anonymous> ( /editing/include/tests.js:5648:9) | Pass | assert_equals(1, 1, "Wrapper div must have only one attribute (<div contenteditable=\"\">), but has more (<div contenteditable=\"\">)")
at Test.<anonymous> ( /editing/include/tests.js:5652:9) | Pass | assert_equals(0, 0, "Body element must have no attributes (<body>), but has more (<body>)")
at Test.<anonymous> ( /editing/include/tests.js:5656:9) | Pass | assert_equals("<head><meta charset=\"utf-8\">\n<meta name=\"timeout\" content=\"long\">\n<link rel=\"stylesheet\" href=\"../include/reset.css\">\n<title>insertlinebreak - HTML editing conformance tests</title>\n\n</head><body>\n\n<div id=\"test-container\"><p>test</p></div>\n\n\n\n\n\n\n\n\n</body>", "<head><meta charset=\"utf-8\">\n<meta name=\"timeout\" content=\"long\">\n<link rel=\"stylesheet\" href=\"../include/reset.css\">\n<title>insertlinebreak - HTML editing conformance tests</title>\n\n</head><body>\n\n<div id=\"test-container\"><p>test</p></div>\n\n\n\n\n\n\n\n\n</body>", "Everything outside the editable div must be unchanged, but some change did occur")
at Test.<anonymous> ( /editing/include/tests.js:5663:9) |
|
Fail | [["insertlinebreak",""]] "<pre>[]foo</pre>" compare innerHTML | assert_equals: Unexpected innerHTML (after normalizing inline style) expected "<pre><br>foo</pre>" but got "<pre>\nfoo</pre>" at Test.<anonymous> (https://wpt.live/editing/include/tests.js:5679:11)
at Test.step (https://wpt.live/resources/testharness.js:2642:25)
at test (https://wpt.live/resources/testharness.js:633:30)
at subsetTest (https://wpt.live/common/subset-tests.js:54:14)
at runConformanceTest (https://wpt.live/editing/include/tests.js:5667:5) Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5668:9) | Fail | assert_equals("<pre>\nfoo</pre>", "<pre><br>foo</pre>", "Unexpected innerHTML (after normalizing inline style)")
at Test.<anonymous> ( /editing/include/tests.js:5679:11) |
|
Pass | [["insertlinebreak",""]] "<pre>[]foo</pre>" queryCommandIndeterm("insertlinebreak") before | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals(false, false, "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<pre>[]foo</pre>" queryCommandState("insertlinebreak") before | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals(false, false, "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<pre>[]foo</pre>" queryCommandValue("insertlinebreak") before | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals("", "", "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<pre>[]foo</pre>" queryCommandIndeterm("insertlinebreak") after | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals(false, false, "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<pre>[]foo</pre>" queryCommandState("insertlinebreak") after | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals(false, false, "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<pre>[]foo</pre>" queryCommandValue("insertlinebreak") after | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals("", "", "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<pre>foo[]</pre>": execCommand("insertlinebreak", false, "") return value | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5611:13) | Pass | assert_equals(true, true)
at Test.<anonymous> ( /editing/include/tests.js:5613:13) |
|
Pass | [["insertlinebreak",""]] "<pre>foo[]</pre>" checks for modifications to non-editable content | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5644:9) | Pass | assert_equals(2, 2, "The parent div must have two children. Did something spill outside the test div?")
at Test.<anonymous> ( /editing/include/tests.js:5648:9) | Pass | assert_equals(1, 1, "Wrapper div must have only one attribute (<div contenteditable=\"\">), but has more (<div contenteditable=\"\">)")
at Test.<anonymous> ( /editing/include/tests.js:5652:9) | Pass | assert_equals(0, 0, "Body element must have no attributes (<body>), but has more (<body>)")
at Test.<anonymous> ( /editing/include/tests.js:5656:9) | Pass | assert_equals("<head><meta charset=\"utf-8\">\n<meta name=\"timeout\" content=\"long\">\n<link rel=\"stylesheet\" href=\"../include/reset.css\">\n<title>insertlinebreak - HTML editing conformance tests</title>\n\n</head><body>\n\n<div id=\"test-container\"><p>test</p></div>\n\n\n\n\n\n\n\n\n</body>", "<head><meta charset=\"utf-8\">\n<meta name=\"timeout\" content=\"long\">\n<link rel=\"stylesheet\" href=\"../include/reset.css\">\n<title>insertlinebreak - HTML editing conformance tests</title>\n\n</head><body>\n\n<div id=\"test-container\"><p>test</p></div>\n\n\n\n\n\n\n\n\n</body>", "Everything outside the editable div must be unchanged, but some change did occur")
at Test.<anonymous> ( /editing/include/tests.js:5663:9) |
|
Fail | [["insertlinebreak",""]] "<pre>foo[]</pre>" compare innerHTML | assert_equals: Unexpected innerHTML (after normalizing inline style) expected "<pre>foo<br><br></pre>" but got "<pre>foo\n\n</pre>" at Test.<anonymous> (https://wpt.live/editing/include/tests.js:5679:11)
at Test.step (https://wpt.live/resources/testharness.js:2642:25)
at test (https://wpt.live/resources/testharness.js:633:30)
at subsetTest (https://wpt.live/common/subset-tests.js:54:14)
at runConformanceTest (https://wpt.live/editing/include/tests.js:5667:5) Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5668:9) | Fail | assert_equals("<pre>foo\n\n</pre>", "<pre>foo<br><br></pre>", "Unexpected innerHTML (after normalizing inline style)")
at Test.<anonymous> ( /editing/include/tests.js:5679:11) |
|
Pass | [["insertlinebreak",""]] "<pre>foo[]</pre>" queryCommandIndeterm("insertlinebreak") before | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals(false, false, "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<pre>foo[]</pre>" queryCommandState("insertlinebreak") before | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals(false, false, "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<pre>foo[]</pre>" queryCommandValue("insertlinebreak") before | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals("", "", "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<pre>foo[]</pre>" queryCommandIndeterm("insertlinebreak") after | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals(false, false, "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<pre>foo[]</pre>" queryCommandState("insertlinebreak") after | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals(false, false, "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<pre>foo[]</pre>" queryCommandValue("insertlinebreak") after | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals("", "", "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<pre>foo[]<br></pre>": execCommand("insertlinebreak", false, "") return value | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5611:13) | Pass | assert_equals(true, true)
at Test.<anonymous> ( /editing/include/tests.js:5613:13) |
|
Pass | [["insertlinebreak",""]] "<pre>foo[]<br></pre>" checks for modifications to non-editable content | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5644:9) | Pass | assert_equals(2, 2, "The parent div must have two children. Did something spill outside the test div?")
at Test.<anonymous> ( /editing/include/tests.js:5648:9) | Pass | assert_equals(1, 1, "Wrapper div must have only one attribute (<div contenteditable=\"\">), but has more (<div contenteditable=\"\">)")
at Test.<anonymous> ( /editing/include/tests.js:5652:9) | Pass | assert_equals(0, 0, "Body element must have no attributes (<body>), but has more (<body>)")
at Test.<anonymous> ( /editing/include/tests.js:5656:9) | Pass | assert_equals("<head><meta charset=\"utf-8\">\n<meta name=\"timeout\" content=\"long\">\n<link rel=\"stylesheet\" href=\"../include/reset.css\">\n<title>insertlinebreak - HTML editing conformance tests</title>\n\n</head><body>\n\n<div id=\"test-container\"><p>test</p></div>\n\n\n\n\n\n\n\n\n</body>", "<head><meta charset=\"utf-8\">\n<meta name=\"timeout\" content=\"long\">\n<link rel=\"stylesheet\" href=\"../include/reset.css\">\n<title>insertlinebreak - HTML editing conformance tests</title>\n\n</head><body>\n\n<div id=\"test-container\"><p>test</p></div>\n\n\n\n\n\n\n\n\n</body>", "Everything outside the editable div must be unchanged, but some change did occur")
at Test.<anonymous> ( /editing/include/tests.js:5663:9) |
|
Fail | [["insertlinebreak",""]] "<pre>foo[]<br></pre>" compare innerHTML | assert_equals: Unexpected innerHTML (after normalizing inline style) expected "<pre>foo<br><br></pre>" but got "<pre>foo\n<br></pre>" at Test.<anonymous> (https://wpt.live/editing/include/tests.js:5679:11)
at Test.step (https://wpt.live/resources/testharness.js:2642:25)
at test (https://wpt.live/resources/testharness.js:633:30)
at subsetTest (https://wpt.live/common/subset-tests.js:54:14)
at runConformanceTest (https://wpt.live/editing/include/tests.js:5667:5) Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5668:9) | Fail | assert_equals("<pre>foo\n<br></pre>", "<pre>foo<br><br></pre>", "Unexpected innerHTML (after normalizing inline style)")
at Test.<anonymous> ( /editing/include/tests.js:5679:11) |
|
Pass | [["insertlinebreak",""]] "<pre>foo[]<br></pre>" queryCommandIndeterm("insertlinebreak") before | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals(false, false, "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<pre>foo[]<br></pre>" queryCommandState("insertlinebreak") before | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals(false, false, "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<pre>foo[]<br></pre>" queryCommandValue("insertlinebreak") before | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals("", "", "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<pre>foo[]<br></pre>" queryCommandIndeterm("insertlinebreak") after | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals(false, false, "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<pre>foo[]<br></pre>" queryCommandState("insertlinebreak") after | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals(false, false, "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<pre>foo[]<br></pre>" queryCommandValue("insertlinebreak") after | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals("", "", "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<pre>foo[]bar</pre>": execCommand("insertlinebreak", false, "") return value | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5611:13) | Pass | assert_equals(true, true)
at Test.<anonymous> ( /editing/include/tests.js:5613:13) |
|
Pass | [["insertlinebreak",""]] "<pre>foo[]bar</pre>" checks for modifications to non-editable content | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5644:9) | Pass | assert_equals(2, 2, "The parent div must have two children. Did something spill outside the test div?")
at Test.<anonymous> ( /editing/include/tests.js:5648:9) | Pass | assert_equals(1, 1, "Wrapper div must have only one attribute (<div contenteditable=\"\">), but has more (<div contenteditable=\"\">)")
at Test.<anonymous> ( /editing/include/tests.js:5652:9) | Pass | assert_equals(0, 0, "Body element must have no attributes (<body>), but has more (<body>)")
at Test.<anonymous> ( /editing/include/tests.js:5656:9) | Pass | assert_equals("<head><meta charset=\"utf-8\">\n<meta name=\"timeout\" content=\"long\">\n<link rel=\"stylesheet\" href=\"../include/reset.css\">\n<title>insertlinebreak - HTML editing conformance tests</title>\n\n</head><body>\n\n<div id=\"test-container\"><p>test</p></div>\n\n\n\n\n\n\n\n\n</body>", "<head><meta charset=\"utf-8\">\n<meta name=\"timeout\" content=\"long\">\n<link rel=\"stylesheet\" href=\"../include/reset.css\">\n<title>insertlinebreak - HTML editing conformance tests</title>\n\n</head><body>\n\n<div id=\"test-container\"><p>test</p></div>\n\n\n\n\n\n\n\n\n</body>", "Everything outside the editable div must be unchanged, but some change did occur")
at Test.<anonymous> ( /editing/include/tests.js:5663:9) |
|
Fail | [["insertlinebreak",""]] "<pre>foo[]bar</pre>" compare innerHTML | assert_equals: Unexpected innerHTML (after normalizing inline style) expected "<pre>foo<br>bar</pre>" but got "<pre>foo\nbar</pre>" at Test.<anonymous> (https://wpt.live/editing/include/tests.js:5679:11)
at Test.step (https://wpt.live/resources/testharness.js:2642:25)
at test (https://wpt.live/resources/testharness.js:633:30)
at subsetTest (https://wpt.live/common/subset-tests.js:54:14)
at runConformanceTest (https://wpt.live/editing/include/tests.js:5667:5) Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5668:9) | Fail | assert_equals("<pre>foo\nbar</pre>", "<pre>foo<br>bar</pre>", "Unexpected innerHTML (after normalizing inline style)")
at Test.<anonymous> ( /editing/include/tests.js:5679:11) |
|
Pass | [["insertlinebreak",""]] "<pre>foo[]bar</pre>" queryCommandIndeterm("insertlinebreak") before | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals(false, false, "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<pre>foo[]bar</pre>" queryCommandState("insertlinebreak") before | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals(false, false, "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<pre>foo[]bar</pre>" queryCommandValue("insertlinebreak") before | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals("", "", "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<pre>foo[]bar</pre>" queryCommandIndeterm("insertlinebreak") after | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals(false, false, "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<pre>foo[]bar</pre>" queryCommandState("insertlinebreak") after | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals(false, false, "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<pre>foo[]bar</pre>" queryCommandValue("insertlinebreak") after | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals("", "", "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<pre>foo[]<br><br></pre>": execCommand("insertlinebreak", false, "") return value | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5611:13) | Pass | assert_equals(true, true)
at Test.<anonymous> ( /editing/include/tests.js:5613:13) |
|
Pass | [["insertlinebreak",""]] "<pre>foo[]<br><br></pre>" checks for modifications to non-editable content | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5644:9) | Pass | assert_equals(2, 2, "The parent div must have two children. Did something spill outside the test div?")
at Test.<anonymous> ( /editing/include/tests.js:5648:9) | Pass | assert_equals(1, 1, "Wrapper div must have only one attribute (<div contenteditable=\"\">), but has more (<div contenteditable=\"\">)")
at Test.<anonymous> ( /editing/include/tests.js:5652:9) | Pass | assert_equals(0, 0, "Body element must have no attributes (<body>), but has more (<body>)")
at Test.<anonymous> ( /editing/include/tests.js:5656:9) | Pass | assert_equals("<head><meta charset=\"utf-8\">\n<meta name=\"timeout\" content=\"long\">\n<link rel=\"stylesheet\" href=\"../include/reset.css\">\n<title>insertlinebreak - HTML editing conformance tests</title>\n\n</head><body>\n\n<div id=\"test-container\"><p>test</p></div>\n\n\n\n\n\n\n\n\n</body>", "<head><meta charset=\"utf-8\">\n<meta name=\"timeout\" content=\"long\">\n<link rel=\"stylesheet\" href=\"../include/reset.css\">\n<title>insertlinebreak - HTML editing conformance tests</title>\n\n</head><body>\n\n<div id=\"test-container\"><p>test</p></div>\n\n\n\n\n\n\n\n\n</body>", "Everything outside the editable div must be unchanged, but some change did occur")
at Test.<anonymous> ( /editing/include/tests.js:5663:9) |
|
Fail | [["insertlinebreak",""]] "<pre>foo[]<br><br></pre>" compare innerHTML | assert_equals: Unexpected innerHTML (after normalizing inline style) expected "<pre>foo<br><br><br></pre>" but got "<pre>foo\n<br><br></pre>" at Test.<anonymous> (https://wpt.live/editing/include/tests.js:5679:11)
at Test.step (https://wpt.live/resources/testharness.js:2642:25)
at test (https://wpt.live/resources/testharness.js:633:30)
at subsetTest (https://wpt.live/common/subset-tests.js:54:14)
at runConformanceTest (https://wpt.live/editing/include/tests.js:5667:5) Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5668:9) | Fail | assert_equals("<pre>foo\n<br><br></pre>", "<pre>foo<br><br><br></pre>", "Unexpected innerHTML (after normalizing inline style)")
at Test.<anonymous> ( /editing/include/tests.js:5679:11) |
|
Pass | [["insertlinebreak",""]] "<pre>foo[]<br><br></pre>" queryCommandIndeterm("insertlinebreak") before | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals(false, false, "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<pre>foo[]<br><br></pre>" queryCommandState("insertlinebreak") before | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals(false, false, "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<pre>foo[]<br><br></pre>" queryCommandValue("insertlinebreak") before | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals("", "", "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<pre>foo[]<br><br></pre>" queryCommandIndeterm("insertlinebreak") after | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals(false, false, "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<pre>foo[]<br><br></pre>" queryCommandState("insertlinebreak") after | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals(false, false, "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<pre>foo[]<br><br></pre>" queryCommandValue("insertlinebreak") after | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals("", "", "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<pre>foo<br>{}<br></pre>": execCommand("insertlinebreak", false, "") return value | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5611:13) | Pass | assert_equals(true, true)
at Test.<anonymous> ( /editing/include/tests.js:5613:13) |
|
Pass | [["insertlinebreak",""]] "<pre>foo<br>{}<br></pre>" checks for modifications to non-editable content | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5644:9) | Pass | assert_equals(2, 2, "The parent div must have two children. Did something spill outside the test div?")
at Test.<anonymous> ( /editing/include/tests.js:5648:9) | Pass | assert_equals(1, 1, "Wrapper div must have only one attribute (<div contenteditable=\"\">), but has more (<div contenteditable=\"\">)")
at Test.<anonymous> ( /editing/include/tests.js:5652:9) | Pass | assert_equals(0, 0, "Body element must have no attributes (<body>), but has more (<body>)")
at Test.<anonymous> ( /editing/include/tests.js:5656:9) | Pass | assert_equals("<head><meta charset=\"utf-8\">\n<meta name=\"timeout\" content=\"long\">\n<link rel=\"stylesheet\" href=\"../include/reset.css\">\n<title>insertlinebreak - HTML editing conformance tests</title>\n\n</head><body>\n\n<div id=\"test-container\"><p>test</p></div>\n\n\n\n\n\n\n\n\n</body>", "<head><meta charset=\"utf-8\">\n<meta name=\"timeout\" content=\"long\">\n<link rel=\"stylesheet\" href=\"../include/reset.css\">\n<title>insertlinebreak - HTML editing conformance tests</title>\n\n</head><body>\n\n<div id=\"test-container\"><p>test</p></div>\n\n\n\n\n\n\n\n\n</body>", "Everything outside the editable div must be unchanged, but some change did occur")
at Test.<anonymous> ( /editing/include/tests.js:5663:9) |
|
Fail | [["insertlinebreak",""]] "<pre>foo<br>{}<br></pre>" compare innerHTML | assert_equals: Unexpected innerHTML (after normalizing inline style) expected "<pre>foo<br><br><br></pre>" but got "<pre>foo<br>\n<br></pre>" at Test.<anonymous> (https://wpt.live/editing/include/tests.js:5679:11)
at Test.step (https://wpt.live/resources/testharness.js:2642:25)
at test (https://wpt.live/resources/testharness.js:633:30)
at subsetTest (https://wpt.live/common/subset-tests.js:54:14)
at runConformanceTest (https://wpt.live/editing/include/tests.js:5667:5) Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5668:9) | Fail | assert_equals("<pre>foo<br>\n<br></pre>", "<pre>foo<br><br><br></pre>", "Unexpected innerHTML (after normalizing inline style)")
at Test.<anonymous> ( /editing/include/tests.js:5679:11) |
|
Pass | [["insertlinebreak",""]] "<pre>foo<br>{}<br></pre>" queryCommandIndeterm("insertlinebreak") before | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals(false, false, "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<pre>foo<br>{}<br></pre>" queryCommandState("insertlinebreak") before | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals(false, false, "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<pre>foo<br>{}<br></pre>" queryCommandValue("insertlinebreak") before | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals("", "", "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<pre>foo<br>{}<br></pre>" queryCommandIndeterm("insertlinebreak") after | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals(false, false, "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<pre>foo<br>{}<br></pre>" queryCommandState("insertlinebreak") after | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals(false, false, "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<pre>foo<br>{}<br></pre>" queryCommandValue("insertlinebreak") after | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals("", "", "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<pre>foo []</pre>": execCommand("insertlinebreak", false, "") return value | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5611:13) | Pass | assert_equals(true, true)
at Test.<anonymous> ( /editing/include/tests.js:5613:13) |
|
Pass | [["insertlinebreak",""]] "<pre>foo []</pre>" checks for modifications to non-editable content | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5644:9) | Pass | assert_equals(2, 2, "The parent div must have two children. Did something spill outside the test div?")
at Test.<anonymous> ( /editing/include/tests.js:5648:9) | Pass | assert_equals(1, 1, "Wrapper div must have only one attribute (<div contenteditable=\"\">), but has more (<div contenteditable=\"\">)")
at Test.<anonymous> ( /editing/include/tests.js:5652:9) | Pass | assert_equals(0, 0, "Body element must have no attributes (<body>), but has more (<body>)")
at Test.<anonymous> ( /editing/include/tests.js:5656:9) | Pass | assert_equals("<head><meta charset=\"utf-8\">\n<meta name=\"timeout\" content=\"long\">\n<link rel=\"stylesheet\" href=\"../include/reset.css\">\n<title>insertlinebreak - HTML editing conformance tests</title>\n\n</head><body>\n\n<div id=\"test-container\"><p>test</p></div>\n\n\n\n\n\n\n\n\n</body>", "<head><meta charset=\"utf-8\">\n<meta name=\"timeout\" content=\"long\">\n<link rel=\"stylesheet\" href=\"../include/reset.css\">\n<title>insertlinebreak - HTML editing conformance tests</title>\n\n</head><body>\n\n<div id=\"test-container\"><p>test</p></div>\n\n\n\n\n\n\n\n\n</body>", "Everything outside the editable div must be unchanged, but some change did occur")
at Test.<anonymous> ( /editing/include/tests.js:5663:9) |
|
Fail | [["insertlinebreak",""]] "<pre>foo []</pre>" compare innerHTML | assert_equals: Unexpected innerHTML (after normalizing inline style) expected "<pre>foo\n<br><br></pre>" but got "<pre>foo\n\n</pre>" at Test.<anonymous> (https://wpt.live/editing/include/tests.js:5679:11)
at Test.step (https://wpt.live/resources/testharness.js:2642:25)
at test (https://wpt.live/resources/testharness.js:633:30)
at subsetTest (https://wpt.live/common/subset-tests.js:54:14)
at runConformanceTest (https://wpt.live/editing/include/tests.js:5667:5) Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5668:9) | Fail | assert_equals("<pre>foo\n\n</pre>", "<pre>foo\n<br><br></pre>", "Unexpected innerHTML (after normalizing inline style)")
at Test.<anonymous> ( /editing/include/tests.js:5679:11) |
|
Pass | [["insertlinebreak",""]] "<pre>foo []</pre>" queryCommandIndeterm("insertlinebreak") before | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals(false, false, "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<pre>foo []</pre>" queryCommandState("insertlinebreak") before | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals(false, false, "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<pre>foo []</pre>" queryCommandValue("insertlinebreak") before | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals("", "", "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<pre>foo []</pre>" queryCommandIndeterm("insertlinebreak") after | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals(false, false, "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<pre>foo []</pre>" queryCommandState("insertlinebreak") after | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals(false, false, "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<pre>foo []</pre>" queryCommandValue("insertlinebreak") after | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals("", "", "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<pre>foo[] </pre>": execCommand("insertlinebreak", false, "") return value | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5611:13) | Pass | assert_equals(true, true)
at Test.<anonymous> ( /editing/include/tests.js:5613:13) |
|
Pass | [["insertlinebreak",""]] "<pre>foo[] </pre>" checks for modifications to non-editable content | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5644:9) | Pass | assert_equals(2, 2, "The parent div must have two children. Did something spill outside the test div?")
at Test.<anonymous> ( /editing/include/tests.js:5648:9) | Pass | assert_equals(1, 1, "Wrapper div must have only one attribute (<div contenteditable=\"\">), but has more (<div contenteditable=\"\">)")
at Test.<anonymous> ( /editing/include/tests.js:5652:9) | Pass | assert_equals(0, 0, "Body element must have no attributes (<body>), but has more (<body>)")
at Test.<anonymous> ( /editing/include/tests.js:5656:9) | Pass | assert_equals("<head><meta charset=\"utf-8\">\n<meta name=\"timeout\" content=\"long\">\n<link rel=\"stylesheet\" href=\"../include/reset.css\">\n<title>insertlinebreak - HTML editing conformance tests</title>\n\n</head><body>\n\n<div id=\"test-container\"><p>test</p></div>\n\n\n\n\n\n\n\n\n</body>", "<head><meta charset=\"utf-8\">\n<meta name=\"timeout\" content=\"long\">\n<link rel=\"stylesheet\" href=\"../include/reset.css\">\n<title>insertlinebreak - HTML editing conformance tests</title>\n\n</head><body>\n\n<div id=\"test-container\"><p>test</p></div>\n\n\n\n\n\n\n\n\n</body>", "Everything outside the editable div must be unchanged, but some change did occur")
at Test.<anonymous> ( /editing/include/tests.js:5663:9) |
|
Fail | [["insertlinebreak",""]] "<pre>foo[] </pre>" compare innerHTML | assert_equals: Unexpected innerHTML (after normalizing inline style) expected "<pre>foo<br>\n</pre>" but got "<pre>foo\n\n</pre>" at Test.<anonymous> (https://wpt.live/editing/include/tests.js:5679:11)
at Test.step (https://wpt.live/resources/testharness.js:2642:25)
at test (https://wpt.live/resources/testharness.js:633:30)
at subsetTest (https://wpt.live/common/subset-tests.js:54:14)
at runConformanceTest (https://wpt.live/editing/include/tests.js:5667:5) Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5668:9) | Fail | assert_equals("<pre>foo\n\n</pre>", "<pre>foo<br>\n</pre>", "Unexpected innerHTML (after normalizing inline style)")
at Test.<anonymous> ( /editing/include/tests.js:5679:11) |
|
Pass | [["insertlinebreak",""]] "<pre>foo[] </pre>" queryCommandIndeterm("insertlinebreak") before | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals(false, false, "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<pre>foo[] </pre>" queryCommandState("insertlinebreak") before | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals(false, false, "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<pre>foo[] </pre>" queryCommandValue("insertlinebreak") before | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals("", "", "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<pre>foo[] </pre>" queryCommandIndeterm("insertlinebreak") after | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals(false, false, "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<pre>foo[] </pre>" queryCommandState("insertlinebreak") after | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals(false, false, "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<pre>foo[] </pre>" queryCommandValue("insertlinebreak") after | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals("", "", "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<pre>foo [] </pre>": execCommand("insertlinebreak", false, "") return value | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5611:13) | Pass | assert_equals(true, true)
at Test.<anonymous> ( /editing/include/tests.js:5613:13) |
|
Pass | [["insertlinebreak",""]] "<pre>foo [] </pre>" checks for modifications to non-editable content | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5644:9) | Pass | assert_equals(2, 2, "The parent div must have two children. Did something spill outside the test div?")
at Test.<anonymous> ( /editing/include/tests.js:5648:9) | Pass | assert_equals(1, 1, "Wrapper div must have only one attribute (<div contenteditable=\"\">), but has more (<div contenteditable=\"\">)")
at Test.<anonymous> ( /editing/include/tests.js:5652:9) | Pass | assert_equals(0, 0, "Body element must have no attributes (<body>), but has more (<body>)")
at Test.<anonymous> ( /editing/include/tests.js:5656:9) | Pass | assert_equals("<head><meta charset=\"utf-8\">\n<meta name=\"timeout\" content=\"long\">\n<link rel=\"stylesheet\" href=\"../include/reset.css\">\n<title>insertlinebreak - HTML editing conformance tests</title>\n\n</head><body>\n\n<div id=\"test-container\"><p>test</p></div>\n\n\n\n\n\n\n\n\n</body>", "<head><meta charset=\"utf-8\">\n<meta name=\"timeout\" content=\"long\">\n<link rel=\"stylesheet\" href=\"../include/reset.css\">\n<title>insertlinebreak - HTML editing conformance tests</title>\n\n</head><body>\n\n<div id=\"test-container\"><p>test</p></div>\n\n\n\n\n\n\n\n\n</body>", "Everything outside the editable div must be unchanged, but some change did occur")
at Test.<anonymous> ( /editing/include/tests.js:5663:9) |
|
Fail | [["insertlinebreak",""]] "<pre>foo [] </pre>" compare innerHTML | assert_equals: Unexpected innerHTML (after normalizing inline style) expected "<pre>foo\n<br>\n</pre>" but got "<pre>foo\n\n\n</pre>" at Test.<anonymous> (https://wpt.live/editing/include/tests.js:5679:11)
at Test.step (https://wpt.live/resources/testharness.js:2642:25)
at test (https://wpt.live/resources/testharness.js:633:30)
at subsetTest (https://wpt.live/common/subset-tests.js:54:14)
at runConformanceTest (https://wpt.live/editing/include/tests.js:5667:5) Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5668:9) | Fail | assert_equals("<pre>foo\n\n\n</pre>", "<pre>foo\n<br>\n</pre>", "Unexpected innerHTML (after normalizing inline style)")
at Test.<anonymous> ( /editing/include/tests.js:5679:11) |
|
Pass | [["insertlinebreak",""]] "<pre>foo [] </pre>" queryCommandIndeterm("insertlinebreak") before | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals(false, false, "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<pre>foo [] </pre>" queryCommandState("insertlinebreak") before | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals(false, false, "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<pre>foo [] </pre>" queryCommandValue("insertlinebreak") before | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals("", "", "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<pre>foo [] </pre>" queryCommandIndeterm("insertlinebreak") after | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals(false, false, "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<pre>foo [] </pre>" queryCommandState("insertlinebreak") after | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals(false, false, "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<pre>foo [] </pre>" queryCommandValue("insertlinebreak") after | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals("", "", "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<xmp>foo[]bar</xmp>": execCommand("insertlinebreak", false, "") return value | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5611:13) | Pass | assert_equals(true, true)
at Test.<anonymous> ( /editing/include/tests.js:5613:13) |
|
Pass | [["insertlinebreak",""]] "<xmp>foo[]bar</xmp>" checks for modifications to non-editable content | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5644:9) | Pass | assert_equals(2, 2, "The parent div must have two children. Did something spill outside the test div?")
at Test.<anonymous> ( /editing/include/tests.js:5648:9) | Pass | assert_equals(1, 1, "Wrapper div must have only one attribute (<div contenteditable=\"\">), but has more (<div contenteditable=\"\">)")
at Test.<anonymous> ( /editing/include/tests.js:5652:9) | Pass | assert_equals(0, 0, "Body element must have no attributes (<body>), but has more (<body>)")
at Test.<anonymous> ( /editing/include/tests.js:5656:9) | Pass | assert_equals("<head><meta charset=\"utf-8\">\n<meta name=\"timeout\" content=\"long\">\n<link rel=\"stylesheet\" href=\"../include/reset.css\">\n<title>insertlinebreak - HTML editing conformance tests</title>\n\n</head><body>\n\n<div id=\"test-container\"><p>test</p></div>\n\n\n\n\n\n\n\n\n</body>", "<head><meta charset=\"utf-8\">\n<meta name=\"timeout\" content=\"long\">\n<link rel=\"stylesheet\" href=\"../include/reset.css\">\n<title>insertlinebreak - HTML editing conformance tests</title>\n\n</head><body>\n\n<div id=\"test-container\"><p>test</p></div>\n\n\n\n\n\n\n\n\n</body>", "Everything outside the editable div must be unchanged, but some change did occur")
at Test.<anonymous> ( /editing/include/tests.js:5663:9) |
|
Fail | [["insertlinebreak",""]] "<xmp>foo[]bar</xmp>" compare innerHTML | assert_equals: Unexpected innerHTML (after normalizing inline style) expected "<xmp>foobar</xmp>" but got "<xmp>foo\nbar</xmp>" at Test.<anonymous> (https://wpt.live/editing/include/tests.js:5679:11)
at Test.step (https://wpt.live/resources/testharness.js:2642:25)
at test (https://wpt.live/resources/testharness.js:633:30)
at subsetTest (https://wpt.live/common/subset-tests.js:54:14)
at runConformanceTest (https://wpt.live/editing/include/tests.js:5667:5) Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5668:9) | Fail | assert_equals("<xmp>foo\nbar</xmp>", "<xmp>foobar</xmp>", "Unexpected innerHTML (after normalizing inline style)")
at Test.<anonymous> ( /editing/include/tests.js:5679:11) |
|
Pass | [["insertlinebreak",""]] "<xmp>foo[]bar</xmp>" queryCommandIndeterm("insertlinebreak") before | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals(false, false, "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<xmp>foo[]bar</xmp>" queryCommandState("insertlinebreak") before | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals(false, false, "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<xmp>foo[]bar</xmp>" queryCommandValue("insertlinebreak") before | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals("", "", "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<xmp>foo[]bar</xmp>" queryCommandIndeterm("insertlinebreak") after | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals(false, false, "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<xmp>foo[]bar</xmp>" queryCommandState("insertlinebreak") after | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals(false, false, "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<xmp>foo[]bar</xmp>" queryCommandValue("insertlinebreak") after | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals("", "", "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<script>foo[]bar</script>baz": execCommand("insertlinebreak", false, "") return value | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5611:13) | Pass | assert_equals(true, true)
at Test.<anonymous> ( /editing/include/tests.js:5613:13) |
|
Pass | [["insertlinebreak",""]] "<script>foo[]bar</script>baz" checks for modifications to non-editable content | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5644:9) | Pass | assert_equals(2, 2, "The parent div must have two children. Did something spill outside the test div?")
at Test.<anonymous> ( /editing/include/tests.js:5648:9) | Pass | assert_equals(1, 1, "Wrapper div must have only one attribute (<div contenteditable=\"\">), but has more (<div contenteditable=\"\">)")
at Test.<anonymous> ( /editing/include/tests.js:5652:9) | Pass | assert_equals(0, 0, "Body element must have no attributes (<body>), but has more (<body>)")
at Test.<anonymous> ( /editing/include/tests.js:5656:9) | Pass | assert_equals("<head><meta charset=\"utf-8\">\n<meta name=\"timeout\" content=\"long\">\n<link rel=\"stylesheet\" href=\"../include/reset.css\">\n<title>insertlinebreak - HTML editing conformance tests</title>\n\n</head><body>\n\n<div id=\"test-container\"><p>test</p></div>\n\n\n\n\n\n\n\n\n</body>", "<head><meta charset=\"utf-8\">\n<meta name=\"timeout\" content=\"long\">\n<link rel=\"stylesheet\" href=\"../include/reset.css\">\n<title>insertlinebreak - HTML editing conformance tests</title>\n\n</head><body>\n\n<div id=\"test-container\"><p>test</p></div>\n\n\n\n\n\n\n\n\n</body>", "Everything outside the editable div must be unchanged, but some change did occur")
at Test.<anonymous> ( /editing/include/tests.js:5663:9) |
|
Fail | [["insertlinebreak",""]] "<script>foo[]bar</script>baz" compare innerHTML | assert_equals: Unexpected innerHTML (after normalizing inline style) expected "<script>foobar</script>baz" but got "<script>foobar</script><br>baz" at Test.<anonymous> (https://wpt.live/editing/include/tests.js:5679:11)
at Test.step (https://wpt.live/resources/testharness.js:2642:25)
at test (https://wpt.live/resources/testharness.js:633:30)
at subsetTest (https://wpt.live/common/subset-tests.js:54:14)
at runConformanceTest (https://wpt.live/editing/include/tests.js:5667:5) Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5668:9) | Fail | assert_equals("<script>foobar</script><br>baz", "<script>foobar</script>baz", "Unexpected innerHTML (after normalizing inline style)")
at Test.<anonymous> ( /editing/include/tests.js:5679:11) |
|
Pass | [["insertlinebreak",""]] "<script>foo[]bar</script>baz" queryCommandIndeterm("insertlinebreak") before | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals(false, false, "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<script>foo[]bar</script>baz" queryCommandState("insertlinebreak") before | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals(false, false, "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<script>foo[]bar</script>baz" queryCommandValue("insertlinebreak") before | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals("", "", "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<script>foo[]bar</script>baz" queryCommandIndeterm("insertlinebreak") after | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals(false, false, "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<script>foo[]bar</script>baz" queryCommandState("insertlinebreak") after | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals(false, false, "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<script>foo[]bar</script>baz" queryCommandValue("insertlinebreak") after | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals("", "", "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<listing>foo[]bar</listing>": execCommand("insertlinebreak", false, "") return value | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5611:13) | Pass | assert_equals(true, true)
at Test.<anonymous> ( /editing/include/tests.js:5613:13) |
|
Pass | [["insertlinebreak",""]] "<listing>foo[]bar</listing>" checks for modifications to non-editable content | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5644:9) | Pass | assert_equals(2, 2, "The parent div must have two children. Did something spill outside the test div?")
at Test.<anonymous> ( /editing/include/tests.js:5648:9) | Pass | assert_equals(1, 1, "Wrapper div must have only one attribute (<div contenteditable=\"\">), but has more (<div contenteditable=\"\">)")
at Test.<anonymous> ( /editing/include/tests.js:5652:9) | Pass | assert_equals(0, 0, "Body element must have no attributes (<body>), but has more (<body>)")
at Test.<anonymous> ( /editing/include/tests.js:5656:9) | Pass | assert_equals("<head><meta charset=\"utf-8\">\n<meta name=\"timeout\" content=\"long\">\n<link rel=\"stylesheet\" href=\"../include/reset.css\">\n<title>insertlinebreak - HTML editing conformance tests</title>\n\n</head><body>\n\n<div id=\"test-container\"><p>test</p></div>\n\n\n\n\n\n\n\n\n</body>", "<head><meta charset=\"utf-8\">\n<meta name=\"timeout\" content=\"long\">\n<link rel=\"stylesheet\" href=\"../include/reset.css\">\n<title>insertlinebreak - HTML editing conformance tests</title>\n\n</head><body>\n\n<div id=\"test-container\"><p>test</p></div>\n\n\n\n\n\n\n\n\n</body>", "Everything outside the editable div must be unchanged, but some change did occur")
at Test.<anonymous> ( /editing/include/tests.js:5663:9) |
|
Fail | [["insertlinebreak",""]] "<listing>foo[]bar</listing>" compare innerHTML | assert_equals: Unexpected innerHTML (after normalizing inline style) expected "<listing>foo<br>bar</listing>" but got "<listing>foo\nbar</listing>" at Test.<anonymous> (https://wpt.live/editing/include/tests.js:5679:11)
at Test.step (https://wpt.live/resources/testharness.js:2642:25)
at test (https://wpt.live/resources/testharness.js:633:30)
at subsetTest (https://wpt.live/common/subset-tests.js:54:14)
at runConformanceTest (https://wpt.live/editing/include/tests.js:5667:5) Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5668:9) | Fail | assert_equals("<listing>foo\nbar</listing>", "<listing>foo<br>bar</listing>", "Unexpected innerHTML (after normalizing inline style)")
at Test.<anonymous> ( /editing/include/tests.js:5679:11) |
|
Pass | [["insertlinebreak",""]] "<listing>foo[]bar</listing>" queryCommandIndeterm("insertlinebreak") before | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals(false, false, "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<listing>foo[]bar</listing>" queryCommandState("insertlinebreak") before | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals(false, false, "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<listing>foo[]bar</listing>" queryCommandValue("insertlinebreak") before | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals("", "", "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<listing>foo[]bar</listing>" queryCommandIndeterm("insertlinebreak") after | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals(false, false, "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<listing>foo[]bar</listing>" queryCommandState("insertlinebreak") after | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals(false, false, "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<listing>foo[]bar</listing>" queryCommandValue("insertlinebreak") after | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals("", "", "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<ol><li>{}<br></li></ol>": execCommand("insertlinebreak", false, "") return value | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5611:13) | Pass | assert_equals(true, true)
at Test.<anonymous> ( /editing/include/tests.js:5613:13) |
|
Pass | [["insertlinebreak",""]] "<ol><li>{}<br></li></ol>" checks for modifications to non-editable content | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5644:9) | Pass | assert_equals(2, 2, "The parent div must have two children. Did something spill outside the test div?")
at Test.<anonymous> ( /editing/include/tests.js:5648:9) | Pass | assert_equals(1, 1, "Wrapper div must have only one attribute (<div contenteditable=\"\">), but has more (<div contenteditable=\"\">)")
at Test.<anonymous> ( /editing/include/tests.js:5652:9) | Pass | assert_equals(0, 0, "Body element must have no attributes (<body>), but has more (<body>)")
at Test.<anonymous> ( /editing/include/tests.js:5656:9) | Pass | assert_equals("<head><meta charset=\"utf-8\">\n<meta name=\"timeout\" content=\"long\">\n<link rel=\"stylesheet\" href=\"../include/reset.css\">\n<title>insertlinebreak - HTML editing conformance tests</title>\n\n</head><body>\n\n<div id=\"test-container\"><p>test</p></div>\n\n\n\n\n\n\n\n\n</body>", "<head><meta charset=\"utf-8\">\n<meta name=\"timeout\" content=\"long\">\n<link rel=\"stylesheet\" href=\"../include/reset.css\">\n<title>insertlinebreak - HTML editing conformance tests</title>\n\n</head><body>\n\n<div id=\"test-container\"><p>test</p></div>\n\n\n\n\n\n\n\n\n</body>", "Everything outside the editable div must be unchanged, but some change did occur")
at Test.<anonymous> ( /editing/include/tests.js:5663:9) |
|
Pass | [["insertlinebreak",""]] "<ol><li>{}<br></li></ol>" compare innerHTML | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5668:9) | Pass | assert_equals("<ol><li><br><br></li></ol>", "<ol><li><br><br></li></ol>", "Unexpected innerHTML (after normalizing inline style)")
at Test.<anonymous> ( /editing/include/tests.js:5679:11) |
|
Pass | [["insertlinebreak",""]] "<ol><li>{}<br></li></ol>" queryCommandIndeterm("insertlinebreak") before | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals(false, false, "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<ol><li>{}<br></li></ol>" queryCommandState("insertlinebreak") before | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals(false, false, "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<ol><li>{}<br></li></ol>" queryCommandValue("insertlinebreak") before | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals("", "", "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<ol><li>{}<br></li></ol>" queryCommandIndeterm("insertlinebreak") after | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals(false, false, "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<ol><li>{}<br></li></ol>" queryCommandState("insertlinebreak") after | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals(false, false, "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<ol><li>{}<br></li></ol>" queryCommandValue("insertlinebreak") after | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals("", "", "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "foo<ol><li>{}<br></li></ol>": execCommand("insertlinebreak", false, "") return value | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5611:13) | Pass | assert_equals(true, true)
at Test.<anonymous> ( /editing/include/tests.js:5613:13) |
|
Pass | [["insertlinebreak",""]] "foo<ol><li>{}<br></li></ol>" checks for modifications to non-editable content | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5644:9) | Pass | assert_equals(2, 2, "The parent div must have two children. Did something spill outside the test div?")
at Test.<anonymous> ( /editing/include/tests.js:5648:9) | Pass | assert_equals(1, 1, "Wrapper div must have only one attribute (<div contenteditable=\"\">), but has more (<div contenteditable=\"\">)")
at Test.<anonymous> ( /editing/include/tests.js:5652:9) | Pass | assert_equals(0, 0, "Body element must have no attributes (<body>), but has more (<body>)")
at Test.<anonymous> ( /editing/include/tests.js:5656:9) | Pass | assert_equals("<head><meta charset=\"utf-8\">\n<meta name=\"timeout\" content=\"long\">\n<link rel=\"stylesheet\" href=\"../include/reset.css\">\n<title>insertlinebreak - HTML editing conformance tests</title>\n\n</head><body>\n\n<div id=\"test-container\"><p>test</p></div>\n\n\n\n\n\n\n\n\n</body>", "<head><meta charset=\"utf-8\">\n<meta name=\"timeout\" content=\"long\">\n<link rel=\"stylesheet\" href=\"../include/reset.css\">\n<title>insertlinebreak - HTML editing conformance tests</title>\n\n</head><body>\n\n<div id=\"test-container\"><p>test</p></div>\n\n\n\n\n\n\n\n\n</body>", "Everything outside the editable div must be unchanged, but some change did occur")
at Test.<anonymous> ( /editing/include/tests.js:5663:9) |
|
Pass | [["insertlinebreak",""]] "foo<ol><li>{}<br></li></ol>" compare innerHTML | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5668:9) | Pass | assert_equals("foo<ol><li><br><br></li></ol>", "foo<ol><li><br><br></li></ol>", "Unexpected innerHTML (after normalizing inline style)")
at Test.<anonymous> ( /editing/include/tests.js:5679:11) |
|
Pass | [["insertlinebreak",""]] "foo<ol><li>{}<br></li></ol>" queryCommandIndeterm("insertlinebreak") before | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals(false, false, "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "foo<ol><li>{}<br></li></ol>" queryCommandState("insertlinebreak") before | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals(false, false, "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "foo<ol><li>{}<br></li></ol>" queryCommandValue("insertlinebreak") before | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals("", "", "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "foo<ol><li>{}<br></li></ol>" queryCommandIndeterm("insertlinebreak") after | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals(false, false, "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "foo<ol><li>{}<br></li></ol>" queryCommandState("insertlinebreak") after | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals(false, false, "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "foo<ol><li>{}<br></li></ol>" queryCommandValue("insertlinebreak") after | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals("", "", "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<ol><li>{}<br></li></ol>foo": execCommand("insertlinebreak", false, "") return value | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5611:13) | Pass | assert_equals(true, true)
at Test.<anonymous> ( /editing/include/tests.js:5613:13) |
|
Pass | [["insertlinebreak",""]] "<ol><li>{}<br></li></ol>foo" checks for modifications to non-editable content | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5644:9) | Pass | assert_equals(2, 2, "The parent div must have two children. Did something spill outside the test div?")
at Test.<anonymous> ( /editing/include/tests.js:5648:9) | Pass | assert_equals(1, 1, "Wrapper div must have only one attribute (<div contenteditable=\"\">), but has more (<div contenteditable=\"\">)")
at Test.<anonymous> ( /editing/include/tests.js:5652:9) | Pass | assert_equals(0, 0, "Body element must have no attributes (<body>), but has more (<body>)")
at Test.<anonymous> ( /editing/include/tests.js:5656:9) | Pass | assert_equals("<head><meta charset=\"utf-8\">\n<meta name=\"timeout\" content=\"long\">\n<link rel=\"stylesheet\" href=\"../include/reset.css\">\n<title>insertlinebreak - HTML editing conformance tests</title>\n\n</head><body>\n\n<div id=\"test-container\"><p>test</p></div>\n\n\n\n\n\n\n\n\n</body>", "<head><meta charset=\"utf-8\">\n<meta name=\"timeout\" content=\"long\">\n<link rel=\"stylesheet\" href=\"../include/reset.css\">\n<title>insertlinebreak - HTML editing conformance tests</title>\n\n</head><body>\n\n<div id=\"test-container\"><p>test</p></div>\n\n\n\n\n\n\n\n\n</body>", "Everything outside the editable div must be unchanged, but some change did occur")
at Test.<anonymous> ( /editing/include/tests.js:5663:9) |
|
Pass | [["insertlinebreak",""]] "<ol><li>{}<br></li></ol>foo" compare innerHTML | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5668:9) | Pass | assert_equals("<ol><li><br><br></li></ol>foo", "<ol><li><br><br></li></ol>foo", "Unexpected innerHTML (after normalizing inline style)")
at Test.<anonymous> ( /editing/include/tests.js:5679:11) |
|
Pass | [["insertlinebreak",""]] "<ol><li>{}<br></li></ol>foo" queryCommandIndeterm("insertlinebreak") before | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals(false, false, "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<ol><li>{}<br></li></ol>foo" queryCommandState("insertlinebreak") before | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals(false, false, "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<ol><li>{}<br></li></ol>foo" queryCommandValue("insertlinebreak") before | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals("", "", "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<ol><li>{}<br></li></ol>foo" queryCommandIndeterm("insertlinebreak") after | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals(false, false, "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<ol><li>{}<br></li></ol>foo" queryCommandState("insertlinebreak") after | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals(false, false, "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<ol><li>{}<br></li></ol>foo" queryCommandValue("insertlinebreak") after | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals("", "", "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<ol><li>foo<li>{}<br></ol>": execCommand("insertlinebreak", false, "") return value | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5611:13) | Pass | assert_equals(true, true)
at Test.<anonymous> ( /editing/include/tests.js:5613:13) |
|
Pass | [["insertlinebreak",""]] "<ol><li>foo<li>{}<br></ol>" checks for modifications to non-editable content | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5644:9) | Pass | assert_equals(2, 2, "The parent div must have two children. Did something spill outside the test div?")
at Test.<anonymous> ( /editing/include/tests.js:5648:9) | Pass | assert_equals(1, 1, "Wrapper div must have only one attribute (<div contenteditable=\"\">), but has more (<div contenteditable=\"\">)")
at Test.<anonymous> ( /editing/include/tests.js:5652:9) | Pass | assert_equals(0, 0, "Body element must have no attributes (<body>), but has more (<body>)")
at Test.<anonymous> ( /editing/include/tests.js:5656:9) | Pass | assert_equals("<head><meta charset=\"utf-8\">\n<meta name=\"timeout\" content=\"long\">\n<link rel=\"stylesheet\" href=\"../include/reset.css\">\n<title>insertlinebreak - HTML editing conformance tests</title>\n\n</head><body>\n\n<div id=\"test-container\"><p>test</p></div>\n\n\n\n\n\n\n\n\n</body>", "<head><meta charset=\"utf-8\">\n<meta name=\"timeout\" content=\"long\">\n<link rel=\"stylesheet\" href=\"../include/reset.css\">\n<title>insertlinebreak - HTML editing conformance tests</title>\n\n</head><body>\n\n<div id=\"test-container\"><p>test</p></div>\n\n\n\n\n\n\n\n\n</body>", "Everything outside the editable div must be unchanged, but some change did occur")
at Test.<anonymous> ( /editing/include/tests.js:5663:9) |
|
Pass | [["insertlinebreak",""]] "<ol><li>foo<li>{}<br></ol>" compare innerHTML | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5668:9) | Pass | assert_equals("<ol><li>foo</li><li><br><br></li></ol>", "<ol><li>foo</li><li><br><br></li></ol>", "Unexpected innerHTML (after normalizing inline style)")
at Test.<anonymous> ( /editing/include/tests.js:5679:11) |
|
Pass | [["insertlinebreak",""]] "<ol><li>foo<li>{}<br></ol>" queryCommandIndeterm("insertlinebreak") before | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals(false, false, "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<ol><li>foo<li>{}<br></ol>" queryCommandState("insertlinebreak") before | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals(false, false, "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<ol><li>foo<li>{}<br></ol>" queryCommandValue("insertlinebreak") before | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals("", "", "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<ol><li>foo<li>{}<br></ol>" queryCommandIndeterm("insertlinebreak") after | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals(false, false, "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<ol><li>foo<li>{}<br></ol>" queryCommandState("insertlinebreak") after | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals(false, false, "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<ol><li>foo<li>{}<br></ol>" queryCommandValue("insertlinebreak") after | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals("", "", "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<ol><li>{}<br><li>bar</ol>": execCommand("insertlinebreak", false, "") return value | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5611:13) | Pass | assert_equals(true, true)
at Test.<anonymous> ( /editing/include/tests.js:5613:13) |
|
Pass | [["insertlinebreak",""]] "<ol><li>{}<br><li>bar</ol>" checks for modifications to non-editable content | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5644:9) | Pass | assert_equals(2, 2, "The parent div must have two children. Did something spill outside the test div?")
at Test.<anonymous> ( /editing/include/tests.js:5648:9) | Pass | assert_equals(1, 1, "Wrapper div must have only one attribute (<div contenteditable=\"\">), but has more (<div contenteditable=\"\">)")
at Test.<anonymous> ( /editing/include/tests.js:5652:9) | Pass | assert_equals(0, 0, "Body element must have no attributes (<body>), but has more (<body>)")
at Test.<anonymous> ( /editing/include/tests.js:5656:9) | Pass | assert_equals("<head><meta charset=\"utf-8\">\n<meta name=\"timeout\" content=\"long\">\n<link rel=\"stylesheet\" href=\"../include/reset.css\">\n<title>insertlinebreak - HTML editing conformance tests</title>\n\n</head><body>\n\n<div id=\"test-container\"><p>test</p></div>\n\n\n\n\n\n\n\n\n</body>", "<head><meta charset=\"utf-8\">\n<meta name=\"timeout\" content=\"long\">\n<link rel=\"stylesheet\" href=\"../include/reset.css\">\n<title>insertlinebreak - HTML editing conformance tests</title>\n\n</head><body>\n\n<div id=\"test-container\"><p>test</p></div>\n\n\n\n\n\n\n\n\n</body>", "Everything outside the editable div must be unchanged, but some change did occur")
at Test.<anonymous> ( /editing/include/tests.js:5663:9) |
|
Pass | [["insertlinebreak",""]] "<ol><li>{}<br><li>bar</ol>" compare innerHTML | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5668:9) | Pass | assert_equals("<ol><li><br><br></li><li>bar</li></ol>", "<ol><li><br><br></li><li>bar</li></ol>", "Unexpected innerHTML (after normalizing inline style)")
at Test.<anonymous> ( /editing/include/tests.js:5679:11) |
|
Pass | [["insertlinebreak",""]] "<ol><li>{}<br><li>bar</ol>" queryCommandIndeterm("insertlinebreak") before | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals(false, false, "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<ol><li>{}<br><li>bar</ol>" queryCommandState("insertlinebreak") before | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals(false, false, "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<ol><li>{}<br><li>bar</ol>" queryCommandValue("insertlinebreak") before | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals("", "", "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<ol><li>{}<br><li>bar</ol>" queryCommandIndeterm("insertlinebreak") after | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals(false, false, "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<ol><li>{}<br><li>bar</ol>" queryCommandState("insertlinebreak") after | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals(false, false, "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<ol><li>{}<br><li>bar</ol>" queryCommandValue("insertlinebreak") after | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals("", "", "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<ol><li>foo</li><ul><li>{}<br></ul></ol>": execCommand("insertlinebreak", false, "") return value | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5611:13) | Pass | assert_equals(true, true)
at Test.<anonymous> ( /editing/include/tests.js:5613:13) |
|
Pass | [["insertlinebreak",""]] "<ol><li>foo</li><ul><li>{}<br></ul></ol>" checks for modifications to non-editable content | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5644:9) | Pass | assert_equals(2, 2, "The parent div must have two children. Did something spill outside the test div?")
at Test.<anonymous> ( /editing/include/tests.js:5648:9) | Pass | assert_equals(1, 1, "Wrapper div must have only one attribute (<div contenteditable=\"\">), but has more (<div contenteditable=\"\">)")
at Test.<anonymous> ( /editing/include/tests.js:5652:9) | Pass | assert_equals(0, 0, "Body element must have no attributes (<body>), but has more (<body>)")
at Test.<anonymous> ( /editing/include/tests.js:5656:9) | Pass | assert_equals("<head><meta charset=\"utf-8\">\n<meta name=\"timeout\" content=\"long\">\n<link rel=\"stylesheet\" href=\"../include/reset.css\">\n<title>insertlinebreak - HTML editing conformance tests</title>\n\n</head><body>\n\n<div id=\"test-container\"><p>test</p></div>\n\n\n\n\n\n\n\n\n</body>", "<head><meta charset=\"utf-8\">\n<meta name=\"timeout\" content=\"long\">\n<link rel=\"stylesheet\" href=\"../include/reset.css\">\n<title>insertlinebreak - HTML editing conformance tests</title>\n\n</head><body>\n\n<div id=\"test-container\"><p>test</p></div>\n\n\n\n\n\n\n\n\n</body>", "Everything outside the editable div must be unchanged, but some change did occur")
at Test.<anonymous> ( /editing/include/tests.js:5663:9) |
|
Pass | [["insertlinebreak",""]] "<ol><li>foo</li><ul><li>{}<br></ul></ol>" compare innerHTML | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5668:9) | Pass | assert_equals("<ol><li>foo</li><ul><li><br><br></li></ul></ol>", "<ol><li>foo</li><ul><li><br><br></li></ul></ol>", "Unexpected innerHTML (after normalizing inline style)")
at Test.<anonymous> ( /editing/include/tests.js:5679:11) |
|
Pass | [["insertlinebreak",""]] "<ol><li>foo</li><ul><li>{}<br></ul></ol>" queryCommandIndeterm("insertlinebreak") before | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals(false, false, "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<ol><li>foo</li><ul><li>{}<br></ul></ol>" queryCommandState("insertlinebreak") before | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals(false, false, "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<ol><li>foo</li><ul><li>{}<br></ul></ol>" queryCommandValue("insertlinebreak") before | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals("", "", "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<ol><li>foo</li><ul><li>{}<br></ul></ol>" queryCommandIndeterm("insertlinebreak") after | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals(false, false, "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<ol><li>foo</li><ul><li>{}<br></ul></ol>" queryCommandState("insertlinebreak") after | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals(false, false, "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<ol><li>foo</li><ul><li>{}<br></ul></ol>" queryCommandValue("insertlinebreak") after | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals("", "", "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<dl><dt>{}<br></dt></dl>": execCommand("insertlinebreak", false, "") return value | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5611:13) | Pass | assert_equals(true, true)
at Test.<anonymous> ( /editing/include/tests.js:5613:13) |
|
Pass | [["insertlinebreak",""]] "<dl><dt>{}<br></dt></dl>" checks for modifications to non-editable content | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5644:9) | Pass | assert_equals(2, 2, "The parent div must have two children. Did something spill outside the test div?")
at Test.<anonymous> ( /editing/include/tests.js:5648:9) | Pass | assert_equals(1, 1, "Wrapper div must have only one attribute (<div contenteditable=\"\">), but has more (<div contenteditable=\"\">)")
at Test.<anonymous> ( /editing/include/tests.js:5652:9) | Pass | assert_equals(0, 0, "Body element must have no attributes (<body>), but has more (<body>)")
at Test.<anonymous> ( /editing/include/tests.js:5656:9) | Pass | assert_equals("<head><meta charset=\"utf-8\">\n<meta name=\"timeout\" content=\"long\">\n<link rel=\"stylesheet\" href=\"../include/reset.css\">\n<title>insertlinebreak - HTML editing conformance tests</title>\n\n</head><body>\n\n<div id=\"test-container\"><p>test</p></div>\n\n\n\n\n\n\n\n\n</body>", "<head><meta charset=\"utf-8\">\n<meta name=\"timeout\" content=\"long\">\n<link rel=\"stylesheet\" href=\"../include/reset.css\">\n<title>insertlinebreak - HTML editing conformance tests</title>\n\n</head><body>\n\n<div id=\"test-container\"><p>test</p></div>\n\n\n\n\n\n\n\n\n</body>", "Everything outside the editable div must be unchanged, but some change did occur")
at Test.<anonymous> ( /editing/include/tests.js:5663:9) |
|
Pass | [["insertlinebreak",""]] "<dl><dt>{}<br></dt></dl>" compare innerHTML | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5668:9) | Pass | assert_equals("<dl><dt><br><br></dt></dl>", "<dl><dt><br><br></dt></dl>", "Unexpected innerHTML (after normalizing inline style)")
at Test.<anonymous> ( /editing/include/tests.js:5679:11) |
|
Pass | [["insertlinebreak",""]] "<dl><dt>{}<br></dt></dl>" queryCommandIndeterm("insertlinebreak") before | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals(false, false, "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<dl><dt>{}<br></dt></dl>" queryCommandState("insertlinebreak") before | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals(false, false, "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<dl><dt>{}<br></dt></dl>" queryCommandValue("insertlinebreak") before | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals("", "", "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<dl><dt>{}<br></dt></dl>" queryCommandIndeterm("insertlinebreak") after | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals(false, false, "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<dl><dt>{}<br></dt></dl>" queryCommandState("insertlinebreak") after | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals(false, false, "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<dl><dt>{}<br></dt></dl>" queryCommandValue("insertlinebreak") after | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals("", "", "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<dl><dt>foo<dd>{}<br></dl>": execCommand("insertlinebreak", false, "") return value | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5611:13) | Pass | assert_equals(true, true)
at Test.<anonymous> ( /editing/include/tests.js:5613:13) |
|
Pass | [["insertlinebreak",""]] "<dl><dt>foo<dd>{}<br></dl>" checks for modifications to non-editable content | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5644:9) | Pass | assert_equals(2, 2, "The parent div must have two children. Did something spill outside the test div?")
at Test.<anonymous> ( /editing/include/tests.js:5648:9) | Pass | assert_equals(1, 1, "Wrapper div must have only one attribute (<div contenteditable=\"\">), but has more (<div contenteditable=\"\">)")
at Test.<anonymous> ( /editing/include/tests.js:5652:9) | Pass | assert_equals(0, 0, "Body element must have no attributes (<body>), but has more (<body>)")
at Test.<anonymous> ( /editing/include/tests.js:5656:9) | Pass | assert_equals("<head><meta charset=\"utf-8\">\n<meta name=\"timeout\" content=\"long\">\n<link rel=\"stylesheet\" href=\"../include/reset.css\">\n<title>insertlinebreak - HTML editing conformance tests</title>\n\n</head><body>\n\n<div id=\"test-container\"><p>test</p></div>\n\n\n\n\n\n\n\n\n</body>", "<head><meta charset=\"utf-8\">\n<meta name=\"timeout\" content=\"long\">\n<link rel=\"stylesheet\" href=\"../include/reset.css\">\n<title>insertlinebreak - HTML editing conformance tests</title>\n\n</head><body>\n\n<div id=\"test-container\"><p>test</p></div>\n\n\n\n\n\n\n\n\n</body>", "Everything outside the editable div must be unchanged, but some change did occur")
at Test.<anonymous> ( /editing/include/tests.js:5663:9) |
|
Pass | [["insertlinebreak",""]] "<dl><dt>foo<dd>{}<br></dl>" compare innerHTML | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5668:9) | Pass | assert_equals("<dl><dt>foo</dt><dd><br><br></dd></dl>", "<dl><dt>foo</dt><dd><br><br></dd></dl>", "Unexpected innerHTML (after normalizing inline style)")
at Test.<anonymous> ( /editing/include/tests.js:5679:11) |
|
Pass | [["insertlinebreak",""]] "<dl><dt>foo<dd>{}<br></dl>" queryCommandIndeterm("insertlinebreak") before | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals(false, false, "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<dl><dt>foo<dd>{}<br></dl>" queryCommandState("insertlinebreak") before | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals(false, false, "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<dl><dt>foo<dd>{}<br></dl>" queryCommandValue("insertlinebreak") before | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals("", "", "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<dl><dt>foo<dd>{}<br></dl>" queryCommandIndeterm("insertlinebreak") after | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals(false, false, "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<dl><dt>foo<dd>{}<br></dl>" queryCommandState("insertlinebreak") after | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals(false, false, "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<dl><dt>foo<dd>{}<br></dl>" queryCommandValue("insertlinebreak") after | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals("", "", "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<dl><dt>{}<br><dd>bar</dl>": execCommand("insertlinebreak", false, "") return value | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5611:13) | Pass | assert_equals(true, true)
at Test.<anonymous> ( /editing/include/tests.js:5613:13) |
|
Pass | [["insertlinebreak",""]] "<dl><dt>{}<br><dd>bar</dl>" checks for modifications to non-editable content | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5644:9) | Pass | assert_equals(2, 2, "The parent div must have two children. Did something spill outside the test div?")
at Test.<anonymous> ( /editing/include/tests.js:5648:9) | Pass | assert_equals(1, 1, "Wrapper div must have only one attribute (<div contenteditable=\"\">), but has more (<div contenteditable=\"\">)")
at Test.<anonymous> ( /editing/include/tests.js:5652:9) | Pass | assert_equals(0, 0, "Body element must have no attributes (<body>), but has more (<body>)")
at Test.<anonymous> ( /editing/include/tests.js:5656:9) | Pass | assert_equals("<head><meta charset=\"utf-8\">\n<meta name=\"timeout\" content=\"long\">\n<link rel=\"stylesheet\" href=\"../include/reset.css\">\n<title>insertlinebreak - HTML editing conformance tests</title>\n\n</head><body>\n\n<div id=\"test-container\"><p>test</p></div>\n\n\n\n\n\n\n\n\n</body>", "<head><meta charset=\"utf-8\">\n<meta name=\"timeout\" content=\"long\">\n<link rel=\"stylesheet\" href=\"../include/reset.css\">\n<title>insertlinebreak - HTML editing conformance tests</title>\n\n</head><body>\n\n<div id=\"test-container\"><p>test</p></div>\n\n\n\n\n\n\n\n\n</body>", "Everything outside the editable div must be unchanged, but some change did occur")
at Test.<anonymous> ( /editing/include/tests.js:5663:9) |
|
Pass | [["insertlinebreak",""]] "<dl><dt>{}<br><dd>bar</dl>" compare innerHTML | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5668:9) | Pass | assert_equals("<dl><dt><br><br></dt><dd>bar</dd></dl>", "<dl><dt><br><br></dt><dd>bar</dd></dl>", "Unexpected innerHTML (after normalizing inline style)")
at Test.<anonymous> ( /editing/include/tests.js:5679:11) |
|
Pass | [["insertlinebreak",""]] "<dl><dt>{}<br><dd>bar</dl>" queryCommandIndeterm("insertlinebreak") before | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals(false, false, "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<dl><dt>{}<br><dd>bar</dl>" queryCommandState("insertlinebreak") before | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals(false, false, "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<dl><dt>{}<br><dd>bar</dl>" queryCommandValue("insertlinebreak") before | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals("", "", "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<dl><dt>{}<br><dd>bar</dl>" queryCommandIndeterm("insertlinebreak") after | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals(false, false, "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<dl><dt>{}<br><dd>bar</dl>" queryCommandState("insertlinebreak") after | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals(false, false, "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<dl><dt>{}<br><dd>bar</dl>" queryCommandValue("insertlinebreak") after | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals("", "", "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<dl><dt>foo<dd>bar<dl><dt>{}<br><dd>baz</dl></dl>": execCommand("insertlinebreak", false, "") return value | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5611:13) | Pass | assert_equals(true, true)
at Test.<anonymous> ( /editing/include/tests.js:5613:13) |
|
Pass | [["insertlinebreak",""]] "<dl><dt>foo<dd>bar<dl><dt>{}<br><dd>baz</dl></dl>" checks for modifications to non-editable content | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5644:9) | Pass | assert_equals(2, 2, "The parent div must have two children. Did something spill outside the test div?")
at Test.<anonymous> ( /editing/include/tests.js:5648:9) | Pass | assert_equals(1, 1, "Wrapper div must have only one attribute (<div contenteditable=\"\">), but has more (<div contenteditable=\"\">)")
at Test.<anonymous> ( /editing/include/tests.js:5652:9) | Pass | assert_equals(0, 0, "Body element must have no attributes (<body>), but has more (<body>)")
at Test.<anonymous> ( /editing/include/tests.js:5656:9) | Pass | assert_equals("<head><meta charset=\"utf-8\">\n<meta name=\"timeout\" content=\"long\">\n<link rel=\"stylesheet\" href=\"../include/reset.css\">\n<title>insertlinebreak - HTML editing conformance tests</title>\n\n</head><body>\n\n<div id=\"test-container\"><p>test</p></div>\n\n\n\n\n\n\n\n\n</body>", "<head><meta charset=\"utf-8\">\n<meta name=\"timeout\" content=\"long\">\n<link rel=\"stylesheet\" href=\"../include/reset.css\">\n<title>insertlinebreak - HTML editing conformance tests</title>\n\n</head><body>\n\n<div id=\"test-container\"><p>test</p></div>\n\n\n\n\n\n\n\n\n</body>", "Everything outside the editable div must be unchanged, but some change did occur")
at Test.<anonymous> ( /editing/include/tests.js:5663:9) |
|
Pass | [["insertlinebreak",""]] "<dl><dt>foo<dd>bar<dl><dt>{}<br><dd>baz</dl></dl>" compare innerHTML | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5668:9) | Pass | assert_equals("<dl><dt>foo</dt><dd>bar<dl><dt><br><br></dt><dd>baz</dd></dl></dd></dl>", "<dl><dt>foo</dt><dd>bar<dl><dt><br><br></dt><dd>baz</dd></dl></dd></dl>", "Unexpected innerHTML (after normalizing inline style)")
at Test.<anonymous> ( /editing/include/tests.js:5679:11) |
|
Pass | [["insertlinebreak",""]] "<dl><dt>foo<dd>bar<dl><dt>{}<br><dd>baz</dl></dl>" queryCommandIndeterm("insertlinebreak") before | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals(false, false, "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<dl><dt>foo<dd>bar<dl><dt>{}<br><dd>baz</dl></dl>" queryCommandState("insertlinebreak") before | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals(false, false, "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<dl><dt>foo<dd>bar<dl><dt>{}<br><dd>baz</dl></dl>" queryCommandValue("insertlinebreak") before | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals("", "", "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<dl><dt>foo<dd>bar<dl><dt>{}<br><dd>baz</dl></dl>" queryCommandIndeterm("insertlinebreak") after | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals(false, false, "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<dl><dt>foo<dd>bar<dl><dt>{}<br><dd>baz</dl></dl>" queryCommandState("insertlinebreak") after | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals(false, false, "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<dl><dt>foo<dd>bar<dl><dt>{}<br><dd>baz</dl></dl>" queryCommandValue("insertlinebreak") after | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals("", "", "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<dl><dt>foo<dd>bar<dl><dt>baz<dd>{}<br></dl></dl>": execCommand("insertlinebreak", false, "") return value | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5611:13) | Pass | assert_equals(true, true)
at Test.<anonymous> ( /editing/include/tests.js:5613:13) |
|
Pass | [["insertlinebreak",""]] "<dl><dt>foo<dd>bar<dl><dt>baz<dd>{}<br></dl></dl>" checks for modifications to non-editable content | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5644:9) | Pass | assert_equals(2, 2, "The parent div must have two children. Did something spill outside the test div?")
at Test.<anonymous> ( /editing/include/tests.js:5648:9) | Pass | assert_equals(1, 1, "Wrapper div must have only one attribute (<div contenteditable=\"\">), but has more (<div contenteditable=\"\">)")
at Test.<anonymous> ( /editing/include/tests.js:5652:9) | Pass | assert_equals(0, 0, "Body element must have no attributes (<body>), but has more (<body>)")
at Test.<anonymous> ( /editing/include/tests.js:5656:9) | Pass | assert_equals("<head><meta charset=\"utf-8\">\n<meta name=\"timeout\" content=\"long\">\n<link rel=\"stylesheet\" href=\"../include/reset.css\">\n<title>insertlinebreak - HTML editing conformance tests</title>\n\n</head><body>\n\n<div id=\"test-container\"><p>test</p></div>\n\n\n\n\n\n\n\n\n</body>", "<head><meta charset=\"utf-8\">\n<meta name=\"timeout\" content=\"long\">\n<link rel=\"stylesheet\" href=\"../include/reset.css\">\n<title>insertlinebreak - HTML editing conformance tests</title>\n\n</head><body>\n\n<div id=\"test-container\"><p>test</p></div>\n\n\n\n\n\n\n\n\n</body>", "Everything outside the editable div must be unchanged, but some change did occur")
at Test.<anonymous> ( /editing/include/tests.js:5663:9) |
|
Pass | [["insertlinebreak",""]] "<dl><dt>foo<dd>bar<dl><dt>baz<dd>{}<br></dl></dl>" compare innerHTML | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5668:9) | Pass | assert_equals("<dl><dt>foo</dt><dd>bar<dl><dt>baz</dt><dd><br><br></dd></dl></dd></dl>", "<dl><dt>foo</dt><dd>bar<dl><dt>baz</dt><dd><br><br></dd></dl></dd></dl>", "Unexpected innerHTML (after normalizing inline style)")
at Test.<anonymous> ( /editing/include/tests.js:5679:11) |
|
Pass | [["insertlinebreak",""]] "<dl><dt>foo<dd>bar<dl><dt>baz<dd>{}<br></dl></dl>" queryCommandIndeterm("insertlinebreak") before | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals(false, false, "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<dl><dt>foo<dd>bar<dl><dt>baz<dd>{}<br></dl></dl>" queryCommandState("insertlinebreak") before | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals(false, false, "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<dl><dt>foo<dd>bar<dl><dt>baz<dd>{}<br></dl></dl>" queryCommandValue("insertlinebreak") before | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals("", "", "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<dl><dt>foo<dd>bar<dl><dt>baz<dd>{}<br></dl></dl>" queryCommandIndeterm("insertlinebreak") after | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals(false, false, "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<dl><dt>foo<dd>bar<dl><dt>baz<dd>{}<br></dl></dl>" queryCommandState("insertlinebreak") after | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals(false, false, "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<dl><dt>foo<dd>bar<dl><dt>baz<dd>{}<br></dl></dl>" queryCommandValue("insertlinebreak") after | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals("", "", "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["defaultparagraphseparator","div"],["insertlinebreak",""]] "<h1>foo[bar</h1><p>baz]quz</p>": execCommand("defaultparagraphseparator", false, "div") return value | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5611:13) | Pass | assert_equals(true, true)
at Test.<anonymous> ( /editing/include/tests.js:5613:13) |
|
Pass | [["defaultparagraphseparator","div"],["insertlinebreak",""]] "<h1>foo[bar</h1><p>baz]quz</p>": execCommand("insertlinebreak", false, "") return value | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5611:13) | Pass | assert_equals(true, true)
at Test.<anonymous> ( /editing/include/tests.js:5613:13) |
|
Pass | [["defaultparagraphseparator","div"],["insertlinebreak",""]] "<h1>foo[bar</h1><p>baz]quz</p>" checks for modifications to non-editable content | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5644:9) | Pass | assert_equals(2, 2, "The parent div must have two children. Did something spill outside the test div?")
at Test.<anonymous> ( /editing/include/tests.js:5648:9) | Pass | assert_equals(1, 1, "Wrapper div must have only one attribute (<div contenteditable=\"\">), but has more (<div contenteditable=\"\">)")
at Test.<anonymous> ( /editing/include/tests.js:5652:9) | Pass | assert_equals(0, 0, "Body element must have no attributes (<body>), but has more (<body>)")
at Test.<anonymous> ( /editing/include/tests.js:5656:9) | Pass | assert_equals("<head><meta charset=\"utf-8\">\n<meta name=\"timeout\" content=\"long\">\n<link rel=\"stylesheet\" href=\"../include/reset.css\">\n<title>insertlinebreak - HTML editing conformance tests</title>\n\n</head><body>\n\n<div id=\"test-container\"><p>test</p></div>\n\n\n\n\n\n\n\n\n</body>", "<head><meta charset=\"utf-8\">\n<meta name=\"timeout\" content=\"long\">\n<link rel=\"stylesheet\" href=\"../include/reset.css\">\n<title>insertlinebreak - HTML editing conformance tests</title>\n\n</head><body>\n\n<div id=\"test-container\"><p>test</p></div>\n\n\n\n\n\n\n\n\n</body>", "Everything outside the editable div must be unchanged, but some change did occur")
at Test.<anonymous> ( /editing/include/tests.js:5663:9) |
|
Pass | [["defaultparagraphseparator","div"],["insertlinebreak",""]] "<h1>foo[bar</h1><p>baz]quz</p>" compare innerHTML | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5668:9) | Pass | assert_equals("<h1>foo<br>quz</h1>", "<h1>foo<br>quz</h1>", "Unexpected innerHTML (after normalizing inline style)")
at Test.<anonymous> ( /editing/include/tests.js:5679:11) |
|
Pass | [["defaultparagraphseparator","div"],["insertlinebreak",""]] "<h1>foo[bar</h1><p>baz]quz</p>" queryCommandIndeterm("defaultparagraphseparator") before | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals(false, false, "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["defaultparagraphseparator","div"],["insertlinebreak",""]] "<h1>foo[bar</h1><p>baz]quz</p>" queryCommandState("defaultparagraphseparator") before | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals(false, false, "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["defaultparagraphseparator","div"],["insertlinebreak",""]] "<h1>foo[bar</h1><p>baz]quz</p>" queryCommandValue("defaultparagraphseparator") before | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals("div", "div", "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["defaultparagraphseparator","div"],["insertlinebreak",""]] "<h1>foo[bar</h1><p>baz]quz</p>" queryCommandIndeterm("defaultparagraphseparator") after | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals(false, false, "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["defaultparagraphseparator","div"],["insertlinebreak",""]] "<h1>foo[bar</h1><p>baz]quz</p>" queryCommandState("defaultparagraphseparator") after | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals(false, false, "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["defaultparagraphseparator","div"],["insertlinebreak",""]] "<h1>foo[bar</h1><p>baz]quz</p>" queryCommandValue("defaultparagraphseparator") after | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals("div", "div", "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["defaultparagraphseparator","div"],["insertlinebreak",""]] "<h1>foo[bar</h1><p>baz]quz</p>" queryCommandIndeterm("insertlinebreak") before | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals(false, false, "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["defaultparagraphseparator","div"],["insertlinebreak",""]] "<h1>foo[bar</h1><p>baz]quz</p>" queryCommandState("insertlinebreak") before | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals(false, false, "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["defaultparagraphseparator","div"],["insertlinebreak",""]] "<h1>foo[bar</h1><p>baz]quz</p>" queryCommandValue("insertlinebreak") before | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals("", "", "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["defaultparagraphseparator","div"],["insertlinebreak",""]] "<h1>foo[bar</h1><p>baz]quz</p>" queryCommandIndeterm("insertlinebreak") after | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals(false, false, "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["defaultparagraphseparator","div"],["insertlinebreak",""]] "<h1>foo[bar</h1><p>baz]quz</p>" queryCommandState("insertlinebreak") after | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals(false, false, "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["defaultparagraphseparator","div"],["insertlinebreak",""]] "<h1>foo[bar</h1><p>baz]quz</p>" queryCommandValue("insertlinebreak") after | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals("", "", "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["defaultparagraphseparator","p"],["insertlinebreak",""]] "<h1>foo[bar</h1><p>baz]quz</p>": execCommand("defaultparagraphseparator", false, "p") return value | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5611:13) | Pass | assert_equals(true, true)
at Test.<anonymous> ( /editing/include/tests.js:5613:13) |
|
Pass | [["defaultparagraphseparator","p"],["insertlinebreak",""]] "<h1>foo[bar</h1><p>baz]quz</p>": execCommand("insertlinebreak", false, "") return value | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5611:13) | Pass | assert_equals(true, true)
at Test.<anonymous> ( /editing/include/tests.js:5613:13) |
|
Pass | [["defaultparagraphseparator","p"],["insertlinebreak",""]] "<h1>foo[bar</h1><p>baz]quz</p>" checks for modifications to non-editable content | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5644:9) | Pass | assert_equals(2, 2, "The parent div must have two children. Did something spill outside the test div?")
at Test.<anonymous> ( /editing/include/tests.js:5648:9) | Pass | assert_equals(1, 1, "Wrapper div must have only one attribute (<div contenteditable=\"\">), but has more (<div contenteditable=\"\">)")
at Test.<anonymous> ( /editing/include/tests.js:5652:9) | Pass | assert_equals(0, 0, "Body element must have no attributes (<body>), but has more (<body>)")
at Test.<anonymous> ( /editing/include/tests.js:5656:9) | Pass | assert_equals("<head><meta charset=\"utf-8\">\n<meta name=\"timeout\" content=\"long\">\n<link rel=\"stylesheet\" href=\"../include/reset.css\">\n<title>insertlinebreak - HTML editing conformance tests</title>\n\n</head><body>\n\n<div id=\"test-container\"><p>test</p></div>\n\n\n\n\n\n\n\n\n</body>", "<head><meta charset=\"utf-8\">\n<meta name=\"timeout\" content=\"long\">\n<link rel=\"stylesheet\" href=\"../include/reset.css\">\n<title>insertlinebreak - HTML editing conformance tests</title>\n\n</head><body>\n\n<div id=\"test-container\"><p>test</p></div>\n\n\n\n\n\n\n\n\n</body>", "Everything outside the editable div must be unchanged, but some change did occur")
at Test.<anonymous> ( /editing/include/tests.js:5663:9) |
|
Pass | [["defaultparagraphseparator","p"],["insertlinebreak",""]] "<h1>foo[bar</h1><p>baz]quz</p>" compare innerHTML | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5668:9) | Pass | assert_equals("<h1>foo<br>quz</h1>", "<h1>foo<br>quz</h1>", "Unexpected innerHTML (after normalizing inline style)")
at Test.<anonymous> ( /editing/include/tests.js:5679:11) |
|
Pass | [["defaultparagraphseparator","p"],["insertlinebreak",""]] "<h1>foo[bar</h1><p>baz]quz</p>" queryCommandIndeterm("defaultparagraphseparator") before | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals(false, false, "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["defaultparagraphseparator","p"],["insertlinebreak",""]] "<h1>foo[bar</h1><p>baz]quz</p>" queryCommandState("defaultparagraphseparator") before | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals(false, false, "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["defaultparagraphseparator","p"],["insertlinebreak",""]] "<h1>foo[bar</h1><p>baz]quz</p>" queryCommandValue("defaultparagraphseparator") before | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals("div", "div", "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["defaultparagraphseparator","p"],["insertlinebreak",""]] "<h1>foo[bar</h1><p>baz]quz</p>" queryCommandIndeterm("defaultparagraphseparator") after | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals(false, false, "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["defaultparagraphseparator","p"],["insertlinebreak",""]] "<h1>foo[bar</h1><p>baz]quz</p>" queryCommandState("defaultparagraphseparator") after | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals(false, false, "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["defaultparagraphseparator","p"],["insertlinebreak",""]] "<h1>foo[bar</h1><p>baz]quz</p>" queryCommandValue("defaultparagraphseparator") after | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals("p", "p", "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["defaultparagraphseparator","p"],["insertlinebreak",""]] "<h1>foo[bar</h1><p>baz]quz</p>" queryCommandIndeterm("insertlinebreak") before | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals(false, false, "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["defaultparagraphseparator","p"],["insertlinebreak",""]] "<h1>foo[bar</h1><p>baz]quz</p>" queryCommandState("insertlinebreak") before | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals(false, false, "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["defaultparagraphseparator","p"],["insertlinebreak",""]] "<h1>foo[bar</h1><p>baz]quz</p>" queryCommandValue("insertlinebreak") before | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals("", "", "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["defaultparagraphseparator","p"],["insertlinebreak",""]] "<h1>foo[bar</h1><p>baz]quz</p>" queryCommandIndeterm("insertlinebreak") after | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals(false, false, "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["defaultparagraphseparator","p"],["insertlinebreak",""]] "<h1>foo[bar</h1><p>baz]quz</p>" queryCommandState("insertlinebreak") after | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals(false, false, "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["defaultparagraphseparator","p"],["insertlinebreak",""]] "<h1>foo[bar</h1><p>baz]quz</p>" queryCommandValue("insertlinebreak") after | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals("", "", "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<p>foo[bar</p><h1>baz]quz</h1>": execCommand("insertlinebreak", false, "") return value | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5611:13) | Pass | assert_equals(true, true)
at Test.<anonymous> ( /editing/include/tests.js:5613:13) |
|
Pass | [["insertlinebreak",""]] "<p>foo[bar</p><h1>baz]quz</h1>" checks for modifications to non-editable content | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5644:9) | Pass | assert_equals(2, 2, "The parent div must have two children. Did something spill outside the test div?")
at Test.<anonymous> ( /editing/include/tests.js:5648:9) | Pass | assert_equals(1, 1, "Wrapper div must have only one attribute (<div contenteditable=\"\">), but has more (<div contenteditable=\"\">)")
at Test.<anonymous> ( /editing/include/tests.js:5652:9) | Pass | assert_equals(0, 0, "Body element must have no attributes (<body>), but has more (<body>)")
at Test.<anonymous> ( /editing/include/tests.js:5656:9) | Pass | assert_equals("<head><meta charset=\"utf-8\">\n<meta name=\"timeout\" content=\"long\">\n<link rel=\"stylesheet\" href=\"../include/reset.css\">\n<title>insertlinebreak - HTML editing conformance tests</title>\n\n</head><body>\n\n<div id=\"test-container\"><p>test</p></div>\n\n\n\n\n\n\n\n\n</body>", "<head><meta charset=\"utf-8\">\n<meta name=\"timeout\" content=\"long\">\n<link rel=\"stylesheet\" href=\"../include/reset.css\">\n<title>insertlinebreak - HTML editing conformance tests</title>\n\n</head><body>\n\n<div id=\"test-container\"><p>test</p></div>\n\n\n\n\n\n\n\n\n</body>", "Everything outside the editable div must be unchanged, but some change did occur")
at Test.<anonymous> ( /editing/include/tests.js:5663:9) |
|
Pass | [["insertlinebreak",""]] "<p>foo[bar</p><h1>baz]quz</h1>" compare innerHTML | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5668:9) | Pass | assert_equals("<p>foo<br>quz</p>", "<p>foo<br>quz</p>", "Unexpected innerHTML (after normalizing inline style)")
at Test.<anonymous> ( /editing/include/tests.js:5679:11) |
|
Pass | [["insertlinebreak",""]] "<p>foo[bar</p><h1>baz]quz</h1>" queryCommandIndeterm("insertlinebreak") before | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals(false, false, "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<p>foo[bar</p><h1>baz]quz</h1>" queryCommandState("insertlinebreak") before | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals(false, false, "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<p>foo[bar</p><h1>baz]quz</h1>" queryCommandValue("insertlinebreak") before | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals("", "", "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<p>foo[bar</p><h1>baz]quz</h1>" queryCommandIndeterm("insertlinebreak") after | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals(false, false, "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<p>foo[bar</p><h1>baz]quz</h1>" queryCommandState("insertlinebreak") after | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals(false, false, "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<p>foo[bar</p><h1>baz]quz</h1>" queryCommandValue("insertlinebreak") after | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals("", "", "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<p>foo</p>{}<br>": execCommand("insertlinebreak", false, "") return value | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5611:13) | Pass | assert_equals(true, true)
at Test.<anonymous> ( /editing/include/tests.js:5613:13) |
|
Pass | [["insertlinebreak",""]] "<p>foo</p>{}<br>" checks for modifications to non-editable content | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5644:9) | Pass | assert_equals(2, 2, "The parent div must have two children. Did something spill outside the test div?")
at Test.<anonymous> ( /editing/include/tests.js:5648:9) | Pass | assert_equals(1, 1, "Wrapper div must have only one attribute (<div contenteditable=\"\">), but has more (<div contenteditable=\"\">)")
at Test.<anonymous> ( /editing/include/tests.js:5652:9) | Pass | assert_equals(0, 0, "Body element must have no attributes (<body>), but has more (<body>)")
at Test.<anonymous> ( /editing/include/tests.js:5656:9) | Pass | assert_equals("<head><meta charset=\"utf-8\">\n<meta name=\"timeout\" content=\"long\">\n<link rel=\"stylesheet\" href=\"../include/reset.css\">\n<title>insertlinebreak - HTML editing conformance tests</title>\n\n</head><body>\n\n<div id=\"test-container\"><p>test</p></div>\n\n\n\n\n\n\n\n\n</body>", "<head><meta charset=\"utf-8\">\n<meta name=\"timeout\" content=\"long\">\n<link rel=\"stylesheet\" href=\"../include/reset.css\">\n<title>insertlinebreak - HTML editing conformance tests</title>\n\n</head><body>\n\n<div id=\"test-container\"><p>test</p></div>\n\n\n\n\n\n\n\n\n</body>", "Everything outside the editable div must be unchanged, but some change did occur")
at Test.<anonymous> ( /editing/include/tests.js:5663:9) |
|
Pass | [["insertlinebreak",""]] "<p>foo</p>{}<br>" compare innerHTML | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5668:9) | Pass | assert_equals("<p>foo</p><br><br>", "<p>foo</p><br><br>", "Unexpected innerHTML (after normalizing inline style)")
at Test.<anonymous> ( /editing/include/tests.js:5679:11) |
|
Pass | [["insertlinebreak",""]] "<p>foo</p>{}<br>" queryCommandIndeterm("insertlinebreak") before | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals(false, false, "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<p>foo</p>{}<br>" queryCommandState("insertlinebreak") before | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals(false, false, "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<p>foo</p>{}<br>" queryCommandValue("insertlinebreak") before | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals("", "", "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<p>foo</p>{}<br>" queryCommandIndeterm("insertlinebreak") after | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals(false, false, "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<p>foo</p>{}<br>" queryCommandState("insertlinebreak") after | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals(false, false, "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<p>foo</p>{}<br>" queryCommandValue("insertlinebreak") after | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals("", "", "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "{}<br><p>foo</p>": execCommand("insertlinebreak", false, "") return value | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5611:13) | Pass | assert_equals(true, true)
at Test.<anonymous> ( /editing/include/tests.js:5613:13) |
|
Pass | [["insertlinebreak",""]] "{}<br><p>foo</p>" checks for modifications to non-editable content | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5644:9) | Pass | assert_equals(2, 2, "The parent div must have two children. Did something spill outside the test div?")
at Test.<anonymous> ( /editing/include/tests.js:5648:9) | Pass | assert_equals(1, 1, "Wrapper div must have only one attribute (<div contenteditable=\"\">), but has more (<div contenteditable=\"\">)")
at Test.<anonymous> ( /editing/include/tests.js:5652:9) | Pass | assert_equals(0, 0, "Body element must have no attributes (<body>), but has more (<body>)")
at Test.<anonymous> ( /editing/include/tests.js:5656:9) | Pass | assert_equals("<head><meta charset=\"utf-8\">\n<meta name=\"timeout\" content=\"long\">\n<link rel=\"stylesheet\" href=\"../include/reset.css\">\n<title>insertlinebreak - HTML editing conformance tests</title>\n\n</head><body>\n\n<div id=\"test-container\"><p>test</p></div>\n\n\n\n\n\n\n\n\n</body>", "<head><meta charset=\"utf-8\">\n<meta name=\"timeout\" content=\"long\">\n<link rel=\"stylesheet\" href=\"../include/reset.css\">\n<title>insertlinebreak - HTML editing conformance tests</title>\n\n</head><body>\n\n<div id=\"test-container\"><p>test</p></div>\n\n\n\n\n\n\n\n\n</body>", "Everything outside the editable div must be unchanged, but some change did occur")
at Test.<anonymous> ( /editing/include/tests.js:5663:9) |
|
Pass | [["insertlinebreak",""]] "{}<br><p>foo</p>" compare innerHTML | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5668:9) | Pass | assert_equals("<br><br><p>foo</p>", "<br><br><p>foo</p>", "Unexpected innerHTML (after normalizing inline style)")
at Test.<anonymous> ( /editing/include/tests.js:5679:11) |
|
Pass | [["insertlinebreak",""]] "{}<br><p>foo</p>" queryCommandIndeterm("insertlinebreak") before | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals(false, false, "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "{}<br><p>foo</p>" queryCommandState("insertlinebreak") before | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals(false, false, "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "{}<br><p>foo</p>" queryCommandValue("insertlinebreak") before | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals("", "", "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "{}<br><p>foo</p>" queryCommandIndeterm("insertlinebreak") after | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals(false, false, "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "{}<br><p>foo</p>" queryCommandState("insertlinebreak") after | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals(false, false, "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "{}<br><p>foo</p>" queryCommandValue("insertlinebreak") after | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals("", "", "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<p>foo</p>{}<br><h1>bar</h1>": execCommand("insertlinebreak", false, "") return value | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5611:13) | Pass | assert_equals(true, true)
at Test.<anonymous> ( /editing/include/tests.js:5613:13) |
|
Pass | [["insertlinebreak",""]] "<p>foo</p>{}<br><h1>bar</h1>" checks for modifications to non-editable content | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5644:9) | Pass | assert_equals(2, 2, "The parent div must have two children. Did something spill outside the test div?")
at Test.<anonymous> ( /editing/include/tests.js:5648:9) | Pass | assert_equals(1, 1, "Wrapper div must have only one attribute (<div contenteditable=\"\">), but has more (<div contenteditable=\"\">)")
at Test.<anonymous> ( /editing/include/tests.js:5652:9) | Pass | assert_equals(0, 0, "Body element must have no attributes (<body>), but has more (<body>)")
at Test.<anonymous> ( /editing/include/tests.js:5656:9) | Pass | assert_equals("<head><meta charset=\"utf-8\">\n<meta name=\"timeout\" content=\"long\">\n<link rel=\"stylesheet\" href=\"../include/reset.css\">\n<title>insertlinebreak - HTML editing conformance tests</title>\n\n</head><body>\n\n<div id=\"test-container\"><p>test</p></div>\n\n\n\n\n\n\n\n\n</body>", "<head><meta charset=\"utf-8\">\n<meta name=\"timeout\" content=\"long\">\n<link rel=\"stylesheet\" href=\"../include/reset.css\">\n<title>insertlinebreak - HTML editing conformance tests</title>\n\n</head><body>\n\n<div id=\"test-container\"><p>test</p></div>\n\n\n\n\n\n\n\n\n</body>", "Everything outside the editable div must be unchanged, but some change did occur")
at Test.<anonymous> ( /editing/include/tests.js:5663:9) |
|
Pass | [["insertlinebreak",""]] "<p>foo</p>{}<br><h1>bar</h1>" compare innerHTML | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5668:9) | Pass | assert_equals("<p>foo</p><br><br><h1>bar</h1>", "<p>foo</p><br><br><h1>bar</h1>", "Unexpected innerHTML (after normalizing inline style)")
at Test.<anonymous> ( /editing/include/tests.js:5679:11) |
|
Pass | [["insertlinebreak",""]] "<p>foo</p>{}<br><h1>bar</h1>" queryCommandIndeterm("insertlinebreak") before | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals(false, false, "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<p>foo</p>{}<br><h1>bar</h1>" queryCommandState("insertlinebreak") before | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals(false, false, "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<p>foo</p>{}<br><h1>bar</h1>" queryCommandValue("insertlinebreak") before | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals("", "", "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<p>foo</p>{}<br><h1>bar</h1>" queryCommandIndeterm("insertlinebreak") after | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals(false, false, "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<p>foo</p>{}<br><h1>bar</h1>" queryCommandState("insertlinebreak") after | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals(false, false, "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<p>foo</p>{}<br><h1>bar</h1>" queryCommandValue("insertlinebreak") after | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals("", "", "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<h1>foo</h1>{}<br><p>bar</p>": execCommand("insertlinebreak", false, "") return value | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5611:13) | Pass | assert_equals(true, true)
at Test.<anonymous> ( /editing/include/tests.js:5613:13) |
|
Pass | [["insertlinebreak",""]] "<h1>foo</h1>{}<br><p>bar</p>" checks for modifications to non-editable content | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5644:9) | Pass | assert_equals(2, 2, "The parent div must have two children. Did something spill outside the test div?")
at Test.<anonymous> ( /editing/include/tests.js:5648:9) | Pass | assert_equals(1, 1, "Wrapper div must have only one attribute (<div contenteditable=\"\">), but has more (<div contenteditable=\"\">)")
at Test.<anonymous> ( /editing/include/tests.js:5652:9) | Pass | assert_equals(0, 0, "Body element must have no attributes (<body>), but has more (<body>)")
at Test.<anonymous> ( /editing/include/tests.js:5656:9) | Pass | assert_equals("<head><meta charset=\"utf-8\">\n<meta name=\"timeout\" content=\"long\">\n<link rel=\"stylesheet\" href=\"../include/reset.css\">\n<title>insertlinebreak - HTML editing conformance tests</title>\n\n</head><body>\n\n<div id=\"test-container\"><p>test</p></div>\n\n\n\n\n\n\n\n\n</body>", "<head><meta charset=\"utf-8\">\n<meta name=\"timeout\" content=\"long\">\n<link rel=\"stylesheet\" href=\"../include/reset.css\">\n<title>insertlinebreak - HTML editing conformance tests</title>\n\n</head><body>\n\n<div id=\"test-container\"><p>test</p></div>\n\n\n\n\n\n\n\n\n</body>", "Everything outside the editable div must be unchanged, but some change did occur")
at Test.<anonymous> ( /editing/include/tests.js:5663:9) |
|
Pass | [["insertlinebreak",""]] "<h1>foo</h1>{}<br><p>bar</p>" compare innerHTML | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5668:9) | Pass | assert_equals("<h1>foo</h1><br><br><p>bar</p>", "<h1>foo</h1><br><br><p>bar</p>", "Unexpected innerHTML (after normalizing inline style)")
at Test.<anonymous> ( /editing/include/tests.js:5679:11) |
|
Pass | [["insertlinebreak",""]] "<h1>foo</h1>{}<br><p>bar</p>" queryCommandIndeterm("insertlinebreak") before | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals(false, false, "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<h1>foo</h1>{}<br><p>bar</p>" queryCommandState("insertlinebreak") before | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals(false, false, "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<h1>foo</h1>{}<br><p>bar</p>" queryCommandValue("insertlinebreak") before | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals("", "", "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<h1>foo</h1>{}<br><p>bar</p>" queryCommandIndeterm("insertlinebreak") after | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals(false, false, "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<h1>foo</h1>{}<br><p>bar</p>" queryCommandState("insertlinebreak") after | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals(false, false, "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<h1>foo</h1>{}<br><p>bar</p>" queryCommandValue("insertlinebreak") after | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals("", "", "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<h1>foo</h1>{}<br><h2>bar</h2>": execCommand("insertlinebreak", false, "") return value | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5611:13) | Pass | assert_equals(true, true)
at Test.<anonymous> ( /editing/include/tests.js:5613:13) |
|
Pass | [["insertlinebreak",""]] "<h1>foo</h1>{}<br><h2>bar</h2>" checks for modifications to non-editable content | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5644:9) | Pass | assert_equals(2, 2, "The parent div must have two children. Did something spill outside the test div?")
at Test.<anonymous> ( /editing/include/tests.js:5648:9) | Pass | assert_equals(1, 1, "Wrapper div must have only one attribute (<div contenteditable=\"\">), but has more (<div contenteditable=\"\">)")
at Test.<anonymous> ( /editing/include/tests.js:5652:9) | Pass | assert_equals(0, 0, "Body element must have no attributes (<body>), but has more (<body>)")
at Test.<anonymous> ( /editing/include/tests.js:5656:9) | Pass | assert_equals("<head><meta charset=\"utf-8\">\n<meta name=\"timeout\" content=\"long\">\n<link rel=\"stylesheet\" href=\"../include/reset.css\">\n<title>insertlinebreak - HTML editing conformance tests</title>\n\n</head><body>\n\n<div id=\"test-container\"><p>test</p></div>\n\n\n\n\n\n\n\n\n</body>", "<head><meta charset=\"utf-8\">\n<meta name=\"timeout\" content=\"long\">\n<link rel=\"stylesheet\" href=\"../include/reset.css\">\n<title>insertlinebreak - HTML editing conformance tests</title>\n\n</head><body>\n\n<div id=\"test-container\"><p>test</p></div>\n\n\n\n\n\n\n\n\n</body>", "Everything outside the editable div must be unchanged, but some change did occur")
at Test.<anonymous> ( /editing/include/tests.js:5663:9) |
|
Pass | [["insertlinebreak",""]] "<h1>foo</h1>{}<br><h2>bar</h2>" compare innerHTML | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5668:9) | Pass | assert_equals("<h1>foo</h1><br><br><h2>bar</h2>", "<h1>foo</h1><br><br><h2>bar</h2>", "Unexpected innerHTML (after normalizing inline style)")
at Test.<anonymous> ( /editing/include/tests.js:5679:11) |
|
Pass | [["insertlinebreak",""]] "<h1>foo</h1>{}<br><h2>bar</h2>" queryCommandIndeterm("insertlinebreak") before | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals(false, false, "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<h1>foo</h1>{}<br><h2>bar</h2>" queryCommandState("insertlinebreak") before | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals(false, false, "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<h1>foo</h1>{}<br><h2>bar</h2>" queryCommandValue("insertlinebreak") before | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals("", "", "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<h1>foo</h1>{}<br><h2>bar</h2>" queryCommandIndeterm("insertlinebreak") after | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals(false, false, "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<h1>foo</h1>{}<br><h2>bar</h2>" queryCommandState("insertlinebreak") after | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals(false, false, "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<h1>foo</h1>{}<br><h2>bar</h2>" queryCommandValue("insertlinebreak") after | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals("", "", "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<p>foo</p><h1>[bar]</h1><p>baz</p>": execCommand("insertlinebreak", false, "") return value | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5611:13) | Pass | assert_equals(true, true)
at Test.<anonymous> ( /editing/include/tests.js:5613:13) |
|
Pass | [["insertlinebreak",""]] "<p>foo</p><h1>[bar]</h1><p>baz</p>" checks for modifications to non-editable content | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5644:9) | Pass | assert_equals(2, 2, "The parent div must have two children. Did something spill outside the test div?")
at Test.<anonymous> ( /editing/include/tests.js:5648:9) | Pass | assert_equals(1, 1, "Wrapper div must have only one attribute (<div contenteditable=\"\">), but has more (<div contenteditable=\"\">)")
at Test.<anonymous> ( /editing/include/tests.js:5652:9) | Pass | assert_equals(0, 0, "Body element must have no attributes (<body>), but has more (<body>)")
at Test.<anonymous> ( /editing/include/tests.js:5656:9) | Pass | assert_equals("<head><meta charset=\"utf-8\">\n<meta name=\"timeout\" content=\"long\">\n<link rel=\"stylesheet\" href=\"../include/reset.css\">\n<title>insertlinebreak - HTML editing conformance tests</title>\n\n</head><body>\n\n<div id=\"test-container\"><p>test</p></div>\n\n\n\n\n\n\n\n\n</body>", "<head><meta charset=\"utf-8\">\n<meta name=\"timeout\" content=\"long\">\n<link rel=\"stylesheet\" href=\"../include/reset.css\">\n<title>insertlinebreak - HTML editing conformance tests</title>\n\n</head><body>\n\n<div id=\"test-container\"><p>test</p></div>\n\n\n\n\n\n\n\n\n</body>", "Everything outside the editable div must be unchanged, but some change did occur")
at Test.<anonymous> ( /editing/include/tests.js:5663:9) |
|
Pass | [["insertlinebreak",""]] "<p>foo</p><h1>[bar]</h1><p>baz</p>" compare innerHTML | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5668:9) | Pass | assert_equals("<p>foo</p><h1><br><br></h1><p>baz</p>", "<p>foo</p><h1><br><br></h1><p>baz</p>", "Unexpected innerHTML (after normalizing inline style)")
at Test.<anonymous> ( /editing/include/tests.js:5679:11) |
|
Pass | [["insertlinebreak",""]] "<p>foo</p><h1>[bar]</h1><p>baz</p>" queryCommandIndeterm("insertlinebreak") before | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals(false, false, "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<p>foo</p><h1>[bar]</h1><p>baz</p>" queryCommandState("insertlinebreak") before | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals(false, false, "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<p>foo</p><h1>[bar]</h1><p>baz</p>" queryCommandValue("insertlinebreak") before | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals("", "", "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<p>foo</p><h1>[bar]</h1><p>baz</p>" queryCommandIndeterm("insertlinebreak") after | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals(false, false, "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<p>foo</p><h1>[bar]</h1><p>baz</p>" queryCommandState("insertlinebreak") after | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals(false, false, "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<p>foo</p><h1>[bar]</h1><p>baz</p>" queryCommandValue("insertlinebreak") after | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals("", "", "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<p>foo</p>{<h1>bar</h1>}<p>baz</p>": execCommand("insertlinebreak", false, "") return value | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5611:13) | Pass | assert_equals(true, true)
at Test.<anonymous> ( /editing/include/tests.js:5613:13) |
|
Pass | [["insertlinebreak",""]] "<p>foo</p>{<h1>bar</h1>}<p>baz</p>" checks for modifications to non-editable content | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5644:9) | Pass | assert_equals(2, 2, "The parent div must have two children. Did something spill outside the test div?")
at Test.<anonymous> ( /editing/include/tests.js:5648:9) | Pass | assert_equals(1, 1, "Wrapper div must have only one attribute (<div contenteditable=\"\">), but has more (<div contenteditable=\"\">)")
at Test.<anonymous> ( /editing/include/tests.js:5652:9) | Pass | assert_equals(0, 0, "Body element must have no attributes (<body>), but has more (<body>)")
at Test.<anonymous> ( /editing/include/tests.js:5656:9) | Pass | assert_equals("<head><meta charset=\"utf-8\">\n<meta name=\"timeout\" content=\"long\">\n<link rel=\"stylesheet\" href=\"../include/reset.css\">\n<title>insertlinebreak - HTML editing conformance tests</title>\n\n</head><body>\n\n<div id=\"test-container\"><p>test</p></div>\n\n\n\n\n\n\n\n\n</body>", "<head><meta charset=\"utf-8\">\n<meta name=\"timeout\" content=\"long\">\n<link rel=\"stylesheet\" href=\"../include/reset.css\">\n<title>insertlinebreak - HTML editing conformance tests</title>\n\n</head><body>\n\n<div id=\"test-container\"><p>test</p></div>\n\n\n\n\n\n\n\n\n</body>", "Everything outside the editable div must be unchanged, but some change did occur")
at Test.<anonymous> ( /editing/include/tests.js:5663:9) |
|
Fail | [["insertlinebreak",""]] "<p>foo</p>{<h1>bar</h1>}<p>baz</p>" compare innerHTML | assert_equals: Unexpected innerHTML (after normalizing inline style) expected "<p>foo</p><br><br><p>baz</p>" but got "<p>foo</p><h1><br>baz<br></h1>" at Test.<anonymous> (https://wpt.live/editing/include/tests.js:5679:11)
at Test.step (https://wpt.live/resources/testharness.js:2642:25)
at test (https://wpt.live/resources/testharness.js:633:30)
at subsetTest (https://wpt.live/common/subset-tests.js:54:14)
at runConformanceTest (https://wpt.live/editing/include/tests.js:5667:5) Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5668:9) | Fail | assert_equals("<p>foo</p><h1><br>baz<br></h1>", "<p>foo</p><br><br><p>baz</p>", "Unexpected innerHTML (after normalizing inline style)")
at Test.<anonymous> ( /editing/include/tests.js:5679:11) |
|
Pass | [["insertlinebreak",""]] "<p>foo</p>{<h1>bar</h1>}<p>baz</p>" queryCommandIndeterm("insertlinebreak") before | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals(false, false, "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<p>foo</p>{<h1>bar</h1>}<p>baz</p>" queryCommandState("insertlinebreak") before | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals(false, false, "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<p>foo</p>{<h1>bar</h1>}<p>baz</p>" queryCommandValue("insertlinebreak") before | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals("", "", "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<p>foo</p>{<h1>bar</h1>}<p>baz</p>" queryCommandIndeterm("insertlinebreak") after | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals(false, false, "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<p>foo</p>{<h1>bar</h1>}<p>baz</p>" queryCommandState("insertlinebreak") after | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals(false, false, "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<p>foo</p>{<h1>bar</h1>}<p>baz</p>" queryCommandValue("insertlinebreak") after | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals("", "", "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<table><tr><td>foo[]bar</table>": execCommand("insertlinebreak", false, "") return value | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5611:13) | Pass | assert_equals(true, true)
at Test.<anonymous> ( /editing/include/tests.js:5613:13) |
|
Pass | [["insertlinebreak",""]] "<table><tr><td>foo[]bar</table>" checks for modifications to non-editable content | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5644:9) | Pass | assert_equals(2, 2, "The parent div must have two children. Did something spill outside the test div?")
at Test.<anonymous> ( /editing/include/tests.js:5648:9) | Pass | assert_equals(1, 1, "Wrapper div must have only one attribute (<div contenteditable=\"\">), but has more (<div contenteditable=\"\">)")
at Test.<anonymous> ( /editing/include/tests.js:5652:9) | Pass | assert_equals(0, 0, "Body element must have no attributes (<body>), but has more (<body>)")
at Test.<anonymous> ( /editing/include/tests.js:5656:9) | Pass | assert_equals("<head><meta charset=\"utf-8\">\n<meta name=\"timeout\" content=\"long\">\n<link rel=\"stylesheet\" href=\"../include/reset.css\">\n<title>insertlinebreak - HTML editing conformance tests</title>\n\n</head><body>\n\n<div id=\"test-container\"><p>test</p></div>\n\n\n\n\n\n\n\n\n</body>", "<head><meta charset=\"utf-8\">\n<meta name=\"timeout\" content=\"long\">\n<link rel=\"stylesheet\" href=\"../include/reset.css\">\n<title>insertlinebreak - HTML editing conformance tests</title>\n\n</head><body>\n\n<div id=\"test-container\"><p>test</p></div>\n\n\n\n\n\n\n\n\n</body>", "Everything outside the editable div must be unchanged, but some change did occur")
at Test.<anonymous> ( /editing/include/tests.js:5663:9) |
|
Pass | [["insertlinebreak",""]] "<table><tr><td>foo[]bar</table>" compare innerHTML | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5668:9) | Pass | assert_equals("<table><tbody><tr><td>foo<br>bar</td></tr></tbody></table>", "<table><tbody><tr><td>foo<br>bar</td></tr></tbody></table>", "Unexpected innerHTML (after normalizing inline style)")
at Test.<anonymous> ( /editing/include/tests.js:5679:11) |
|
Pass | [["insertlinebreak",""]] "<table><tr><td>foo[]bar</table>" queryCommandIndeterm("insertlinebreak") before | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals(false, false, "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<table><tr><td>foo[]bar</table>" queryCommandState("insertlinebreak") before | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals(false, false, "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<table><tr><td>foo[]bar</table>" queryCommandValue("insertlinebreak") before | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals("", "", "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<table><tr><td>foo[]bar</table>" queryCommandIndeterm("insertlinebreak") after | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals(false, false, "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<table><tr><td>foo[]bar</table>" queryCommandState("insertlinebreak") after | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals(false, false, "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<table><tr><td>foo[]bar</table>" queryCommandValue("insertlinebreak") after | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals("", "", "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<table><tr><td><p>foo[]bar</table>": execCommand("insertlinebreak", false, "") return value | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5611:13) | Pass | assert_equals(true, true)
at Test.<anonymous> ( /editing/include/tests.js:5613:13) |
|
Pass | [["insertlinebreak",""]] "<table><tr><td><p>foo[]bar</table>" checks for modifications to non-editable content | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5644:9) | Pass | assert_equals(2, 2, "The parent div must have two children. Did something spill outside the test div?")
at Test.<anonymous> ( /editing/include/tests.js:5648:9) | Pass | assert_equals(1, 1, "Wrapper div must have only one attribute (<div contenteditable=\"\">), but has more (<div contenteditable=\"\">)")
at Test.<anonymous> ( /editing/include/tests.js:5652:9) | Pass | assert_equals(0, 0, "Body element must have no attributes (<body>), but has more (<body>)")
at Test.<anonymous> ( /editing/include/tests.js:5656:9) | Pass | assert_equals("<head><meta charset=\"utf-8\">\n<meta name=\"timeout\" content=\"long\">\n<link rel=\"stylesheet\" href=\"../include/reset.css\">\n<title>insertlinebreak - HTML editing conformance tests</title>\n\n</head><body>\n\n<div id=\"test-container\"><p>test</p></div>\n\n\n\n\n\n\n\n\n</body>", "<head><meta charset=\"utf-8\">\n<meta name=\"timeout\" content=\"long\">\n<link rel=\"stylesheet\" href=\"../include/reset.css\">\n<title>insertlinebreak - HTML editing conformance tests</title>\n\n</head><body>\n\n<div id=\"test-container\"><p>test</p></div>\n\n\n\n\n\n\n\n\n</body>", "Everything outside the editable div must be unchanged, but some change did occur")
at Test.<anonymous> ( /editing/include/tests.js:5663:9) |
|
Pass | [["insertlinebreak",""]] "<table><tr><td><p>foo[]bar</table>" compare innerHTML | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5668:9) | Pass | assert_equals("<table><tbody><tr><td><p>foo<br>bar</p></td></tr></tbody></table>", "<table><tbody><tr><td><p>foo<br>bar</p></td></tr></tbody></table>", "Unexpected innerHTML (after normalizing inline style)")
at Test.<anonymous> ( /editing/include/tests.js:5679:11) |
|
Pass | [["insertlinebreak",""]] "<table><tr><td><p>foo[]bar</table>" queryCommandIndeterm("insertlinebreak") before | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals(false, false, "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<table><tr><td><p>foo[]bar</table>" queryCommandState("insertlinebreak") before | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals(false, false, "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<table><tr><td><p>foo[]bar</table>" queryCommandValue("insertlinebreak") before | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals("", "", "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<table><tr><td><p>foo[]bar</table>" queryCommandIndeterm("insertlinebreak") after | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals(false, false, "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<table><tr><td><p>foo[]bar</table>" queryCommandState("insertlinebreak") after | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals(false, false, "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<table><tr><td><p>foo[]bar</table>" queryCommandValue("insertlinebreak") after | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals("", "", "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<blockquote>[]foo</blockquote>": execCommand("insertlinebreak", false, "") return value | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5611:13) | Pass | assert_equals(true, true)
at Test.<anonymous> ( /editing/include/tests.js:5613:13) |
|
Pass | [["insertlinebreak",""]] "<blockquote>[]foo</blockquote>" checks for modifications to non-editable content | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5644:9) | Pass | assert_equals(2, 2, "The parent div must have two children. Did something spill outside the test div?")
at Test.<anonymous> ( /editing/include/tests.js:5648:9) | Pass | assert_equals(1, 1, "Wrapper div must have only one attribute (<div contenteditable=\"\">), but has more (<div contenteditable=\"\">)")
at Test.<anonymous> ( /editing/include/tests.js:5652:9) | Pass | assert_equals(0, 0, "Body element must have no attributes (<body>), but has more (<body>)")
at Test.<anonymous> ( /editing/include/tests.js:5656:9) | Pass | assert_equals("<head><meta charset=\"utf-8\">\n<meta name=\"timeout\" content=\"long\">\n<link rel=\"stylesheet\" href=\"../include/reset.css\">\n<title>insertlinebreak - HTML editing conformance tests</title>\n\n</head><body>\n\n<div id=\"test-container\"><p>test</p></div>\n\n\n\n\n\n\n\n\n</body>", "<head><meta charset=\"utf-8\">\n<meta name=\"timeout\" content=\"long\">\n<link rel=\"stylesheet\" href=\"../include/reset.css\">\n<title>insertlinebreak - HTML editing conformance tests</title>\n\n</head><body>\n\n<div id=\"test-container\"><p>test</p></div>\n\n\n\n\n\n\n\n\n</body>", "Everything outside the editable div must be unchanged, but some change did occur")
at Test.<anonymous> ( /editing/include/tests.js:5663:9) |
|
Pass | [["insertlinebreak",""]] "<blockquote>[]foo</blockquote>" compare innerHTML | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5668:9) | Pass | assert_equals("<blockquote><br>foo</blockquote>", "<blockquote><br>foo</blockquote>", "Unexpected innerHTML (after normalizing inline style)")
at Test.<anonymous> ( /editing/include/tests.js:5679:11) |
|
Pass | [["insertlinebreak",""]] "<blockquote>[]foo</blockquote>" queryCommandIndeterm("insertlinebreak") before | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals(false, false, "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<blockquote>[]foo</blockquote>" queryCommandState("insertlinebreak") before | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals(false, false, "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<blockquote>[]foo</blockquote>" queryCommandValue("insertlinebreak") before | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals("", "", "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<blockquote>[]foo</blockquote>" queryCommandIndeterm("insertlinebreak") after | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals(false, false, "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<blockquote>[]foo</blockquote>" queryCommandState("insertlinebreak") after | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals(false, false, "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<blockquote>[]foo</blockquote>" queryCommandValue("insertlinebreak") after | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals("", "", "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<blockquote>foo[]</blockquote>": execCommand("insertlinebreak", false, "") return value | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5611:13) | Pass | assert_equals(true, true)
at Test.<anonymous> ( /editing/include/tests.js:5613:13) |
|
Pass | [["insertlinebreak",""]] "<blockquote>foo[]</blockquote>" checks for modifications to non-editable content | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5644:9) | Pass | assert_equals(2, 2, "The parent div must have two children. Did something spill outside the test div?")
at Test.<anonymous> ( /editing/include/tests.js:5648:9) | Pass | assert_equals(1, 1, "Wrapper div must have only one attribute (<div contenteditable=\"\">), but has more (<div contenteditable=\"\">)")
at Test.<anonymous> ( /editing/include/tests.js:5652:9) | Pass | assert_equals(0, 0, "Body element must have no attributes (<body>), but has more (<body>)")
at Test.<anonymous> ( /editing/include/tests.js:5656:9) | Pass | assert_equals("<head><meta charset=\"utf-8\">\n<meta name=\"timeout\" content=\"long\">\n<link rel=\"stylesheet\" href=\"../include/reset.css\">\n<title>insertlinebreak - HTML editing conformance tests</title>\n\n</head><body>\n\n<div id=\"test-container\"><p>test</p></div>\n\n\n\n\n\n\n\n\n</body>", "<head><meta charset=\"utf-8\">\n<meta name=\"timeout\" content=\"long\">\n<link rel=\"stylesheet\" href=\"../include/reset.css\">\n<title>insertlinebreak - HTML editing conformance tests</title>\n\n</head><body>\n\n<div id=\"test-container\"><p>test</p></div>\n\n\n\n\n\n\n\n\n</body>", "Everything outside the editable div must be unchanged, but some change did occur")
at Test.<anonymous> ( /editing/include/tests.js:5663:9) |
|
Pass | [["insertlinebreak",""]] "<blockquote>foo[]</blockquote>" compare innerHTML | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5668:9) | Pass | assert_equals("<blockquote>foo<br><br></blockquote>", "<blockquote>foo<br><br></blockquote>", "Unexpected innerHTML (after normalizing inline style)")
at Test.<anonymous> ( /editing/include/tests.js:5679:11) |
|
Pass | [["insertlinebreak",""]] "<blockquote>foo[]</blockquote>" queryCommandIndeterm("insertlinebreak") before | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals(false, false, "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<blockquote>foo[]</blockquote>" queryCommandState("insertlinebreak") before | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals(false, false, "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<blockquote>foo[]</blockquote>" queryCommandValue("insertlinebreak") before | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals("", "", "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<blockquote>foo[]</blockquote>" queryCommandIndeterm("insertlinebreak") after | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals(false, false, "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<blockquote>foo[]</blockquote>" queryCommandState("insertlinebreak") after | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals(false, false, "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<blockquote>foo[]</blockquote>" queryCommandValue("insertlinebreak") after | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals("", "", "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<blockquote>foo[]<br></blockquote>": execCommand("insertlinebreak", false, "") return value | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5611:13) | Pass | assert_equals(true, true)
at Test.<anonymous> ( /editing/include/tests.js:5613:13) |
|
Pass | [["insertlinebreak",""]] "<blockquote>foo[]<br></blockquote>" checks for modifications to non-editable content | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5644:9) | Pass | assert_equals(2, 2, "The parent div must have two children. Did something spill outside the test div?")
at Test.<anonymous> ( /editing/include/tests.js:5648:9) | Pass | assert_equals(1, 1, "Wrapper div must have only one attribute (<div contenteditable=\"\">), but has more (<div contenteditable=\"\">)")
at Test.<anonymous> ( /editing/include/tests.js:5652:9) | Pass | assert_equals(0, 0, "Body element must have no attributes (<body>), but has more (<body>)")
at Test.<anonymous> ( /editing/include/tests.js:5656:9) | Pass | assert_equals("<head><meta charset=\"utf-8\">\n<meta name=\"timeout\" content=\"long\">\n<link rel=\"stylesheet\" href=\"../include/reset.css\">\n<title>insertlinebreak - HTML editing conformance tests</title>\n\n</head><body>\n\n<div id=\"test-container\"><p>test</p></div>\n\n\n\n\n\n\n\n\n</body>", "<head><meta charset=\"utf-8\">\n<meta name=\"timeout\" content=\"long\">\n<link rel=\"stylesheet\" href=\"../include/reset.css\">\n<title>insertlinebreak - HTML editing conformance tests</title>\n\n</head><body>\n\n<div id=\"test-container\"><p>test</p></div>\n\n\n\n\n\n\n\n\n</body>", "Everything outside the editable div must be unchanged, but some change did occur")
at Test.<anonymous> ( /editing/include/tests.js:5663:9) |
|
Pass | [["insertlinebreak",""]] "<blockquote>foo[]<br></blockquote>" compare innerHTML | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5668:9) | Pass | assert_equals("<blockquote>foo<br><br></blockquote>", "<blockquote>foo<br><br></blockquote>", "Unexpected innerHTML (after normalizing inline style)")
at Test.<anonymous> ( /editing/include/tests.js:5679:11) |
|
Pass | [["insertlinebreak",""]] "<blockquote>foo[]<br></blockquote>" queryCommandIndeterm("insertlinebreak") before | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals(false, false, "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<blockquote>foo[]<br></blockquote>" queryCommandState("insertlinebreak") before | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals(false, false, "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<blockquote>foo[]<br></blockquote>" queryCommandValue("insertlinebreak") before | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals("", "", "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<blockquote>foo[]<br></blockquote>" queryCommandIndeterm("insertlinebreak") after | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals(false, false, "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<blockquote>foo[]<br></blockquote>" queryCommandState("insertlinebreak") after | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals(false, false, "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<blockquote>foo[]<br></blockquote>" queryCommandValue("insertlinebreak") after | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals("", "", "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<blockquote>foo[]bar</blockquote>": execCommand("insertlinebreak", false, "") return value | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5611:13) | Pass | assert_equals(true, true)
at Test.<anonymous> ( /editing/include/tests.js:5613:13) |
|
Pass | [["insertlinebreak",""]] "<blockquote>foo[]bar</blockquote>" checks for modifications to non-editable content | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5644:9) | Pass | assert_equals(2, 2, "The parent div must have two children. Did something spill outside the test div?")
at Test.<anonymous> ( /editing/include/tests.js:5648:9) | Pass | assert_equals(1, 1, "Wrapper div must have only one attribute (<div contenteditable=\"\">), but has more (<div contenteditable=\"\">)")
at Test.<anonymous> ( /editing/include/tests.js:5652:9) | Pass | assert_equals(0, 0, "Body element must have no attributes (<body>), but has more (<body>)")
at Test.<anonymous> ( /editing/include/tests.js:5656:9) | Pass | assert_equals("<head><meta charset=\"utf-8\">\n<meta name=\"timeout\" content=\"long\">\n<link rel=\"stylesheet\" href=\"../include/reset.css\">\n<title>insertlinebreak - HTML editing conformance tests</title>\n\n</head><body>\n\n<div id=\"test-container\"><p>test</p></div>\n\n\n\n\n\n\n\n\n</body>", "<head><meta charset=\"utf-8\">\n<meta name=\"timeout\" content=\"long\">\n<link rel=\"stylesheet\" href=\"../include/reset.css\">\n<title>insertlinebreak - HTML editing conformance tests</title>\n\n</head><body>\n\n<div id=\"test-container\"><p>test</p></div>\n\n\n\n\n\n\n\n\n</body>", "Everything outside the editable div must be unchanged, but some change did occur")
at Test.<anonymous> ( /editing/include/tests.js:5663:9) |
|
Pass | [["insertlinebreak",""]] "<blockquote>foo[]bar</blockquote>" compare innerHTML | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5668:9) | Pass | assert_equals("<blockquote>foo<br>bar</blockquote>", "<blockquote>foo<br>bar</blockquote>", "Unexpected innerHTML (after normalizing inline style)")
at Test.<anonymous> ( /editing/include/tests.js:5679:11) |
|
Pass | [["insertlinebreak",""]] "<blockquote>foo[]bar</blockquote>" queryCommandIndeterm("insertlinebreak") before | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals(false, false, "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<blockquote>foo[]bar</blockquote>" queryCommandState("insertlinebreak") before | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals(false, false, "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<blockquote>foo[]bar</blockquote>" queryCommandValue("insertlinebreak") before | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals("", "", "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<blockquote>foo[]bar</blockquote>" queryCommandIndeterm("insertlinebreak") after | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals(false, false, "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<blockquote>foo[]bar</blockquote>" queryCommandState("insertlinebreak") after | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals(false, false, "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<blockquote>foo[]bar</blockquote>" queryCommandValue("insertlinebreak") after | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals("", "", "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<blockquote><p>[]foo</blockquote>": execCommand("insertlinebreak", false, "") return value | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5611:13) | Pass | assert_equals(true, true)
at Test.<anonymous> ( /editing/include/tests.js:5613:13) |
|
Pass | [["insertlinebreak",""]] "<blockquote><p>[]foo</blockquote>" checks for modifications to non-editable content | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5644:9) | Pass | assert_equals(2, 2, "The parent div must have two children. Did something spill outside the test div?")
at Test.<anonymous> ( /editing/include/tests.js:5648:9) | Pass | assert_equals(1, 1, "Wrapper div must have only one attribute (<div contenteditable=\"\">), but has more (<div contenteditable=\"\">)")
at Test.<anonymous> ( /editing/include/tests.js:5652:9) | Pass | assert_equals(0, 0, "Body element must have no attributes (<body>), but has more (<body>)")
at Test.<anonymous> ( /editing/include/tests.js:5656:9) | Pass | assert_equals("<head><meta charset=\"utf-8\">\n<meta name=\"timeout\" content=\"long\">\n<link rel=\"stylesheet\" href=\"../include/reset.css\">\n<title>insertlinebreak - HTML editing conformance tests</title>\n\n</head><body>\n\n<div id=\"test-container\"><p>test</p></div>\n\n\n\n\n\n\n\n\n</body>", "<head><meta charset=\"utf-8\">\n<meta name=\"timeout\" content=\"long\">\n<link rel=\"stylesheet\" href=\"../include/reset.css\">\n<title>insertlinebreak - HTML editing conformance tests</title>\n\n</head><body>\n\n<div id=\"test-container\"><p>test</p></div>\n\n\n\n\n\n\n\n\n</body>", "Everything outside the editable div must be unchanged, but some change did occur")
at Test.<anonymous> ( /editing/include/tests.js:5663:9) |
|
Pass | [["insertlinebreak",""]] "<blockquote><p>[]foo</blockquote>" compare innerHTML | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5668:9) | Pass | assert_equals("<blockquote><p><br>foo</p></blockquote>", "<blockquote><p><br>foo</p></blockquote>", "Unexpected innerHTML (after normalizing inline style)")
at Test.<anonymous> ( /editing/include/tests.js:5679:11) |
|
Pass | [["insertlinebreak",""]] "<blockquote><p>[]foo</blockquote>" queryCommandIndeterm("insertlinebreak") before | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals(false, false, "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<blockquote><p>[]foo</blockquote>" queryCommandState("insertlinebreak") before | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals(false, false, "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<blockquote><p>[]foo</blockquote>" queryCommandValue("insertlinebreak") before | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals("", "", "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<blockquote><p>[]foo</blockquote>" queryCommandIndeterm("insertlinebreak") after | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals(false, false, "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<blockquote><p>[]foo</blockquote>" queryCommandState("insertlinebreak") after | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals(false, false, "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<blockquote><p>[]foo</blockquote>" queryCommandValue("insertlinebreak") after | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals("", "", "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<blockquote><p>foo[]</blockquote>": execCommand("insertlinebreak", false, "") return value | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5611:13) | Pass | assert_equals(true, true)
at Test.<anonymous> ( /editing/include/tests.js:5613:13) |
|
Pass | [["insertlinebreak",""]] "<blockquote><p>foo[]</blockquote>" checks for modifications to non-editable content | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5644:9) | Pass | assert_equals(2, 2, "The parent div must have two children. Did something spill outside the test div?")
at Test.<anonymous> ( /editing/include/tests.js:5648:9) | Pass | assert_equals(1, 1, "Wrapper div must have only one attribute (<div contenteditable=\"\">), but has more (<div contenteditable=\"\">)")
at Test.<anonymous> ( /editing/include/tests.js:5652:9) | Pass | assert_equals(0, 0, "Body element must have no attributes (<body>), but has more (<body>)")
at Test.<anonymous> ( /editing/include/tests.js:5656:9) | Pass | assert_equals("<head><meta charset=\"utf-8\">\n<meta name=\"timeout\" content=\"long\">\n<link rel=\"stylesheet\" href=\"../include/reset.css\">\n<title>insertlinebreak - HTML editing conformance tests</title>\n\n</head><body>\n\n<div id=\"test-container\"><p>test</p></div>\n\n\n\n\n\n\n\n\n</body>", "<head><meta charset=\"utf-8\">\n<meta name=\"timeout\" content=\"long\">\n<link rel=\"stylesheet\" href=\"../include/reset.css\">\n<title>insertlinebreak - HTML editing conformance tests</title>\n\n</head><body>\n\n<div id=\"test-container\"><p>test</p></div>\n\n\n\n\n\n\n\n\n</body>", "Everything outside the editable div must be unchanged, but some change did occur")
at Test.<anonymous> ( /editing/include/tests.js:5663:9) |
|
Pass | [["insertlinebreak",""]] "<blockquote><p>foo[]</blockquote>" compare innerHTML | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5668:9) | Pass | assert_equals("<blockquote><p>foo<br><br></p></blockquote>", "<blockquote><p>foo<br><br></p></blockquote>", "Unexpected innerHTML (after normalizing inline style)")
at Test.<anonymous> ( /editing/include/tests.js:5679:11) |
|
Pass | [["insertlinebreak",""]] "<blockquote><p>foo[]</blockquote>" queryCommandIndeterm("insertlinebreak") before | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals(false, false, "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<blockquote><p>foo[]</blockquote>" queryCommandState("insertlinebreak") before | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals(false, false, "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<blockquote><p>foo[]</blockquote>" queryCommandValue("insertlinebreak") before | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals("", "", "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<blockquote><p>foo[]</blockquote>" queryCommandIndeterm("insertlinebreak") after | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals(false, false, "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<blockquote><p>foo[]</blockquote>" queryCommandState("insertlinebreak") after | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals(false, false, "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<blockquote><p>foo[]</blockquote>" queryCommandValue("insertlinebreak") after | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals("", "", "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<blockquote><p>foo[]bar</blockquote>": execCommand("insertlinebreak", false, "") return value | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5611:13) | Pass | assert_equals(true, true)
at Test.<anonymous> ( /editing/include/tests.js:5613:13) |
|
Pass | [["insertlinebreak",""]] "<blockquote><p>foo[]bar</blockquote>" checks for modifications to non-editable content | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5644:9) | Pass | assert_equals(2, 2, "The parent div must have two children. Did something spill outside the test div?")
at Test.<anonymous> ( /editing/include/tests.js:5648:9) | Pass | assert_equals(1, 1, "Wrapper div must have only one attribute (<div contenteditable=\"\">), but has more (<div contenteditable=\"\">)")
at Test.<anonymous> ( /editing/include/tests.js:5652:9) | Pass | assert_equals(0, 0, "Body element must have no attributes (<body>), but has more (<body>)")
at Test.<anonymous> ( /editing/include/tests.js:5656:9) | Pass | assert_equals("<head><meta charset=\"utf-8\">\n<meta name=\"timeout\" content=\"long\">\n<link rel=\"stylesheet\" href=\"../include/reset.css\">\n<title>insertlinebreak - HTML editing conformance tests</title>\n\n</head><body>\n\n<div id=\"test-container\"><p>test</p></div>\n\n\n\n\n\n\n\n\n</body>", "<head><meta charset=\"utf-8\">\n<meta name=\"timeout\" content=\"long\">\n<link rel=\"stylesheet\" href=\"../include/reset.css\">\n<title>insertlinebreak - HTML editing conformance tests</title>\n\n</head><body>\n\n<div id=\"test-container\"><p>test</p></div>\n\n\n\n\n\n\n\n\n</body>", "Everything outside the editable div must be unchanged, but some change did occur")
at Test.<anonymous> ( /editing/include/tests.js:5663:9) |
|
Pass | [["insertlinebreak",""]] "<blockquote><p>foo[]bar</blockquote>" compare innerHTML | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5668:9) | Pass | assert_equals("<blockquote><p>foo<br>bar</p></blockquote>", "<blockquote><p>foo<br>bar</p></blockquote>", "Unexpected innerHTML (after normalizing inline style)")
at Test.<anonymous> ( /editing/include/tests.js:5679:11) |
|
Pass | [["insertlinebreak",""]] "<blockquote><p>foo[]bar</blockquote>" queryCommandIndeterm("insertlinebreak") before | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals(false, false, "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<blockquote><p>foo[]bar</blockquote>" queryCommandState("insertlinebreak") before | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals(false, false, "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<blockquote><p>foo[]bar</blockquote>" queryCommandValue("insertlinebreak") before | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals("", "", "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<blockquote><p>foo[]bar</blockquote>" queryCommandIndeterm("insertlinebreak") after | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals(false, false, "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<blockquote><p>foo[]bar</blockquote>" queryCommandState("insertlinebreak") after | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals(false, false, "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<blockquote><p>foo[]bar</blockquote>" queryCommandValue("insertlinebreak") after | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals("", "", "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<blockquote><p>foo[]<p>bar</blockquote>": execCommand("insertlinebreak", false, "") return value | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5611:13) | Pass | assert_equals(true, true)
at Test.<anonymous> ( /editing/include/tests.js:5613:13) |
|
Pass | [["insertlinebreak",""]] "<blockquote><p>foo[]<p>bar</blockquote>" checks for modifications to non-editable content | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5644:9) | Pass | assert_equals(2, 2, "The parent div must have two children. Did something spill outside the test div?")
at Test.<anonymous> ( /editing/include/tests.js:5648:9) | Pass | assert_equals(1, 1, "Wrapper div must have only one attribute (<div contenteditable=\"\">), but has more (<div contenteditable=\"\">)")
at Test.<anonymous> ( /editing/include/tests.js:5652:9) | Pass | assert_equals(0, 0, "Body element must have no attributes (<body>), but has more (<body>)")
at Test.<anonymous> ( /editing/include/tests.js:5656:9) | Pass | assert_equals("<head><meta charset=\"utf-8\">\n<meta name=\"timeout\" content=\"long\">\n<link rel=\"stylesheet\" href=\"../include/reset.css\">\n<title>insertlinebreak - HTML editing conformance tests</title>\n\n</head><body>\n\n<div id=\"test-container\"><p>test</p></div>\n\n\n\n\n\n\n\n\n</body>", "<head><meta charset=\"utf-8\">\n<meta name=\"timeout\" content=\"long\">\n<link rel=\"stylesheet\" href=\"../include/reset.css\">\n<title>insertlinebreak - HTML editing conformance tests</title>\n\n</head><body>\n\n<div id=\"test-container\"><p>test</p></div>\n\n\n\n\n\n\n\n\n</body>", "Everything outside the editable div must be unchanged, but some change did occur")
at Test.<anonymous> ( /editing/include/tests.js:5663:9) |
|
Pass | [["insertlinebreak",""]] "<blockquote><p>foo[]<p>bar</blockquote>" compare innerHTML | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5668:9) | Pass | assert_equals("<blockquote><p>foo<br><br></p><p>bar</p></blockquote>", "<blockquote><p>foo<br><br></p><p>bar</p></blockquote>", "Unexpected innerHTML (after normalizing inline style)")
at Test.<anonymous> ( /editing/include/tests.js:5679:11) |
|
Pass | [["insertlinebreak",""]] "<blockquote><p>foo[]<p>bar</blockquote>" queryCommandIndeterm("insertlinebreak") before | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals(false, false, "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<blockquote><p>foo[]<p>bar</blockquote>" queryCommandState("insertlinebreak") before | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals(false, false, "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<blockquote><p>foo[]<p>bar</blockquote>" queryCommandValue("insertlinebreak") before | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals("", "", "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<blockquote><p>foo[]<p>bar</blockquote>" queryCommandIndeterm("insertlinebreak") after | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals(false, false, "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<blockquote><p>foo[]<p>bar</blockquote>" queryCommandState("insertlinebreak") after | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals(false, false, "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<blockquote><p>foo[]<p>bar</blockquote>" queryCommandValue("insertlinebreak") after | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals("", "", "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<blockquote><p>foo[]bar<p>baz</blockquote>": execCommand("insertlinebreak", false, "") return value | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5611:13) | Pass | assert_equals(true, true)
at Test.<anonymous> ( /editing/include/tests.js:5613:13) |
|
Pass | [["insertlinebreak",""]] "<blockquote><p>foo[]bar<p>baz</blockquote>" checks for modifications to non-editable content | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5644:9) | Pass | assert_equals(2, 2, "The parent div must have two children. Did something spill outside the test div?")
at Test.<anonymous> ( /editing/include/tests.js:5648:9) | Pass | assert_equals(1, 1, "Wrapper div must have only one attribute (<div contenteditable=\"\">), but has more (<div contenteditable=\"\">)")
at Test.<anonymous> ( /editing/include/tests.js:5652:9) | Pass | assert_equals(0, 0, "Body element must have no attributes (<body>), but has more (<body>)")
at Test.<anonymous> ( /editing/include/tests.js:5656:9) | Pass | assert_equals("<head><meta charset=\"utf-8\">\n<meta name=\"timeout\" content=\"long\">\n<link rel=\"stylesheet\" href=\"../include/reset.css\">\n<title>insertlinebreak - HTML editing conformance tests</title>\n\n</head><body>\n\n<div id=\"test-container\"><p>test</p></div>\n\n\n\n\n\n\n\n\n</body>", "<head><meta charset=\"utf-8\">\n<meta name=\"timeout\" content=\"long\">\n<link rel=\"stylesheet\" href=\"../include/reset.css\">\n<title>insertlinebreak - HTML editing conformance tests</title>\n\n</head><body>\n\n<div id=\"test-container\"><p>test</p></div>\n\n\n\n\n\n\n\n\n</body>", "Everything outside the editable div must be unchanged, but some change did occur")
at Test.<anonymous> ( /editing/include/tests.js:5663:9) |
|
Pass | [["insertlinebreak",""]] "<blockquote><p>foo[]bar<p>baz</blockquote>" compare innerHTML | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5668:9) | Pass | assert_equals("<blockquote><p>foo<br>bar</p><p>baz</p></blockquote>", "<blockquote><p>foo<br>bar</p><p>baz</p></blockquote>", "Unexpected innerHTML (after normalizing inline style)")
at Test.<anonymous> ( /editing/include/tests.js:5679:11) |
|
Pass | [["insertlinebreak",""]] "<blockquote><p>foo[]bar<p>baz</blockquote>" queryCommandIndeterm("insertlinebreak") before | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals(false, false, "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<blockquote><p>foo[]bar<p>baz</blockquote>" queryCommandState("insertlinebreak") before | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals(false, false, "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<blockquote><p>foo[]bar<p>baz</blockquote>" queryCommandValue("insertlinebreak") before | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals("", "", "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<blockquote><p>foo[]bar<p>baz</blockquote>" queryCommandIndeterm("insertlinebreak") after | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals(false, false, "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<blockquote><p>foo[]bar<p>baz</blockquote>" queryCommandState("insertlinebreak") after | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals(false, false, "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<blockquote><p>foo[]bar<p>baz</blockquote>" queryCommandValue("insertlinebreak") after | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals("", "", "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<span>foo[]bar</span>": execCommand("insertlinebreak", false, "") return value | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5611:13) | Pass | assert_equals(true, true)
at Test.<anonymous> ( /editing/include/tests.js:5613:13) |
|
Pass | [["insertlinebreak",""]] "<span>foo[]bar</span>" checks for modifications to non-editable content | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5644:9) | Pass | assert_equals(2, 2, "The parent div must have two children. Did something spill outside the test div?")
at Test.<anonymous> ( /editing/include/tests.js:5648:9) | Pass | assert_equals(1, 1, "Wrapper div must have only one attribute (<div contenteditable=\"\">), but has more (<div contenteditable=\"\">)")
at Test.<anonymous> ( /editing/include/tests.js:5652:9) | Pass | assert_equals(0, 0, "Body element must have no attributes (<body>), but has more (<body>)")
at Test.<anonymous> ( /editing/include/tests.js:5656:9) | Pass | assert_equals("<head><meta charset=\"utf-8\">\n<meta name=\"timeout\" content=\"long\">\n<link rel=\"stylesheet\" href=\"../include/reset.css\">\n<title>insertlinebreak - HTML editing conformance tests</title>\n\n</head><body>\n\n<div id=\"test-container\"><p>test</p></div>\n\n\n\n\n\n\n\n\n</body>", "<head><meta charset=\"utf-8\">\n<meta name=\"timeout\" content=\"long\">\n<link rel=\"stylesheet\" href=\"../include/reset.css\">\n<title>insertlinebreak - HTML editing conformance tests</title>\n\n</head><body>\n\n<div id=\"test-container\"><p>test</p></div>\n\n\n\n\n\n\n\n\n</body>", "Everything outside the editable div must be unchanged, but some change did occur")
at Test.<anonymous> ( /editing/include/tests.js:5663:9) |
|
Pass | [["insertlinebreak",""]] "<span>foo[]bar</span>" compare innerHTML | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5668:9) | Pass | assert_equals("<span>foo<br>bar</span>", "<span>foo<br>bar</span>", "Unexpected innerHTML (after normalizing inline style)")
at Test.<anonymous> ( /editing/include/tests.js:5679:11) |
|
Pass | [["insertlinebreak",""]] "<span>foo[]bar</span>" queryCommandIndeterm("insertlinebreak") before | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals(false, false, "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<span>foo[]bar</span>" queryCommandState("insertlinebreak") before | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals(false, false, "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<span>foo[]bar</span>" queryCommandValue("insertlinebreak") before | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals("", "", "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<span>foo[]bar</span>" queryCommandIndeterm("insertlinebreak") after | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals(false, false, "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<span>foo[]bar</span>" queryCommandState("insertlinebreak") after | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals(false, false, "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<span>foo[]bar</span>" queryCommandValue("insertlinebreak") after | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals("", "", "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<span>foo[]bar</span>baz": execCommand("insertlinebreak", false, "") return value | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5611:13) | Pass | assert_equals(true, true)
at Test.<anonymous> ( /editing/include/tests.js:5613:13) |
|
Pass | [["insertlinebreak",""]] "<span>foo[]bar</span>baz" checks for modifications to non-editable content | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5644:9) | Pass | assert_equals(2, 2, "The parent div must have two children. Did something spill outside the test div?")
at Test.<anonymous> ( /editing/include/tests.js:5648:9) | Pass | assert_equals(1, 1, "Wrapper div must have only one attribute (<div contenteditable=\"\">), but has more (<div contenteditable=\"\">)")
at Test.<anonymous> ( /editing/include/tests.js:5652:9) | Pass | assert_equals(0, 0, "Body element must have no attributes (<body>), but has more (<body>)")
at Test.<anonymous> ( /editing/include/tests.js:5656:9) | Pass | assert_equals("<head><meta charset=\"utf-8\">\n<meta name=\"timeout\" content=\"long\">\n<link rel=\"stylesheet\" href=\"../include/reset.css\">\n<title>insertlinebreak - HTML editing conformance tests</title>\n\n</head><body>\n\n<div id=\"test-container\"><p>test</p></div>\n\n\n\n\n\n\n\n\n</body>", "<head><meta charset=\"utf-8\">\n<meta name=\"timeout\" content=\"long\">\n<link rel=\"stylesheet\" href=\"../include/reset.css\">\n<title>insertlinebreak - HTML editing conformance tests</title>\n\n</head><body>\n\n<div id=\"test-container\"><p>test</p></div>\n\n\n\n\n\n\n\n\n</body>", "Everything outside the editable div must be unchanged, but some change did occur")
at Test.<anonymous> ( /editing/include/tests.js:5663:9) |
|
Pass | [["insertlinebreak",""]] "<span>foo[]bar</span>baz" compare innerHTML | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5668:9) | Pass | assert_equals("<span>foo<br>bar</span>baz", "<span>foo<br>bar</span>baz", "Unexpected innerHTML (after normalizing inline style)")
at Test.<anonymous> ( /editing/include/tests.js:5679:11) |
|
Pass | [["insertlinebreak",""]] "<span>foo[]bar</span>baz" queryCommandIndeterm("insertlinebreak") before | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals(false, false, "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<span>foo[]bar</span>baz" queryCommandState("insertlinebreak") before | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals(false, false, "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<span>foo[]bar</span>baz" queryCommandValue("insertlinebreak") before | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals("", "", "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<span>foo[]bar</span>baz" queryCommandIndeterm("insertlinebreak") after | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals(false, false, "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<span>foo[]bar</span>baz" queryCommandState("insertlinebreak") after | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals(false, false, "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<span>foo[]bar</span>baz" queryCommandValue("insertlinebreak") after | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals("", "", "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<b>foo[]bar</b>": execCommand("insertlinebreak", false, "") return value | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5611:13) | Pass | assert_equals(true, true)
at Test.<anonymous> ( /editing/include/tests.js:5613:13) |
|
Pass | [["insertlinebreak",""]] "<b>foo[]bar</b>" checks for modifications to non-editable content | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5644:9) | Pass | assert_equals(2, 2, "The parent div must have two children. Did something spill outside the test div?")
at Test.<anonymous> ( /editing/include/tests.js:5648:9) | Pass | assert_equals(1, 1, "Wrapper div must have only one attribute (<div contenteditable=\"\">), but has more (<div contenteditable=\"\">)")
at Test.<anonymous> ( /editing/include/tests.js:5652:9) | Pass | assert_equals(0, 0, "Body element must have no attributes (<body>), but has more (<body>)")
at Test.<anonymous> ( /editing/include/tests.js:5656:9) | Pass | assert_equals("<head><meta charset=\"utf-8\">\n<meta name=\"timeout\" content=\"long\">\n<link rel=\"stylesheet\" href=\"../include/reset.css\">\n<title>insertlinebreak - HTML editing conformance tests</title>\n\n</head><body>\n\n<div id=\"test-container\"><p>test</p></div>\n\n\n\n\n\n\n\n\n</body>", "<head><meta charset=\"utf-8\">\n<meta name=\"timeout\" content=\"long\">\n<link rel=\"stylesheet\" href=\"../include/reset.css\">\n<title>insertlinebreak - HTML editing conformance tests</title>\n\n</head><body>\n\n<div id=\"test-container\"><p>test</p></div>\n\n\n\n\n\n\n\n\n</body>", "Everything outside the editable div must be unchanged, but some change did occur")
at Test.<anonymous> ( /editing/include/tests.js:5663:9) |
|
Pass | [["insertlinebreak",""]] "<b>foo[]bar</b>" compare innerHTML | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5668:9) | Pass | assert_equals("<b>foo<br>bar</b>", "<b>foo<br>bar</b>", "Unexpected innerHTML (after normalizing inline style)")
at Test.<anonymous> ( /editing/include/tests.js:5679:11) |
|
Pass | [["insertlinebreak",""]] "<b>foo[]bar</b>" queryCommandIndeterm("insertlinebreak") before | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals(false, false, "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<b>foo[]bar</b>" queryCommandState("insertlinebreak") before | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals(false, false, "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<b>foo[]bar</b>" queryCommandValue("insertlinebreak") before | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals("", "", "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<b>foo[]bar</b>" queryCommandIndeterm("insertlinebreak") after | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals(false, false, "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<b>foo[]bar</b>" queryCommandState("insertlinebreak") after | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals(false, false, "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<b>foo[]bar</b>" queryCommandValue("insertlinebreak") after | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals("", "", "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<b>foo[]bar</b>baz": execCommand("insertlinebreak", false, "") return value | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5611:13) | Pass | assert_equals(true, true)
at Test.<anonymous> ( /editing/include/tests.js:5613:13) |
|
Pass | [["insertlinebreak",""]] "<b>foo[]bar</b>baz" checks for modifications to non-editable content | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5644:9) | Pass | assert_equals(2, 2, "The parent div must have two children. Did something spill outside the test div?")
at Test.<anonymous> ( /editing/include/tests.js:5648:9) | Pass | assert_equals(1, 1, "Wrapper div must have only one attribute (<div contenteditable=\"\">), but has more (<div contenteditable=\"\">)")
at Test.<anonymous> ( /editing/include/tests.js:5652:9) | Pass | assert_equals(0, 0, "Body element must have no attributes (<body>), but has more (<body>)")
at Test.<anonymous> ( /editing/include/tests.js:5656:9) | Pass | assert_equals("<head><meta charset=\"utf-8\">\n<meta name=\"timeout\" content=\"long\">\n<link rel=\"stylesheet\" href=\"../include/reset.css\">\n<title>insertlinebreak - HTML editing conformance tests</title>\n\n</head><body>\n\n<div id=\"test-container\"><p>test</p></div>\n\n\n\n\n\n\n\n\n</body>", "<head><meta charset=\"utf-8\">\n<meta name=\"timeout\" content=\"long\">\n<link rel=\"stylesheet\" href=\"../include/reset.css\">\n<title>insertlinebreak - HTML editing conformance tests</title>\n\n</head><body>\n\n<div id=\"test-container\"><p>test</p></div>\n\n\n\n\n\n\n\n\n</body>", "Everything outside the editable div must be unchanged, but some change did occur")
at Test.<anonymous> ( /editing/include/tests.js:5663:9) |
|
Pass | [["insertlinebreak",""]] "<b>foo[]bar</b>baz" compare innerHTML | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5668:9) | Pass | assert_equals("<b>foo<br>bar</b>baz", "<b>foo<br>bar</b>baz", "Unexpected innerHTML (after normalizing inline style)")
at Test.<anonymous> ( /editing/include/tests.js:5679:11) |
|
Pass | [["insertlinebreak",""]] "<b>foo[]bar</b>baz" queryCommandIndeterm("insertlinebreak") before | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals(false, false, "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<b>foo[]bar</b>baz" queryCommandState("insertlinebreak") before | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals(false, false, "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<b>foo[]bar</b>baz" queryCommandValue("insertlinebreak") before | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals("", "", "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<b>foo[]bar</b>baz" queryCommandIndeterm("insertlinebreak") after | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals(false, false, "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<b>foo[]bar</b>baz" queryCommandState("insertlinebreak") after | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals(false, false, "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<b>foo[]bar</b>baz" queryCommandValue("insertlinebreak") after | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals("", "", "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<b>foo[]</b>bar": execCommand("insertlinebreak", false, "") return value | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5611:13) | Pass | assert_equals(true, true)
at Test.<anonymous> ( /editing/include/tests.js:5613:13) |
|
Pass | [["insertlinebreak",""]] "<b>foo[]</b>bar" checks for modifications to non-editable content | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5644:9) | Pass | assert_equals(2, 2, "The parent div must have two children. Did something spill outside the test div?")
at Test.<anonymous> ( /editing/include/tests.js:5648:9) | Pass | assert_equals(1, 1, "Wrapper div must have only one attribute (<div contenteditable=\"\">), but has more (<div contenteditable=\"\">)")
at Test.<anonymous> ( /editing/include/tests.js:5652:9) | Pass | assert_equals(0, 0, "Body element must have no attributes (<body>), but has more (<body>)")
at Test.<anonymous> ( /editing/include/tests.js:5656:9) | Pass | assert_equals("<head><meta charset=\"utf-8\">\n<meta name=\"timeout\" content=\"long\">\n<link rel=\"stylesheet\" href=\"../include/reset.css\">\n<title>insertlinebreak - HTML editing conformance tests</title>\n\n</head><body>\n\n<div id=\"test-container\"><p>test</p></div>\n\n\n\n\n\n\n\n\n</body>", "<head><meta charset=\"utf-8\">\n<meta name=\"timeout\" content=\"long\">\n<link rel=\"stylesheet\" href=\"../include/reset.css\">\n<title>insertlinebreak - HTML editing conformance tests</title>\n\n</head><body>\n\n<div id=\"test-container\"><p>test</p></div>\n\n\n\n\n\n\n\n\n</body>", "Everything outside the editable div must be unchanged, but some change did occur")
at Test.<anonymous> ( /editing/include/tests.js:5663:9) |
|
Pass | [["insertlinebreak",""]] "<b>foo[]</b>bar" compare innerHTML | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5668:9) | Pass | assert_equals("<b>foo<br></b>bar", "<b>foo<br></b>bar", "Unexpected innerHTML (after normalizing inline style)")
at Test.<anonymous> ( /editing/include/tests.js:5679:11) |
|
Pass | [["insertlinebreak",""]] "<b>foo[]</b>bar" queryCommandIndeterm("insertlinebreak") before | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals(false, false, "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<b>foo[]</b>bar" queryCommandState("insertlinebreak") before | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals(false, false, "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<b>foo[]</b>bar" queryCommandValue("insertlinebreak") before | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals("", "", "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<b>foo[]</b>bar" queryCommandIndeterm("insertlinebreak") after | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals(false, false, "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<b>foo[]</b>bar" queryCommandState("insertlinebreak") after | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals(false, false, "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<b>foo[]</b>bar" queryCommandValue("insertlinebreak") after | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals("", "", "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "foo<b>[]bar</b>": execCommand("insertlinebreak", false, "") return value | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5611:13) | Pass | assert_equals(true, true)
at Test.<anonymous> ( /editing/include/tests.js:5613:13) |
|
Pass | [["insertlinebreak",""]] "foo<b>[]bar</b>" checks for modifications to non-editable content | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5644:9) | Pass | assert_equals(2, 2, "The parent div must have two children. Did something spill outside the test div?")
at Test.<anonymous> ( /editing/include/tests.js:5648:9) | Pass | assert_equals(1, 1, "Wrapper div must have only one attribute (<div contenteditable=\"\">), but has more (<div contenteditable=\"\">)")
at Test.<anonymous> ( /editing/include/tests.js:5652:9) | Pass | assert_equals(0, 0, "Body element must have no attributes (<body>), but has more (<body>)")
at Test.<anonymous> ( /editing/include/tests.js:5656:9) | Pass | assert_equals("<head><meta charset=\"utf-8\">\n<meta name=\"timeout\" content=\"long\">\n<link rel=\"stylesheet\" href=\"../include/reset.css\">\n<title>insertlinebreak - HTML editing conformance tests</title>\n\n</head><body>\n\n<div id=\"test-container\"><p>test</p></div>\n\n\n\n\n\n\n\n\n</body>", "<head><meta charset=\"utf-8\">\n<meta name=\"timeout\" content=\"long\">\n<link rel=\"stylesheet\" href=\"../include/reset.css\">\n<title>insertlinebreak - HTML editing conformance tests</title>\n\n</head><body>\n\n<div id=\"test-container\"><p>test</p></div>\n\n\n\n\n\n\n\n\n</body>", "Everything outside the editable div must be unchanged, but some change did occur")
at Test.<anonymous> ( /editing/include/tests.js:5663:9) |
|
Fail | [["insertlinebreak",""]] "foo<b>[]bar</b>" compare innerHTML | assert_equals: Unexpected innerHTML (after normalizing inline style) expected "foo<b><br>bar</b>" but got "foo<br><b>bar</b>" at Test.<anonymous> (https://wpt.live/editing/include/tests.js:5679:11)
at Test.step (https://wpt.live/resources/testharness.js:2642:25)
at test (https://wpt.live/resources/testharness.js:633:30)
at subsetTest (https://wpt.live/common/subset-tests.js:54:14)
at runConformanceTest (https://wpt.live/editing/include/tests.js:5667:5) Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5668:9) | Fail | assert_equals("foo<br><b>bar</b>", "foo<b><br>bar</b>", "Unexpected innerHTML (after normalizing inline style)")
at Test.<anonymous> ( /editing/include/tests.js:5679:11) |
|
Pass | [["insertlinebreak",""]] "foo<b>[]bar</b>" queryCommandIndeterm("insertlinebreak") before | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals(false, false, "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "foo<b>[]bar</b>" queryCommandState("insertlinebreak") before | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals(false, false, "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "foo<b>[]bar</b>" queryCommandValue("insertlinebreak") before | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals("", "", "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "foo<b>[]bar</b>" queryCommandIndeterm("insertlinebreak") after | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals(false, false, "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "foo<b>[]bar</b>" queryCommandState("insertlinebreak") after | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals(false, false, "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "foo<b>[]bar</b>" queryCommandValue("insertlinebreak") after | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals("", "", "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<b>foo[]</b><i>bar</i>": execCommand("insertlinebreak", false, "") return value | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5611:13) | Pass | assert_equals(true, true)
at Test.<anonymous> ( /editing/include/tests.js:5613:13) |
|
Pass | [["insertlinebreak",""]] "<b>foo[]</b><i>bar</i>" checks for modifications to non-editable content | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5644:9) | Pass | assert_equals(2, 2, "The parent div must have two children. Did something spill outside the test div?")
at Test.<anonymous> ( /editing/include/tests.js:5648:9) | Pass | assert_equals(1, 1, "Wrapper div must have only one attribute (<div contenteditable=\"\">), but has more (<div contenteditable=\"\">)")
at Test.<anonymous> ( /editing/include/tests.js:5652:9) | Pass | assert_equals(0, 0, "Body element must have no attributes (<body>), but has more (<body>)")
at Test.<anonymous> ( /editing/include/tests.js:5656:9) | Pass | assert_equals("<head><meta charset=\"utf-8\">\n<meta name=\"timeout\" content=\"long\">\n<link rel=\"stylesheet\" href=\"../include/reset.css\">\n<title>insertlinebreak - HTML editing conformance tests</title>\n\n</head><body>\n\n<div id=\"test-container\"><p>test</p></div>\n\n\n\n\n\n\n\n\n</body>", "<head><meta charset=\"utf-8\">\n<meta name=\"timeout\" content=\"long\">\n<link rel=\"stylesheet\" href=\"../include/reset.css\">\n<title>insertlinebreak - HTML editing conformance tests</title>\n\n</head><body>\n\n<div id=\"test-container\"><p>test</p></div>\n\n\n\n\n\n\n\n\n</body>", "Everything outside the editable div must be unchanged, but some change did occur")
at Test.<anonymous> ( /editing/include/tests.js:5663:9) |
|
Pass | [["insertlinebreak",""]] "<b>foo[]</b><i>bar</i>" compare innerHTML | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5668:9) | Pass | assert_equals("<b>foo<br></b><i>bar</i>", "<b>foo<br></b><i>bar</i>", "Unexpected innerHTML (after normalizing inline style)")
at Test.<anonymous> ( /editing/include/tests.js:5679:11) |
|
Pass | [["insertlinebreak",""]] "<b>foo[]</b><i>bar</i>" queryCommandIndeterm("insertlinebreak") before | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals(false, false, "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<b>foo[]</b><i>bar</i>" queryCommandState("insertlinebreak") before | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals(false, false, "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<b>foo[]</b><i>bar</i>" queryCommandValue("insertlinebreak") before | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals("", "", "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<b>foo[]</b><i>bar</i>" queryCommandIndeterm("insertlinebreak") after | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals(false, false, "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<b>foo[]</b><i>bar</i>" queryCommandState("insertlinebreak") after | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals(false, false, "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<b>foo[]</b><i>bar</i>" queryCommandValue("insertlinebreak") after | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals("", "", "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<b>foo</b>{}<i>bar</i>": execCommand("insertlinebreak", false, "") return value | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5611:13) | Pass | assert_equals(true, true)
at Test.<anonymous> ( /editing/include/tests.js:5613:13) |
|
Pass | [["insertlinebreak",""]] "<b>foo</b>{}<i>bar</i>" checks for modifications to non-editable content | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5644:9) | Pass | assert_equals(2, 2, "The parent div must have two children. Did something spill outside the test div?")
at Test.<anonymous> ( /editing/include/tests.js:5648:9) | Pass | assert_equals(1, 1, "Wrapper div must have only one attribute (<div contenteditable=\"\">), but has more (<div contenteditable=\"\">)")
at Test.<anonymous> ( /editing/include/tests.js:5652:9) | Pass | assert_equals(0, 0, "Body element must have no attributes (<body>), but has more (<body>)")
at Test.<anonymous> ( /editing/include/tests.js:5656:9) | Pass | assert_equals("<head><meta charset=\"utf-8\">\n<meta name=\"timeout\" content=\"long\">\n<link rel=\"stylesheet\" href=\"../include/reset.css\">\n<title>insertlinebreak - HTML editing conformance tests</title>\n\n</head><body>\n\n<div id=\"test-container\"><p>test</p></div>\n\n\n\n\n\n\n\n\n</body>", "<head><meta charset=\"utf-8\">\n<meta name=\"timeout\" content=\"long\">\n<link rel=\"stylesheet\" href=\"../include/reset.css\">\n<title>insertlinebreak - HTML editing conformance tests</title>\n\n</head><body>\n\n<div id=\"test-container\"><p>test</p></div>\n\n\n\n\n\n\n\n\n</body>", "Everything outside the editable div must be unchanged, but some change did occur")
at Test.<anonymous> ( /editing/include/tests.js:5663:9) |
|
Fail | [["insertlinebreak",""]] "<b>foo</b>{}<i>bar</i>" compare innerHTML | assert_equals: Unexpected innerHTML (after normalizing inline style) expected "<b>foo</b><br><i>bar</i>" but got "<b>foo<br></b><i>bar</i>" at Test.<anonymous> (https://wpt.live/editing/include/tests.js:5679:11)
at Test.step (https://wpt.live/resources/testharness.js:2642:25)
at test (https://wpt.live/resources/testharness.js:633:30)
at subsetTest (https://wpt.live/common/subset-tests.js:54:14)
at runConformanceTest (https://wpt.live/editing/include/tests.js:5667:5) Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5668:9) | Fail | assert_equals("<b>foo<br></b><i>bar</i>", "<b>foo</b><br><i>bar</i>", "Unexpected innerHTML (after normalizing inline style)")
at Test.<anonymous> ( /editing/include/tests.js:5679:11) |
|
Pass | [["insertlinebreak",""]] "<b>foo</b>{}<i>bar</i>" queryCommandIndeterm("insertlinebreak") before | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals(false, false, "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<b>foo</b>{}<i>bar</i>" queryCommandState("insertlinebreak") before | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals(false, false, "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<b>foo</b>{}<i>bar</i>" queryCommandValue("insertlinebreak") before | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals("", "", "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<b>foo</b>{}<i>bar</i>" queryCommandIndeterm("insertlinebreak") after | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals(false, false, "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<b>foo</b>{}<i>bar</i>" queryCommandState("insertlinebreak") after | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals(false, false, "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<b>foo</b>{}<i>bar</i>" queryCommandValue("insertlinebreak") after | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals("", "", "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<b id=x class=y>foo[]bar</b>": execCommand("insertlinebreak", false, "") return value | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5611:13) | Pass | assert_equals(true, true)
at Test.<anonymous> ( /editing/include/tests.js:5613:13) |
|
Pass | [["insertlinebreak",""]] "<b id=x class=y>foo[]bar</b>" checks for modifications to non-editable content | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5644:9) | Pass | assert_equals(2, 2, "The parent div must have two children. Did something spill outside the test div?")
at Test.<anonymous> ( /editing/include/tests.js:5648:9) | Pass | assert_equals(1, 1, "Wrapper div must have only one attribute (<div contenteditable=\"\">), but has more (<div contenteditable=\"\">)")
at Test.<anonymous> ( /editing/include/tests.js:5652:9) | Pass | assert_equals(0, 0, "Body element must have no attributes (<body>), but has more (<body>)")
at Test.<anonymous> ( /editing/include/tests.js:5656:9) | Pass | assert_equals("<head><meta charset=\"utf-8\">\n<meta name=\"timeout\" content=\"long\">\n<link rel=\"stylesheet\" href=\"../include/reset.css\">\n<title>insertlinebreak - HTML editing conformance tests</title>\n\n</head><body>\n\n<div id=\"test-container\"><p>test</p></div>\n\n\n\n\n\n\n\n\n</body>", "<head><meta charset=\"utf-8\">\n<meta name=\"timeout\" content=\"long\">\n<link rel=\"stylesheet\" href=\"../include/reset.css\">\n<title>insertlinebreak - HTML editing conformance tests</title>\n\n</head><body>\n\n<div id=\"test-container\"><p>test</p></div>\n\n\n\n\n\n\n\n\n</body>", "Everything outside the editable div must be unchanged, but some change did occur")
at Test.<anonymous> ( /editing/include/tests.js:5663:9) |
|
Pass | [["insertlinebreak",""]] "<b id=x class=y>foo[]bar</b>" compare innerHTML | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5668:9) | Pass | assert_equals("<b id=\"x\" class=\"y\">foo<br>bar</b>", "<b id=\"x\" class=\"y\">foo<br>bar</b>", "Unexpected innerHTML (after normalizing inline style)")
at Test.<anonymous> ( /editing/include/tests.js:5679:11) |
|
Pass | [["insertlinebreak",""]] "<b id=x class=y>foo[]bar</b>" queryCommandIndeterm("insertlinebreak") before | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals(false, false, "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<b id=x class=y>foo[]bar</b>" queryCommandState("insertlinebreak") before | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals(false, false, "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<b id=x class=y>foo[]bar</b>" queryCommandValue("insertlinebreak") before | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals("", "", "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<b id=x class=y>foo[]bar</b>" queryCommandIndeterm("insertlinebreak") after | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals(false, false, "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<b id=x class=y>foo[]bar</b>" queryCommandState("insertlinebreak") after | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals(false, false, "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<b id=x class=y>foo[]bar</b>" queryCommandValue("insertlinebreak") after | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals("", "", "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<i><b>foo[]bar</b>baz</i>": execCommand("insertlinebreak", false, "") return value | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5611:13) | Pass | assert_equals(true, true)
at Test.<anonymous> ( /editing/include/tests.js:5613:13) |
|
Pass | [["insertlinebreak",""]] "<i><b>foo[]bar</b>baz</i>" checks for modifications to non-editable content | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5644:9) | Pass | assert_equals(2, 2, "The parent div must have two children. Did something spill outside the test div?")
at Test.<anonymous> ( /editing/include/tests.js:5648:9) | Pass | assert_equals(1, 1, "Wrapper div must have only one attribute (<div contenteditable=\"\">), but has more (<div contenteditable=\"\">)")
at Test.<anonymous> ( /editing/include/tests.js:5652:9) | Pass | assert_equals(0, 0, "Body element must have no attributes (<body>), but has more (<body>)")
at Test.<anonymous> ( /editing/include/tests.js:5656:9) | Pass | assert_equals("<head><meta charset=\"utf-8\">\n<meta name=\"timeout\" content=\"long\">\n<link rel=\"stylesheet\" href=\"../include/reset.css\">\n<title>insertlinebreak - HTML editing conformance tests</title>\n\n</head><body>\n\n<div id=\"test-container\"><p>test</p></div>\n\n\n\n\n\n\n\n\n</body>", "<head><meta charset=\"utf-8\">\n<meta name=\"timeout\" content=\"long\">\n<link rel=\"stylesheet\" href=\"../include/reset.css\">\n<title>insertlinebreak - HTML editing conformance tests</title>\n\n</head><body>\n\n<div id=\"test-container\"><p>test</p></div>\n\n\n\n\n\n\n\n\n</body>", "Everything outside the editable div must be unchanged, but some change did occur")
at Test.<anonymous> ( /editing/include/tests.js:5663:9) |
|
Pass | [["insertlinebreak",""]] "<i><b>foo[]bar</b>baz</i>" compare innerHTML | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5668:9) | Pass | assert_equals("<i><b>foo<br>bar</b>baz</i>", "<i><b>foo<br>bar</b>baz</i>", "Unexpected innerHTML (after normalizing inline style)")
at Test.<anonymous> ( /editing/include/tests.js:5679:11) |
|
Pass | [["insertlinebreak",""]] "<i><b>foo[]bar</b>baz</i>" queryCommandIndeterm("insertlinebreak") before | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals(false, false, "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<i><b>foo[]bar</b>baz</i>" queryCommandState("insertlinebreak") before | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals(false, false, "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<i><b>foo[]bar</b>baz</i>" queryCommandValue("insertlinebreak") before | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals("", "", "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<i><b>foo[]bar</b>baz</i>" queryCommandIndeterm("insertlinebreak") after | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals(false, false, "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<i><b>foo[]bar</b>baz</i>" queryCommandState("insertlinebreak") after | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals(false, false, "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<i><b>foo[]bar</b>baz</i>" queryCommandValue("insertlinebreak") after | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals("", "", "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<p><b>foo[]bar</b></p>": execCommand("insertlinebreak", false, "") return value | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5611:13) | Pass | assert_equals(true, true)
at Test.<anonymous> ( /editing/include/tests.js:5613:13) |
|
Pass | [["insertlinebreak",""]] "<p><b>foo[]bar</b></p>" checks for modifications to non-editable content | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5644:9) | Pass | assert_equals(2, 2, "The parent div must have two children. Did something spill outside the test div?")
at Test.<anonymous> ( /editing/include/tests.js:5648:9) | Pass | assert_equals(1, 1, "Wrapper div must have only one attribute (<div contenteditable=\"\">), but has more (<div contenteditable=\"\">)")
at Test.<anonymous> ( /editing/include/tests.js:5652:9) | Pass | assert_equals(0, 0, "Body element must have no attributes (<body>), but has more (<body>)")
at Test.<anonymous> ( /editing/include/tests.js:5656:9) | Pass | assert_equals("<head><meta charset=\"utf-8\">\n<meta name=\"timeout\" content=\"long\">\n<link rel=\"stylesheet\" href=\"../include/reset.css\">\n<title>insertlinebreak - HTML editing conformance tests</title>\n\n</head><body>\n\n<div id=\"test-container\"><p>test</p></div>\n\n\n\n\n\n\n\n\n</body>", "<head><meta charset=\"utf-8\">\n<meta name=\"timeout\" content=\"long\">\n<link rel=\"stylesheet\" href=\"../include/reset.css\">\n<title>insertlinebreak - HTML editing conformance tests</title>\n\n</head><body>\n\n<div id=\"test-container\"><p>test</p></div>\n\n\n\n\n\n\n\n\n</body>", "Everything outside the editable div must be unchanged, but some change did occur")
at Test.<anonymous> ( /editing/include/tests.js:5663:9) |
|
Pass | [["insertlinebreak",""]] "<p><b>foo[]bar</b></p>" compare innerHTML | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5668:9) | Pass | assert_equals("<p><b>foo<br>bar</b></p>", "<p><b>foo<br>bar</b></p>", "Unexpected innerHTML (after normalizing inline style)")
at Test.<anonymous> ( /editing/include/tests.js:5679:11) |
|
Pass | [["insertlinebreak",""]] "<p><b>foo[]bar</b></p>" queryCommandIndeterm("insertlinebreak") before | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals(false, false, "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<p><b>foo[]bar</b></p>" queryCommandState("insertlinebreak") before | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals(false, false, "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<p><b>foo[]bar</b></p>" queryCommandValue("insertlinebreak") before | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals("", "", "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<p><b>foo[]bar</b></p>" queryCommandIndeterm("insertlinebreak") after | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals(false, false, "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<p><b>foo[]bar</b></p>" queryCommandState("insertlinebreak") after | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals(false, false, "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<p><b>foo[]bar</b></p>" queryCommandValue("insertlinebreak") after | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals("", "", "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<p><b>[]foo</b></p>": execCommand("insertlinebreak", false, "") return value | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5611:13) | Pass | assert_equals(true, true)
at Test.<anonymous> ( /editing/include/tests.js:5613:13) |
|
Pass | [["insertlinebreak",""]] "<p><b>[]foo</b></p>" checks for modifications to non-editable content | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5644:9) | Pass | assert_equals(2, 2, "The parent div must have two children. Did something spill outside the test div?")
at Test.<anonymous> ( /editing/include/tests.js:5648:9) | Pass | assert_equals(1, 1, "Wrapper div must have only one attribute (<div contenteditable=\"\">), but has more (<div contenteditable=\"\">)")
at Test.<anonymous> ( /editing/include/tests.js:5652:9) | Pass | assert_equals(0, 0, "Body element must have no attributes (<body>), but has more (<body>)")
at Test.<anonymous> ( /editing/include/tests.js:5656:9) | Pass | assert_equals("<head><meta charset=\"utf-8\">\n<meta name=\"timeout\" content=\"long\">\n<link rel=\"stylesheet\" href=\"../include/reset.css\">\n<title>insertlinebreak - HTML editing conformance tests</title>\n\n</head><body>\n\n<div id=\"test-container\"><p>test</p></div>\n\n\n\n\n\n\n\n\n</body>", "<head><meta charset=\"utf-8\">\n<meta name=\"timeout\" content=\"long\">\n<link rel=\"stylesheet\" href=\"../include/reset.css\">\n<title>insertlinebreak - HTML editing conformance tests</title>\n\n</head><body>\n\n<div id=\"test-container\"><p>test</p></div>\n\n\n\n\n\n\n\n\n</body>", "Everything outside the editable div must be unchanged, but some change did occur")
at Test.<anonymous> ( /editing/include/tests.js:5663:9) |
|
Pass | [["insertlinebreak",""]] "<p><b>[]foo</b></p>" compare innerHTML | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5668:9) | Pass | assert_equals("<p><b><br>foo</b></p>", "<p><b><br>foo</b></p>", "Unexpected innerHTML (after normalizing inline style)")
at Test.<anonymous> ( /editing/include/tests.js:5679:11) |
|
Pass | [["insertlinebreak",""]] "<p><b>[]foo</b></p>" queryCommandIndeterm("insertlinebreak") before | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals(false, false, "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<p><b>[]foo</b></p>" queryCommandState("insertlinebreak") before | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals(false, false, "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<p><b>[]foo</b></p>" queryCommandValue("insertlinebreak") before | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals("", "", "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<p><b>[]foo</b></p>" queryCommandIndeterm("insertlinebreak") after | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals(false, false, "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<p><b>[]foo</b></p>" queryCommandState("insertlinebreak") after | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals(false, false, "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<p><b>[]foo</b></p>" queryCommandValue("insertlinebreak") after | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals("", "", "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<p><b id=x class=y>foo[]bar</b></p>": execCommand("insertlinebreak", false, "") return value | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5611:13) | Pass | assert_equals(true, true)
at Test.<anonymous> ( /editing/include/tests.js:5613:13) |
|
Pass | [["insertlinebreak",""]] "<p><b id=x class=y>foo[]bar</b></p>" checks for modifications to non-editable content | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5644:9) | Pass | assert_equals(2, 2, "The parent div must have two children. Did something spill outside the test div?")
at Test.<anonymous> ( /editing/include/tests.js:5648:9) | Pass | assert_equals(1, 1, "Wrapper div must have only one attribute (<div contenteditable=\"\">), but has more (<div contenteditable=\"\">)")
at Test.<anonymous> ( /editing/include/tests.js:5652:9) | Pass | assert_equals(0, 0, "Body element must have no attributes (<body>), but has more (<body>)")
at Test.<anonymous> ( /editing/include/tests.js:5656:9) | Pass | assert_equals("<head><meta charset=\"utf-8\">\n<meta name=\"timeout\" content=\"long\">\n<link rel=\"stylesheet\" href=\"../include/reset.css\">\n<title>insertlinebreak - HTML editing conformance tests</title>\n\n</head><body>\n\n<div id=\"test-container\"><p>test</p></div>\n\n\n\n\n\n\n\n\n</body>", "<head><meta charset=\"utf-8\">\n<meta name=\"timeout\" content=\"long\">\n<link rel=\"stylesheet\" href=\"../include/reset.css\">\n<title>insertlinebreak - HTML editing conformance tests</title>\n\n</head><body>\n\n<div id=\"test-container\"><p>test</p></div>\n\n\n\n\n\n\n\n\n</body>", "Everything outside the editable div must be unchanged, but some change did occur")
at Test.<anonymous> ( /editing/include/tests.js:5663:9) |
|
Pass | [["insertlinebreak",""]] "<p><b id=x class=y>foo[]bar</b></p>" compare innerHTML | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5668:9) | Pass | assert_equals("<p><b id=\"x\" class=\"y\">foo<br>bar</b></p>", "<p><b id=\"x\" class=\"y\">foo<br>bar</b></p>", "Unexpected innerHTML (after normalizing inline style)")
at Test.<anonymous> ( /editing/include/tests.js:5679:11) |
|
Pass | [["insertlinebreak",""]] "<p><b id=x class=y>foo[]bar</b></p>" queryCommandIndeterm("insertlinebreak") before | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals(false, false, "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<p><b id=x class=y>foo[]bar</b></p>" queryCommandState("insertlinebreak") before | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals(false, false, "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<p><b id=x class=y>foo[]bar</b></p>" queryCommandValue("insertlinebreak") before | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals("", "", "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<p><b id=x class=y>foo[]bar</b></p>" queryCommandIndeterm("insertlinebreak") after | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals(false, false, "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<p><b id=x class=y>foo[]bar</b></p>" queryCommandState("insertlinebreak") after | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals(false, false, "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<p><b id=x class=y>foo[]bar</b></p>" queryCommandValue("insertlinebreak") after | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals("", "", "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<div><b>foo[]bar</b></div>": execCommand("insertlinebreak", false, "") return value | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5611:13) | Pass | assert_equals(true, true)
at Test.<anonymous> ( /editing/include/tests.js:5613:13) |
|
Pass | [["insertlinebreak",""]] "<div><b>foo[]bar</b></div>" checks for modifications to non-editable content | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5644:9) | Pass | assert_equals(2, 2, "The parent div must have two children. Did something spill outside the test div?")
at Test.<anonymous> ( /editing/include/tests.js:5648:9) | Pass | assert_equals(1, 1, "Wrapper div must have only one attribute (<div contenteditable=\"\">), but has more (<div contenteditable=\"\">)")
at Test.<anonymous> ( /editing/include/tests.js:5652:9) | Pass | assert_equals(0, 0, "Body element must have no attributes (<body>), but has more (<body>)")
at Test.<anonymous> ( /editing/include/tests.js:5656:9) | Pass | assert_equals("<head><meta charset=\"utf-8\">\n<meta name=\"timeout\" content=\"long\">\n<link rel=\"stylesheet\" href=\"../include/reset.css\">\n<title>insertlinebreak - HTML editing conformance tests</title>\n\n</head><body>\n\n<div id=\"test-container\"><p>test</p></div>\n\n\n\n\n\n\n\n\n</body>", "<head><meta charset=\"utf-8\">\n<meta name=\"timeout\" content=\"long\">\n<link rel=\"stylesheet\" href=\"../include/reset.css\">\n<title>insertlinebreak - HTML editing conformance tests</title>\n\n</head><body>\n\n<div id=\"test-container\"><p>test</p></div>\n\n\n\n\n\n\n\n\n</body>", "Everything outside the editable div must be unchanged, but some change did occur")
at Test.<anonymous> ( /editing/include/tests.js:5663:9) |
|
Pass | [["insertlinebreak",""]] "<div><b>foo[]bar</b></div>" compare innerHTML | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5668:9) | Pass | assert_equals("<div><b>foo<br>bar</b></div>", "<div><b>foo<br>bar</b></div>", "Unexpected innerHTML (after normalizing inline style)")
at Test.<anonymous> ( /editing/include/tests.js:5679:11) |
|
Pass | [["insertlinebreak",""]] "<div><b>foo[]bar</b></div>" queryCommandIndeterm("insertlinebreak") before | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals(false, false, "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<div><b>foo[]bar</b></div>" queryCommandState("insertlinebreak") before | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals(false, false, "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<div><b>foo[]bar</b></div>" queryCommandValue("insertlinebreak") before | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals("", "", "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<div><b>foo[]bar</b></div>" queryCommandIndeterm("insertlinebreak") after | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals(false, false, "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<div><b>foo[]bar</b></div>" queryCommandState("insertlinebreak") after | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals(false, false, "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<div><b>foo[]bar</b></div>" queryCommandValue("insertlinebreak") after | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals("", "", "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<a href=foo>foo[]bar</a>": execCommand("insertlinebreak", false, "") return value | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5611:13) | Pass | assert_equals(true, true)
at Test.<anonymous> ( /editing/include/tests.js:5613:13) |
|
Pass | [["insertlinebreak",""]] "<a href=foo>foo[]bar</a>" checks for modifications to non-editable content | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5644:9) | Pass | assert_equals(2, 2, "The parent div must have two children. Did something spill outside the test div?")
at Test.<anonymous> ( /editing/include/tests.js:5648:9) | Pass | assert_equals(1, 1, "Wrapper div must have only one attribute (<div contenteditable=\"\">), but has more (<div contenteditable=\"\">)")
at Test.<anonymous> ( /editing/include/tests.js:5652:9) | Pass | assert_equals(0, 0, "Body element must have no attributes (<body>), but has more (<body>)")
at Test.<anonymous> ( /editing/include/tests.js:5656:9) | Pass | assert_equals("<head><meta charset=\"utf-8\">\n<meta name=\"timeout\" content=\"long\">\n<link rel=\"stylesheet\" href=\"../include/reset.css\">\n<title>insertlinebreak - HTML editing conformance tests</title>\n\n</head><body>\n\n<div id=\"test-container\"><p>test</p></div>\n\n\n\n\n\n\n\n\n</body>", "<head><meta charset=\"utf-8\">\n<meta name=\"timeout\" content=\"long\">\n<link rel=\"stylesheet\" href=\"../include/reset.css\">\n<title>insertlinebreak - HTML editing conformance tests</title>\n\n</head><body>\n\n<div id=\"test-container\"><p>test</p></div>\n\n\n\n\n\n\n\n\n</body>", "Everything outside the editable div must be unchanged, but some change did occur")
at Test.<anonymous> ( /editing/include/tests.js:5663:9) |
|
Pass | [["insertlinebreak",""]] "<a href=foo>foo[]bar</a>" compare innerHTML | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5668:9) | Pass | assert_equals("<a href=\"foo\">foo<br>bar</a>", "<a href=\"foo\">foo<br>bar</a>", "Unexpected innerHTML (after normalizing inline style)")
at Test.<anonymous> ( /editing/include/tests.js:5679:11) |
|
Pass | [["insertlinebreak",""]] "<a href=foo>foo[]bar</a>" queryCommandIndeterm("insertlinebreak") before | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals(false, false, "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<a href=foo>foo[]bar</a>" queryCommandState("insertlinebreak") before | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals(false, false, "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<a href=foo>foo[]bar</a>" queryCommandValue("insertlinebreak") before | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals("", "", "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<a href=foo>foo[]bar</a>" queryCommandIndeterm("insertlinebreak") after | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals(false, false, "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<a href=foo>foo[]bar</a>" queryCommandState("insertlinebreak") after | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals(false, false, "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<a href=foo>foo[]bar</a>" queryCommandValue("insertlinebreak") after | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals("", "", "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<a href=foo>foo[]bar</a>baz": execCommand("insertlinebreak", false, "") return value | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5611:13) | Pass | assert_equals(true, true)
at Test.<anonymous> ( /editing/include/tests.js:5613:13) |
|
Pass | [["insertlinebreak",""]] "<a href=foo>foo[]bar</a>baz" checks for modifications to non-editable content | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5644:9) | Pass | assert_equals(2, 2, "The parent div must have two children. Did something spill outside the test div?")
at Test.<anonymous> ( /editing/include/tests.js:5648:9) | Pass | assert_equals(1, 1, "Wrapper div must have only one attribute (<div contenteditable=\"\">), but has more (<div contenteditable=\"\">)")
at Test.<anonymous> ( /editing/include/tests.js:5652:9) | Pass | assert_equals(0, 0, "Body element must have no attributes (<body>), but has more (<body>)")
at Test.<anonymous> ( /editing/include/tests.js:5656:9) | Pass | assert_equals("<head><meta charset=\"utf-8\">\n<meta name=\"timeout\" content=\"long\">\n<link rel=\"stylesheet\" href=\"../include/reset.css\">\n<title>insertlinebreak - HTML editing conformance tests</title>\n\n</head><body>\n\n<div id=\"test-container\"><p>test</p></div>\n\n\n\n\n\n\n\n\n</body>", "<head><meta charset=\"utf-8\">\n<meta name=\"timeout\" content=\"long\">\n<link rel=\"stylesheet\" href=\"../include/reset.css\">\n<title>insertlinebreak - HTML editing conformance tests</title>\n\n</head><body>\n\n<div id=\"test-container\"><p>test</p></div>\n\n\n\n\n\n\n\n\n</body>", "Everything outside the editable div must be unchanged, but some change did occur")
at Test.<anonymous> ( /editing/include/tests.js:5663:9) |
|
Pass | [["insertlinebreak",""]] "<a href=foo>foo[]bar</a>baz" compare innerHTML | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5668:9) | Pass | assert_equals("<a href=\"foo\">foo<br>bar</a>baz", "<a href=\"foo\">foo<br>bar</a>baz", "Unexpected innerHTML (after normalizing inline style)")
at Test.<anonymous> ( /editing/include/tests.js:5679:11) |
|
Pass | [["insertlinebreak",""]] "<a href=foo>foo[]bar</a>baz" queryCommandIndeterm("insertlinebreak") before | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals(false, false, "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<a href=foo>foo[]bar</a>baz" queryCommandState("insertlinebreak") before | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals(false, false, "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<a href=foo>foo[]bar</a>baz" queryCommandValue("insertlinebreak") before | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals("", "", "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<a href=foo>foo[]bar</a>baz" queryCommandIndeterm("insertlinebreak") after | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals(false, false, "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<a href=foo>foo[]bar</a>baz" queryCommandState("insertlinebreak") after | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals(false, false, "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<a href=foo>foo[]bar</a>baz" queryCommandValue("insertlinebreak") after | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals("", "", "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<a href=foo>foo[]</a>bar": execCommand("insertlinebreak", false, "") return value | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5611:13) | Pass | assert_equals(true, true)
at Test.<anonymous> ( /editing/include/tests.js:5613:13) |
|
Pass | [["insertlinebreak",""]] "<a href=foo>foo[]</a>bar" checks for modifications to non-editable content | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5644:9) | Pass | assert_equals(2, 2, "The parent div must have two children. Did something spill outside the test div?")
at Test.<anonymous> ( /editing/include/tests.js:5648:9) | Pass | assert_equals(1, 1, "Wrapper div must have only one attribute (<div contenteditable=\"\">), but has more (<div contenteditable=\"\">)")
at Test.<anonymous> ( /editing/include/tests.js:5652:9) | Pass | assert_equals(0, 0, "Body element must have no attributes (<body>), but has more (<body>)")
at Test.<anonymous> ( /editing/include/tests.js:5656:9) | Pass | assert_equals("<head><meta charset=\"utf-8\">\n<meta name=\"timeout\" content=\"long\">\n<link rel=\"stylesheet\" href=\"../include/reset.css\">\n<title>insertlinebreak - HTML editing conformance tests</title>\n\n</head><body>\n\n<div id=\"test-container\"><p>test</p></div>\n\n\n\n\n\n\n\n\n</body>", "<head><meta charset=\"utf-8\">\n<meta name=\"timeout\" content=\"long\">\n<link rel=\"stylesheet\" href=\"../include/reset.css\">\n<title>insertlinebreak - HTML editing conformance tests</title>\n\n</head><body>\n\n<div id=\"test-container\"><p>test</p></div>\n\n\n\n\n\n\n\n\n</body>", "Everything outside the editable div must be unchanged, but some change did occur")
at Test.<anonymous> ( /editing/include/tests.js:5663:9) |
|
Fail | [["insertlinebreak",""]] "<a href=foo>foo[]</a>bar" compare innerHTML | assert_equals: Unexpected innerHTML (after normalizing inline style) expected "<a href=\"foo\">foo<br></a>bar" but got "<a href=\"foo\">foo</a><br>bar" at Test.<anonymous> (https://wpt.live/editing/include/tests.js:5679:11)
at Test.step (https://wpt.live/resources/testharness.js:2642:25)
at test (https://wpt.live/resources/testharness.js:633:30)
at subsetTest (https://wpt.live/common/subset-tests.js:54:14)
at runConformanceTest (https://wpt.live/editing/include/tests.js:5667:5) Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5668:9) | Fail | assert_equals("<a href=\"foo\">foo</a><br>bar", "<a href=\"foo\">foo<br></a>bar", "Unexpected innerHTML (after normalizing inline style)")
at Test.<anonymous> ( /editing/include/tests.js:5679:11) |
|
Pass | [["insertlinebreak",""]] "<a href=foo>foo[]</a>bar" queryCommandIndeterm("insertlinebreak") before | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals(false, false, "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<a href=foo>foo[]</a>bar" queryCommandState("insertlinebreak") before | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals(false, false, "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<a href=foo>foo[]</a>bar" queryCommandValue("insertlinebreak") before | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals("", "", "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<a href=foo>foo[]</a>bar" queryCommandIndeterm("insertlinebreak") after | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals(false, false, "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<a href=foo>foo[]</a>bar" queryCommandState("insertlinebreak") after | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals(false, false, "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<a href=foo>foo[]</a>bar" queryCommandValue("insertlinebreak") after | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals("", "", "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "foo<a href=foo>[]bar</a>": execCommand("insertlinebreak", false, "") return value | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5611:13) | Pass | assert_equals(true, true)
at Test.<anonymous> ( /editing/include/tests.js:5613:13) |
|
Pass | [["insertlinebreak",""]] "foo<a href=foo>[]bar</a>" checks for modifications to non-editable content | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5644:9) | Pass | assert_equals(2, 2, "The parent div must have two children. Did something spill outside the test div?")
at Test.<anonymous> ( /editing/include/tests.js:5648:9) | Pass | assert_equals(1, 1, "Wrapper div must have only one attribute (<div contenteditable=\"\">), but has more (<div contenteditable=\"\">)")
at Test.<anonymous> ( /editing/include/tests.js:5652:9) | Pass | assert_equals(0, 0, "Body element must have no attributes (<body>), but has more (<body>)")
at Test.<anonymous> ( /editing/include/tests.js:5656:9) | Pass | assert_equals("<head><meta charset=\"utf-8\">\n<meta name=\"timeout\" content=\"long\">\n<link rel=\"stylesheet\" href=\"../include/reset.css\">\n<title>insertlinebreak - HTML editing conformance tests</title>\n\n</head><body>\n\n<div id=\"test-container\"><p>test</p></div>\n\n\n\n\n\n\n\n\n</body>", "<head><meta charset=\"utf-8\">\n<meta name=\"timeout\" content=\"long\">\n<link rel=\"stylesheet\" href=\"../include/reset.css\">\n<title>insertlinebreak - HTML editing conformance tests</title>\n\n</head><body>\n\n<div id=\"test-container\"><p>test</p></div>\n\n\n\n\n\n\n\n\n</body>", "Everything outside the editable div must be unchanged, but some change did occur")
at Test.<anonymous> ( /editing/include/tests.js:5663:9) |
|
Fail | [["insertlinebreak",""]] "foo<a href=foo>[]bar</a>" compare innerHTML | assert_equals: Unexpected innerHTML (after normalizing inline style) expected "foo<a href=\"foo\"><br>bar</a>" but got "foo<br><a href=\"foo\">bar</a>" at Test.<anonymous> (https://wpt.live/editing/include/tests.js:5679:11)
at Test.step (https://wpt.live/resources/testharness.js:2642:25)
at test (https://wpt.live/resources/testharness.js:633:30)
at subsetTest (https://wpt.live/common/subset-tests.js:54:14)
at runConformanceTest (https://wpt.live/editing/include/tests.js:5667:5) Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5668:9) | Fail | assert_equals("foo<br><a href=\"foo\">bar</a>", "foo<a href=\"foo\"><br>bar</a>", "Unexpected innerHTML (after normalizing inline style)")
at Test.<anonymous> ( /editing/include/tests.js:5679:11) |
|
Pass | [["insertlinebreak",""]] "foo<a href=foo>[]bar</a>" queryCommandIndeterm("insertlinebreak") before | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals(false, false, "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "foo<a href=foo>[]bar</a>" queryCommandState("insertlinebreak") before | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals(false, false, "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "foo<a href=foo>[]bar</a>" queryCommandValue("insertlinebreak") before | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals("", "", "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "foo<a href=foo>[]bar</a>" queryCommandIndeterm("insertlinebreak") after | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals(false, false, "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "foo<a href=foo>[]bar</a>" queryCommandState("insertlinebreak") after | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals(false, false, "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "foo<a href=foo>[]bar</a>" queryCommandValue("insertlinebreak") after | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals("", "", "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<p>foo[]<!--bar-->": execCommand("insertlinebreak", false, "") return value | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5611:13) | Pass | assert_equals(true, true)
at Test.<anonymous> ( /editing/include/tests.js:5613:13) |
|
Pass | [["insertlinebreak",""]] "<p>foo[]<!--bar-->" checks for modifications to non-editable content | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5644:9) | Pass | assert_equals(2, 2, "The parent div must have two children. Did something spill outside the test div?")
at Test.<anonymous> ( /editing/include/tests.js:5648:9) | Pass | assert_equals(1, 1, "Wrapper div must have only one attribute (<div contenteditable=\"\">), but has more (<div contenteditable=\"\">)")
at Test.<anonymous> ( /editing/include/tests.js:5652:9) | Pass | assert_equals(0, 0, "Body element must have no attributes (<body>), but has more (<body>)")
at Test.<anonymous> ( /editing/include/tests.js:5656:9) | Pass | assert_equals("<head><meta charset=\"utf-8\">\n<meta name=\"timeout\" content=\"long\">\n<link rel=\"stylesheet\" href=\"../include/reset.css\">\n<title>insertlinebreak - HTML editing conformance tests</title>\n\n</head><body>\n\n<div id=\"test-container\"><p>test</p></div>\n\n\n\n\n\n\n\n\n</body>", "<head><meta charset=\"utf-8\">\n<meta name=\"timeout\" content=\"long\">\n<link rel=\"stylesheet\" href=\"../include/reset.css\">\n<title>insertlinebreak - HTML editing conformance tests</title>\n\n</head><body>\n\n<div id=\"test-container\"><p>test</p></div>\n\n\n\n\n\n\n\n\n</body>", "Everything outside the editable div must be unchanged, but some change did occur")
at Test.<anonymous> ( /editing/include/tests.js:5663:9) |
|
Pass | [["insertlinebreak",""]] "<p>foo[]<!--bar-->" compare innerHTML | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5668:9) | Pass | assert_equals("<p>foo<br><br><!--bar--></p>", "<p>foo<br><br><!--bar--></p>", "Unexpected innerHTML (after normalizing inline style)")
at Test.<anonymous> ( /editing/include/tests.js:5679:11) |
|
Pass | [["insertlinebreak",""]] "<p>foo[]<!--bar-->" queryCommandIndeterm("insertlinebreak") before | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals(false, false, "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<p>foo[]<!--bar-->" queryCommandState("insertlinebreak") before | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals(false, false, "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<p>foo[]<!--bar-->" queryCommandValue("insertlinebreak") before | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals("", "", "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<p>foo[]<!--bar-->" queryCommandIndeterm("insertlinebreak") after | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals(false, false, "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<p>foo[]<!--bar-->" queryCommandState("insertlinebreak") after | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals(false, false, "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<p>foo[]<!--bar-->" queryCommandValue("insertlinebreak") after | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals("", "", "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<p><!--foo-->[]bar": execCommand("insertlinebreak", false, "") return value | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5611:13) | Pass | assert_equals(true, true)
at Test.<anonymous> ( /editing/include/tests.js:5613:13) |
|
Pass | [["insertlinebreak",""]] "<p><!--foo-->[]bar" checks for modifications to non-editable content | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5644:9) | Pass | assert_equals(2, 2, "The parent div must have two children. Did something spill outside the test div?")
at Test.<anonymous> ( /editing/include/tests.js:5648:9) | Pass | assert_equals(1, 1, "Wrapper div must have only one attribute (<div contenteditable=\"\">), but has more (<div contenteditable=\"\">)")
at Test.<anonymous> ( /editing/include/tests.js:5652:9) | Pass | assert_equals(0, 0, "Body element must have no attributes (<body>), but has more (<body>)")
at Test.<anonymous> ( /editing/include/tests.js:5656:9) | Pass | assert_equals("<head><meta charset=\"utf-8\">\n<meta name=\"timeout\" content=\"long\">\n<link rel=\"stylesheet\" href=\"../include/reset.css\">\n<title>insertlinebreak - HTML editing conformance tests</title>\n\n</head><body>\n\n<div id=\"test-container\"><p>test</p></div>\n\n\n\n\n\n\n\n\n</body>", "<head><meta charset=\"utf-8\">\n<meta name=\"timeout\" content=\"long\">\n<link rel=\"stylesheet\" href=\"../include/reset.css\">\n<title>insertlinebreak - HTML editing conformance tests</title>\n\n</head><body>\n\n<div id=\"test-container\"><p>test</p></div>\n\n\n\n\n\n\n\n\n</body>", "Everything outside the editable div must be unchanged, but some change did occur")
at Test.<anonymous> ( /editing/include/tests.js:5663:9) |
|
Pass | [["insertlinebreak",""]] "<p><!--foo-->[]bar" compare innerHTML | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5668:9) | Pass | assert_equals("<p><!--foo--><br>bar</p>", "<p><!--foo--><br>bar</p>", "Unexpected innerHTML (after normalizing inline style)")
at Test.<anonymous> ( /editing/include/tests.js:5679:11) |
|
Pass | [["insertlinebreak",""]] "<p><!--foo-->[]bar" queryCommandIndeterm("insertlinebreak") before | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals(false, false, "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<p><!--foo-->[]bar" queryCommandState("insertlinebreak") before | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals(false, false, "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<p><!--foo-->[]bar" queryCommandValue("insertlinebreak") before | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals("", "", "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<p><!--foo-->[]bar" queryCommandIndeterm("insertlinebreak") after | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals(false, false, "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<p><!--foo-->[]bar" queryCommandState("insertlinebreak") after | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals(false, false, "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<p><!--foo-->[]bar" queryCommandValue("insertlinebreak") after | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals("", "", "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<p>foo<span style=color:#aBcDeF>[bar]</span>baz": execCommand("insertlinebreak", false, "") return value | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5611:13) | Pass | assert_equals(true, true)
at Test.<anonymous> ( /editing/include/tests.js:5613:13) |
|
Pass | [["insertlinebreak",""]] "<p>foo<span style=color:#aBcDeF>[bar]</span>baz" checks for modifications to non-editable content | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5644:9) | Pass | assert_equals(2, 2, "The parent div must have two children. Did something spill outside the test div?")
at Test.<anonymous> ( /editing/include/tests.js:5648:9) | Pass | assert_equals(1, 1, "Wrapper div must have only one attribute (<div contenteditable=\"\">), but has more (<div contenteditable=\"\">)")
at Test.<anonymous> ( /editing/include/tests.js:5652:9) | Pass | assert_equals(0, 0, "Body element must have no attributes (<body>), but has more (<body>)")
at Test.<anonymous> ( /editing/include/tests.js:5656:9) | Pass | assert_equals("<head><meta charset=\"utf-8\">\n<meta name=\"timeout\" content=\"long\">\n<link rel=\"stylesheet\" href=\"../include/reset.css\">\n<title>insertlinebreak - HTML editing conformance tests</title>\n\n</head><body>\n\n<div id=\"test-container\"><p>test</p></div>\n\n\n\n\n\n\n\n\n</body>", "<head><meta charset=\"utf-8\">\n<meta name=\"timeout\" content=\"long\">\n<link rel=\"stylesheet\" href=\"../include/reset.css\">\n<title>insertlinebreak - HTML editing conformance tests</title>\n\n</head><body>\n\n<div id=\"test-container\"><p>test</p></div>\n\n\n\n\n\n\n\n\n</body>", "Everything outside the editable div must be unchanged, but some change did occur")
at Test.<anonymous> ( /editing/include/tests.js:5663:9) |
|
Pass | [["insertlinebreak",""]] "<p>foo<span style=color:#aBcDeF>[bar]</span>baz" compare innerHTML | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5668:9) | Pass | assert_equals("<p>foo<span style=\"color:rgb(171, 205, 239)\"><br></span>baz</p>", "<p>foo<span style=\"color:rgb(171, 205, 239)\"><br></span>baz</p>", "Unexpected innerHTML (after normalizing inline style)")
at Test.<anonymous> ( /editing/include/tests.js:5679:11) |
|
Pass | [["insertlinebreak",""]] "<p>foo<span style=color:#aBcDeF>[bar]</span>baz" queryCommandIndeterm("insertlinebreak") before | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals(false, false, "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<p>foo<span style=color:#aBcDeF>[bar]</span>baz" queryCommandState("insertlinebreak") before | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals(false, false, "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<p>foo<span style=color:#aBcDeF>[bar]</span>baz" queryCommandValue("insertlinebreak") before | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals("", "", "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<p>foo<span style=color:#aBcDeF>[bar]</span>baz" queryCommandIndeterm("insertlinebreak") after | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals(false, false, "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<p>foo<span style=color:#aBcDeF>[bar]</span>baz" queryCommandState("insertlinebreak") after | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals(false, false, "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<p>foo<span style=color:#aBcDeF>[bar]</span>baz" queryCommandValue("insertlinebreak") after | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals("", "", "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<p>foo<span style=color:#aBcDeF>{bar}</span>baz": execCommand("insertlinebreak", false, "") return value | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5611:13) | Pass | assert_equals(true, true)
at Test.<anonymous> ( /editing/include/tests.js:5613:13) |
|
Pass | [["insertlinebreak",""]] "<p>foo<span style=color:#aBcDeF>{bar}</span>baz" checks for modifications to non-editable content | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5644:9) | Pass | assert_equals(2, 2, "The parent div must have two children. Did something spill outside the test div?")
at Test.<anonymous> ( /editing/include/tests.js:5648:9) | Pass | assert_equals(1, 1, "Wrapper div must have only one attribute (<div contenteditable=\"\">), but has more (<div contenteditable=\"\">)")
at Test.<anonymous> ( /editing/include/tests.js:5652:9) | Pass | assert_equals(0, 0, "Body element must have no attributes (<body>), but has more (<body>)")
at Test.<anonymous> ( /editing/include/tests.js:5656:9) | Pass | assert_equals("<head><meta charset=\"utf-8\">\n<meta name=\"timeout\" content=\"long\">\n<link rel=\"stylesheet\" href=\"../include/reset.css\">\n<title>insertlinebreak - HTML editing conformance tests</title>\n\n</head><body>\n\n<div id=\"test-container\"><p>test</p></div>\n\n\n\n\n\n\n\n\n</body>", "<head><meta charset=\"utf-8\">\n<meta name=\"timeout\" content=\"long\">\n<link rel=\"stylesheet\" href=\"../include/reset.css\">\n<title>insertlinebreak - HTML editing conformance tests</title>\n\n</head><body>\n\n<div id=\"test-container\"><p>test</p></div>\n\n\n\n\n\n\n\n\n</body>", "Everything outside the editable div must be unchanged, but some change did occur")
at Test.<anonymous> ( /editing/include/tests.js:5663:9) |
|
Pass | [["insertlinebreak",""]] "<p>foo<span style=color:#aBcDeF>{bar}</span>baz" compare innerHTML | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5668:9) | Pass | assert_equals("<p>foo<span style=\"color:rgb(171, 205, 239)\"><br></span>baz</p>", "<p>foo<span style=\"color:rgb(171, 205, 239)\"><br></span>baz</p>", "Unexpected innerHTML (after normalizing inline style)")
at Test.<anonymous> ( /editing/include/tests.js:5679:11) |
|
Pass | [["insertlinebreak",""]] "<p>foo<span style=color:#aBcDeF>{bar}</span>baz" queryCommandIndeterm("insertlinebreak") before | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals(false, false, "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<p>foo<span style=color:#aBcDeF>{bar}</span>baz" queryCommandState("insertlinebreak") before | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals(false, false, "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<p>foo<span style=color:#aBcDeF>{bar}</span>baz" queryCommandValue("insertlinebreak") before | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals("", "", "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<p>foo<span style=color:#aBcDeF>{bar}</span>baz" queryCommandIndeterm("insertlinebreak") after | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals(false, false, "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<p>foo<span style=color:#aBcDeF>{bar}</span>baz" queryCommandState("insertlinebreak") after | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals(false, false, "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<p>foo<span style=color:#aBcDeF>{bar}</span>baz" queryCommandValue("insertlinebreak") after | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals("", "", "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<p>foo{<span style=color:#aBcDeF>bar</span>}baz": execCommand("insertlinebreak", false, "") return value | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5611:13) | Pass | assert_equals(true, true)
at Test.<anonymous> ( /editing/include/tests.js:5613:13) |
|
Pass | [["insertlinebreak",""]] "<p>foo{<span style=color:#aBcDeF>bar</span>}baz" checks for modifications to non-editable content | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5644:9) | Pass | assert_equals(2, 2, "The parent div must have two children. Did something spill outside the test div?")
at Test.<anonymous> ( /editing/include/tests.js:5648:9) | Pass | assert_equals(1, 1, "Wrapper div must have only one attribute (<div contenteditable=\"\">), but has more (<div contenteditable=\"\">)")
at Test.<anonymous> ( /editing/include/tests.js:5652:9) | Pass | assert_equals(0, 0, "Body element must have no attributes (<body>), but has more (<body>)")
at Test.<anonymous> ( /editing/include/tests.js:5656:9) | Pass | assert_equals("<head><meta charset=\"utf-8\">\n<meta name=\"timeout\" content=\"long\">\n<link rel=\"stylesheet\" href=\"../include/reset.css\">\n<title>insertlinebreak - HTML editing conformance tests</title>\n\n</head><body>\n\n<div id=\"test-container\"><p>test</p></div>\n\n\n\n\n\n\n\n\n</body>", "<head><meta charset=\"utf-8\">\n<meta name=\"timeout\" content=\"long\">\n<link rel=\"stylesheet\" href=\"../include/reset.css\">\n<title>insertlinebreak - HTML editing conformance tests</title>\n\n</head><body>\n\n<div id=\"test-container\"><p>test</p></div>\n\n\n\n\n\n\n\n\n</body>", "Everything outside the editable div must be unchanged, but some change did occur")
at Test.<anonymous> ( /editing/include/tests.js:5663:9) |
|
Pass | [["insertlinebreak",""]] "<p>foo{<span style=color:#aBcDeF>bar</span>}baz" compare innerHTML | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5668:9) | Pass | assert_equals("<p>foo<span style=\"color:rgb(171, 205, 239)\"><br></span>baz</p>", "<p>foo<span style=\"color:rgb(171, 205, 239)\"><br></span>baz</p>", "Unexpected innerHTML (after normalizing inline style)")
at Test.<anonymous> ( /editing/include/tests.js:5679:11) |
|
Pass | [["insertlinebreak",""]] "<p>foo{<span style=color:#aBcDeF>bar</span>}baz" queryCommandIndeterm("insertlinebreak") before | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals(false, false, "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<p>foo{<span style=color:#aBcDeF>bar</span>}baz" queryCommandState("insertlinebreak") before | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals(false, false, "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<p>foo{<span style=color:#aBcDeF>bar</span>}baz" queryCommandValue("insertlinebreak") before | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals("", "", "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<p>foo{<span style=color:#aBcDeF>bar</span>}baz" queryCommandIndeterm("insertlinebreak") after | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals(false, false, "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<p>foo{<span style=color:#aBcDeF>bar</span>}baz" queryCommandState("insertlinebreak") after | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals(false, false, "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<p>foo{<span style=color:#aBcDeF>bar</span>}baz" queryCommandValue("insertlinebreak") after | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals("", "", "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["stylewithcss","true"],["insertlinebreak",""]] "<p>[foo<span style=color:#aBcDeF>bar]</span>baz": execCommand("stylewithcss", false, "true") return value | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5611:13) | Pass | assert_equals(true, true)
at Test.<anonymous> ( /editing/include/tests.js:5613:13) |
|
Pass | [["stylewithcss","true"],["insertlinebreak",""]] "<p>[foo<span style=color:#aBcDeF>bar]</span>baz": execCommand("insertlinebreak", false, "") return value | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5611:13) | Pass | assert_equals(true, true)
at Test.<anonymous> ( /editing/include/tests.js:5613:13) |
|
Pass | [["stylewithcss","true"],["insertlinebreak",""]] "<p>[foo<span style=color:#aBcDeF>bar]</span>baz" checks for modifications to non-editable content | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5644:9) | Pass | assert_equals(2, 2, "The parent div must have two children. Did something spill outside the test div?")
at Test.<anonymous> ( /editing/include/tests.js:5648:9) | Pass | assert_equals(1, 1, "Wrapper div must have only one attribute (<div contenteditable=\"\">), but has more (<div contenteditable=\"\">)")
at Test.<anonymous> ( /editing/include/tests.js:5652:9) | Pass | assert_equals(0, 0, "Body element must have no attributes (<body>), but has more (<body>)")
at Test.<anonymous> ( /editing/include/tests.js:5656:9) | Pass | assert_equals("<head><meta charset=\"utf-8\">\n<meta name=\"timeout\" content=\"long\">\n<link rel=\"stylesheet\" href=\"../include/reset.css\">\n<title>insertlinebreak - HTML editing conformance tests</title>\n\n</head><body>\n\n<div id=\"test-container\"><p>test</p></div>\n\n\n\n\n\n\n\n\n</body>", "<head><meta charset=\"utf-8\">\n<meta name=\"timeout\" content=\"long\">\n<link rel=\"stylesheet\" href=\"../include/reset.css\">\n<title>insertlinebreak - HTML editing conformance tests</title>\n\n</head><body>\n\n<div id=\"test-container\"><p>test</p></div>\n\n\n\n\n\n\n\n\n</body>", "Everything outside the editable div must be unchanged, but some change did occur")
at Test.<anonymous> ( /editing/include/tests.js:5663:9) |
|
Pass | [["stylewithcss","true"],["insertlinebreak",""]] "<p>[foo<span style=color:#aBcDeF>bar]</span>baz" compare innerHTML | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5668:9) | Pass | assert_equals("<p><br>baz</p>", "<p><br>baz</p>", "Unexpected innerHTML (after normalizing inline style)")
at Test.<anonymous> ( /editing/include/tests.js:5679:11) |
|
Pass | [["stylewithcss","true"],["insertlinebreak",""]] "<p>[foo<span style=color:#aBcDeF>bar]</span>baz" queryCommandIndeterm("stylewithcss") before | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals(false, false, "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Fail | [["stylewithcss","true"],["insertlinebreak",""]] "<p>[foo<span style=color:#aBcDeF>bar]</span>baz" queryCommandState("stylewithcss") before | assert_equals: Wrong result returned expected false but got true at Test.<anonymous> (https://wpt.live/editing/include/tests.js:5727:21)
at Test.step (https://wpt.live/resources/testharness.js:2642:25)
at test (https://wpt.live/resources/testharness.js:633:30)
at subsetTest (https://wpt.live/common/subset-tests.js:54:14)
at runConformanceTest (https://wpt.live/editing/include/tests.js:5695:13) Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Fail | assert_equals(true, false, "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["stylewithcss","true"],["insertlinebreak",""]] "<p>[foo<span style=color:#aBcDeF>bar]</span>baz" queryCommandValue("stylewithcss") before | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals("", "", "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["stylewithcss","true"],["insertlinebreak",""]] "<p>[foo<span style=color:#aBcDeF>bar]</span>baz" queryCommandIndeterm("stylewithcss") after | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals(false, false, "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["stylewithcss","true"],["insertlinebreak",""]] "<p>[foo<span style=color:#aBcDeF>bar]</span>baz" queryCommandState("stylewithcss") after | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals(true, true, "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["stylewithcss","true"],["insertlinebreak",""]] "<p>[foo<span style=color:#aBcDeF>bar]</span>baz" queryCommandValue("stylewithcss") after | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals("", "", "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["stylewithcss","true"],["insertlinebreak",""]] "<p>[foo<span style=color:#aBcDeF>bar]</span>baz" queryCommandIndeterm("insertlinebreak") before | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals(false, false, "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["stylewithcss","true"],["insertlinebreak",""]] "<p>[foo<span style=color:#aBcDeF>bar]</span>baz" queryCommandState("insertlinebreak") before | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals(false, false, "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["stylewithcss","true"],["insertlinebreak",""]] "<p>[foo<span style=color:#aBcDeF>bar]</span>baz" queryCommandValue("insertlinebreak") before | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals("", "", "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["stylewithcss","true"],["insertlinebreak",""]] "<p>[foo<span style=color:#aBcDeF>bar]</span>baz" queryCommandIndeterm("insertlinebreak") after | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals(false, false, "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["stylewithcss","true"],["insertlinebreak",""]] "<p>[foo<span style=color:#aBcDeF>bar]</span>baz" queryCommandState("insertlinebreak") after | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals(false, false, "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["stylewithcss","true"],["insertlinebreak",""]] "<p>[foo<span style=color:#aBcDeF>bar]</span>baz" queryCommandValue("insertlinebreak") after | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals("", "", "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["stylewithcss","false"],["insertlinebreak",""]] "<p>[foo<span style=color:#aBcDeF>bar]</span>baz": execCommand("stylewithcss", false, "false") return value | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5611:13) | Pass | assert_equals(true, true)
at Test.<anonymous> ( /editing/include/tests.js:5613:13) |
|
Pass | [["stylewithcss","false"],["insertlinebreak",""]] "<p>[foo<span style=color:#aBcDeF>bar]</span>baz": execCommand("insertlinebreak", false, "") return value | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5611:13) | Pass | assert_equals(true, true)
at Test.<anonymous> ( /editing/include/tests.js:5613:13) |
|
Pass | [["stylewithcss","false"],["insertlinebreak",""]] "<p>[foo<span style=color:#aBcDeF>bar]</span>baz" checks for modifications to non-editable content | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5644:9) | Pass | assert_equals(2, 2, "The parent div must have two children. Did something spill outside the test div?")
at Test.<anonymous> ( /editing/include/tests.js:5648:9) | Pass | assert_equals(1, 1, "Wrapper div must have only one attribute (<div contenteditable=\"\">), but has more (<div contenteditable=\"\">)")
at Test.<anonymous> ( /editing/include/tests.js:5652:9) | Pass | assert_equals(0, 0, "Body element must have no attributes (<body>), but has more (<body>)")
at Test.<anonymous> ( /editing/include/tests.js:5656:9) | Pass | assert_equals("<head><meta charset=\"utf-8\">\n<meta name=\"timeout\" content=\"long\">\n<link rel=\"stylesheet\" href=\"../include/reset.css\">\n<title>insertlinebreak - HTML editing conformance tests</title>\n\n</head><body>\n\n<div id=\"test-container\"><p>test</p></div>\n\n\n\n\n\n\n\n\n</body>", "<head><meta charset=\"utf-8\">\n<meta name=\"timeout\" content=\"long\">\n<link rel=\"stylesheet\" href=\"../include/reset.css\">\n<title>insertlinebreak - HTML editing conformance tests</title>\n\n</head><body>\n\n<div id=\"test-container\"><p>test</p></div>\n\n\n\n\n\n\n\n\n</body>", "Everything outside the editable div must be unchanged, but some change did occur")
at Test.<anonymous> ( /editing/include/tests.js:5663:9) |
|
Pass | [["stylewithcss","false"],["insertlinebreak",""]] "<p>[foo<span style=color:#aBcDeF>bar]</span>baz" compare innerHTML | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5668:9) | Pass | assert_equals("<p><br>baz</p>", "<p><br>baz</p>", "Unexpected innerHTML (after normalizing inline style)")
at Test.<anonymous> ( /editing/include/tests.js:5679:11) |
|
Pass | [["stylewithcss","false"],["insertlinebreak",""]] "<p>[foo<span style=color:#aBcDeF>bar]</span>baz" queryCommandIndeterm("stylewithcss") before | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals(false, false, "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["stylewithcss","false"],["insertlinebreak",""]] "<p>[foo<span style=color:#aBcDeF>bar]</span>baz" queryCommandState("stylewithcss") before | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals(true, true, "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["stylewithcss","false"],["insertlinebreak",""]] "<p>[foo<span style=color:#aBcDeF>bar]</span>baz" queryCommandValue("stylewithcss") before | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals("", "", "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["stylewithcss","false"],["insertlinebreak",""]] "<p>[foo<span style=color:#aBcDeF>bar]</span>baz" queryCommandIndeterm("stylewithcss") after | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals(false, false, "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["stylewithcss","false"],["insertlinebreak",""]] "<p>[foo<span style=color:#aBcDeF>bar]</span>baz" queryCommandState("stylewithcss") after | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals(false, false, "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["stylewithcss","false"],["insertlinebreak",""]] "<p>[foo<span style=color:#aBcDeF>bar]</span>baz" queryCommandValue("stylewithcss") after | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals("", "", "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["stylewithcss","false"],["insertlinebreak",""]] "<p>[foo<span style=color:#aBcDeF>bar]</span>baz" queryCommandIndeterm("insertlinebreak") before | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals(false, false, "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["stylewithcss","false"],["insertlinebreak",""]] "<p>[foo<span style=color:#aBcDeF>bar]</span>baz" queryCommandState("insertlinebreak") before | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals(false, false, "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["stylewithcss","false"],["insertlinebreak",""]] "<p>[foo<span style=color:#aBcDeF>bar]</span>baz" queryCommandValue("insertlinebreak") before | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals("", "", "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["stylewithcss","false"],["insertlinebreak",""]] "<p>[foo<span style=color:#aBcDeF>bar]</span>baz" queryCommandIndeterm("insertlinebreak") after | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals(false, false, "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["stylewithcss","false"],["insertlinebreak",""]] "<p>[foo<span style=color:#aBcDeF>bar]</span>baz" queryCommandState("insertlinebreak") after | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals(false, false, "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["stylewithcss","false"],["insertlinebreak",""]] "<p>[foo<span style=color:#aBcDeF>bar]</span>baz" queryCommandValue("insertlinebreak") after | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals("", "", "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["stylewithcss","true"],["insertlinebreak",""]] "<p>{foo<span style=color:#aBcDeF>bar}</span>baz": execCommand("stylewithcss", false, "true") return value | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5611:13) | Pass | assert_equals(true, true)
at Test.<anonymous> ( /editing/include/tests.js:5613:13) |
|
Pass | [["stylewithcss","true"],["insertlinebreak",""]] "<p>{foo<span style=color:#aBcDeF>bar}</span>baz": execCommand("insertlinebreak", false, "") return value | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5611:13) | Pass | assert_equals(true, true)
at Test.<anonymous> ( /editing/include/tests.js:5613:13) |
|
Pass | [["stylewithcss","true"],["insertlinebreak",""]] "<p>{foo<span style=color:#aBcDeF>bar}</span>baz" checks for modifications to non-editable content | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5644:9) | Pass | assert_equals(2, 2, "The parent div must have two children. Did something spill outside the test div?")
at Test.<anonymous> ( /editing/include/tests.js:5648:9) | Pass | assert_equals(1, 1, "Wrapper div must have only one attribute (<div contenteditable=\"\">), but has more (<div contenteditable=\"\">)")
at Test.<anonymous> ( /editing/include/tests.js:5652:9) | Pass | assert_equals(0, 0, "Body element must have no attributes (<body>), but has more (<body>)")
at Test.<anonymous> ( /editing/include/tests.js:5656:9) | Pass | assert_equals("<head><meta charset=\"utf-8\">\n<meta name=\"timeout\" content=\"long\">\n<link rel=\"stylesheet\" href=\"../include/reset.css\">\n<title>insertlinebreak - HTML editing conformance tests</title>\n\n</head><body>\n\n<div id=\"test-container\"><p>test</p></div>\n\n\n\n\n\n\n\n\n</body>", "<head><meta charset=\"utf-8\">\n<meta name=\"timeout\" content=\"long\">\n<link rel=\"stylesheet\" href=\"../include/reset.css\">\n<title>insertlinebreak - HTML editing conformance tests</title>\n\n</head><body>\n\n<div id=\"test-container\"><p>test</p></div>\n\n\n\n\n\n\n\n\n</body>", "Everything outside the editable div must be unchanged, but some change did occur")
at Test.<anonymous> ( /editing/include/tests.js:5663:9) |
|
Pass | [["stylewithcss","true"],["insertlinebreak",""]] "<p>{foo<span style=color:#aBcDeF>bar}</span>baz" compare innerHTML | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5668:9) | Pass | assert_equals("<p><br>baz</p>", "<p><br>baz</p>", "Unexpected innerHTML (after normalizing inline style)")
at Test.<anonymous> ( /editing/include/tests.js:5679:11) |
|
Pass | [["stylewithcss","true"],["insertlinebreak",""]] "<p>{foo<span style=color:#aBcDeF>bar}</span>baz" queryCommandIndeterm("stylewithcss") before | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals(false, false, "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["stylewithcss","true"],["insertlinebreak",""]] "<p>{foo<span style=color:#aBcDeF>bar}</span>baz" queryCommandState("stylewithcss") before | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals(false, false, "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["stylewithcss","true"],["insertlinebreak",""]] "<p>{foo<span style=color:#aBcDeF>bar}</span>baz" queryCommandValue("stylewithcss") before | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals("", "", "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["stylewithcss","true"],["insertlinebreak",""]] "<p>{foo<span style=color:#aBcDeF>bar}</span>baz" queryCommandIndeterm("stylewithcss") after | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals(false, false, "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["stylewithcss","true"],["insertlinebreak",""]] "<p>{foo<span style=color:#aBcDeF>bar}</span>baz" queryCommandState("stylewithcss") after | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals(true, true, "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["stylewithcss","true"],["insertlinebreak",""]] "<p>{foo<span style=color:#aBcDeF>bar}</span>baz" queryCommandValue("stylewithcss") after | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals("", "", "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["stylewithcss","true"],["insertlinebreak",""]] "<p>{foo<span style=color:#aBcDeF>bar}</span>baz" queryCommandIndeterm("insertlinebreak") before | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals(false, false, "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["stylewithcss","true"],["insertlinebreak",""]] "<p>{foo<span style=color:#aBcDeF>bar}</span>baz" queryCommandState("insertlinebreak") before | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals(false, false, "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["stylewithcss","true"],["insertlinebreak",""]] "<p>{foo<span style=color:#aBcDeF>bar}</span>baz" queryCommandValue("insertlinebreak") before | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals("", "", "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["stylewithcss","true"],["insertlinebreak",""]] "<p>{foo<span style=color:#aBcDeF>bar}</span>baz" queryCommandIndeterm("insertlinebreak") after | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals(false, false, "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["stylewithcss","true"],["insertlinebreak",""]] "<p>{foo<span style=color:#aBcDeF>bar}</span>baz" queryCommandState("insertlinebreak") after | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals(false, false, "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["stylewithcss","true"],["insertlinebreak",""]] "<p>{foo<span style=color:#aBcDeF>bar}</span>baz" queryCommandValue("insertlinebreak") after | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals("", "", "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["stylewithcss","false"],["insertlinebreak",""]] "<p>{foo<span style=color:#aBcDeF>bar}</span>baz": execCommand("stylewithcss", false, "false") return value | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5611:13) | Pass | assert_equals(true, true)
at Test.<anonymous> ( /editing/include/tests.js:5613:13) |
|
Pass | [["stylewithcss","false"],["insertlinebreak",""]] "<p>{foo<span style=color:#aBcDeF>bar}</span>baz": execCommand("insertlinebreak", false, "") return value | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5611:13) | Pass | assert_equals(true, true)
at Test.<anonymous> ( /editing/include/tests.js:5613:13) |
|
Pass | [["stylewithcss","false"],["insertlinebreak",""]] "<p>{foo<span style=color:#aBcDeF>bar}</span>baz" checks for modifications to non-editable content | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5644:9) | Pass | assert_equals(2, 2, "The parent div must have two children. Did something spill outside the test div?")
at Test.<anonymous> ( /editing/include/tests.js:5648:9) | Pass | assert_equals(1, 1, "Wrapper div must have only one attribute (<div contenteditable=\"\">), but has more (<div contenteditable=\"\">)")
at Test.<anonymous> ( /editing/include/tests.js:5652:9) | Pass | assert_equals(0, 0, "Body element must have no attributes (<body>), but has more (<body>)")
at Test.<anonymous> ( /editing/include/tests.js:5656:9) | Pass | assert_equals("<head><meta charset=\"utf-8\">\n<meta name=\"timeout\" content=\"long\">\n<link rel=\"stylesheet\" href=\"../include/reset.css\">\n<title>insertlinebreak - HTML editing conformance tests</title>\n\n</head><body>\n\n<div id=\"test-container\"><p>test</p></div>\n\n\n\n\n\n\n\n\n</body>", "<head><meta charset=\"utf-8\">\n<meta name=\"timeout\" content=\"long\">\n<link rel=\"stylesheet\" href=\"../include/reset.css\">\n<title>insertlinebreak - HTML editing conformance tests</title>\n\n</head><body>\n\n<div id=\"test-container\"><p>test</p></div>\n\n\n\n\n\n\n\n\n</body>", "Everything outside the editable div must be unchanged, but some change did occur")
at Test.<anonymous> ( /editing/include/tests.js:5663:9) |
|
Pass | [["stylewithcss","false"],["insertlinebreak",""]] "<p>{foo<span style=color:#aBcDeF>bar}</span>baz" compare innerHTML | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5668:9) | Pass | assert_equals("<p><br>baz</p>", "<p><br>baz</p>", "Unexpected innerHTML (after normalizing inline style)")
at Test.<anonymous> ( /editing/include/tests.js:5679:11) |
|
Pass | [["stylewithcss","false"],["insertlinebreak",""]] "<p>{foo<span style=color:#aBcDeF>bar}</span>baz" queryCommandIndeterm("stylewithcss") before | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals(false, false, "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["stylewithcss","false"],["insertlinebreak",""]] "<p>{foo<span style=color:#aBcDeF>bar}</span>baz" queryCommandState("stylewithcss") before | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals(true, true, "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["stylewithcss","false"],["insertlinebreak",""]] "<p>{foo<span style=color:#aBcDeF>bar}</span>baz" queryCommandValue("stylewithcss") before | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals("", "", "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["stylewithcss","false"],["insertlinebreak",""]] "<p>{foo<span style=color:#aBcDeF>bar}</span>baz" queryCommandIndeterm("stylewithcss") after | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals(false, false, "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["stylewithcss","false"],["insertlinebreak",""]] "<p>{foo<span style=color:#aBcDeF>bar}</span>baz" queryCommandState("stylewithcss") after | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals(false, false, "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["stylewithcss","false"],["insertlinebreak",""]] "<p>{foo<span style=color:#aBcDeF>bar}</span>baz" queryCommandValue("stylewithcss") after | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals("", "", "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["stylewithcss","false"],["insertlinebreak",""]] "<p>{foo<span style=color:#aBcDeF>bar}</span>baz" queryCommandIndeterm("insertlinebreak") before | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals(false, false, "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["stylewithcss","false"],["insertlinebreak",""]] "<p>{foo<span style=color:#aBcDeF>bar}</span>baz" queryCommandState("insertlinebreak") before | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals(false, false, "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["stylewithcss","false"],["insertlinebreak",""]] "<p>{foo<span style=color:#aBcDeF>bar}</span>baz" queryCommandValue("insertlinebreak") before | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals("", "", "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["stylewithcss","false"],["insertlinebreak",""]] "<p>{foo<span style=color:#aBcDeF>bar}</span>baz" queryCommandIndeterm("insertlinebreak") after | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals(false, false, "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["stylewithcss","false"],["insertlinebreak",""]] "<p>{foo<span style=color:#aBcDeF>bar}</span>baz" queryCommandState("insertlinebreak") after | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals(false, false, "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["stylewithcss","false"],["insertlinebreak",""]] "<p>{foo<span style=color:#aBcDeF>bar}</span>baz" queryCommandValue("insertlinebreak") after | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals("", "", "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<p>foo<span style=color:#aBcDeF>[bar</span>baz]": execCommand("insertlinebreak", false, "") return value | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5611:13) | Pass | assert_equals(true, true)
at Test.<anonymous> ( /editing/include/tests.js:5613:13) |
|
Pass | [["insertlinebreak",""]] "<p>foo<span style=color:#aBcDeF>[bar</span>baz]" checks for modifications to non-editable content | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5644:9) | Pass | assert_equals(2, 2, "The parent div must have two children. Did something spill outside the test div?")
at Test.<anonymous> ( /editing/include/tests.js:5648:9) | Pass | assert_equals(1, 1, "Wrapper div must have only one attribute (<div contenteditable=\"\">), but has more (<div contenteditable=\"\">)")
at Test.<anonymous> ( /editing/include/tests.js:5652:9) | Pass | assert_equals(0, 0, "Body element must have no attributes (<body>), but has more (<body>)")
at Test.<anonymous> ( /editing/include/tests.js:5656:9) | Pass | assert_equals("<head><meta charset=\"utf-8\">\n<meta name=\"timeout\" content=\"long\">\n<link rel=\"stylesheet\" href=\"../include/reset.css\">\n<title>insertlinebreak - HTML editing conformance tests</title>\n\n</head><body>\n\n<div id=\"test-container\"><p>test</p></div>\n\n\n\n\n\n\n\n\n</body>", "<head><meta charset=\"utf-8\">\n<meta name=\"timeout\" content=\"long\">\n<link rel=\"stylesheet\" href=\"../include/reset.css\">\n<title>insertlinebreak - HTML editing conformance tests</title>\n\n</head><body>\n\n<div id=\"test-container\"><p>test</p></div>\n\n\n\n\n\n\n\n\n</body>", "Everything outside the editable div must be unchanged, but some change did occur")
at Test.<anonymous> ( /editing/include/tests.js:5663:9) |
|
Fail | [["insertlinebreak",""]] "<p>foo<span style=color:#aBcDeF>[bar</span>baz]" compare innerHTML | assert_equals: Unexpected innerHTML (after normalizing inline style) expected "<p>foo<span style=\"color:rgb(171, 205, 239)\"><br><br></span></p>" but got "<p>foo<br><font color=\"#abcdef\"><br></font></p>" at Test.<anonymous> (https://wpt.live/editing/include/tests.js:5679:11)
at Test.step (https://wpt.live/resources/testharness.js:2642:25)
at test (https://wpt.live/resources/testharness.js:633:30)
at subsetTest (https://wpt.live/common/subset-tests.js:54:14)
at runConformanceTest (https://wpt.live/editing/include/tests.js:5667:5) Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5668:9) | Fail | assert_equals("<p>foo<br><font color=\"#abcdef\"><br></font></p>", "<p>foo<span style=\"color:rgb(171, 205, 239)\"><br><br></span></p>", "Unexpected innerHTML (after normalizing inline style)")
at Test.<anonymous> ( /editing/include/tests.js:5679:11) |
|
Pass | [["insertlinebreak",""]] "<p>foo<span style=color:#aBcDeF>[bar</span>baz]" queryCommandIndeterm("insertlinebreak") before | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals(false, false, "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<p>foo<span style=color:#aBcDeF>[bar</span>baz]" queryCommandState("insertlinebreak") before | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals(false, false, "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<p>foo<span style=color:#aBcDeF>[bar</span>baz]" queryCommandValue("insertlinebreak") before | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals("", "", "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<p>foo<span style=color:#aBcDeF>[bar</span>baz]" queryCommandIndeterm("insertlinebreak") after | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals(false, false, "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<p>foo<span style=color:#aBcDeF>[bar</span>baz]" queryCommandState("insertlinebreak") after | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals(false, false, "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<p>foo<span style=color:#aBcDeF>[bar</span>baz]" queryCommandValue("insertlinebreak") after | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals("", "", "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<p>foo<span style=color:#aBcDeF>{bar</span>baz}": execCommand("insertlinebreak", false, "") return value | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5611:13) | Pass | assert_equals(true, true)
at Test.<anonymous> ( /editing/include/tests.js:5613:13) |
|
Pass | [["insertlinebreak",""]] "<p>foo<span style=color:#aBcDeF>{bar</span>baz}" checks for modifications to non-editable content | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5644:9) | Pass | assert_equals(2, 2, "The parent div must have two children. Did something spill outside the test div?")
at Test.<anonymous> ( /editing/include/tests.js:5648:9) | Pass | assert_equals(1, 1, "Wrapper div must have only one attribute (<div contenteditable=\"\">), but has more (<div contenteditable=\"\">)")
at Test.<anonymous> ( /editing/include/tests.js:5652:9) | Pass | assert_equals(0, 0, "Body element must have no attributes (<body>), but has more (<body>)")
at Test.<anonymous> ( /editing/include/tests.js:5656:9) | Pass | assert_equals("<head><meta charset=\"utf-8\">\n<meta name=\"timeout\" content=\"long\">\n<link rel=\"stylesheet\" href=\"../include/reset.css\">\n<title>insertlinebreak - HTML editing conformance tests</title>\n\n</head><body>\n\n<div id=\"test-container\"><p>test</p></div>\n\n\n\n\n\n\n\n\n</body>", "<head><meta charset=\"utf-8\">\n<meta name=\"timeout\" content=\"long\">\n<link rel=\"stylesheet\" href=\"../include/reset.css\">\n<title>insertlinebreak - HTML editing conformance tests</title>\n\n</head><body>\n\n<div id=\"test-container\"><p>test</p></div>\n\n\n\n\n\n\n\n\n</body>", "Everything outside the editable div must be unchanged, but some change did occur")
at Test.<anonymous> ( /editing/include/tests.js:5663:9) |
|
Fail | [["insertlinebreak",""]] "<p>foo<span style=color:#aBcDeF>{bar</span>baz}" compare innerHTML | assert_equals: Unexpected innerHTML (after normalizing inline style) expected "<p>foo<span style=\"color:rgb(171, 205, 239)\"><br><br></span></p>" but got "<p>foo<br><font color=\"#abcdef\"><br></font></p>" at Test.<anonymous> (https://wpt.live/editing/include/tests.js:5679:11)
at Test.step (https://wpt.live/resources/testharness.js:2642:25)
at test (https://wpt.live/resources/testharness.js:633:30)
at subsetTest (https://wpt.live/common/subset-tests.js:54:14)
at runConformanceTest (https://wpt.live/editing/include/tests.js:5667:5) Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5668:9) | Fail | assert_equals("<p>foo<br><font color=\"#abcdef\"><br></font></p>", "<p>foo<span style=\"color:rgb(171, 205, 239)\"><br><br></span></p>", "Unexpected innerHTML (after normalizing inline style)")
at Test.<anonymous> ( /editing/include/tests.js:5679:11) |
|
Pass | [["insertlinebreak",""]] "<p>foo<span style=color:#aBcDeF>{bar</span>baz}" queryCommandIndeterm("insertlinebreak") before | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals(false, false, "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<p>foo<span style=color:#aBcDeF>{bar</span>baz}" queryCommandState("insertlinebreak") before | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals(false, false, "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<p>foo<span style=color:#aBcDeF>{bar</span>baz}" queryCommandValue("insertlinebreak") before | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals("", "", "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<p>foo<span style=color:#aBcDeF>{bar</span>baz}" queryCommandIndeterm("insertlinebreak") after | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals(false, false, "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<p>foo<span style=color:#aBcDeF>{bar</span>baz}" queryCommandState("insertlinebreak") after | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals(false, false, "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<p>foo<span style=color:#aBcDeF>{bar</span>baz}" queryCommandValue("insertlinebreak") after | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals("", "", "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["stylewithcss","true"],["insertlinebreak",""]] "<p>foo<span style=color:#aBcDeF>[bar</span><span style=color:#fEdCbA>baz]</span>quz": execCommand("stylewithcss", false, "true") return value | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5611:13) | Pass | assert_equals(true, true)
at Test.<anonymous> ( /editing/include/tests.js:5613:13) |
|
Pass | [["stylewithcss","true"],["insertlinebreak",""]] "<p>foo<span style=color:#aBcDeF>[bar</span><span style=color:#fEdCbA>baz]</span>quz": execCommand("insertlinebreak", false, "") return value | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5611:13) | Pass | assert_equals(true, true)
at Test.<anonymous> ( /editing/include/tests.js:5613:13) |
|
Pass | [["stylewithcss","true"],["insertlinebreak",""]] "<p>foo<span style=color:#aBcDeF>[bar</span><span style=color:#fEdCbA>baz]</span>quz" checks for modifications to non-editable content | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5644:9) | Pass | assert_equals(2, 2, "The parent div must have two children. Did something spill outside the test div?")
at Test.<anonymous> ( /editing/include/tests.js:5648:9) | Pass | assert_equals(1, 1, "Wrapper div must have only one attribute (<div contenteditable=\"\">), but has more (<div contenteditable=\"\">)")
at Test.<anonymous> ( /editing/include/tests.js:5652:9) | Pass | assert_equals(0, 0, "Body element must have no attributes (<body>), but has more (<body>)")
at Test.<anonymous> ( /editing/include/tests.js:5656:9) | Pass | assert_equals("<head><meta charset=\"utf-8\">\n<meta name=\"timeout\" content=\"long\">\n<link rel=\"stylesheet\" href=\"../include/reset.css\">\n<title>insertlinebreak - HTML editing conformance tests</title>\n\n</head><body>\n\n<div id=\"test-container\"><p>test</p></div>\n\n\n\n\n\n\n\n\n</body>", "<head><meta charset=\"utf-8\">\n<meta name=\"timeout\" content=\"long\">\n<link rel=\"stylesheet\" href=\"../include/reset.css\">\n<title>insertlinebreak - HTML editing conformance tests</title>\n\n</head><body>\n\n<div id=\"test-container\"><p>test</p></div>\n\n\n\n\n\n\n\n\n</body>", "Everything outside the editable div must be unchanged, but some change did occur")
at Test.<anonymous> ( /editing/include/tests.js:5663:9) |
|
Pass | [["stylewithcss","true"],["insertlinebreak",""]] "<p>foo<span style=color:#aBcDeF>[bar</span><span style=color:#fEdCbA>baz]</span>quz" compare innerHTML | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5668:9) | Pass | assert_equals("<p>foo<span style=\"color:rgb(171, 205, 239)\"><br></span>quz</p>", "<p>foo<span style=\"color:rgb(171, 205, 239)\"><br></span>quz</p>", "Unexpected innerHTML (after normalizing inline style)")
at Test.<anonymous> ( /editing/include/tests.js:5679:11) |
|
Pass | [["stylewithcss","true"],["insertlinebreak",""]] "<p>foo<span style=color:#aBcDeF>[bar</span><span style=color:#fEdCbA>baz]</span>quz" queryCommandIndeterm("stylewithcss") before | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals(false, false, "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["stylewithcss","true"],["insertlinebreak",""]] "<p>foo<span style=color:#aBcDeF>[bar</span><span style=color:#fEdCbA>baz]</span>quz" queryCommandState("stylewithcss") before | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals(false, false, "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["stylewithcss","true"],["insertlinebreak",""]] "<p>foo<span style=color:#aBcDeF>[bar</span><span style=color:#fEdCbA>baz]</span>quz" queryCommandValue("stylewithcss") before | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals("", "", "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["stylewithcss","true"],["insertlinebreak",""]] "<p>foo<span style=color:#aBcDeF>[bar</span><span style=color:#fEdCbA>baz]</span>quz" queryCommandIndeterm("stylewithcss") after | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals(false, false, "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["stylewithcss","true"],["insertlinebreak",""]] "<p>foo<span style=color:#aBcDeF>[bar</span><span style=color:#fEdCbA>baz]</span>quz" queryCommandState("stylewithcss") after | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals(true, true, "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["stylewithcss","true"],["insertlinebreak",""]] "<p>foo<span style=color:#aBcDeF>[bar</span><span style=color:#fEdCbA>baz]</span>quz" queryCommandValue("stylewithcss") after | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals("", "", "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["stylewithcss","true"],["insertlinebreak",""]] "<p>foo<span style=color:#aBcDeF>[bar</span><span style=color:#fEdCbA>baz]</span>quz" queryCommandIndeterm("insertlinebreak") before | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals(false, false, "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["stylewithcss","true"],["insertlinebreak",""]] "<p>foo<span style=color:#aBcDeF>[bar</span><span style=color:#fEdCbA>baz]</span>quz" queryCommandState("insertlinebreak") before | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals(false, false, "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["stylewithcss","true"],["insertlinebreak",""]] "<p>foo<span style=color:#aBcDeF>[bar</span><span style=color:#fEdCbA>baz]</span>quz" queryCommandValue("insertlinebreak") before | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals("", "", "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["stylewithcss","true"],["insertlinebreak",""]] "<p>foo<span style=color:#aBcDeF>[bar</span><span style=color:#fEdCbA>baz]</span>quz" queryCommandIndeterm("insertlinebreak") after | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals(false, false, "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["stylewithcss","true"],["insertlinebreak",""]] "<p>foo<span style=color:#aBcDeF>[bar</span><span style=color:#fEdCbA>baz]</span>quz" queryCommandState("insertlinebreak") after | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals(false, false, "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["stylewithcss","true"],["insertlinebreak",""]] "<p>foo<span style=color:#aBcDeF>[bar</span><span style=color:#fEdCbA>baz]</span>quz" queryCommandValue("insertlinebreak") after | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals("", "", "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["stylewithcss","false"],["insertlinebreak",""]] "<p>foo<span style=color:#aBcDeF>[bar</span><span style=color:#fEdCbA>baz]</span>quz": execCommand("stylewithcss", false, "false") return value | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5611:13) | Pass | assert_equals(true, true)
at Test.<anonymous> ( /editing/include/tests.js:5613:13) |
|
Pass | [["stylewithcss","false"],["insertlinebreak",""]] "<p>foo<span style=color:#aBcDeF>[bar</span><span style=color:#fEdCbA>baz]</span>quz": execCommand("insertlinebreak", false, "") return value | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5611:13) | Pass | assert_equals(true, true)
at Test.<anonymous> ( /editing/include/tests.js:5613:13) |
|
Pass | [["stylewithcss","false"],["insertlinebreak",""]] "<p>foo<span style=color:#aBcDeF>[bar</span><span style=color:#fEdCbA>baz]</span>quz" checks for modifications to non-editable content | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5644:9) | Pass | assert_equals(2, 2, "The parent div must have two children. Did something spill outside the test div?")
at Test.<anonymous> ( /editing/include/tests.js:5648:9) | Pass | assert_equals(1, 1, "Wrapper div must have only one attribute (<div contenteditable=\"\">), but has more (<div contenteditable=\"\">)")
at Test.<anonymous> ( /editing/include/tests.js:5652:9) | Pass | assert_equals(0, 0, "Body element must have no attributes (<body>), but has more (<body>)")
at Test.<anonymous> ( /editing/include/tests.js:5656:9) | Pass | assert_equals("<head><meta charset=\"utf-8\">\n<meta name=\"timeout\" content=\"long\">\n<link rel=\"stylesheet\" href=\"../include/reset.css\">\n<title>insertlinebreak - HTML editing conformance tests</title>\n\n</head><body>\n\n<div id=\"test-container\"><p>test</p></div>\n\n\n\n\n\n\n\n\n</body>", "<head><meta charset=\"utf-8\">\n<meta name=\"timeout\" content=\"long\">\n<link rel=\"stylesheet\" href=\"../include/reset.css\">\n<title>insertlinebreak - HTML editing conformance tests</title>\n\n</head><body>\n\n<div id=\"test-container\"><p>test</p></div>\n\n\n\n\n\n\n\n\n</body>", "Everything outside the editable div must be unchanged, but some change did occur")
at Test.<anonymous> ( /editing/include/tests.js:5663:9) |
|
Fail | [["stylewithcss","false"],["insertlinebreak",""]] "<p>foo<span style=color:#aBcDeF>[bar</span><span style=color:#fEdCbA>baz]</span>quz" compare innerHTML | assert_equals: Unexpected innerHTML (after normalizing inline style) expected "<p>foo<span style=\"color:rgb(171, 205, 239)\"><br></span>quz</p>" but got "<p>foo<font color=\"#abcdef\"><br></font>quz</p>" at Test.<anonymous> (https://wpt.live/editing/include/tests.js:5679:11)
at Test.step (https://wpt.live/resources/testharness.js:2642:25)
at test (https://wpt.live/resources/testharness.js:633:30)
at subsetTest (https://wpt.live/common/subset-tests.js:54:14)
at runConformanceTest (https://wpt.live/editing/include/tests.js:5667:5) Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5668:9) | Fail | assert_equals("<p>foo<font color=\"#abcdef\"><br></font>quz</p>", "<p>foo<span style=\"color:rgb(171, 205, 239)\"><br></span>quz</p>", "Unexpected innerHTML (after normalizing inline style)")
at Test.<anonymous> ( /editing/include/tests.js:5679:11) |
|
Pass | [["stylewithcss","false"],["insertlinebreak",""]] "<p>foo<span style=color:#aBcDeF>[bar</span><span style=color:#fEdCbA>baz]</span>quz" queryCommandIndeterm("stylewithcss") before | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals(false, false, "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["stylewithcss","false"],["insertlinebreak",""]] "<p>foo<span style=color:#aBcDeF>[bar</span><span style=color:#fEdCbA>baz]</span>quz" queryCommandState("stylewithcss") before | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals(true, true, "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["stylewithcss","false"],["insertlinebreak",""]] "<p>foo<span style=color:#aBcDeF>[bar</span><span style=color:#fEdCbA>baz]</span>quz" queryCommandValue("stylewithcss") before | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals("", "", "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["stylewithcss","false"],["insertlinebreak",""]] "<p>foo<span style=color:#aBcDeF>[bar</span><span style=color:#fEdCbA>baz]</span>quz" queryCommandIndeterm("stylewithcss") after | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals(false, false, "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["stylewithcss","false"],["insertlinebreak",""]] "<p>foo<span style=color:#aBcDeF>[bar</span><span style=color:#fEdCbA>baz]</span>quz" queryCommandState("stylewithcss") after | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals(false, false, "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["stylewithcss","false"],["insertlinebreak",""]] "<p>foo<span style=color:#aBcDeF>[bar</span><span style=color:#fEdCbA>baz]</span>quz" queryCommandValue("stylewithcss") after | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals("", "", "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["stylewithcss","false"],["insertlinebreak",""]] "<p>foo<span style=color:#aBcDeF>[bar</span><span style=color:#fEdCbA>baz]</span>quz" queryCommandIndeterm("insertlinebreak") before | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals(false, false, "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["stylewithcss","false"],["insertlinebreak",""]] "<p>foo<span style=color:#aBcDeF>[bar</span><span style=color:#fEdCbA>baz]</span>quz" queryCommandState("insertlinebreak") before | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals(false, false, "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["stylewithcss","false"],["insertlinebreak",""]] "<p>foo<span style=color:#aBcDeF>[bar</span><span style=color:#fEdCbA>baz]</span>quz" queryCommandValue("insertlinebreak") before | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals("", "", "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["stylewithcss","false"],["insertlinebreak",""]] "<p>foo<span style=color:#aBcDeF>[bar</span><span style=color:#fEdCbA>baz]</span>quz" queryCommandIndeterm("insertlinebreak") after | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals(false, false, "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["stylewithcss","false"],["insertlinebreak",""]] "<p>foo<span style=color:#aBcDeF>[bar</span><span style=color:#fEdCbA>baz]</span>quz" queryCommandState("insertlinebreak") after | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals(false, false, "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["stylewithcss","false"],["insertlinebreak",""]] "<p>foo<span style=color:#aBcDeF>[bar</span><span style=color:#fEdCbA>baz]</span>quz" queryCommandValue("insertlinebreak") after | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals("", "", "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<ul contenteditable><li>{}<br></ul>": execCommand("insertlinebreak", false, "") return value | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5611:13) | Pass | assert_equals(true, true)
at Test.<anonymous> ( /editing/include/tests.js:5613:13) |
|
Pass | [["insertlinebreak",""]] "<ul contenteditable><li>{}<br></ul>" checks for modifications to non-editable content | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5644:9) | Pass | assert_equals(2, 2, "The parent div must have two children. Did something spill outside the test div?")
at Test.<anonymous> ( /editing/include/tests.js:5648:9) | Pass | assert_equals(1, 1, "Wrapper div must have only one attribute (<div contenteditable=\"\">), but has more (<div contenteditable=\"\">)")
at Test.<anonymous> ( /editing/include/tests.js:5652:9) | Pass | assert_equals(0, 0, "Body element must have no attributes (<body>), but has more (<body>)")
at Test.<anonymous> ( /editing/include/tests.js:5656:9) | Pass | assert_equals("<head><meta charset=\"utf-8\">\n<meta name=\"timeout\" content=\"long\">\n<link rel=\"stylesheet\" href=\"../include/reset.css\">\n<title>insertlinebreak - HTML editing conformance tests</title>\n\n</head><body>\n\n<div id=\"test-container\"><p>test</p></div>\n\n\n\n\n\n\n\n\n</body>", "<head><meta charset=\"utf-8\">\n<meta name=\"timeout\" content=\"long\">\n<link rel=\"stylesheet\" href=\"../include/reset.css\">\n<title>insertlinebreak - HTML editing conformance tests</title>\n\n</head><body>\n\n<div id=\"test-container\"><p>test</p></div>\n\n\n\n\n\n\n\n\n</body>", "Everything outside the editable div must be unchanged, but some change did occur")
at Test.<anonymous> ( /editing/include/tests.js:5663:9) |
|
Pass | [["insertlinebreak",""]] "<ul contenteditable><li>{}<br></ul>" compare innerHTML | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5668:9) | Pass | assert_equals("<ul contenteditable=\"\"><li><br><br></li></ul>", "<ul contenteditable=\"\"><li><br><br></li></ul>", "Unexpected innerHTML (after normalizing inline style)")
at Test.<anonymous> ( /editing/include/tests.js:5679:11) |
|
Pass | [["insertlinebreak",""]] "<ul contenteditable><li>{}<br></ul>" queryCommandIndeterm("insertlinebreak") before | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals(false, false, "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<ul contenteditable><li>{}<br></ul>" queryCommandState("insertlinebreak") before | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals(false, false, "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<ul contenteditable><li>{}<br></ul>" queryCommandValue("insertlinebreak") before | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals("", "", "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<ul contenteditable><li>{}<br></ul>" queryCommandIndeterm("insertlinebreak") after | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals(false, false, "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<ul contenteditable><li>{}<br></ul>" queryCommandState("insertlinebreak") after | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals(false, false, "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<ul contenteditable><li>{}<br></ul>" queryCommandValue("insertlinebreak") after | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals("", "", "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<ul contenteditable><li>foo[]</ul>": execCommand("insertlinebreak", false, "") return value | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5611:13) | Pass | assert_equals(true, true)
at Test.<anonymous> ( /editing/include/tests.js:5613:13) |
|
Pass | [["insertlinebreak",""]] "<ul contenteditable><li>foo[]</ul>" checks for modifications to non-editable content | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5644:9) | Pass | assert_equals(2, 2, "The parent div must have two children. Did something spill outside the test div?")
at Test.<anonymous> ( /editing/include/tests.js:5648:9) | Pass | assert_equals(1, 1, "Wrapper div must have only one attribute (<div contenteditable=\"\">), but has more (<div contenteditable=\"\">)")
at Test.<anonymous> ( /editing/include/tests.js:5652:9) | Pass | assert_equals(0, 0, "Body element must have no attributes (<body>), but has more (<body>)")
at Test.<anonymous> ( /editing/include/tests.js:5656:9) | Pass | assert_equals("<head><meta charset=\"utf-8\">\n<meta name=\"timeout\" content=\"long\">\n<link rel=\"stylesheet\" href=\"../include/reset.css\">\n<title>insertlinebreak - HTML editing conformance tests</title>\n\n</head><body>\n\n<div id=\"test-container\"><p>test</p></div>\n\n\n\n\n\n\n\n\n</body>", "<head><meta charset=\"utf-8\">\n<meta name=\"timeout\" content=\"long\">\n<link rel=\"stylesheet\" href=\"../include/reset.css\">\n<title>insertlinebreak - HTML editing conformance tests</title>\n\n</head><body>\n\n<div id=\"test-container\"><p>test</p></div>\n\n\n\n\n\n\n\n\n</body>", "Everything outside the editable div must be unchanged, but some change did occur")
at Test.<anonymous> ( /editing/include/tests.js:5663:9) |
|
Pass | [["insertlinebreak",""]] "<ul contenteditable><li>foo[]</ul>" compare innerHTML | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5668:9) | Pass | assert_equals("<ul contenteditable=\"\"><li>foo<br><br></li></ul>", "<ul contenteditable=\"\"><li>foo<br><br></li></ul>", "Unexpected innerHTML (after normalizing inline style)")
at Test.<anonymous> ( /editing/include/tests.js:5679:11) |
|
Pass | [["insertlinebreak",""]] "<ul contenteditable><li>foo[]</ul>" queryCommandIndeterm("insertlinebreak") before | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals(false, false, "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<ul contenteditable><li>foo[]</ul>" queryCommandState("insertlinebreak") before | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals(false, false, "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<ul contenteditable><li>foo[]</ul>" queryCommandValue("insertlinebreak") before | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals("", "", "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<ul contenteditable><li>foo[]</ul>" queryCommandIndeterm("insertlinebreak") after | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals(false, false, "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<ul contenteditable><li>foo[]</ul>" queryCommandState("insertlinebreak") after | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals(false, false, "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<ul contenteditable><li>foo[]</ul>" queryCommandValue("insertlinebreak") after | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals("", "", "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<div contenteditable=false><ul contenteditable><li>{}<br></ul></div>": execCommand("insertlinebreak", false, "") return value | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5611:13) | Pass | assert_equals(true, true)
at Test.<anonymous> ( /editing/include/tests.js:5613:13) |
|
Pass | [["insertlinebreak",""]] "<div contenteditable=false><ul contenteditable><li>{}<br></ul></div>" checks for modifications to non-editable content | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5644:9) | Pass | assert_equals(2, 2, "The parent div must have two children. Did something spill outside the test div?")
at Test.<anonymous> ( /editing/include/tests.js:5648:9) | Pass | assert_equals(1, 1, "Wrapper div must have only one attribute (<div contenteditable=\"\">), but has more (<div contenteditable=\"\">)")
at Test.<anonymous> ( /editing/include/tests.js:5652:9) | Pass | assert_equals(0, 0, "Body element must have no attributes (<body>), but has more (<body>)")
at Test.<anonymous> ( /editing/include/tests.js:5656:9) | Pass | assert_equals("<head><meta charset=\"utf-8\">\n<meta name=\"timeout\" content=\"long\">\n<link rel=\"stylesheet\" href=\"../include/reset.css\">\n<title>insertlinebreak - HTML editing conformance tests</title>\n\n</head><body>\n\n<div id=\"test-container\"><p>test</p></div>\n\n\n\n\n\n\n\n\n</body>", "<head><meta charset=\"utf-8\">\n<meta name=\"timeout\" content=\"long\">\n<link rel=\"stylesheet\" href=\"../include/reset.css\">\n<title>insertlinebreak - HTML editing conformance tests</title>\n\n</head><body>\n\n<div id=\"test-container\"><p>test</p></div>\n\n\n\n\n\n\n\n\n</body>", "Everything outside the editable div must be unchanged, but some change did occur")
at Test.<anonymous> ( /editing/include/tests.js:5663:9) |
|
Pass | [["insertlinebreak",""]] "<div contenteditable=false><ul contenteditable><li>{}<br></ul></div>" compare innerHTML | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5668:9) | Pass | assert_equals("<div contenteditable=\"false\"><ul contenteditable=\"\"><li><br><br></li></ul></div>", "<div contenteditable=\"false\"><ul contenteditable=\"\"><li><br><br></li></ul></div>", "Unexpected innerHTML (after normalizing inline style)")
at Test.<anonymous> ( /editing/include/tests.js:5679:11) |
|
Pass | [["insertlinebreak",""]] "<div contenteditable=false><ul contenteditable><li>{}<br></ul></div>" queryCommandIndeterm("insertlinebreak") before | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals(false, false, "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<div contenteditable=false><ul contenteditable><li>{}<br></ul></div>" queryCommandState("insertlinebreak") before | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals(false, false, "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<div contenteditable=false><ul contenteditable><li>{}<br></ul></div>" queryCommandValue("insertlinebreak") before | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals("", "", "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<div contenteditable=false><ul contenteditable><li>{}<br></ul></div>" queryCommandIndeterm("insertlinebreak") after | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals(false, false, "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<div contenteditable=false><ul contenteditable><li>{}<br></ul></div>" queryCommandState("insertlinebreak") after | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals(false, false, "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<div contenteditable=false><ul contenteditable><li>{}<br></ul></div>" queryCommandValue("insertlinebreak") after | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals("", "", "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<div contenteditable=false><ul contenteditable><li>foo[]</ul></div>": execCommand("insertlinebreak", false, "") return value | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5611:13) | Pass | assert_equals(true, true)
at Test.<anonymous> ( /editing/include/tests.js:5613:13) |
|
Pass | [["insertlinebreak",""]] "<div contenteditable=false><ul contenteditable><li>foo[]</ul></div>" checks for modifications to non-editable content | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5644:9) | Pass | assert_equals(2, 2, "The parent div must have two children. Did something spill outside the test div?")
at Test.<anonymous> ( /editing/include/tests.js:5648:9) | Pass | assert_equals(1, 1, "Wrapper div must have only one attribute (<div contenteditable=\"\">), but has more (<div contenteditable=\"\">)")
at Test.<anonymous> ( /editing/include/tests.js:5652:9) | Pass | assert_equals(0, 0, "Body element must have no attributes (<body>), but has more (<body>)")
at Test.<anonymous> ( /editing/include/tests.js:5656:9) | Pass | assert_equals("<head><meta charset=\"utf-8\">\n<meta name=\"timeout\" content=\"long\">\n<link rel=\"stylesheet\" href=\"../include/reset.css\">\n<title>insertlinebreak - HTML editing conformance tests</title>\n\n</head><body>\n\n<div id=\"test-container\"><p>test</p></div>\n\n\n\n\n\n\n\n\n</body>", "<head><meta charset=\"utf-8\">\n<meta name=\"timeout\" content=\"long\">\n<link rel=\"stylesheet\" href=\"../include/reset.css\">\n<title>insertlinebreak - HTML editing conformance tests</title>\n\n</head><body>\n\n<div id=\"test-container\"><p>test</p></div>\n\n\n\n\n\n\n\n\n</body>", "Everything outside the editable div must be unchanged, but some change did occur")
at Test.<anonymous> ( /editing/include/tests.js:5663:9) |
|
Pass | [["insertlinebreak",""]] "<div contenteditable=false><ul contenteditable><li>foo[]</ul></div>" compare innerHTML | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5668:9) | Pass | assert_equals("<div contenteditable=\"false\"><ul contenteditable=\"\"><li>foo<br><br></li></ul></div>", "<div contenteditable=\"false\"><ul contenteditable=\"\"><li>foo<br><br></li></ul></div>", "Unexpected innerHTML (after normalizing inline style)")
at Test.<anonymous> ( /editing/include/tests.js:5679:11) |
|
Pass | [["insertlinebreak",""]] "<div contenteditable=false><ul contenteditable><li>foo[]</ul></div>" queryCommandIndeterm("insertlinebreak") before | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals(false, false, "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<div contenteditable=false><ul contenteditable><li>foo[]</ul></div>" queryCommandState("insertlinebreak") before | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals(false, false, "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<div contenteditable=false><ul contenteditable><li>foo[]</ul></div>" queryCommandValue("insertlinebreak") before | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals("", "", "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<div contenteditable=false><ul contenteditable><li>foo[]</ul></div>" queryCommandIndeterm("insertlinebreak") after | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals(false, false, "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<div contenteditable=false><ul contenteditable><li>foo[]</ul></div>" queryCommandState("insertlinebreak") after | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals(false, false, "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<div contenteditable=false><ul contenteditable><li>foo[]</ul></div>" queryCommandValue("insertlinebreak") after | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals("", "", "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<address><p>foo[]</address>": execCommand("insertlinebreak", false, "") return value | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5611:13) | Pass | assert_equals(true, true)
at Test.<anonymous> ( /editing/include/tests.js:5613:13) |
|
Pass | [["insertlinebreak",""]] "<address><p>foo[]</address>" checks for modifications to non-editable content | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5644:9) | Pass | assert_equals(2, 2, "The parent div must have two children. Did something spill outside the test div?")
at Test.<anonymous> ( /editing/include/tests.js:5648:9) | Pass | assert_equals(1, 1, "Wrapper div must have only one attribute (<div contenteditable=\"\">), but has more (<div contenteditable=\"\">)")
at Test.<anonymous> ( /editing/include/tests.js:5652:9) | Pass | assert_equals(0, 0, "Body element must have no attributes (<body>), but has more (<body>)")
at Test.<anonymous> ( /editing/include/tests.js:5656:9) | Pass | assert_equals("<head><meta charset=\"utf-8\">\n<meta name=\"timeout\" content=\"long\">\n<link rel=\"stylesheet\" href=\"../include/reset.css\">\n<title>insertlinebreak - HTML editing conformance tests</title>\n\n</head><body>\n\n<div id=\"test-container\"><p>test</p></div>\n\n\n\n\n\n\n\n\n</body>", "<head><meta charset=\"utf-8\">\n<meta name=\"timeout\" content=\"long\">\n<link rel=\"stylesheet\" href=\"../include/reset.css\">\n<title>insertlinebreak - HTML editing conformance tests</title>\n\n</head><body>\n\n<div id=\"test-container\"><p>test</p></div>\n\n\n\n\n\n\n\n\n</body>", "Everything outside the editable div must be unchanged, but some change did occur")
at Test.<anonymous> ( /editing/include/tests.js:5663:9) |
|
Pass | [["insertlinebreak",""]] "<address><p>foo[]</address>" compare innerHTML | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5668:9) | Pass | assert_equals("<address><p>foo<br><br></p></address>", "<address><p>foo<br><br></p></address>", "Unexpected innerHTML (after normalizing inline style)")
at Test.<anonymous> ( /editing/include/tests.js:5679:11) |
|
Pass | [["insertlinebreak",""]] "<address><p>foo[]</address>" queryCommandIndeterm("insertlinebreak") before | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals(false, false, "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<address><p>foo[]</address>" queryCommandState("insertlinebreak") before | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals(false, false, "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<address><p>foo[]</address>" queryCommandValue("insertlinebreak") before | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals("", "", "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<address><p>foo[]</address>" queryCommandIndeterm("insertlinebreak") after | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals(false, false, "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<address><p>foo[]</address>" queryCommandState("insertlinebreak") after | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals(false, false, "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<address><p>foo[]</address>" queryCommandValue("insertlinebreak") after | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals("", "", "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<dl><dt><p>foo[]</dl>": execCommand("insertlinebreak", false, "") return value | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5611:13) | Pass | assert_equals(true, true)
at Test.<anonymous> ( /editing/include/tests.js:5613:13) |
|
Pass | [["insertlinebreak",""]] "<dl><dt><p>foo[]</dl>" checks for modifications to non-editable content | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5644:9) | Pass | assert_equals(2, 2, "The parent div must have two children. Did something spill outside the test div?")
at Test.<anonymous> ( /editing/include/tests.js:5648:9) | Pass | assert_equals(1, 1, "Wrapper div must have only one attribute (<div contenteditable=\"\">), but has more (<div contenteditable=\"\">)")
at Test.<anonymous> ( /editing/include/tests.js:5652:9) | Pass | assert_equals(0, 0, "Body element must have no attributes (<body>), but has more (<body>)")
at Test.<anonymous> ( /editing/include/tests.js:5656:9) | Pass | assert_equals("<head><meta charset=\"utf-8\">\n<meta name=\"timeout\" content=\"long\">\n<link rel=\"stylesheet\" href=\"../include/reset.css\">\n<title>insertlinebreak - HTML editing conformance tests</title>\n\n</head><body>\n\n<div id=\"test-container\"><p>test</p></div>\n\n\n\n\n\n\n\n\n</body>", "<head><meta charset=\"utf-8\">\n<meta name=\"timeout\" content=\"long\">\n<link rel=\"stylesheet\" href=\"../include/reset.css\">\n<title>insertlinebreak - HTML editing conformance tests</title>\n\n</head><body>\n\n<div id=\"test-container\"><p>test</p></div>\n\n\n\n\n\n\n\n\n</body>", "Everything outside the editable div must be unchanged, but some change did occur")
at Test.<anonymous> ( /editing/include/tests.js:5663:9) |
|
Pass | [["insertlinebreak",""]] "<dl><dt><p>foo[]</dl>" compare innerHTML | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5668:9) | Pass | assert_equals("<dl><dt><p>foo<br><br></p></dt></dl>", "<dl><dt><p>foo<br><br></p></dt></dl>", "Unexpected innerHTML (after normalizing inline style)")
at Test.<anonymous> ( /editing/include/tests.js:5679:11) |
|
Pass | [["insertlinebreak",""]] "<dl><dt><p>foo[]</dl>" queryCommandIndeterm("insertlinebreak") before | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals(false, false, "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<dl><dt><p>foo[]</dl>" queryCommandState("insertlinebreak") before | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals(false, false, "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<dl><dt><p>foo[]</dl>" queryCommandValue("insertlinebreak") before | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals("", "", "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<dl><dt><p>foo[]</dl>" queryCommandIndeterm("insertlinebreak") after | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals(false, false, "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<dl><dt><p>foo[]</dl>" queryCommandState("insertlinebreak") after | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals(false, false, "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<dl><dt><p>foo[]</dl>" queryCommandValue("insertlinebreak") after | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals("", "", "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<dl><dd><p>foo[]</dl>": execCommand("insertlinebreak", false, "") return value | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5611:13) | Pass | assert_equals(true, true)
at Test.<anonymous> ( /editing/include/tests.js:5613:13) |
|
Pass | [["insertlinebreak",""]] "<dl><dd><p>foo[]</dl>" checks for modifications to non-editable content | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5644:9) | Pass | assert_equals(2, 2, "The parent div must have two children. Did something spill outside the test div?")
at Test.<anonymous> ( /editing/include/tests.js:5648:9) | Pass | assert_equals(1, 1, "Wrapper div must have only one attribute (<div contenteditable=\"\">), but has more (<div contenteditable=\"\">)")
at Test.<anonymous> ( /editing/include/tests.js:5652:9) | Pass | assert_equals(0, 0, "Body element must have no attributes (<body>), but has more (<body>)")
at Test.<anonymous> ( /editing/include/tests.js:5656:9) | Pass | assert_equals("<head><meta charset=\"utf-8\">\n<meta name=\"timeout\" content=\"long\">\n<link rel=\"stylesheet\" href=\"../include/reset.css\">\n<title>insertlinebreak - HTML editing conformance tests</title>\n\n</head><body>\n\n<div id=\"test-container\"><p>test</p></div>\n\n\n\n\n\n\n\n\n</body>", "<head><meta charset=\"utf-8\">\n<meta name=\"timeout\" content=\"long\">\n<link rel=\"stylesheet\" href=\"../include/reset.css\">\n<title>insertlinebreak - HTML editing conformance tests</title>\n\n</head><body>\n\n<div id=\"test-container\"><p>test</p></div>\n\n\n\n\n\n\n\n\n</body>", "Everything outside the editable div must be unchanged, but some change did occur")
at Test.<anonymous> ( /editing/include/tests.js:5663:9) |
|
Pass | [["insertlinebreak",""]] "<dl><dd><p>foo[]</dl>" compare innerHTML | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5668:9) | Pass | assert_equals("<dl><dd><p>foo<br><br></p></dd></dl>", "<dl><dd><p>foo<br><br></p></dd></dl>", "Unexpected innerHTML (after normalizing inline style)")
at Test.<anonymous> ( /editing/include/tests.js:5679:11) |
|
Pass | [["insertlinebreak",""]] "<dl><dd><p>foo[]</dl>" queryCommandIndeterm("insertlinebreak") before | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals(false, false, "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<dl><dd><p>foo[]</dl>" queryCommandState("insertlinebreak") before | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals(false, false, "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<dl><dd><p>foo[]</dl>" queryCommandValue("insertlinebreak") before | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals("", "", "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<dl><dd><p>foo[]</dl>" queryCommandIndeterm("insertlinebreak") after | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals(false, false, "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<dl><dd><p>foo[]</dl>" queryCommandState("insertlinebreak") after | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals(false, false, "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<dl><dd><p>foo[]</dl>" queryCommandValue("insertlinebreak") after | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals("", "", "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<ol><li><p>foo[]</ol>": execCommand("insertlinebreak", false, "") return value | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5611:13) | Pass | assert_equals(true, true)
at Test.<anonymous> ( /editing/include/tests.js:5613:13) |
|
Pass | [["insertlinebreak",""]] "<ol><li><p>foo[]</ol>" checks for modifications to non-editable content | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5644:9) | Pass | assert_equals(2, 2, "The parent div must have two children. Did something spill outside the test div?")
at Test.<anonymous> ( /editing/include/tests.js:5648:9) | Pass | assert_equals(1, 1, "Wrapper div must have only one attribute (<div contenteditable=\"\">), but has more (<div contenteditable=\"\">)")
at Test.<anonymous> ( /editing/include/tests.js:5652:9) | Pass | assert_equals(0, 0, "Body element must have no attributes (<body>), but has more (<body>)")
at Test.<anonymous> ( /editing/include/tests.js:5656:9) | Pass | assert_equals("<head><meta charset=\"utf-8\">\n<meta name=\"timeout\" content=\"long\">\n<link rel=\"stylesheet\" href=\"../include/reset.css\">\n<title>insertlinebreak - HTML editing conformance tests</title>\n\n</head><body>\n\n<div id=\"test-container\"><p>test</p></div>\n\n\n\n\n\n\n\n\n</body>", "<head><meta charset=\"utf-8\">\n<meta name=\"timeout\" content=\"long\">\n<link rel=\"stylesheet\" href=\"../include/reset.css\">\n<title>insertlinebreak - HTML editing conformance tests</title>\n\n</head><body>\n\n<div id=\"test-container\"><p>test</p></div>\n\n\n\n\n\n\n\n\n</body>", "Everything outside the editable div must be unchanged, but some change did occur")
at Test.<anonymous> ( /editing/include/tests.js:5663:9) |
|
Pass | [["insertlinebreak",""]] "<ol><li><p>foo[]</ol>" compare innerHTML | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5668:9) | Pass | assert_equals("<ol><li><p>foo<br><br></p></li></ol>", "<ol><li><p>foo<br><br></p></li></ol>", "Unexpected innerHTML (after normalizing inline style)")
at Test.<anonymous> ( /editing/include/tests.js:5679:11) |
|
Pass | [["insertlinebreak",""]] "<ol><li><p>foo[]</ol>" queryCommandIndeterm("insertlinebreak") before | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals(false, false, "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<ol><li><p>foo[]</ol>" queryCommandState("insertlinebreak") before | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals(false, false, "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<ol><li><p>foo[]</ol>" queryCommandValue("insertlinebreak") before | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals("", "", "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<ol><li><p>foo[]</ol>" queryCommandIndeterm("insertlinebreak") after | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals(false, false, "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<ol><li><p>foo[]</ol>" queryCommandState("insertlinebreak") after | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals(false, false, "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<ol><li><p>foo[]</ol>" queryCommandValue("insertlinebreak") after | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals("", "", "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<ul><li><p>foo[]</ul>": execCommand("insertlinebreak", false, "") return value | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5611:13) | Pass | assert_equals(true, true)
at Test.<anonymous> ( /editing/include/tests.js:5613:13) |
|
Pass | [["insertlinebreak",""]] "<ul><li><p>foo[]</ul>" checks for modifications to non-editable content | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5644:9) | Pass | assert_equals(2, 2, "The parent div must have two children. Did something spill outside the test div?")
at Test.<anonymous> ( /editing/include/tests.js:5648:9) | Pass | assert_equals(1, 1, "Wrapper div must have only one attribute (<div contenteditable=\"\">), but has more (<div contenteditable=\"\">)")
at Test.<anonymous> ( /editing/include/tests.js:5652:9) | Pass | assert_equals(0, 0, "Body element must have no attributes (<body>), but has more (<body>)")
at Test.<anonymous> ( /editing/include/tests.js:5656:9) | Pass | assert_equals("<head><meta charset=\"utf-8\">\n<meta name=\"timeout\" content=\"long\">\n<link rel=\"stylesheet\" href=\"../include/reset.css\">\n<title>insertlinebreak - HTML editing conformance tests</title>\n\n</head><body>\n\n<div id=\"test-container\"><p>test</p></div>\n\n\n\n\n\n\n\n\n</body>", "<head><meta charset=\"utf-8\">\n<meta name=\"timeout\" content=\"long\">\n<link rel=\"stylesheet\" href=\"../include/reset.css\">\n<title>insertlinebreak - HTML editing conformance tests</title>\n\n</head><body>\n\n<div id=\"test-container\"><p>test</p></div>\n\n\n\n\n\n\n\n\n</body>", "Everything outside the editable div must be unchanged, but some change did occur")
at Test.<anonymous> ( /editing/include/tests.js:5663:9) |
|
Pass | [["insertlinebreak",""]] "<ul><li><p>foo[]</ul>" compare innerHTML | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5668:9) | Pass | assert_equals("<ul><li><p>foo<br><br></p></li></ul>", "<ul><li><p>foo<br><br></p></li></ul>", "Unexpected innerHTML (after normalizing inline style)")
at Test.<anonymous> ( /editing/include/tests.js:5679:11) |
|
Pass | [["insertlinebreak",""]] "<ul><li><p>foo[]</ul>" queryCommandIndeterm("insertlinebreak") before | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals(false, false, "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<ul><li><p>foo[]</ul>" queryCommandState("insertlinebreak") before | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals(false, false, "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<ul><li><p>foo[]</ul>" queryCommandValue("insertlinebreak") before | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals("", "", "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<ul><li><p>foo[]</ul>" queryCommandIndeterm("insertlinebreak") after | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals(false, false, "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<ul><li><p>foo[]</ul>" queryCommandState("insertlinebreak") after | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals(false, false, "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<ul><li><p>foo[]</ul>" queryCommandValue("insertlinebreak") after | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals("", "", "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<address><div>foo[]</address>": execCommand("insertlinebreak", false, "") return value | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5611:13) | Pass | assert_equals(true, true)
at Test.<anonymous> ( /editing/include/tests.js:5613:13) |
|
Pass | [["insertlinebreak",""]] "<address><div>foo[]</address>" checks for modifications to non-editable content | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5644:9) | Pass | assert_equals(2, 2, "The parent div must have two children. Did something spill outside the test div?")
at Test.<anonymous> ( /editing/include/tests.js:5648:9) | Pass | assert_equals(1, 1, "Wrapper div must have only one attribute (<div contenteditable=\"\">), but has more (<div contenteditable=\"\">)")
at Test.<anonymous> ( /editing/include/tests.js:5652:9) | Pass | assert_equals(0, 0, "Body element must have no attributes (<body>), but has more (<body>)")
at Test.<anonymous> ( /editing/include/tests.js:5656:9) | Pass | assert_equals("<head><meta charset=\"utf-8\">\n<meta name=\"timeout\" content=\"long\">\n<link rel=\"stylesheet\" href=\"../include/reset.css\">\n<title>insertlinebreak - HTML editing conformance tests</title>\n\n</head><body>\n\n<div id=\"test-container\"><p>test</p></div>\n\n\n\n\n\n\n\n\n</body>", "<head><meta charset=\"utf-8\">\n<meta name=\"timeout\" content=\"long\">\n<link rel=\"stylesheet\" href=\"../include/reset.css\">\n<title>insertlinebreak - HTML editing conformance tests</title>\n\n</head><body>\n\n<div id=\"test-container\"><p>test</p></div>\n\n\n\n\n\n\n\n\n</body>", "Everything outside the editable div must be unchanged, but some change did occur")
at Test.<anonymous> ( /editing/include/tests.js:5663:9) |
|
Pass | [["insertlinebreak",""]] "<address><div>foo[]</address>" compare innerHTML | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5668:9) | Pass | assert_equals("<address><div>foo<br><br></div></address>", "<address><div>foo<br><br></div></address>", "Unexpected innerHTML (after normalizing inline style)")
at Test.<anonymous> ( /editing/include/tests.js:5679:11) |
|
Pass | [["insertlinebreak",""]] "<address><div>foo[]</address>" queryCommandIndeterm("insertlinebreak") before | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals(false, false, "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<address><div>foo[]</address>" queryCommandState("insertlinebreak") before | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals(false, false, "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<address><div>foo[]</address>" queryCommandValue("insertlinebreak") before | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals("", "", "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<address><div>foo[]</address>" queryCommandIndeterm("insertlinebreak") after | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals(false, false, "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<address><div>foo[]</address>" queryCommandState("insertlinebreak") after | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals(false, false, "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<address><div>foo[]</address>" queryCommandValue("insertlinebreak") after | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals("", "", "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<dl><dt><div>foo[]</dl>": execCommand("insertlinebreak", false, "") return value | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5611:13) | Pass | assert_equals(true, true)
at Test.<anonymous> ( /editing/include/tests.js:5613:13) |
|
Pass | [["insertlinebreak",""]] "<dl><dt><div>foo[]</dl>" checks for modifications to non-editable content | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5644:9) | Pass | assert_equals(2, 2, "The parent div must have two children. Did something spill outside the test div?")
at Test.<anonymous> ( /editing/include/tests.js:5648:9) | Pass | assert_equals(1, 1, "Wrapper div must have only one attribute (<div contenteditable=\"\">), but has more (<div contenteditable=\"\">)")
at Test.<anonymous> ( /editing/include/tests.js:5652:9) | Pass | assert_equals(0, 0, "Body element must have no attributes (<body>), but has more (<body>)")
at Test.<anonymous> ( /editing/include/tests.js:5656:9) | Pass | assert_equals("<head><meta charset=\"utf-8\">\n<meta name=\"timeout\" content=\"long\">\n<link rel=\"stylesheet\" href=\"../include/reset.css\">\n<title>insertlinebreak - HTML editing conformance tests</title>\n\n</head><body>\n\n<div id=\"test-container\"><p>test</p></div>\n\n\n\n\n\n\n\n\n</body>", "<head><meta charset=\"utf-8\">\n<meta name=\"timeout\" content=\"long\">\n<link rel=\"stylesheet\" href=\"../include/reset.css\">\n<title>insertlinebreak - HTML editing conformance tests</title>\n\n</head><body>\n\n<div id=\"test-container\"><p>test</p></div>\n\n\n\n\n\n\n\n\n</body>", "Everything outside the editable div must be unchanged, but some change did occur")
at Test.<anonymous> ( /editing/include/tests.js:5663:9) |
|
Pass | [["insertlinebreak",""]] "<dl><dt><div>foo[]</dl>" compare innerHTML | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5668:9) | Pass | assert_equals("<dl><dt><div>foo<br><br></div></dt></dl>", "<dl><dt><div>foo<br><br></div></dt></dl>", "Unexpected innerHTML (after normalizing inline style)")
at Test.<anonymous> ( /editing/include/tests.js:5679:11) |
|
Pass | [["insertlinebreak",""]] "<dl><dt><div>foo[]</dl>" queryCommandIndeterm("insertlinebreak") before | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals(false, false, "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<dl><dt><div>foo[]</dl>" queryCommandState("insertlinebreak") before | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals(false, false, "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<dl><dt><div>foo[]</dl>" queryCommandValue("insertlinebreak") before | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals("", "", "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<dl><dt><div>foo[]</dl>" queryCommandIndeterm("insertlinebreak") after | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals(false, false, "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<dl><dt><div>foo[]</dl>" queryCommandState("insertlinebreak") after | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals(false, false, "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<dl><dt><div>foo[]</dl>" queryCommandValue("insertlinebreak") after | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals("", "", "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<dl><dd><div>foo[]</dl>": execCommand("insertlinebreak", false, "") return value | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5611:13) | Pass | assert_equals(true, true)
at Test.<anonymous> ( /editing/include/tests.js:5613:13) |
|
Pass | [["insertlinebreak",""]] "<dl><dd><div>foo[]</dl>" checks for modifications to non-editable content | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5644:9) | Pass | assert_equals(2, 2, "The parent div must have two children. Did something spill outside the test div?")
at Test.<anonymous> ( /editing/include/tests.js:5648:9) | Pass | assert_equals(1, 1, "Wrapper div must have only one attribute (<div contenteditable=\"\">), but has more (<div contenteditable=\"\">)")
at Test.<anonymous> ( /editing/include/tests.js:5652:9) | Pass | assert_equals(0, 0, "Body element must have no attributes (<body>), but has more (<body>)")
at Test.<anonymous> ( /editing/include/tests.js:5656:9) | Pass | assert_equals("<head><meta charset=\"utf-8\">\n<meta name=\"timeout\" content=\"long\">\n<link rel=\"stylesheet\" href=\"../include/reset.css\">\n<title>insertlinebreak - HTML editing conformance tests</title>\n\n</head><body>\n\n<div id=\"test-container\"><p>test</p></div>\n\n\n\n\n\n\n\n\n</body>", "<head><meta charset=\"utf-8\">\n<meta name=\"timeout\" content=\"long\">\n<link rel=\"stylesheet\" href=\"../include/reset.css\">\n<title>insertlinebreak - HTML editing conformance tests</title>\n\n</head><body>\n\n<div id=\"test-container\"><p>test</p></div>\n\n\n\n\n\n\n\n\n</body>", "Everything outside the editable div must be unchanged, but some change did occur")
at Test.<anonymous> ( /editing/include/tests.js:5663:9) |
|
Pass | [["insertlinebreak",""]] "<dl><dd><div>foo[]</dl>" compare innerHTML | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5668:9) | Pass | assert_equals("<dl><dd><div>foo<br><br></div></dd></dl>", "<dl><dd><div>foo<br><br></div></dd></dl>", "Unexpected innerHTML (after normalizing inline style)")
at Test.<anonymous> ( /editing/include/tests.js:5679:11) |
|
Pass | [["insertlinebreak",""]] "<dl><dd><div>foo[]</dl>" queryCommandIndeterm("insertlinebreak") before | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals(false, false, "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<dl><dd><div>foo[]</dl>" queryCommandState("insertlinebreak") before | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals(false, false, "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<dl><dd><div>foo[]</dl>" queryCommandValue("insertlinebreak") before | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals("", "", "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<dl><dd><div>foo[]</dl>" queryCommandIndeterm("insertlinebreak") after | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals(false, false, "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<dl><dd><div>foo[]</dl>" queryCommandState("insertlinebreak") after | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals(false, false, "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<dl><dd><div>foo[]</dl>" queryCommandValue("insertlinebreak") after | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals("", "", "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<ol><li><div>foo[]</ol>": execCommand("insertlinebreak", false, "") return value | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5611:13) | Pass | assert_equals(true, true)
at Test.<anonymous> ( /editing/include/tests.js:5613:13) |
|
Pass | [["insertlinebreak",""]] "<ol><li><div>foo[]</ol>" checks for modifications to non-editable content | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5644:9) | Pass | assert_equals(2, 2, "The parent div must have two children. Did something spill outside the test div?")
at Test.<anonymous> ( /editing/include/tests.js:5648:9) | Pass | assert_equals(1, 1, "Wrapper div must have only one attribute (<div contenteditable=\"\">), but has more (<div contenteditable=\"\">)")
at Test.<anonymous> ( /editing/include/tests.js:5652:9) | Pass | assert_equals(0, 0, "Body element must have no attributes (<body>), but has more (<body>)")
at Test.<anonymous> ( /editing/include/tests.js:5656:9) | Pass | assert_equals("<head><meta charset=\"utf-8\">\n<meta name=\"timeout\" content=\"long\">\n<link rel=\"stylesheet\" href=\"../include/reset.css\">\n<title>insertlinebreak - HTML editing conformance tests</title>\n\n</head><body>\n\n<div id=\"test-container\"><p>test</p></div>\n\n\n\n\n\n\n\n\n</body>", "<head><meta charset=\"utf-8\">\n<meta name=\"timeout\" content=\"long\">\n<link rel=\"stylesheet\" href=\"../include/reset.css\">\n<title>insertlinebreak - HTML editing conformance tests</title>\n\n</head><body>\n\n<div id=\"test-container\"><p>test</p></div>\n\n\n\n\n\n\n\n\n</body>", "Everything outside the editable div must be unchanged, but some change did occur")
at Test.<anonymous> ( /editing/include/tests.js:5663:9) |
|
Pass | [["insertlinebreak",""]] "<ol><li><div>foo[]</ol>" compare innerHTML | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5668:9) | Pass | assert_equals("<ol><li><div>foo<br><br></div></li></ol>", "<ol><li><div>foo<br><br></div></li></ol>", "Unexpected innerHTML (after normalizing inline style)")
at Test.<anonymous> ( /editing/include/tests.js:5679:11) |
|
Pass | [["insertlinebreak",""]] "<ol><li><div>foo[]</ol>" queryCommandIndeterm("insertlinebreak") before | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals(false, false, "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<ol><li><div>foo[]</ol>" queryCommandState("insertlinebreak") before | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals(false, false, "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<ol><li><div>foo[]</ol>" queryCommandValue("insertlinebreak") before | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals("", "", "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<ol><li><div>foo[]</ol>" queryCommandIndeterm("insertlinebreak") after | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals(false, false, "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<ol><li><div>foo[]</ol>" queryCommandState("insertlinebreak") after | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals(false, false, "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<ol><li><div>foo[]</ol>" queryCommandValue("insertlinebreak") after | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals("", "", "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<ul><li><div>foo[]</ul>": execCommand("insertlinebreak", false, "") return value | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5611:13) | Pass | assert_equals(true, true)
at Test.<anonymous> ( /editing/include/tests.js:5613:13) |
|
Pass | [["insertlinebreak",""]] "<ul><li><div>foo[]</ul>" checks for modifications to non-editable content | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5644:9) | Pass | assert_equals(2, 2, "The parent div must have two children. Did something spill outside the test div?")
at Test.<anonymous> ( /editing/include/tests.js:5648:9) | Pass | assert_equals(1, 1, "Wrapper div must have only one attribute (<div contenteditable=\"\">), but has more (<div contenteditable=\"\">)")
at Test.<anonymous> ( /editing/include/tests.js:5652:9) | Pass | assert_equals(0, 0, "Body element must have no attributes (<body>), but has more (<body>)")
at Test.<anonymous> ( /editing/include/tests.js:5656:9) | Pass | assert_equals("<head><meta charset=\"utf-8\">\n<meta name=\"timeout\" content=\"long\">\n<link rel=\"stylesheet\" href=\"../include/reset.css\">\n<title>insertlinebreak - HTML editing conformance tests</title>\n\n</head><body>\n\n<div id=\"test-container\"><p>test</p></div>\n\n\n\n\n\n\n\n\n</body>", "<head><meta charset=\"utf-8\">\n<meta name=\"timeout\" content=\"long\">\n<link rel=\"stylesheet\" href=\"../include/reset.css\">\n<title>insertlinebreak - HTML editing conformance tests</title>\n\n</head><body>\n\n<div id=\"test-container\"><p>test</p></div>\n\n\n\n\n\n\n\n\n</body>", "Everything outside the editable div must be unchanged, but some change did occur")
at Test.<anonymous> ( /editing/include/tests.js:5663:9) |
|
Pass | [["insertlinebreak",""]] "<ul><li><div>foo[]</ul>" compare innerHTML | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5668:9) | Pass | assert_equals("<ul><li><div>foo<br><br></div></li></ul>", "<ul><li><div>foo<br><br></div></li></ul>", "Unexpected innerHTML (after normalizing inline style)")
at Test.<anonymous> ( /editing/include/tests.js:5679:11) |
|
Pass | [["insertlinebreak",""]] "<ul><li><div>foo[]</ul>" queryCommandIndeterm("insertlinebreak") before | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals(false, false, "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<ul><li><div>foo[]</ul>" queryCommandState("insertlinebreak") before | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals(false, false, "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<ul><li><div>foo[]</ul>" queryCommandValue("insertlinebreak") before | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals("", "", "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<ul><li><div>foo[]</ul>" queryCommandIndeterm("insertlinebreak") after | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals(false, false, "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<ul><li><div>foo[]</ul>" queryCommandState("insertlinebreak") after | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals(false, false, "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<ul><li><div>foo[]</ul>" queryCommandValue("insertlinebreak") after | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals("", "", "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<div><p>foo[]</div>": execCommand("insertlinebreak", false, "") return value | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5611:13) | Pass | assert_equals(true, true)
at Test.<anonymous> ( /editing/include/tests.js:5613:13) |
|
Pass | [["insertlinebreak",""]] "<div><p>foo[]</div>" checks for modifications to non-editable content | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5644:9) | Pass | assert_equals(2, 2, "The parent div must have two children. Did something spill outside the test div?")
at Test.<anonymous> ( /editing/include/tests.js:5648:9) | Pass | assert_equals(1, 1, "Wrapper div must have only one attribute (<div contenteditable=\"\">), but has more (<div contenteditable=\"\">)")
at Test.<anonymous> ( /editing/include/tests.js:5652:9) | Pass | assert_equals(0, 0, "Body element must have no attributes (<body>), but has more (<body>)")
at Test.<anonymous> ( /editing/include/tests.js:5656:9) | Pass | assert_equals("<head><meta charset=\"utf-8\">\n<meta name=\"timeout\" content=\"long\">\n<link rel=\"stylesheet\" href=\"../include/reset.css\">\n<title>insertlinebreak - HTML editing conformance tests</title>\n\n</head><body>\n\n<div id=\"test-container\"><p>test</p></div>\n\n\n\n\n\n\n\n\n</body>", "<head><meta charset=\"utf-8\">\n<meta name=\"timeout\" content=\"long\">\n<link rel=\"stylesheet\" href=\"../include/reset.css\">\n<title>insertlinebreak - HTML editing conformance tests</title>\n\n</head><body>\n\n<div id=\"test-container\"><p>test</p></div>\n\n\n\n\n\n\n\n\n</body>", "Everything outside the editable div must be unchanged, but some change did occur")
at Test.<anonymous> ( /editing/include/tests.js:5663:9) |
|
Pass | [["insertlinebreak",""]] "<div><p>foo[]</div>" compare innerHTML | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5668:9) | Pass | assert_equals("<div><p>foo<br><br></p></div>", "<div><p>foo<br><br></p></div>", "Unexpected innerHTML (after normalizing inline style)")
at Test.<anonymous> ( /editing/include/tests.js:5679:11) |
|
Pass | [["insertlinebreak",""]] "<div><p>foo[]</div>" queryCommandIndeterm("insertlinebreak") before | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals(false, false, "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<div><p>foo[]</div>" queryCommandState("insertlinebreak") before | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals(false, false, "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<div><p>foo[]</div>" queryCommandValue("insertlinebreak") before | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals("", "", "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<div><p>foo[]</div>" queryCommandIndeterm("insertlinebreak") after | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals(false, false, "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<div><p>foo[]</div>" queryCommandState("insertlinebreak") after | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals(false, false, "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<div><p>foo[]</div>" queryCommandValue("insertlinebreak") after | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals("", "", "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<div><div>foo[]</div>": execCommand("insertlinebreak", false, "") return value | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5611:13) | Pass | assert_equals(true, true)
at Test.<anonymous> ( /editing/include/tests.js:5613:13) |
|
Pass | [["insertlinebreak",""]] "<div><div>foo[]</div>" checks for modifications to non-editable content | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5644:9) | Pass | assert_equals(2, 2, "The parent div must have two children. Did something spill outside the test div?")
at Test.<anonymous> ( /editing/include/tests.js:5648:9) | Pass | assert_equals(1, 1, "Wrapper div must have only one attribute (<div contenteditable=\"\">), but has more (<div contenteditable=\"\">)")
at Test.<anonymous> ( /editing/include/tests.js:5652:9) | Pass | assert_equals(0, 0, "Body element must have no attributes (<body>), but has more (<body>)")
at Test.<anonymous> ( /editing/include/tests.js:5656:9) | Pass | assert_equals("<head><meta charset=\"utf-8\">\n<meta name=\"timeout\" content=\"long\">\n<link rel=\"stylesheet\" href=\"../include/reset.css\">\n<title>insertlinebreak - HTML editing conformance tests</title>\n\n</head><body>\n\n<div id=\"test-container\"><p>test</p></div>\n\n\n\n\n\n\n\n\n</body>", "<head><meta charset=\"utf-8\">\n<meta name=\"timeout\" content=\"long\">\n<link rel=\"stylesheet\" href=\"../include/reset.css\">\n<title>insertlinebreak - HTML editing conformance tests</title>\n\n</head><body>\n\n<div id=\"test-container\"><p>test</p></div>\n\n\n\n\n\n\n\n\n</body>", "Everything outside the editable div must be unchanged, but some change did occur")
at Test.<anonymous> ( /editing/include/tests.js:5663:9) |
|
Pass | [["insertlinebreak",""]] "<div><div>foo[]</div>" compare innerHTML | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5668:9) | Pass | assert_equals("<div><div>foo<br><br></div></div>", "<div><div>foo<br><br></div></div>", "Unexpected innerHTML (after normalizing inline style)")
at Test.<anonymous> ( /editing/include/tests.js:5679:11) |
|
Pass | [["insertlinebreak",""]] "<div><div>foo[]</div>" queryCommandIndeterm("insertlinebreak") before | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals(false, false, "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<div><div>foo[]</div>" queryCommandState("insertlinebreak") before | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals(false, false, "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<div><div>foo[]</div>" queryCommandValue("insertlinebreak") before | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals("", "", "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<div><div>foo[]</div>" queryCommandIndeterm("insertlinebreak") after | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals(false, false, "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<div><div>foo[]</div>" queryCommandState("insertlinebreak") after | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals(false, false, "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<div><div>foo[]</div>" queryCommandValue("insertlinebreak") after | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals("", "", "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<address><p>[]foo</address>": execCommand("insertlinebreak", false, "") return value | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5611:13) | Pass | assert_equals(true, true)
at Test.<anonymous> ( /editing/include/tests.js:5613:13) |
|
Pass | [["insertlinebreak",""]] "<address><p>[]foo</address>" checks for modifications to non-editable content | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5644:9) | Pass | assert_equals(2, 2, "The parent div must have two children. Did something spill outside the test div?")
at Test.<anonymous> ( /editing/include/tests.js:5648:9) | Pass | assert_equals(1, 1, "Wrapper div must have only one attribute (<div contenteditable=\"\">), but has more (<div contenteditable=\"\">)")
at Test.<anonymous> ( /editing/include/tests.js:5652:9) | Pass | assert_equals(0, 0, "Body element must have no attributes (<body>), but has more (<body>)")
at Test.<anonymous> ( /editing/include/tests.js:5656:9) | Pass | assert_equals("<head><meta charset=\"utf-8\">\n<meta name=\"timeout\" content=\"long\">\n<link rel=\"stylesheet\" href=\"../include/reset.css\">\n<title>insertlinebreak - HTML editing conformance tests</title>\n\n</head><body>\n\n<div id=\"test-container\"><p>test</p></div>\n\n\n\n\n\n\n\n\n</body>", "<head><meta charset=\"utf-8\">\n<meta name=\"timeout\" content=\"long\">\n<link rel=\"stylesheet\" href=\"../include/reset.css\">\n<title>insertlinebreak - HTML editing conformance tests</title>\n\n</head><body>\n\n<div id=\"test-container\"><p>test</p></div>\n\n\n\n\n\n\n\n\n</body>", "Everything outside the editable div must be unchanged, but some change did occur")
at Test.<anonymous> ( /editing/include/tests.js:5663:9) |
|
Pass | [["insertlinebreak",""]] "<address><p>[]foo</address>" compare innerHTML | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5668:9) | Pass | assert_equals("<address><p><br>foo</p></address>", "<address><p><br>foo</p></address>", "Unexpected innerHTML (after normalizing inline style)")
at Test.<anonymous> ( /editing/include/tests.js:5679:11) |
|
Pass | [["insertlinebreak",""]] "<address><p>[]foo</address>" queryCommandIndeterm("insertlinebreak") before | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals(false, false, "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<address><p>[]foo</address>" queryCommandState("insertlinebreak") before | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals(false, false, "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<address><p>[]foo</address>" queryCommandValue("insertlinebreak") before | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals("", "", "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<address><p>[]foo</address>" queryCommandIndeterm("insertlinebreak") after | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals(false, false, "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<address><p>[]foo</address>" queryCommandState("insertlinebreak") after | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals(false, false, "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<address><p>[]foo</address>" queryCommandValue("insertlinebreak") after | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals("", "", "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<dl><dt><p>[]foo</dl>": execCommand("insertlinebreak", false, "") return value | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5611:13) | Pass | assert_equals(true, true)
at Test.<anonymous> ( /editing/include/tests.js:5613:13) |
|
Pass | [["insertlinebreak",""]] "<dl><dt><p>[]foo</dl>" checks for modifications to non-editable content | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5644:9) | Pass | assert_equals(2, 2, "The parent div must have two children. Did something spill outside the test div?")
at Test.<anonymous> ( /editing/include/tests.js:5648:9) | Pass | assert_equals(1, 1, "Wrapper div must have only one attribute (<div contenteditable=\"\">), but has more (<div contenteditable=\"\">)")
at Test.<anonymous> ( /editing/include/tests.js:5652:9) | Pass | assert_equals(0, 0, "Body element must have no attributes (<body>), but has more (<body>)")
at Test.<anonymous> ( /editing/include/tests.js:5656:9) | Pass | assert_equals("<head><meta charset=\"utf-8\">\n<meta name=\"timeout\" content=\"long\">\n<link rel=\"stylesheet\" href=\"../include/reset.css\">\n<title>insertlinebreak - HTML editing conformance tests</title>\n\n</head><body>\n\n<div id=\"test-container\"><p>test</p></div>\n\n\n\n\n\n\n\n\n</body>", "<head><meta charset=\"utf-8\">\n<meta name=\"timeout\" content=\"long\">\n<link rel=\"stylesheet\" href=\"../include/reset.css\">\n<title>insertlinebreak - HTML editing conformance tests</title>\n\n</head><body>\n\n<div id=\"test-container\"><p>test</p></div>\n\n\n\n\n\n\n\n\n</body>", "Everything outside the editable div must be unchanged, but some change did occur")
at Test.<anonymous> ( /editing/include/tests.js:5663:9) |
|
Pass | [["insertlinebreak",""]] "<dl><dt><p>[]foo</dl>" compare innerHTML | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5668:9) | Pass | assert_equals("<dl><dt><p><br>foo</p></dt></dl>", "<dl><dt><p><br>foo</p></dt></dl>", "Unexpected innerHTML (after normalizing inline style)")
at Test.<anonymous> ( /editing/include/tests.js:5679:11) |
|
Pass | [["insertlinebreak",""]] "<dl><dt><p>[]foo</dl>" queryCommandIndeterm("insertlinebreak") before | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals(false, false, "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<dl><dt><p>[]foo</dl>" queryCommandState("insertlinebreak") before | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals(false, false, "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<dl><dt><p>[]foo</dl>" queryCommandValue("insertlinebreak") before | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals("", "", "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<dl><dt><p>[]foo</dl>" queryCommandIndeterm("insertlinebreak") after | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals(false, false, "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<dl><dt><p>[]foo</dl>" queryCommandState("insertlinebreak") after | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals(false, false, "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<dl><dt><p>[]foo</dl>" queryCommandValue("insertlinebreak") after | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals("", "", "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<dl><dd><p>[]foo</dl>": execCommand("insertlinebreak", false, "") return value | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5611:13) | Pass | assert_equals(true, true)
at Test.<anonymous> ( /editing/include/tests.js:5613:13) |
|
Pass | [["insertlinebreak",""]] "<dl><dd><p>[]foo</dl>" checks for modifications to non-editable content | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5644:9) | Pass | assert_equals(2, 2, "The parent div must have two children. Did something spill outside the test div?")
at Test.<anonymous> ( /editing/include/tests.js:5648:9) | Pass | assert_equals(1, 1, "Wrapper div must have only one attribute (<div contenteditable=\"\">), but has more (<div contenteditable=\"\">)")
at Test.<anonymous> ( /editing/include/tests.js:5652:9) | Pass | assert_equals(0, 0, "Body element must have no attributes (<body>), but has more (<body>)")
at Test.<anonymous> ( /editing/include/tests.js:5656:9) | Pass | assert_equals("<head><meta charset=\"utf-8\">\n<meta name=\"timeout\" content=\"long\">\n<link rel=\"stylesheet\" href=\"../include/reset.css\">\n<title>insertlinebreak - HTML editing conformance tests</title>\n\n</head><body>\n\n<div id=\"test-container\"><p>test</p></div>\n\n\n\n\n\n\n\n\n</body>", "<head><meta charset=\"utf-8\">\n<meta name=\"timeout\" content=\"long\">\n<link rel=\"stylesheet\" href=\"../include/reset.css\">\n<title>insertlinebreak - HTML editing conformance tests</title>\n\n</head><body>\n\n<div id=\"test-container\"><p>test</p></div>\n\n\n\n\n\n\n\n\n</body>", "Everything outside the editable div must be unchanged, but some change did occur")
at Test.<anonymous> ( /editing/include/tests.js:5663:9) |
|
Pass | [["insertlinebreak",""]] "<dl><dd><p>[]foo</dl>" compare innerHTML | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5668:9) | Pass | assert_equals("<dl><dd><p><br>foo</p></dd></dl>", "<dl><dd><p><br>foo</p></dd></dl>", "Unexpected innerHTML (after normalizing inline style)")
at Test.<anonymous> ( /editing/include/tests.js:5679:11) |
|
Pass | [["insertlinebreak",""]] "<dl><dd><p>[]foo</dl>" queryCommandIndeterm("insertlinebreak") before | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals(false, false, "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<dl><dd><p>[]foo</dl>" queryCommandState("insertlinebreak") before | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals(false, false, "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<dl><dd><p>[]foo</dl>" queryCommandValue("insertlinebreak") before | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals("", "", "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<dl><dd><p>[]foo</dl>" queryCommandIndeterm("insertlinebreak") after | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals(false, false, "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<dl><dd><p>[]foo</dl>" queryCommandState("insertlinebreak") after | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals(false, false, "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<dl><dd><p>[]foo</dl>" queryCommandValue("insertlinebreak") after | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals("", "", "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<ol><li><p>[]foo</ol>": execCommand("insertlinebreak", false, "") return value | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5611:13) | Pass | assert_equals(true, true)
at Test.<anonymous> ( /editing/include/tests.js:5613:13) |
|
Pass | [["insertlinebreak",""]] "<ol><li><p>[]foo</ol>" checks for modifications to non-editable content | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5644:9) | Pass | assert_equals(2, 2, "The parent div must have two children. Did something spill outside the test div?")
at Test.<anonymous> ( /editing/include/tests.js:5648:9) | Pass | assert_equals(1, 1, "Wrapper div must have only one attribute (<div contenteditable=\"\">), but has more (<div contenteditable=\"\">)")
at Test.<anonymous> ( /editing/include/tests.js:5652:9) | Pass | assert_equals(0, 0, "Body element must have no attributes (<body>), but has more (<body>)")
at Test.<anonymous> ( /editing/include/tests.js:5656:9) | Pass | assert_equals("<head><meta charset=\"utf-8\">\n<meta name=\"timeout\" content=\"long\">\n<link rel=\"stylesheet\" href=\"../include/reset.css\">\n<title>insertlinebreak - HTML editing conformance tests</title>\n\n</head><body>\n\n<div id=\"test-container\"><p>test</p></div>\n\n\n\n\n\n\n\n\n</body>", "<head><meta charset=\"utf-8\">\n<meta name=\"timeout\" content=\"long\">\n<link rel=\"stylesheet\" href=\"../include/reset.css\">\n<title>insertlinebreak - HTML editing conformance tests</title>\n\n</head><body>\n\n<div id=\"test-container\"><p>test</p></div>\n\n\n\n\n\n\n\n\n</body>", "Everything outside the editable div must be unchanged, but some change did occur")
at Test.<anonymous> ( /editing/include/tests.js:5663:9) |
|
Pass | [["insertlinebreak",""]] "<ol><li><p>[]foo</ol>" compare innerHTML | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5668:9) | Pass | assert_equals("<ol><li><p><br>foo</p></li></ol>", "<ol><li><p><br>foo</p></li></ol>", "Unexpected innerHTML (after normalizing inline style)")
at Test.<anonymous> ( /editing/include/tests.js:5679:11) |
|
Pass | [["insertlinebreak",""]] "<ol><li><p>[]foo</ol>" queryCommandIndeterm("insertlinebreak") before | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals(false, false, "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<ol><li><p>[]foo</ol>" queryCommandState("insertlinebreak") before | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals(false, false, "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<ol><li><p>[]foo</ol>" queryCommandValue("insertlinebreak") before | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals("", "", "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<ol><li><p>[]foo</ol>" queryCommandIndeterm("insertlinebreak") after | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals(false, false, "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<ol><li><p>[]foo</ol>" queryCommandState("insertlinebreak") after | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals(false, false, "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<ol><li><p>[]foo</ol>" queryCommandValue("insertlinebreak") after | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals("", "", "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<ul><li><p>[]foo</ul>": execCommand("insertlinebreak", false, "") return value | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5611:13) | Pass | assert_equals(true, true)
at Test.<anonymous> ( /editing/include/tests.js:5613:13) |
|
Pass | [["insertlinebreak",""]] "<ul><li><p>[]foo</ul>" checks for modifications to non-editable content | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5644:9) | Pass | assert_equals(2, 2, "The parent div must have two children. Did something spill outside the test div?")
at Test.<anonymous> ( /editing/include/tests.js:5648:9) | Pass | assert_equals(1, 1, "Wrapper div must have only one attribute (<div contenteditable=\"\">), but has more (<div contenteditable=\"\">)")
at Test.<anonymous> ( /editing/include/tests.js:5652:9) | Pass | assert_equals(0, 0, "Body element must have no attributes (<body>), but has more (<body>)")
at Test.<anonymous> ( /editing/include/tests.js:5656:9) | Pass | assert_equals("<head><meta charset=\"utf-8\">\n<meta name=\"timeout\" content=\"long\">\n<link rel=\"stylesheet\" href=\"../include/reset.css\">\n<title>insertlinebreak - HTML editing conformance tests</title>\n\n</head><body>\n\n<div id=\"test-container\"><p>test</p></div>\n\n\n\n\n\n\n\n\n</body>", "<head><meta charset=\"utf-8\">\n<meta name=\"timeout\" content=\"long\">\n<link rel=\"stylesheet\" href=\"../include/reset.css\">\n<title>insertlinebreak - HTML editing conformance tests</title>\n\n</head><body>\n\n<div id=\"test-container\"><p>test</p></div>\n\n\n\n\n\n\n\n\n</body>", "Everything outside the editable div must be unchanged, but some change did occur")
at Test.<anonymous> ( /editing/include/tests.js:5663:9) |
|
Pass | [["insertlinebreak",""]] "<ul><li><p>[]foo</ul>" compare innerHTML | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5668:9) | Pass | assert_equals("<ul><li><p><br>foo</p></li></ul>", "<ul><li><p><br>foo</p></li></ul>", "Unexpected innerHTML (after normalizing inline style)")
at Test.<anonymous> ( /editing/include/tests.js:5679:11) |
|
Pass | [["insertlinebreak",""]] "<ul><li><p>[]foo</ul>" queryCommandIndeterm("insertlinebreak") before | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals(false, false, "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<ul><li><p>[]foo</ul>" queryCommandState("insertlinebreak") before | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals(false, false, "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<ul><li><p>[]foo</ul>" queryCommandValue("insertlinebreak") before | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals("", "", "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<ul><li><p>[]foo</ul>" queryCommandIndeterm("insertlinebreak") after | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals(false, false, "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<ul><li><p>[]foo</ul>" queryCommandState("insertlinebreak") after | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals(false, false, "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<ul><li><p>[]foo</ul>" queryCommandValue("insertlinebreak") after | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals("", "", "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<address><div>[]foo</address>": execCommand("insertlinebreak", false, "") return value | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5611:13) | Pass | assert_equals(true, true)
at Test.<anonymous> ( /editing/include/tests.js:5613:13) |
|
Pass | [["insertlinebreak",""]] "<address><div>[]foo</address>" checks for modifications to non-editable content | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5644:9) | Pass | assert_equals(2, 2, "The parent div must have two children. Did something spill outside the test div?")
at Test.<anonymous> ( /editing/include/tests.js:5648:9) | Pass | assert_equals(1, 1, "Wrapper div must have only one attribute (<div contenteditable=\"\">), but has more (<div contenteditable=\"\">)")
at Test.<anonymous> ( /editing/include/tests.js:5652:9) | Pass | assert_equals(0, 0, "Body element must have no attributes (<body>), but has more (<body>)")
at Test.<anonymous> ( /editing/include/tests.js:5656:9) | Pass | assert_equals("<head><meta charset=\"utf-8\">\n<meta name=\"timeout\" content=\"long\">\n<link rel=\"stylesheet\" href=\"../include/reset.css\">\n<title>insertlinebreak - HTML editing conformance tests</title>\n\n</head><body>\n\n<div id=\"test-container\"><p>test</p></div>\n\n\n\n\n\n\n\n\n</body>", "<head><meta charset=\"utf-8\">\n<meta name=\"timeout\" content=\"long\">\n<link rel=\"stylesheet\" href=\"../include/reset.css\">\n<title>insertlinebreak - HTML editing conformance tests</title>\n\n</head><body>\n\n<div id=\"test-container\"><p>test</p></div>\n\n\n\n\n\n\n\n\n</body>", "Everything outside the editable div must be unchanged, but some change did occur")
at Test.<anonymous> ( /editing/include/tests.js:5663:9) |
|
Pass | [["insertlinebreak",""]] "<address><div>[]foo</address>" compare innerHTML | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5668:9) | Pass | assert_equals("<address><div><br>foo</div></address>", "<address><div><br>foo</div></address>", "Unexpected innerHTML (after normalizing inline style)")
at Test.<anonymous> ( /editing/include/tests.js:5679:11) |
|
Pass | [["insertlinebreak",""]] "<address><div>[]foo</address>" queryCommandIndeterm("insertlinebreak") before | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals(false, false, "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<address><div>[]foo</address>" queryCommandState("insertlinebreak") before | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals(false, false, "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<address><div>[]foo</address>" queryCommandValue("insertlinebreak") before | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals("", "", "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<address><div>[]foo</address>" queryCommandIndeterm("insertlinebreak") after | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals(false, false, "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<address><div>[]foo</address>" queryCommandState("insertlinebreak") after | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals(false, false, "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<address><div>[]foo</address>" queryCommandValue("insertlinebreak") after | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals("", "", "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<dl><dt><div>[]foo</dl>": execCommand("insertlinebreak", false, "") return value | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5611:13) | Pass | assert_equals(true, true)
at Test.<anonymous> ( /editing/include/tests.js:5613:13) |
|
Pass | [["insertlinebreak",""]] "<dl><dt><div>[]foo</dl>" checks for modifications to non-editable content | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5644:9) | Pass | assert_equals(2, 2, "The parent div must have two children. Did something spill outside the test div?")
at Test.<anonymous> ( /editing/include/tests.js:5648:9) | Pass | assert_equals(1, 1, "Wrapper div must have only one attribute (<div contenteditable=\"\">), but has more (<div contenteditable=\"\">)")
at Test.<anonymous> ( /editing/include/tests.js:5652:9) | Pass | assert_equals(0, 0, "Body element must have no attributes (<body>), but has more (<body>)")
at Test.<anonymous> ( /editing/include/tests.js:5656:9) | Pass | assert_equals("<head><meta charset=\"utf-8\">\n<meta name=\"timeout\" content=\"long\">\n<link rel=\"stylesheet\" href=\"../include/reset.css\">\n<title>insertlinebreak - HTML editing conformance tests</title>\n\n</head><body>\n\n<div id=\"test-container\"><p>test</p></div>\n\n\n\n\n\n\n\n\n</body>", "<head><meta charset=\"utf-8\">\n<meta name=\"timeout\" content=\"long\">\n<link rel=\"stylesheet\" href=\"../include/reset.css\">\n<title>insertlinebreak - HTML editing conformance tests</title>\n\n</head><body>\n\n<div id=\"test-container\"><p>test</p></div>\n\n\n\n\n\n\n\n\n</body>", "Everything outside the editable div must be unchanged, but some change did occur")
at Test.<anonymous> ( /editing/include/tests.js:5663:9) |
|
Pass | [["insertlinebreak",""]] "<dl><dt><div>[]foo</dl>" compare innerHTML | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5668:9) | Pass | assert_equals("<dl><dt><div><br>foo</div></dt></dl>", "<dl><dt><div><br>foo</div></dt></dl>", "Unexpected innerHTML (after normalizing inline style)")
at Test.<anonymous> ( /editing/include/tests.js:5679:11) |
|
Pass | [["insertlinebreak",""]] "<dl><dt><div>[]foo</dl>" queryCommandIndeterm("insertlinebreak") before | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals(false, false, "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<dl><dt><div>[]foo</dl>" queryCommandState("insertlinebreak") before | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals(false, false, "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<dl><dt><div>[]foo</dl>" queryCommandValue("insertlinebreak") before | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals("", "", "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<dl><dt><div>[]foo</dl>" queryCommandIndeterm("insertlinebreak") after | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals(false, false, "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<dl><dt><div>[]foo</dl>" queryCommandState("insertlinebreak") after | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals(false, false, "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<dl><dt><div>[]foo</dl>" queryCommandValue("insertlinebreak") after | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals("", "", "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<dl><dd><div>[]foo</dl>": execCommand("insertlinebreak", false, "") return value | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5611:13) | Pass | assert_equals(true, true)
at Test.<anonymous> ( /editing/include/tests.js:5613:13) |
|
Pass | [["insertlinebreak",""]] "<dl><dd><div>[]foo</dl>" checks for modifications to non-editable content | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5644:9) | Pass | assert_equals(2, 2, "The parent div must have two children. Did something spill outside the test div?")
at Test.<anonymous> ( /editing/include/tests.js:5648:9) | Pass | assert_equals(1, 1, "Wrapper div must have only one attribute (<div contenteditable=\"\">), but has more (<div contenteditable=\"\">)")
at Test.<anonymous> ( /editing/include/tests.js:5652:9) | Pass | assert_equals(0, 0, "Body element must have no attributes (<body>), but has more (<body>)")
at Test.<anonymous> ( /editing/include/tests.js:5656:9) | Pass | assert_equals("<head><meta charset=\"utf-8\">\n<meta name=\"timeout\" content=\"long\">\n<link rel=\"stylesheet\" href=\"../include/reset.css\">\n<title>insertlinebreak - HTML editing conformance tests</title>\n\n</head><body>\n\n<div id=\"test-container\"><p>test</p></div>\n\n\n\n\n\n\n\n\n</body>", "<head><meta charset=\"utf-8\">\n<meta name=\"timeout\" content=\"long\">\n<link rel=\"stylesheet\" href=\"../include/reset.css\">\n<title>insertlinebreak - HTML editing conformance tests</title>\n\n</head><body>\n\n<div id=\"test-container\"><p>test</p></div>\n\n\n\n\n\n\n\n\n</body>", "Everything outside the editable div must be unchanged, but some change did occur")
at Test.<anonymous> ( /editing/include/tests.js:5663:9) |
|
Pass | [["insertlinebreak",""]] "<dl><dd><div>[]foo</dl>" compare innerHTML | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5668:9) | Pass | assert_equals("<dl><dd><div><br>foo</div></dd></dl>", "<dl><dd><div><br>foo</div></dd></dl>", "Unexpected innerHTML (after normalizing inline style)")
at Test.<anonymous> ( /editing/include/tests.js:5679:11) |
|
Pass | [["insertlinebreak",""]] "<dl><dd><div>[]foo</dl>" queryCommandIndeterm("insertlinebreak") before | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals(false, false, "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<dl><dd><div>[]foo</dl>" queryCommandState("insertlinebreak") before | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals(false, false, "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<dl><dd><div>[]foo</dl>" queryCommandValue("insertlinebreak") before | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals("", "", "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<dl><dd><div>[]foo</dl>" queryCommandIndeterm("insertlinebreak") after | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals(false, false, "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<dl><dd><div>[]foo</dl>" queryCommandState("insertlinebreak") after | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals(false, false, "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<dl><dd><div>[]foo</dl>" queryCommandValue("insertlinebreak") after | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals("", "", "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<ol><li><div>[]foo</ol>": execCommand("insertlinebreak", false, "") return value | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5611:13) | Pass | assert_equals(true, true)
at Test.<anonymous> ( /editing/include/tests.js:5613:13) |
|
Pass | [["insertlinebreak",""]] "<ol><li><div>[]foo</ol>" checks for modifications to non-editable content | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5644:9) | Pass | assert_equals(2, 2, "The parent div must have two children. Did something spill outside the test div?")
at Test.<anonymous> ( /editing/include/tests.js:5648:9) | Pass | assert_equals(1, 1, "Wrapper div must have only one attribute (<div contenteditable=\"\">), but has more (<div contenteditable=\"\">)")
at Test.<anonymous> ( /editing/include/tests.js:5652:9) | Pass | assert_equals(0, 0, "Body element must have no attributes (<body>), but has more (<body>)")
at Test.<anonymous> ( /editing/include/tests.js:5656:9) | Pass | assert_equals("<head><meta charset=\"utf-8\">\n<meta name=\"timeout\" content=\"long\">\n<link rel=\"stylesheet\" href=\"../include/reset.css\">\n<title>insertlinebreak - HTML editing conformance tests</title>\n\n</head><body>\n\n<div id=\"test-container\"><p>test</p></div>\n\n\n\n\n\n\n\n\n</body>", "<head><meta charset=\"utf-8\">\n<meta name=\"timeout\" content=\"long\">\n<link rel=\"stylesheet\" href=\"../include/reset.css\">\n<title>insertlinebreak - HTML editing conformance tests</title>\n\n</head><body>\n\n<div id=\"test-container\"><p>test</p></div>\n\n\n\n\n\n\n\n\n</body>", "Everything outside the editable div must be unchanged, but some change did occur")
at Test.<anonymous> ( /editing/include/tests.js:5663:9) |
|
Pass | [["insertlinebreak",""]] "<ol><li><div>[]foo</ol>" compare innerHTML | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5668:9) | Pass | assert_equals("<ol><li><div><br>foo</div></li></ol>", "<ol><li><div><br>foo</div></li></ol>", "Unexpected innerHTML (after normalizing inline style)")
at Test.<anonymous> ( /editing/include/tests.js:5679:11) |
|
Pass | [["insertlinebreak",""]] "<ol><li><div>[]foo</ol>" queryCommandIndeterm("insertlinebreak") before | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals(false, false, "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<ol><li><div>[]foo</ol>" queryCommandState("insertlinebreak") before | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals(false, false, "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<ol><li><div>[]foo</ol>" queryCommandValue("insertlinebreak") before | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals("", "", "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<ol><li><div>[]foo</ol>" queryCommandIndeterm("insertlinebreak") after | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals(false, false, "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<ol><li><div>[]foo</ol>" queryCommandState("insertlinebreak") after | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals(false, false, "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<ol><li><div>[]foo</ol>" queryCommandValue("insertlinebreak") after | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals("", "", "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<ul><li><div>[]foo</ul>": execCommand("insertlinebreak", false, "") return value | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5611:13) | Pass | assert_equals(true, true)
at Test.<anonymous> ( /editing/include/tests.js:5613:13) |
|
Pass | [["insertlinebreak",""]] "<ul><li><div>[]foo</ul>" checks for modifications to non-editable content | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5644:9) | Pass | assert_equals(2, 2, "The parent div must have two children. Did something spill outside the test div?")
at Test.<anonymous> ( /editing/include/tests.js:5648:9) | Pass | assert_equals(1, 1, "Wrapper div must have only one attribute (<div contenteditable=\"\">), but has more (<div contenteditable=\"\">)")
at Test.<anonymous> ( /editing/include/tests.js:5652:9) | Pass | assert_equals(0, 0, "Body element must have no attributes (<body>), but has more (<body>)")
at Test.<anonymous> ( /editing/include/tests.js:5656:9) | Pass | assert_equals("<head><meta charset=\"utf-8\">\n<meta name=\"timeout\" content=\"long\">\n<link rel=\"stylesheet\" href=\"../include/reset.css\">\n<title>insertlinebreak - HTML editing conformance tests</title>\n\n</head><body>\n\n<div id=\"test-container\"><p>test</p></div>\n\n\n\n\n\n\n\n\n</body>", "<head><meta charset=\"utf-8\">\n<meta name=\"timeout\" content=\"long\">\n<link rel=\"stylesheet\" href=\"../include/reset.css\">\n<title>insertlinebreak - HTML editing conformance tests</title>\n\n</head><body>\n\n<div id=\"test-container\"><p>test</p></div>\n\n\n\n\n\n\n\n\n</body>", "Everything outside the editable div must be unchanged, but some change did occur")
at Test.<anonymous> ( /editing/include/tests.js:5663:9) |
|
Pass | [["insertlinebreak",""]] "<ul><li><div>[]foo</ul>" compare innerHTML | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5668:9) | Pass | assert_equals("<ul><li><div><br>foo</div></li></ul>", "<ul><li><div><br>foo</div></li></ul>", "Unexpected innerHTML (after normalizing inline style)")
at Test.<anonymous> ( /editing/include/tests.js:5679:11) |
|
Pass | [["insertlinebreak",""]] "<ul><li><div>[]foo</ul>" queryCommandIndeterm("insertlinebreak") before | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals(false, false, "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<ul><li><div>[]foo</ul>" queryCommandState("insertlinebreak") before | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals(false, false, "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<ul><li><div>[]foo</ul>" queryCommandValue("insertlinebreak") before | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals("", "", "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<ul><li><div>[]foo</ul>" queryCommandIndeterm("insertlinebreak") after | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals(false, false, "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<ul><li><div>[]foo</ul>" queryCommandState("insertlinebreak") after | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals(false, false, "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<ul><li><div>[]foo</ul>" queryCommandValue("insertlinebreak") after | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals("", "", "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<div><p>[]foo</div>": execCommand("insertlinebreak", false, "") return value | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5611:13) | Pass | assert_equals(true, true)
at Test.<anonymous> ( /editing/include/tests.js:5613:13) |
|
Pass | [["insertlinebreak",""]] "<div><p>[]foo</div>" checks for modifications to non-editable content | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5644:9) | Pass | assert_equals(2, 2, "The parent div must have two children. Did something spill outside the test div?")
at Test.<anonymous> ( /editing/include/tests.js:5648:9) | Pass | assert_equals(1, 1, "Wrapper div must have only one attribute (<div contenteditable=\"\">), but has more (<div contenteditable=\"\">)")
at Test.<anonymous> ( /editing/include/tests.js:5652:9) | Pass | assert_equals(0, 0, "Body element must have no attributes (<body>), but has more (<body>)")
at Test.<anonymous> ( /editing/include/tests.js:5656:9) | Pass | assert_equals("<head><meta charset=\"utf-8\">\n<meta name=\"timeout\" content=\"long\">\n<link rel=\"stylesheet\" href=\"../include/reset.css\">\n<title>insertlinebreak - HTML editing conformance tests</title>\n\n</head><body>\n\n<div id=\"test-container\"><p>test</p></div>\n\n\n\n\n\n\n\n\n</body>", "<head><meta charset=\"utf-8\">\n<meta name=\"timeout\" content=\"long\">\n<link rel=\"stylesheet\" href=\"../include/reset.css\">\n<title>insertlinebreak - HTML editing conformance tests</title>\n\n</head><body>\n\n<div id=\"test-container\"><p>test</p></div>\n\n\n\n\n\n\n\n\n</body>", "Everything outside the editable div must be unchanged, but some change did occur")
at Test.<anonymous> ( /editing/include/tests.js:5663:9) |
|
Pass | [["insertlinebreak",""]] "<div><p>[]foo</div>" compare innerHTML | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5668:9) | Pass | assert_equals("<div><p><br>foo</p></div>", "<div><p><br>foo</p></div>", "Unexpected innerHTML (after normalizing inline style)")
at Test.<anonymous> ( /editing/include/tests.js:5679:11) |
|
Pass | [["insertlinebreak",""]] "<div><p>[]foo</div>" queryCommandIndeterm("insertlinebreak") before | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals(false, false, "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<div><p>[]foo</div>" queryCommandState("insertlinebreak") before | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals(false, false, "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<div><p>[]foo</div>" queryCommandValue("insertlinebreak") before | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals("", "", "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<div><p>[]foo</div>" queryCommandIndeterm("insertlinebreak") after | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals(false, false, "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<div><p>[]foo</div>" queryCommandState("insertlinebreak") after | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals(false, false, "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<div><p>[]foo</div>" queryCommandValue("insertlinebreak") after | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals("", "", "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<div><div>[]foo</div>": execCommand("insertlinebreak", false, "") return value | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5611:13) | Pass | assert_equals(true, true)
at Test.<anonymous> ( /editing/include/tests.js:5613:13) |
|
Pass | [["insertlinebreak",""]] "<div><div>[]foo</div>" checks for modifications to non-editable content | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5644:9) | Pass | assert_equals(2, 2, "The parent div must have two children. Did something spill outside the test div?")
at Test.<anonymous> ( /editing/include/tests.js:5648:9) | Pass | assert_equals(1, 1, "Wrapper div must have only one attribute (<div contenteditable=\"\">), but has more (<div contenteditable=\"\">)")
at Test.<anonymous> ( /editing/include/tests.js:5652:9) | Pass | assert_equals(0, 0, "Body element must have no attributes (<body>), but has more (<body>)")
at Test.<anonymous> ( /editing/include/tests.js:5656:9) | Pass | assert_equals("<head><meta charset=\"utf-8\">\n<meta name=\"timeout\" content=\"long\">\n<link rel=\"stylesheet\" href=\"../include/reset.css\">\n<title>insertlinebreak - HTML editing conformance tests</title>\n\n</head><body>\n\n<div id=\"test-container\"><p>test</p></div>\n\n\n\n\n\n\n\n\n</body>", "<head><meta charset=\"utf-8\">\n<meta name=\"timeout\" content=\"long\">\n<link rel=\"stylesheet\" href=\"../include/reset.css\">\n<title>insertlinebreak - HTML editing conformance tests</title>\n\n</head><body>\n\n<div id=\"test-container\"><p>test</p></div>\n\n\n\n\n\n\n\n\n</body>", "Everything outside the editable div must be unchanged, but some change did occur")
at Test.<anonymous> ( /editing/include/tests.js:5663:9) |
|
Pass | [["insertlinebreak",""]] "<div><div>[]foo</div>" compare innerHTML | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5668:9) | Pass | assert_equals("<div><div><br>foo</div></div>", "<div><div><br>foo</div></div>", "Unexpected innerHTML (after normalizing inline style)")
at Test.<anonymous> ( /editing/include/tests.js:5679:11) |
|
Pass | [["insertlinebreak",""]] "<div><div>[]foo</div>" queryCommandIndeterm("insertlinebreak") before | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals(false, false, "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<div><div>[]foo</div>" queryCommandState("insertlinebreak") before | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals(false, false, "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<div><div>[]foo</div>" queryCommandValue("insertlinebreak") before | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals("", "", "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<div><div>[]foo</div>" queryCommandIndeterm("insertlinebreak") after | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals(false, false, "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<div><div>[]foo</div>" queryCommandState("insertlinebreak") after | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals(false, false, "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<div><div>[]foo</div>" queryCommandValue("insertlinebreak") after | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals("", "", "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<address><p>foo[]bar</address>": execCommand("insertlinebreak", false, "") return value | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5611:13) | Pass | assert_equals(true, true)
at Test.<anonymous> ( /editing/include/tests.js:5613:13) |
|
Pass | [["insertlinebreak",""]] "<address><p>foo[]bar</address>" checks for modifications to non-editable content | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5644:9) | Pass | assert_equals(2, 2, "The parent div must have two children. Did something spill outside the test div?")
at Test.<anonymous> ( /editing/include/tests.js:5648:9) | Pass | assert_equals(1, 1, "Wrapper div must have only one attribute (<div contenteditable=\"\">), but has more (<div contenteditable=\"\">)")
at Test.<anonymous> ( /editing/include/tests.js:5652:9) | Pass | assert_equals(0, 0, "Body element must have no attributes (<body>), but has more (<body>)")
at Test.<anonymous> ( /editing/include/tests.js:5656:9) | Pass | assert_equals("<head><meta charset=\"utf-8\">\n<meta name=\"timeout\" content=\"long\">\n<link rel=\"stylesheet\" href=\"../include/reset.css\">\n<title>insertlinebreak - HTML editing conformance tests</title>\n\n</head><body>\n\n<div id=\"test-container\"><p>test</p></div>\n\n\n\n\n\n\n\n\n</body>", "<head><meta charset=\"utf-8\">\n<meta name=\"timeout\" content=\"long\">\n<link rel=\"stylesheet\" href=\"../include/reset.css\">\n<title>insertlinebreak - HTML editing conformance tests</title>\n\n</head><body>\n\n<div id=\"test-container\"><p>test</p></div>\n\n\n\n\n\n\n\n\n</body>", "Everything outside the editable div must be unchanged, but some change did occur")
at Test.<anonymous> ( /editing/include/tests.js:5663:9) |
|
Pass | [["insertlinebreak",""]] "<address><p>foo[]bar</address>" compare innerHTML | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5668:9) | Pass | assert_equals("<address><p>foo<br>bar</p></address>", "<address><p>foo<br>bar</p></address>", "Unexpected innerHTML (after normalizing inline style)")
at Test.<anonymous> ( /editing/include/tests.js:5679:11) |
|
Pass | [["insertlinebreak",""]] "<address><p>foo[]bar</address>" queryCommandIndeterm("insertlinebreak") before | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals(false, false, "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<address><p>foo[]bar</address>" queryCommandState("insertlinebreak") before | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals(false, false, "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<address><p>foo[]bar</address>" queryCommandValue("insertlinebreak") before | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals("", "", "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<address><p>foo[]bar</address>" queryCommandIndeterm("insertlinebreak") after | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals(false, false, "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<address><p>foo[]bar</address>" queryCommandState("insertlinebreak") after | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals(false, false, "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<address><p>foo[]bar</address>" queryCommandValue("insertlinebreak") after | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals("", "", "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<dl><dt><p>foo[]bar</dl>": execCommand("insertlinebreak", false, "") return value | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5611:13) | Pass | assert_equals(true, true)
at Test.<anonymous> ( /editing/include/tests.js:5613:13) |
|
Pass | [["insertlinebreak",""]] "<dl><dt><p>foo[]bar</dl>" checks for modifications to non-editable content | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5644:9) | Pass | assert_equals(2, 2, "The parent div must have two children. Did something spill outside the test div?")
at Test.<anonymous> ( /editing/include/tests.js:5648:9) | Pass | assert_equals(1, 1, "Wrapper div must have only one attribute (<div contenteditable=\"\">), but has more (<div contenteditable=\"\">)")
at Test.<anonymous> ( /editing/include/tests.js:5652:9) | Pass | assert_equals(0, 0, "Body element must have no attributes (<body>), but has more (<body>)")
at Test.<anonymous> ( /editing/include/tests.js:5656:9) | Pass | assert_equals("<head><meta charset=\"utf-8\">\n<meta name=\"timeout\" content=\"long\">\n<link rel=\"stylesheet\" href=\"../include/reset.css\">\n<title>insertlinebreak - HTML editing conformance tests</title>\n\n</head><body>\n\n<div id=\"test-container\"><p>test</p></div>\n\n\n\n\n\n\n\n\n</body>", "<head><meta charset=\"utf-8\">\n<meta name=\"timeout\" content=\"long\">\n<link rel=\"stylesheet\" href=\"../include/reset.css\">\n<title>insertlinebreak - HTML editing conformance tests</title>\n\n</head><body>\n\n<div id=\"test-container\"><p>test</p></div>\n\n\n\n\n\n\n\n\n</body>", "Everything outside the editable div must be unchanged, but some change did occur")
at Test.<anonymous> ( /editing/include/tests.js:5663:9) |
|
Pass | [["insertlinebreak",""]] "<dl><dt><p>foo[]bar</dl>" compare innerHTML | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5668:9) | Pass | assert_equals("<dl><dt><p>foo<br>bar</p></dt></dl>", "<dl><dt><p>foo<br>bar</p></dt></dl>", "Unexpected innerHTML (after normalizing inline style)")
at Test.<anonymous> ( /editing/include/tests.js:5679:11) |
|
Pass | [["insertlinebreak",""]] "<dl><dt><p>foo[]bar</dl>" queryCommandIndeterm("insertlinebreak") before | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals(false, false, "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<dl><dt><p>foo[]bar</dl>" queryCommandState("insertlinebreak") before | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals(false, false, "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<dl><dt><p>foo[]bar</dl>" queryCommandValue("insertlinebreak") before | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals("", "", "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<dl><dt><p>foo[]bar</dl>" queryCommandIndeterm("insertlinebreak") after | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals(false, false, "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<dl><dt><p>foo[]bar</dl>" queryCommandState("insertlinebreak") after | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals(false, false, "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<dl><dt><p>foo[]bar</dl>" queryCommandValue("insertlinebreak") after | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals("", "", "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<dl><dd><p>foo[]bar</dl>": execCommand("insertlinebreak", false, "") return value | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5611:13) | Pass | assert_equals(true, true)
at Test.<anonymous> ( /editing/include/tests.js:5613:13) |
|
Pass | [["insertlinebreak",""]] "<dl><dd><p>foo[]bar</dl>" checks for modifications to non-editable content | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5644:9) | Pass | assert_equals(2, 2, "The parent div must have two children. Did something spill outside the test div?")
at Test.<anonymous> ( /editing/include/tests.js:5648:9) | Pass | assert_equals(1, 1, "Wrapper div must have only one attribute (<div contenteditable=\"\">), but has more (<div contenteditable=\"\">)")
at Test.<anonymous> ( /editing/include/tests.js:5652:9) | Pass | assert_equals(0, 0, "Body element must have no attributes (<body>), but has more (<body>)")
at Test.<anonymous> ( /editing/include/tests.js:5656:9) | Pass | assert_equals("<head><meta charset=\"utf-8\">\n<meta name=\"timeout\" content=\"long\">\n<link rel=\"stylesheet\" href=\"../include/reset.css\">\n<title>insertlinebreak - HTML editing conformance tests</title>\n\n</head><body>\n\n<div id=\"test-container\"><p>test</p></div>\n\n\n\n\n\n\n\n\n</body>", "<head><meta charset=\"utf-8\">\n<meta name=\"timeout\" content=\"long\">\n<link rel=\"stylesheet\" href=\"../include/reset.css\">\n<title>insertlinebreak - HTML editing conformance tests</title>\n\n</head><body>\n\n<div id=\"test-container\"><p>test</p></div>\n\n\n\n\n\n\n\n\n</body>", "Everything outside the editable div must be unchanged, but some change did occur")
at Test.<anonymous> ( /editing/include/tests.js:5663:9) |
|
Pass | [["insertlinebreak",""]] "<dl><dd><p>foo[]bar</dl>" compare innerHTML | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5668:9) | Pass | assert_equals("<dl><dd><p>foo<br>bar</p></dd></dl>", "<dl><dd><p>foo<br>bar</p></dd></dl>", "Unexpected innerHTML (after normalizing inline style)")
at Test.<anonymous> ( /editing/include/tests.js:5679:11) |
|
Pass | [["insertlinebreak",""]] "<dl><dd><p>foo[]bar</dl>" queryCommandIndeterm("insertlinebreak") before | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals(false, false, "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<dl><dd><p>foo[]bar</dl>" queryCommandState("insertlinebreak") before | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals(false, false, "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<dl><dd><p>foo[]bar</dl>" queryCommandValue("insertlinebreak") before | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals("", "", "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<dl><dd><p>foo[]bar</dl>" queryCommandIndeterm("insertlinebreak") after | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals(false, false, "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<dl><dd><p>foo[]bar</dl>" queryCommandState("insertlinebreak") after | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals(false, false, "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<dl><dd><p>foo[]bar</dl>" queryCommandValue("insertlinebreak") after | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals("", "", "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<ol><li><p>foo[]bar</ol>": execCommand("insertlinebreak", false, "") return value | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5611:13) | Pass | assert_equals(true, true)
at Test.<anonymous> ( /editing/include/tests.js:5613:13) |
|
Pass | [["insertlinebreak",""]] "<ol><li><p>foo[]bar</ol>" checks for modifications to non-editable content | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5644:9) | Pass | assert_equals(2, 2, "The parent div must have two children. Did something spill outside the test div?")
at Test.<anonymous> ( /editing/include/tests.js:5648:9) | Pass | assert_equals(1, 1, "Wrapper div must have only one attribute (<div contenteditable=\"\">), but has more (<div contenteditable=\"\">)")
at Test.<anonymous> ( /editing/include/tests.js:5652:9) | Pass | assert_equals(0, 0, "Body element must have no attributes (<body>), but has more (<body>)")
at Test.<anonymous> ( /editing/include/tests.js:5656:9) | Pass | assert_equals("<head><meta charset=\"utf-8\">\n<meta name=\"timeout\" content=\"long\">\n<link rel=\"stylesheet\" href=\"../include/reset.css\">\n<title>insertlinebreak - HTML editing conformance tests</title>\n\n</head><body>\n\n<div id=\"test-container\"><p>test</p></div>\n\n\n\n\n\n\n\n\n</body>", "<head><meta charset=\"utf-8\">\n<meta name=\"timeout\" content=\"long\">\n<link rel=\"stylesheet\" href=\"../include/reset.css\">\n<title>insertlinebreak - HTML editing conformance tests</title>\n\n</head><body>\n\n<div id=\"test-container\"><p>test</p></div>\n\n\n\n\n\n\n\n\n</body>", "Everything outside the editable div must be unchanged, but some change did occur")
at Test.<anonymous> ( /editing/include/tests.js:5663:9) |
|
Pass | [["insertlinebreak",""]] "<ol><li><p>foo[]bar</ol>" compare innerHTML | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5668:9) | Pass | assert_equals("<ol><li><p>foo<br>bar</p></li></ol>", "<ol><li><p>foo<br>bar</p></li></ol>", "Unexpected innerHTML (after normalizing inline style)")
at Test.<anonymous> ( /editing/include/tests.js:5679:11) |
|
Pass | [["insertlinebreak",""]] "<ol><li><p>foo[]bar</ol>" queryCommandIndeterm("insertlinebreak") before | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals(false, false, "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<ol><li><p>foo[]bar</ol>" queryCommandState("insertlinebreak") before | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals(false, false, "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<ol><li><p>foo[]bar</ol>" queryCommandValue("insertlinebreak") before | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals("", "", "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<ol><li><p>foo[]bar</ol>" queryCommandIndeterm("insertlinebreak") after | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals(false, false, "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<ol><li><p>foo[]bar</ol>" queryCommandState("insertlinebreak") after | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals(false, false, "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<ol><li><p>foo[]bar</ol>" queryCommandValue("insertlinebreak") after | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals("", "", "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<ul><li><p>foo[]bar</ul>": execCommand("insertlinebreak", false, "") return value | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5611:13) | Pass | assert_equals(true, true)
at Test.<anonymous> ( /editing/include/tests.js:5613:13) |
|
Pass | [["insertlinebreak",""]] "<ul><li><p>foo[]bar</ul>" checks for modifications to non-editable content | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5644:9) | Pass | assert_equals(2, 2, "The parent div must have two children. Did something spill outside the test div?")
at Test.<anonymous> ( /editing/include/tests.js:5648:9) | Pass | assert_equals(1, 1, "Wrapper div must have only one attribute (<div contenteditable=\"\">), but has more (<div contenteditable=\"\">)")
at Test.<anonymous> ( /editing/include/tests.js:5652:9) | Pass | assert_equals(0, 0, "Body element must have no attributes (<body>), but has more (<body>)")
at Test.<anonymous> ( /editing/include/tests.js:5656:9) | Pass | assert_equals("<head><meta charset=\"utf-8\">\n<meta name=\"timeout\" content=\"long\">\n<link rel=\"stylesheet\" href=\"../include/reset.css\">\n<title>insertlinebreak - HTML editing conformance tests</title>\n\n</head><body>\n\n<div id=\"test-container\"><p>test</p></div>\n\n\n\n\n\n\n\n\n</body>", "<head><meta charset=\"utf-8\">\n<meta name=\"timeout\" content=\"long\">\n<link rel=\"stylesheet\" href=\"../include/reset.css\">\n<title>insertlinebreak - HTML editing conformance tests</title>\n\n</head><body>\n\n<div id=\"test-container\"><p>test</p></div>\n\n\n\n\n\n\n\n\n</body>", "Everything outside the editable div must be unchanged, but some change did occur")
at Test.<anonymous> ( /editing/include/tests.js:5663:9) |
|
Pass | [["insertlinebreak",""]] "<ul><li><p>foo[]bar</ul>" compare innerHTML | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5668:9) | Pass | assert_equals("<ul><li><p>foo<br>bar</p></li></ul>", "<ul><li><p>foo<br>bar</p></li></ul>", "Unexpected innerHTML (after normalizing inline style)")
at Test.<anonymous> ( /editing/include/tests.js:5679:11) |
|
Pass | [["insertlinebreak",""]] "<ul><li><p>foo[]bar</ul>" queryCommandIndeterm("insertlinebreak") before | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals(false, false, "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<ul><li><p>foo[]bar</ul>" queryCommandState("insertlinebreak") before | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals(false, false, "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<ul><li><p>foo[]bar</ul>" queryCommandValue("insertlinebreak") before | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals("", "", "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<ul><li><p>foo[]bar</ul>" queryCommandIndeterm("insertlinebreak") after | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals(false, false, "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<ul><li><p>foo[]bar</ul>" queryCommandState("insertlinebreak") after | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals(false, false, "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<ul><li><p>foo[]bar</ul>" queryCommandValue("insertlinebreak") after | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals("", "", "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<address><div>foo[]bar</address>": execCommand("insertlinebreak", false, "") return value | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5611:13) | Pass | assert_equals(true, true)
at Test.<anonymous> ( /editing/include/tests.js:5613:13) |
|
Pass | [["insertlinebreak",""]] "<address><div>foo[]bar</address>" checks for modifications to non-editable content | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5644:9) | Pass | assert_equals(2, 2, "The parent div must have two children. Did something spill outside the test div?")
at Test.<anonymous> ( /editing/include/tests.js:5648:9) | Pass | assert_equals(1, 1, "Wrapper div must have only one attribute (<div contenteditable=\"\">), but has more (<div contenteditable=\"\">)")
at Test.<anonymous> ( /editing/include/tests.js:5652:9) | Pass | assert_equals(0, 0, "Body element must have no attributes (<body>), but has more (<body>)")
at Test.<anonymous> ( /editing/include/tests.js:5656:9) | Pass | assert_equals("<head><meta charset=\"utf-8\">\n<meta name=\"timeout\" content=\"long\">\n<link rel=\"stylesheet\" href=\"../include/reset.css\">\n<title>insertlinebreak - HTML editing conformance tests</title>\n\n</head><body>\n\n<div id=\"test-container\"><p>test</p></div>\n\n\n\n\n\n\n\n\n</body>", "<head><meta charset=\"utf-8\">\n<meta name=\"timeout\" content=\"long\">\n<link rel=\"stylesheet\" href=\"../include/reset.css\">\n<title>insertlinebreak - HTML editing conformance tests</title>\n\n</head><body>\n\n<div id=\"test-container\"><p>test</p></div>\n\n\n\n\n\n\n\n\n</body>", "Everything outside the editable div must be unchanged, but some change did occur")
at Test.<anonymous> ( /editing/include/tests.js:5663:9) |
|
Pass | [["insertlinebreak",""]] "<address><div>foo[]bar</address>" compare innerHTML | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5668:9) | Pass | assert_equals("<address><div>foo<br>bar</div></address>", "<address><div>foo<br>bar</div></address>", "Unexpected innerHTML (after normalizing inline style)")
at Test.<anonymous> ( /editing/include/tests.js:5679:11) |
|
Pass | [["insertlinebreak",""]] "<address><div>foo[]bar</address>" queryCommandIndeterm("insertlinebreak") before | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals(false, false, "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<address><div>foo[]bar</address>" queryCommandState("insertlinebreak") before | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals(false, false, "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<address><div>foo[]bar</address>" queryCommandValue("insertlinebreak") before | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals("", "", "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<address><div>foo[]bar</address>" queryCommandIndeterm("insertlinebreak") after | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals(false, false, "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<address><div>foo[]bar</address>" queryCommandState("insertlinebreak") after | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals(false, false, "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<address><div>foo[]bar</address>" queryCommandValue("insertlinebreak") after | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals("", "", "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<dl><dt><div>foo[]bar</dl>": execCommand("insertlinebreak", false, "") return value | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5611:13) | Pass | assert_equals(true, true)
at Test.<anonymous> ( /editing/include/tests.js:5613:13) |
|
Pass | [["insertlinebreak",""]] "<dl><dt><div>foo[]bar</dl>" checks for modifications to non-editable content | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5644:9) | Pass | assert_equals(2, 2, "The parent div must have two children. Did something spill outside the test div?")
at Test.<anonymous> ( /editing/include/tests.js:5648:9) | Pass | assert_equals(1, 1, "Wrapper div must have only one attribute (<div contenteditable=\"\">), but has more (<div contenteditable=\"\">)")
at Test.<anonymous> ( /editing/include/tests.js:5652:9) | Pass | assert_equals(0, 0, "Body element must have no attributes (<body>), but has more (<body>)")
at Test.<anonymous> ( /editing/include/tests.js:5656:9) | Pass | assert_equals("<head><meta charset=\"utf-8\">\n<meta name=\"timeout\" content=\"long\">\n<link rel=\"stylesheet\" href=\"../include/reset.css\">\n<title>insertlinebreak - HTML editing conformance tests</title>\n\n</head><body>\n\n<div id=\"test-container\"><p>test</p></div>\n\n\n\n\n\n\n\n\n</body>", "<head><meta charset=\"utf-8\">\n<meta name=\"timeout\" content=\"long\">\n<link rel=\"stylesheet\" href=\"../include/reset.css\">\n<title>insertlinebreak - HTML editing conformance tests</title>\n\n</head><body>\n\n<div id=\"test-container\"><p>test</p></div>\n\n\n\n\n\n\n\n\n</body>", "Everything outside the editable div must be unchanged, but some change did occur")
at Test.<anonymous> ( /editing/include/tests.js:5663:9) |
|
Pass | [["insertlinebreak",""]] "<dl><dt><div>foo[]bar</dl>" compare innerHTML | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5668:9) | Pass | assert_equals("<dl><dt><div>foo<br>bar</div></dt></dl>", "<dl><dt><div>foo<br>bar</div></dt></dl>", "Unexpected innerHTML (after normalizing inline style)")
at Test.<anonymous> ( /editing/include/tests.js:5679:11) |
|
Pass | [["insertlinebreak",""]] "<dl><dt><div>foo[]bar</dl>" queryCommandIndeterm("insertlinebreak") before | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals(false, false, "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<dl><dt><div>foo[]bar</dl>" queryCommandState("insertlinebreak") before | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals(false, false, "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<dl><dt><div>foo[]bar</dl>" queryCommandValue("insertlinebreak") before | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals("", "", "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<dl><dt><div>foo[]bar</dl>" queryCommandIndeterm("insertlinebreak") after | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals(false, false, "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<dl><dt><div>foo[]bar</dl>" queryCommandState("insertlinebreak") after | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals(false, false, "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<dl><dt><div>foo[]bar</dl>" queryCommandValue("insertlinebreak") after | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals("", "", "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<dl><dd><div>foo[]bar</dl>": execCommand("insertlinebreak", false, "") return value | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5611:13) | Pass | assert_equals(true, true)
at Test.<anonymous> ( /editing/include/tests.js:5613:13) |
|
Pass | [["insertlinebreak",""]] "<dl><dd><div>foo[]bar</dl>" checks for modifications to non-editable content | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5644:9) | Pass | assert_equals(2, 2, "The parent div must have two children. Did something spill outside the test div?")
at Test.<anonymous> ( /editing/include/tests.js:5648:9) | Pass | assert_equals(1, 1, "Wrapper div must have only one attribute (<div contenteditable=\"\">), but has more (<div contenteditable=\"\">)")
at Test.<anonymous> ( /editing/include/tests.js:5652:9) | Pass | assert_equals(0, 0, "Body element must have no attributes (<body>), but has more (<body>)")
at Test.<anonymous> ( /editing/include/tests.js:5656:9) | Pass | assert_equals("<head><meta charset=\"utf-8\">\n<meta name=\"timeout\" content=\"long\">\n<link rel=\"stylesheet\" href=\"../include/reset.css\">\n<title>insertlinebreak - HTML editing conformance tests</title>\n\n</head><body>\n\n<div id=\"test-container\"><p>test</p></div>\n\n\n\n\n\n\n\n\n</body>", "<head><meta charset=\"utf-8\">\n<meta name=\"timeout\" content=\"long\">\n<link rel=\"stylesheet\" href=\"../include/reset.css\">\n<title>insertlinebreak - HTML editing conformance tests</title>\n\n</head><body>\n\n<div id=\"test-container\"><p>test</p></div>\n\n\n\n\n\n\n\n\n</body>", "Everything outside the editable div must be unchanged, but some change did occur")
at Test.<anonymous> ( /editing/include/tests.js:5663:9) |
|
Pass | [["insertlinebreak",""]] "<dl><dd><div>foo[]bar</dl>" compare innerHTML | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5668:9) | Pass | assert_equals("<dl><dd><div>foo<br>bar</div></dd></dl>", "<dl><dd><div>foo<br>bar</div></dd></dl>", "Unexpected innerHTML (after normalizing inline style)")
at Test.<anonymous> ( /editing/include/tests.js:5679:11) |
|
Pass | [["insertlinebreak",""]] "<dl><dd><div>foo[]bar</dl>" queryCommandIndeterm("insertlinebreak") before | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals(false, false, "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<dl><dd><div>foo[]bar</dl>" queryCommandState("insertlinebreak") before | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals(false, false, "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<dl><dd><div>foo[]bar</dl>" queryCommandValue("insertlinebreak") before | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals("", "", "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<dl><dd><div>foo[]bar</dl>" queryCommandIndeterm("insertlinebreak") after | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals(false, false, "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<dl><dd><div>foo[]bar</dl>" queryCommandState("insertlinebreak") after | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals(false, false, "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<dl><dd><div>foo[]bar</dl>" queryCommandValue("insertlinebreak") after | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals("", "", "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<ol><li><div>foo[]bar</ol>": execCommand("insertlinebreak", false, "") return value | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5611:13) | Pass | assert_equals(true, true)
at Test.<anonymous> ( /editing/include/tests.js:5613:13) |
|
Pass | [["insertlinebreak",""]] "<ol><li><div>foo[]bar</ol>" checks for modifications to non-editable content | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5644:9) | Pass | assert_equals(2, 2, "The parent div must have two children. Did something spill outside the test div?")
at Test.<anonymous> ( /editing/include/tests.js:5648:9) | Pass | assert_equals(1, 1, "Wrapper div must have only one attribute (<div contenteditable=\"\">), but has more (<div contenteditable=\"\">)")
at Test.<anonymous> ( /editing/include/tests.js:5652:9) | Pass | assert_equals(0, 0, "Body element must have no attributes (<body>), but has more (<body>)")
at Test.<anonymous> ( /editing/include/tests.js:5656:9) | Pass | assert_equals("<head><meta charset=\"utf-8\">\n<meta name=\"timeout\" content=\"long\">\n<link rel=\"stylesheet\" href=\"../include/reset.css\">\n<title>insertlinebreak - HTML editing conformance tests</title>\n\n</head><body>\n\n<div id=\"test-container\"><p>test</p></div>\n\n\n\n\n\n\n\n\n</body>", "<head><meta charset=\"utf-8\">\n<meta name=\"timeout\" content=\"long\">\n<link rel=\"stylesheet\" href=\"../include/reset.css\">\n<title>insertlinebreak - HTML editing conformance tests</title>\n\n</head><body>\n\n<div id=\"test-container\"><p>test</p></div>\n\n\n\n\n\n\n\n\n</body>", "Everything outside the editable div must be unchanged, but some change did occur")
at Test.<anonymous> ( /editing/include/tests.js:5663:9) |
|
Pass | [["insertlinebreak",""]] "<ol><li><div>foo[]bar</ol>" compare innerHTML | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5668:9) | Pass | assert_equals("<ol><li><div>foo<br>bar</div></li></ol>", "<ol><li><div>foo<br>bar</div></li></ol>", "Unexpected innerHTML (after normalizing inline style)")
at Test.<anonymous> ( /editing/include/tests.js:5679:11) |
|
Pass | [["insertlinebreak",""]] "<ol><li><div>foo[]bar</ol>" queryCommandIndeterm("insertlinebreak") before | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals(false, false, "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<ol><li><div>foo[]bar</ol>" queryCommandState("insertlinebreak") before | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals(false, false, "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<ol><li><div>foo[]bar</ol>" queryCommandValue("insertlinebreak") before | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals("", "", "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<ol><li><div>foo[]bar</ol>" queryCommandIndeterm("insertlinebreak") after | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals(false, false, "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<ol><li><div>foo[]bar</ol>" queryCommandState("insertlinebreak") after | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals(false, false, "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<ol><li><div>foo[]bar</ol>" queryCommandValue("insertlinebreak") after | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals("", "", "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<ul><li><div>foo[]bar</ul>": execCommand("insertlinebreak", false, "") return value | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5611:13) | Pass | assert_equals(true, true)
at Test.<anonymous> ( /editing/include/tests.js:5613:13) |
|
Pass | [["insertlinebreak",""]] "<ul><li><div>foo[]bar</ul>" checks for modifications to non-editable content | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5644:9) | Pass | assert_equals(2, 2, "The parent div must have two children. Did something spill outside the test div?")
at Test.<anonymous> ( /editing/include/tests.js:5648:9) | Pass | assert_equals(1, 1, "Wrapper div must have only one attribute (<div contenteditable=\"\">), but has more (<div contenteditable=\"\">)")
at Test.<anonymous> ( /editing/include/tests.js:5652:9) | Pass | assert_equals(0, 0, "Body element must have no attributes (<body>), but has more (<body>)")
at Test.<anonymous> ( /editing/include/tests.js:5656:9) | Pass | assert_equals("<head><meta charset=\"utf-8\">\n<meta name=\"timeout\" content=\"long\">\n<link rel=\"stylesheet\" href=\"../include/reset.css\">\n<title>insertlinebreak - HTML editing conformance tests</title>\n\n</head><body>\n\n<div id=\"test-container\"><p>test</p></div>\n\n\n\n\n\n\n\n\n</body>", "<head><meta charset=\"utf-8\">\n<meta name=\"timeout\" content=\"long\">\n<link rel=\"stylesheet\" href=\"../include/reset.css\">\n<title>insertlinebreak - HTML editing conformance tests</title>\n\n</head><body>\n\n<div id=\"test-container\"><p>test</p></div>\n\n\n\n\n\n\n\n\n</body>", "Everything outside the editable div must be unchanged, but some change did occur")
at Test.<anonymous> ( /editing/include/tests.js:5663:9) |
|
Pass | [["insertlinebreak",""]] "<ul><li><div>foo[]bar</ul>" compare innerHTML | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5668:9) | Pass | assert_equals("<ul><li><div>foo<br>bar</div></li></ul>", "<ul><li><div>foo<br>bar</div></li></ul>", "Unexpected innerHTML (after normalizing inline style)")
at Test.<anonymous> ( /editing/include/tests.js:5679:11) |
|
Pass | [["insertlinebreak",""]] "<ul><li><div>foo[]bar</ul>" queryCommandIndeterm("insertlinebreak") before | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals(false, false, "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<ul><li><div>foo[]bar</ul>" queryCommandState("insertlinebreak") before | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals(false, false, "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<ul><li><div>foo[]bar</ul>" queryCommandValue("insertlinebreak") before | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals("", "", "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<ul><li><div>foo[]bar</ul>" queryCommandIndeterm("insertlinebreak") after | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals(false, false, "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<ul><li><div>foo[]bar</ul>" queryCommandState("insertlinebreak") after | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals(false, false, "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<ul><li><div>foo[]bar</ul>" queryCommandValue("insertlinebreak") after | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals("", "", "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<div><p>foo[]bar</div>": execCommand("insertlinebreak", false, "") return value | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5611:13) | Pass | assert_equals(true, true)
at Test.<anonymous> ( /editing/include/tests.js:5613:13) |
|
Pass | [["insertlinebreak",""]] "<div><p>foo[]bar</div>" checks for modifications to non-editable content | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5644:9) | Pass | assert_equals(2, 2, "The parent div must have two children. Did something spill outside the test div?")
at Test.<anonymous> ( /editing/include/tests.js:5648:9) | Pass | assert_equals(1, 1, "Wrapper div must have only one attribute (<div contenteditable=\"\">), but has more (<div contenteditable=\"\">)")
at Test.<anonymous> ( /editing/include/tests.js:5652:9) | Pass | assert_equals(0, 0, "Body element must have no attributes (<body>), but has more (<body>)")
at Test.<anonymous> ( /editing/include/tests.js:5656:9) | Pass | assert_equals("<head><meta charset=\"utf-8\">\n<meta name=\"timeout\" content=\"long\">\n<link rel=\"stylesheet\" href=\"../include/reset.css\">\n<title>insertlinebreak - HTML editing conformance tests</title>\n\n</head><body>\n\n<div id=\"test-container\"><p>test</p></div>\n\n\n\n\n\n\n\n\n</body>", "<head><meta charset=\"utf-8\">\n<meta name=\"timeout\" content=\"long\">\n<link rel=\"stylesheet\" href=\"../include/reset.css\">\n<title>insertlinebreak - HTML editing conformance tests</title>\n\n</head><body>\n\n<div id=\"test-container\"><p>test</p></div>\n\n\n\n\n\n\n\n\n</body>", "Everything outside the editable div must be unchanged, but some change did occur")
at Test.<anonymous> ( /editing/include/tests.js:5663:9) |
|
Pass | [["insertlinebreak",""]] "<div><p>foo[]bar</div>" compare innerHTML | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5668:9) | Pass | assert_equals("<div><p>foo<br>bar</p></div>", "<div><p>foo<br>bar</p></div>", "Unexpected innerHTML (after normalizing inline style)")
at Test.<anonymous> ( /editing/include/tests.js:5679:11) |
|
Pass | [["insertlinebreak",""]] "<div><p>foo[]bar</div>" queryCommandIndeterm("insertlinebreak") before | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals(false, false, "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<div><p>foo[]bar</div>" queryCommandState("insertlinebreak") before | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals(false, false, "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<div><p>foo[]bar</div>" queryCommandValue("insertlinebreak") before | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals("", "", "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<div><p>foo[]bar</div>" queryCommandIndeterm("insertlinebreak") after | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals(false, false, "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<div><p>foo[]bar</div>" queryCommandState("insertlinebreak") after | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals(false, false, "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<div><p>foo[]bar</div>" queryCommandValue("insertlinebreak") after | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals("", "", "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<div><div>foo[]bar</div>": execCommand("insertlinebreak", false, "") return value | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5611:13) | Pass | assert_equals(true, true)
at Test.<anonymous> ( /editing/include/tests.js:5613:13) |
|
Pass | [["insertlinebreak",""]] "<div><div>foo[]bar</div>" checks for modifications to non-editable content | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5644:9) | Pass | assert_equals(2, 2, "The parent div must have two children. Did something spill outside the test div?")
at Test.<anonymous> ( /editing/include/tests.js:5648:9) | Pass | assert_equals(1, 1, "Wrapper div must have only one attribute (<div contenteditable=\"\">), but has more (<div contenteditable=\"\">)")
at Test.<anonymous> ( /editing/include/tests.js:5652:9) | Pass | assert_equals(0, 0, "Body element must have no attributes (<body>), but has more (<body>)")
at Test.<anonymous> ( /editing/include/tests.js:5656:9) | Pass | assert_equals("<head><meta charset=\"utf-8\">\n<meta name=\"timeout\" content=\"long\">\n<link rel=\"stylesheet\" href=\"../include/reset.css\">\n<title>insertlinebreak - HTML editing conformance tests</title>\n\n</head><body>\n\n<div id=\"test-container\"><p>test</p></div>\n\n\n\n\n\n\n\n\n</body>", "<head><meta charset=\"utf-8\">\n<meta name=\"timeout\" content=\"long\">\n<link rel=\"stylesheet\" href=\"../include/reset.css\">\n<title>insertlinebreak - HTML editing conformance tests</title>\n\n</head><body>\n\n<div id=\"test-container\"><p>test</p></div>\n\n\n\n\n\n\n\n\n</body>", "Everything outside the editable div must be unchanged, but some change did occur")
at Test.<anonymous> ( /editing/include/tests.js:5663:9) |
|
Pass | [["insertlinebreak",""]] "<div><div>foo[]bar</div>" compare innerHTML | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5668:9) | Pass | assert_equals("<div><div>foo<br>bar</div></div>", "<div><div>foo<br>bar</div></div>", "Unexpected innerHTML (after normalizing inline style)")
at Test.<anonymous> ( /editing/include/tests.js:5679:11) |
|
Pass | [["insertlinebreak",""]] "<div><div>foo[]bar</div>" queryCommandIndeterm("insertlinebreak") before | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals(false, false, "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<div><div>foo[]bar</div>" queryCommandState("insertlinebreak") before | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals(false, false, "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<div><div>foo[]bar</div>" queryCommandValue("insertlinebreak") before | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals("", "", "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<div><div>foo[]bar</div>" queryCommandIndeterm("insertlinebreak") after | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals(false, false, "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<div><div>foo[]bar</div>" queryCommandState("insertlinebreak") after | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals(false, false, "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<div><div>foo[]bar</div>" queryCommandValue("insertlinebreak") after | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals("", "", "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<ol><li class=a id=x><p class=b id=y>foo[]</ol>": execCommand("insertlinebreak", false, "") return value | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5611:13) | Pass | assert_equals(true, true)
at Test.<anonymous> ( /editing/include/tests.js:5613:13) |
|
Pass | [["insertlinebreak",""]] "<ol><li class=a id=x><p class=b id=y>foo[]</ol>" checks for modifications to non-editable content | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5644:9) | Pass | assert_equals(2, 2, "The parent div must have two children. Did something spill outside the test div?")
at Test.<anonymous> ( /editing/include/tests.js:5648:9) | Pass | assert_equals(1, 1, "Wrapper div must have only one attribute (<div contenteditable=\"\">), but has more (<div contenteditable=\"\">)")
at Test.<anonymous> ( /editing/include/tests.js:5652:9) | Pass | assert_equals(0, 0, "Body element must have no attributes (<body>), but has more (<body>)")
at Test.<anonymous> ( /editing/include/tests.js:5656:9) | Pass | assert_equals("<head><meta charset=\"utf-8\">\n<meta name=\"timeout\" content=\"long\">\n<link rel=\"stylesheet\" href=\"../include/reset.css\">\n<title>insertlinebreak - HTML editing conformance tests</title>\n\n</head><body>\n\n<div id=\"test-container\"><p>test</p></div>\n\n\n\n\n\n\n\n\n</body>", "<head><meta charset=\"utf-8\">\n<meta name=\"timeout\" content=\"long\">\n<link rel=\"stylesheet\" href=\"../include/reset.css\">\n<title>insertlinebreak - HTML editing conformance tests</title>\n\n</head><body>\n\n<div id=\"test-container\"><p>test</p></div>\n\n\n\n\n\n\n\n\n</body>", "Everything outside the editable div must be unchanged, but some change did occur")
at Test.<anonymous> ( /editing/include/tests.js:5663:9) |
|
Pass | [["insertlinebreak",""]] "<ol><li class=a id=x><p class=b id=y>foo[]</ol>" compare innerHTML | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5668:9) | Pass | assert_equals("<ol><li class=\"a\" id=\"x\"><p class=\"b\" id=\"y\">foo<br><br></p></li></ol>", "<ol><li class=\"a\" id=\"x\"><p class=\"b\" id=\"y\">foo<br><br></p></li></ol>", "Unexpected innerHTML (after normalizing inline style)")
at Test.<anonymous> ( /editing/include/tests.js:5679:11) |
|
Pass | [["insertlinebreak",""]] "<ol><li class=a id=x><p class=b id=y>foo[]</ol>" queryCommandIndeterm("insertlinebreak") before | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals(false, false, "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<ol><li class=a id=x><p class=b id=y>foo[]</ol>" queryCommandState("insertlinebreak") before | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals(false, false, "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<ol><li class=a id=x><p class=b id=y>foo[]</ol>" queryCommandValue("insertlinebreak") before | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals("", "", "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<ol><li class=a id=x><p class=b id=y>foo[]</ol>" queryCommandIndeterm("insertlinebreak") after | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals(false, false, "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<ol><li class=a id=x><p class=b id=y>foo[]</ol>" queryCommandState("insertlinebreak") after | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals(false, false, "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<ol><li class=a id=x><p class=b id=y>foo[]</ol>" queryCommandValue("insertlinebreak") after | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals("", "", "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<div class=a id=x><div class=b id=y>foo[]</div></div>": execCommand("insertlinebreak", false, "") return value | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5611:13) | Pass | assert_equals(true, true)
at Test.<anonymous> ( /editing/include/tests.js:5613:13) |
|
Pass | [["insertlinebreak",""]] "<div class=a id=x><div class=b id=y>foo[]</div></div>" checks for modifications to non-editable content | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5644:9) | Pass | assert_equals(2, 2, "The parent div must have two children. Did something spill outside the test div?")
at Test.<anonymous> ( /editing/include/tests.js:5648:9) | Pass | assert_equals(1, 1, "Wrapper div must have only one attribute (<div contenteditable=\"\">), but has more (<div contenteditable=\"\">)")
at Test.<anonymous> ( /editing/include/tests.js:5652:9) | Pass | assert_equals(0, 0, "Body element must have no attributes (<body>), but has more (<body>)")
at Test.<anonymous> ( /editing/include/tests.js:5656:9) | Pass | assert_equals("<head><meta charset=\"utf-8\">\n<meta name=\"timeout\" content=\"long\">\n<link rel=\"stylesheet\" href=\"../include/reset.css\">\n<title>insertlinebreak - HTML editing conformance tests</title>\n\n</head><body>\n\n<div id=\"test-container\"><p>test</p></div>\n\n\n\n\n\n\n\n\n</body>", "<head><meta charset=\"utf-8\">\n<meta name=\"timeout\" content=\"long\">\n<link rel=\"stylesheet\" href=\"../include/reset.css\">\n<title>insertlinebreak - HTML editing conformance tests</title>\n\n</head><body>\n\n<div id=\"test-container\"><p>test</p></div>\n\n\n\n\n\n\n\n\n</body>", "Everything outside the editable div must be unchanged, but some change did occur")
at Test.<anonymous> ( /editing/include/tests.js:5663:9) |
|
Pass | [["insertlinebreak",""]] "<div class=a id=x><div class=b id=y>foo[]</div></div>" compare innerHTML | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5668:9) | Pass | assert_equals("<div class=\"a\" id=\"x\"><div class=\"b\" id=\"y\">foo<br><br></div></div>", "<div class=\"a\" id=\"x\"><div class=\"b\" id=\"y\">foo<br><br></div></div>", "Unexpected innerHTML (after normalizing inline style)")
at Test.<anonymous> ( /editing/include/tests.js:5679:11) |
|
Pass | [["insertlinebreak",""]] "<div class=a id=x><div class=b id=y>foo[]</div></div>" queryCommandIndeterm("insertlinebreak") before | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals(false, false, "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<div class=a id=x><div class=b id=y>foo[]</div></div>" queryCommandState("insertlinebreak") before | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals(false, false, "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<div class=a id=x><div class=b id=y>foo[]</div></div>" queryCommandValue("insertlinebreak") before | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals("", "", "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<div class=a id=x><div class=b id=y>foo[]</div></div>" queryCommandIndeterm("insertlinebreak") after | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals(false, false, "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<div class=a id=x><div class=b id=y>foo[]</div></div>" queryCommandState("insertlinebreak") after | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals(false, false, "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<div class=a id=x><div class=b id=y>foo[]</div></div>" queryCommandValue("insertlinebreak") after | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals("", "", "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<div class=a id=x><p class=b id=y>foo[]</div>": execCommand("insertlinebreak", false, "") return value | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5611:13) | Pass | assert_equals(true, true)
at Test.<anonymous> ( /editing/include/tests.js:5613:13) |
|
Pass | [["insertlinebreak",""]] "<div class=a id=x><p class=b id=y>foo[]</div>" checks for modifications to non-editable content | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5644:9) | Pass | assert_equals(2, 2, "The parent div must have two children. Did something spill outside the test div?")
at Test.<anonymous> ( /editing/include/tests.js:5648:9) | Pass | assert_equals(1, 1, "Wrapper div must have only one attribute (<div contenteditable=\"\">), but has more (<div contenteditable=\"\">)")
at Test.<anonymous> ( /editing/include/tests.js:5652:9) | Pass | assert_equals(0, 0, "Body element must have no attributes (<body>), but has more (<body>)")
at Test.<anonymous> ( /editing/include/tests.js:5656:9) | Pass | assert_equals("<head><meta charset=\"utf-8\">\n<meta name=\"timeout\" content=\"long\">\n<link rel=\"stylesheet\" href=\"../include/reset.css\">\n<title>insertlinebreak - HTML editing conformance tests</title>\n\n</head><body>\n\n<div id=\"test-container\"><p>test</p></div>\n\n\n\n\n\n\n\n\n</body>", "<head><meta charset=\"utf-8\">\n<meta name=\"timeout\" content=\"long\">\n<link rel=\"stylesheet\" href=\"../include/reset.css\">\n<title>insertlinebreak - HTML editing conformance tests</title>\n\n</head><body>\n\n<div id=\"test-container\"><p>test</p></div>\n\n\n\n\n\n\n\n\n</body>", "Everything outside the editable div must be unchanged, but some change did occur")
at Test.<anonymous> ( /editing/include/tests.js:5663:9) |
|
Pass | [["insertlinebreak",""]] "<div class=a id=x><p class=b id=y>foo[]</div>" compare innerHTML | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5668:9) | Pass | assert_equals("<div class=\"a\" id=\"x\"><p class=\"b\" id=\"y\">foo<br><br></p></div>", "<div class=\"a\" id=\"x\"><p class=\"b\" id=\"y\">foo<br><br></p></div>", "Unexpected innerHTML (after normalizing inline style)")
at Test.<anonymous> ( /editing/include/tests.js:5679:11) |
|
Pass | [["insertlinebreak",""]] "<div class=a id=x><p class=b id=y>foo[]</div>" queryCommandIndeterm("insertlinebreak") before | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals(false, false, "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<div class=a id=x><p class=b id=y>foo[]</div>" queryCommandState("insertlinebreak") before | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals(false, false, "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<div class=a id=x><p class=b id=y>foo[]</div>" queryCommandValue("insertlinebreak") before | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals("", "", "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<div class=a id=x><p class=b id=y>foo[]</div>" queryCommandIndeterm("insertlinebreak") after | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals(false, false, "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<div class=a id=x><p class=b id=y>foo[]</div>" queryCommandState("insertlinebreak") after | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals(false, false, "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<div class=a id=x><p class=b id=y>foo[]</div>" queryCommandValue("insertlinebreak") after | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals("", "", "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<ol><li class=a id=x><p class=b id=y>[]foo</ol>": execCommand("insertlinebreak", false, "") return value | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5611:13) | Pass | assert_equals(true, true)
at Test.<anonymous> ( /editing/include/tests.js:5613:13) |
|
Pass | [["insertlinebreak",""]] "<ol><li class=a id=x><p class=b id=y>[]foo</ol>" checks for modifications to non-editable content | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5644:9) | Pass | assert_equals(2, 2, "The parent div must have two children. Did something spill outside the test div?")
at Test.<anonymous> ( /editing/include/tests.js:5648:9) | Pass | assert_equals(1, 1, "Wrapper div must have only one attribute (<div contenteditable=\"\">), but has more (<div contenteditable=\"\">)")
at Test.<anonymous> ( /editing/include/tests.js:5652:9) | Pass | assert_equals(0, 0, "Body element must have no attributes (<body>), but has more (<body>)")
at Test.<anonymous> ( /editing/include/tests.js:5656:9) | Pass | assert_equals("<head><meta charset=\"utf-8\">\n<meta name=\"timeout\" content=\"long\">\n<link rel=\"stylesheet\" href=\"../include/reset.css\">\n<title>insertlinebreak - HTML editing conformance tests</title>\n\n</head><body>\n\n<div id=\"test-container\"><p>test</p></div>\n\n\n\n\n\n\n\n\n</body>", "<head><meta charset=\"utf-8\">\n<meta name=\"timeout\" content=\"long\">\n<link rel=\"stylesheet\" href=\"../include/reset.css\">\n<title>insertlinebreak - HTML editing conformance tests</title>\n\n</head><body>\n\n<div id=\"test-container\"><p>test</p></div>\n\n\n\n\n\n\n\n\n</body>", "Everything outside the editable div must be unchanged, but some change did occur")
at Test.<anonymous> ( /editing/include/tests.js:5663:9) |
|
Pass | [["insertlinebreak",""]] "<ol><li class=a id=x><p class=b id=y>[]foo</ol>" compare innerHTML | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5668:9) | Pass | assert_equals("<ol><li class=\"a\" id=\"x\"><p class=\"b\" id=\"y\"><br>foo</p></li></ol>", "<ol><li class=\"a\" id=\"x\"><p class=\"b\" id=\"y\"><br>foo</p></li></ol>", "Unexpected innerHTML (after normalizing inline style)")
at Test.<anonymous> ( /editing/include/tests.js:5679:11) |
|
Pass | [["insertlinebreak",""]] "<ol><li class=a id=x><p class=b id=y>[]foo</ol>" queryCommandIndeterm("insertlinebreak") before | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals(false, false, "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<ol><li class=a id=x><p class=b id=y>[]foo</ol>" queryCommandState("insertlinebreak") before | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals(false, false, "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<ol><li class=a id=x><p class=b id=y>[]foo</ol>" queryCommandValue("insertlinebreak") before | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals("", "", "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<ol><li class=a id=x><p class=b id=y>[]foo</ol>" queryCommandIndeterm("insertlinebreak") after | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals(false, false, "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<ol><li class=a id=x><p class=b id=y>[]foo</ol>" queryCommandState("insertlinebreak") after | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals(false, false, "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<ol><li class=a id=x><p class=b id=y>[]foo</ol>" queryCommandValue("insertlinebreak") after | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals("", "", "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<div class=a id=x><div class=b id=y>[]foo</div></div>": execCommand("insertlinebreak", false, "") return value | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5611:13) | Pass | assert_equals(true, true)
at Test.<anonymous> ( /editing/include/tests.js:5613:13) |
|
Pass | [["insertlinebreak",""]] "<div class=a id=x><div class=b id=y>[]foo</div></div>" checks for modifications to non-editable content | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5644:9) | Pass | assert_equals(2, 2, "The parent div must have two children. Did something spill outside the test div?")
at Test.<anonymous> ( /editing/include/tests.js:5648:9) | Pass | assert_equals(1, 1, "Wrapper div must have only one attribute (<div contenteditable=\"\">), but has more (<div contenteditable=\"\">)")
at Test.<anonymous> ( /editing/include/tests.js:5652:9) | Pass | assert_equals(0, 0, "Body element must have no attributes (<body>), but has more (<body>)")
at Test.<anonymous> ( /editing/include/tests.js:5656:9) | Pass | assert_equals("<head><meta charset=\"utf-8\">\n<meta name=\"timeout\" content=\"long\">\n<link rel=\"stylesheet\" href=\"../include/reset.css\">\n<title>insertlinebreak - HTML editing conformance tests</title>\n\n</head><body>\n\n<div id=\"test-container\"><p>test</p></div>\n\n\n\n\n\n\n\n\n</body>", "<head><meta charset=\"utf-8\">\n<meta name=\"timeout\" content=\"long\">\n<link rel=\"stylesheet\" href=\"../include/reset.css\">\n<title>insertlinebreak - HTML editing conformance tests</title>\n\n</head><body>\n\n<div id=\"test-container\"><p>test</p></div>\n\n\n\n\n\n\n\n\n</body>", "Everything outside the editable div must be unchanged, but some change did occur")
at Test.<anonymous> ( /editing/include/tests.js:5663:9) |
|
Pass | [["insertlinebreak",""]] "<div class=a id=x><div class=b id=y>[]foo</div></div>" compare innerHTML | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5668:9) | Pass | assert_equals("<div class=\"a\" id=\"x\"><div class=\"b\" id=\"y\"><br>foo</div></div>", "<div class=\"a\" id=\"x\"><div class=\"b\" id=\"y\"><br>foo</div></div>", "Unexpected innerHTML (after normalizing inline style)")
at Test.<anonymous> ( /editing/include/tests.js:5679:11) |
|
Pass | [["insertlinebreak",""]] "<div class=a id=x><div class=b id=y>[]foo</div></div>" queryCommandIndeterm("insertlinebreak") before | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals(false, false, "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<div class=a id=x><div class=b id=y>[]foo</div></div>" queryCommandState("insertlinebreak") before | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals(false, false, "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<div class=a id=x><div class=b id=y>[]foo</div></div>" queryCommandValue("insertlinebreak") before | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals("", "", "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<div class=a id=x><div class=b id=y>[]foo</div></div>" queryCommandIndeterm("insertlinebreak") after | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals(false, false, "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<div class=a id=x><div class=b id=y>[]foo</div></div>" queryCommandState("insertlinebreak") after | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals(false, false, "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<div class=a id=x><div class=b id=y>[]foo</div></div>" queryCommandValue("insertlinebreak") after | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals("", "", "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<div class=a id=x><p class=b id=y>[]foo</div>": execCommand("insertlinebreak", false, "") return value | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5611:13) | Pass | assert_equals(true, true)
at Test.<anonymous> ( /editing/include/tests.js:5613:13) |
|
Pass | [["insertlinebreak",""]] "<div class=a id=x><p class=b id=y>[]foo</div>" checks for modifications to non-editable content | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5644:9) | Pass | assert_equals(2, 2, "The parent div must have two children. Did something spill outside the test div?")
at Test.<anonymous> ( /editing/include/tests.js:5648:9) | Pass | assert_equals(1, 1, "Wrapper div must have only one attribute (<div contenteditable=\"\">), but has more (<div contenteditable=\"\">)")
at Test.<anonymous> ( /editing/include/tests.js:5652:9) | Pass | assert_equals(0, 0, "Body element must have no attributes (<body>), but has more (<body>)")
at Test.<anonymous> ( /editing/include/tests.js:5656:9) | Pass | assert_equals("<head><meta charset=\"utf-8\">\n<meta name=\"timeout\" content=\"long\">\n<link rel=\"stylesheet\" href=\"../include/reset.css\">\n<title>insertlinebreak - HTML editing conformance tests</title>\n\n</head><body>\n\n<div id=\"test-container\"><p>test</p></div>\n\n\n\n\n\n\n\n\n</body>", "<head><meta charset=\"utf-8\">\n<meta name=\"timeout\" content=\"long\">\n<link rel=\"stylesheet\" href=\"../include/reset.css\">\n<title>insertlinebreak - HTML editing conformance tests</title>\n\n</head><body>\n\n<div id=\"test-container\"><p>test</p></div>\n\n\n\n\n\n\n\n\n</body>", "Everything outside the editable div must be unchanged, but some change did occur")
at Test.<anonymous> ( /editing/include/tests.js:5663:9) |
|
Pass | [["insertlinebreak",""]] "<div class=a id=x><p class=b id=y>[]foo</div>" compare innerHTML | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5668:9) | Pass | assert_equals("<div class=\"a\" id=\"x\"><p class=\"b\" id=\"y\"><br>foo</p></div>", "<div class=\"a\" id=\"x\"><p class=\"b\" id=\"y\"><br>foo</p></div>", "Unexpected innerHTML (after normalizing inline style)")
at Test.<anonymous> ( /editing/include/tests.js:5679:11) |
|
Pass | [["insertlinebreak",""]] "<div class=a id=x><p class=b id=y>[]foo</div>" queryCommandIndeterm("insertlinebreak") before | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals(false, false, "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<div class=a id=x><p class=b id=y>[]foo</div>" queryCommandState("insertlinebreak") before | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals(false, false, "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<div class=a id=x><p class=b id=y>[]foo</div>" queryCommandValue("insertlinebreak") before | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals("", "", "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<div class=a id=x><p class=b id=y>[]foo</div>" queryCommandIndeterm("insertlinebreak") after | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals(false, false, "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<div class=a id=x><p class=b id=y>[]foo</div>" queryCommandState("insertlinebreak") after | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals(false, false, "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<div class=a id=x><p class=b id=y>[]foo</div>" queryCommandValue("insertlinebreak") after | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals("", "", "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<ol><li class=a id=x><p class=b id=y>foo[]bar</ol>": execCommand("insertlinebreak", false, "") return value | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5611:13) | Pass | assert_equals(true, true)
at Test.<anonymous> ( /editing/include/tests.js:5613:13) |
|
Pass | [["insertlinebreak",""]] "<ol><li class=a id=x><p class=b id=y>foo[]bar</ol>" checks for modifications to non-editable content | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5644:9) | Pass | assert_equals(2, 2, "The parent div must have two children. Did something spill outside the test div?")
at Test.<anonymous> ( /editing/include/tests.js:5648:9) | Pass | assert_equals(1, 1, "Wrapper div must have only one attribute (<div contenteditable=\"\">), but has more (<div contenteditable=\"\">)")
at Test.<anonymous> ( /editing/include/tests.js:5652:9) | Pass | assert_equals(0, 0, "Body element must have no attributes (<body>), but has more (<body>)")
at Test.<anonymous> ( /editing/include/tests.js:5656:9) | Pass | assert_equals("<head><meta charset=\"utf-8\">\n<meta name=\"timeout\" content=\"long\">\n<link rel=\"stylesheet\" href=\"../include/reset.css\">\n<title>insertlinebreak - HTML editing conformance tests</title>\n\n</head><body>\n\n<div id=\"test-container\"><p>test</p></div>\n\n\n\n\n\n\n\n\n</body>", "<head><meta charset=\"utf-8\">\n<meta name=\"timeout\" content=\"long\">\n<link rel=\"stylesheet\" href=\"../include/reset.css\">\n<title>insertlinebreak - HTML editing conformance tests</title>\n\n</head><body>\n\n<div id=\"test-container\"><p>test</p></div>\n\n\n\n\n\n\n\n\n</body>", "Everything outside the editable div must be unchanged, but some change did occur")
at Test.<anonymous> ( /editing/include/tests.js:5663:9) |
|
Pass | [["insertlinebreak",""]] "<ol><li class=a id=x><p class=b id=y>foo[]bar</ol>" compare innerHTML | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5668:9) | Pass | assert_equals("<ol><li class=\"a\" id=\"x\"><p class=\"b\" id=\"y\">foo<br>bar</p></li></ol>", "<ol><li class=\"a\" id=\"x\"><p class=\"b\" id=\"y\">foo<br>bar</p></li></ol>", "Unexpected innerHTML (after normalizing inline style)")
at Test.<anonymous> ( /editing/include/tests.js:5679:11) |
|
Pass | [["insertlinebreak",""]] "<ol><li class=a id=x><p class=b id=y>foo[]bar</ol>" queryCommandIndeterm("insertlinebreak") before | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals(false, false, "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<ol><li class=a id=x><p class=b id=y>foo[]bar</ol>" queryCommandState("insertlinebreak") before | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals(false, false, "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<ol><li class=a id=x><p class=b id=y>foo[]bar</ol>" queryCommandValue("insertlinebreak") before | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals("", "", "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<ol><li class=a id=x><p class=b id=y>foo[]bar</ol>" queryCommandIndeterm("insertlinebreak") after | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals(false, false, "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<ol><li class=a id=x><p class=b id=y>foo[]bar</ol>" queryCommandState("insertlinebreak") after | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals(false, false, "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<ol><li class=a id=x><p class=b id=y>foo[]bar</ol>" queryCommandValue("insertlinebreak") after | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals("", "", "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<div class=a id=x><div class=b id=y>foo[]bar</div></div>": execCommand("insertlinebreak", false, "") return value | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5611:13) | Pass | assert_equals(true, true)
at Test.<anonymous> ( /editing/include/tests.js:5613:13) |
|
Pass | [["insertlinebreak",""]] "<div class=a id=x><div class=b id=y>foo[]bar</div></div>" checks for modifications to non-editable content | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5644:9) | Pass | assert_equals(2, 2, "The parent div must have two children. Did something spill outside the test div?")
at Test.<anonymous> ( /editing/include/tests.js:5648:9) | Pass | assert_equals(1, 1, "Wrapper div must have only one attribute (<div contenteditable=\"\">), but has more (<div contenteditable=\"\">)")
at Test.<anonymous> ( /editing/include/tests.js:5652:9) | Pass | assert_equals(0, 0, "Body element must have no attributes (<body>), but has more (<body>)")
at Test.<anonymous> ( /editing/include/tests.js:5656:9) | Pass | assert_equals("<head><meta charset=\"utf-8\">\n<meta name=\"timeout\" content=\"long\">\n<link rel=\"stylesheet\" href=\"../include/reset.css\">\n<title>insertlinebreak - HTML editing conformance tests</title>\n\n</head><body>\n\n<div id=\"test-container\"><p>test</p></div>\n\n\n\n\n\n\n\n\n</body>", "<head><meta charset=\"utf-8\">\n<meta name=\"timeout\" content=\"long\">\n<link rel=\"stylesheet\" href=\"../include/reset.css\">\n<title>insertlinebreak - HTML editing conformance tests</title>\n\n</head><body>\n\n<div id=\"test-container\"><p>test</p></div>\n\n\n\n\n\n\n\n\n</body>", "Everything outside the editable div must be unchanged, but some change did occur")
at Test.<anonymous> ( /editing/include/tests.js:5663:9) |
|
Pass | [["insertlinebreak",""]] "<div class=a id=x><div class=b id=y>foo[]bar</div></div>" compare innerHTML | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5668:9) | Pass | assert_equals("<div class=\"a\" id=\"x\"><div class=\"b\" id=\"y\">foo<br>bar</div></div>", "<div class=\"a\" id=\"x\"><div class=\"b\" id=\"y\">foo<br>bar</div></div>", "Unexpected innerHTML (after normalizing inline style)")
at Test.<anonymous> ( /editing/include/tests.js:5679:11) |
|
Pass | [["insertlinebreak",""]] "<div class=a id=x><div class=b id=y>foo[]bar</div></div>" queryCommandIndeterm("insertlinebreak") before | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals(false, false, "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<div class=a id=x><div class=b id=y>foo[]bar</div></div>" queryCommandState("insertlinebreak") before | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals(false, false, "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<div class=a id=x><div class=b id=y>foo[]bar</div></div>" queryCommandValue("insertlinebreak") before | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals("", "", "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<div class=a id=x><div class=b id=y>foo[]bar</div></div>" queryCommandIndeterm("insertlinebreak") after | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals(false, false, "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<div class=a id=x><div class=b id=y>foo[]bar</div></div>" queryCommandState("insertlinebreak") after | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals(false, false, "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<div class=a id=x><div class=b id=y>foo[]bar</div></div>" queryCommandValue("insertlinebreak") after | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals("", "", "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<div class=a id=x><p class=b id=y>foo[]bar</div>": execCommand("insertlinebreak", false, "") return value | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5611:13) | Pass | assert_equals(true, true)
at Test.<anonymous> ( /editing/include/tests.js:5613:13) |
|
Pass | [["insertlinebreak",""]] "<div class=a id=x><p class=b id=y>foo[]bar</div>" checks for modifications to non-editable content | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5644:9) | Pass | assert_equals(2, 2, "The parent div must have two children. Did something spill outside the test div?")
at Test.<anonymous> ( /editing/include/tests.js:5648:9) | Pass | assert_equals(1, 1, "Wrapper div must have only one attribute (<div contenteditable=\"\">), but has more (<div contenteditable=\"\">)")
at Test.<anonymous> ( /editing/include/tests.js:5652:9) | Pass | assert_equals(0, 0, "Body element must have no attributes (<body>), but has more (<body>)")
at Test.<anonymous> ( /editing/include/tests.js:5656:9) | Pass | assert_equals("<head><meta charset=\"utf-8\">\n<meta name=\"timeout\" content=\"long\">\n<link rel=\"stylesheet\" href=\"../include/reset.css\">\n<title>insertlinebreak - HTML editing conformance tests</title>\n\n</head><body>\n\n<div id=\"test-container\"><p>test</p></div>\n\n\n\n\n\n\n\n\n</body>", "<head><meta charset=\"utf-8\">\n<meta name=\"timeout\" content=\"long\">\n<link rel=\"stylesheet\" href=\"../include/reset.css\">\n<title>insertlinebreak - HTML editing conformance tests</title>\n\n</head><body>\n\n<div id=\"test-container\"><p>test</p></div>\n\n\n\n\n\n\n\n\n</body>", "Everything outside the editable div must be unchanged, but some change did occur")
at Test.<anonymous> ( /editing/include/tests.js:5663:9) |
|
Pass | [["insertlinebreak",""]] "<div class=a id=x><p class=b id=y>foo[]bar</div>" compare innerHTML | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5668:9) | Pass | assert_equals("<div class=\"a\" id=\"x\"><p class=\"b\" id=\"y\">foo<br>bar</p></div>", "<div class=\"a\" id=\"x\"><p class=\"b\" id=\"y\">foo<br>bar</p></div>", "Unexpected innerHTML (after normalizing inline style)")
at Test.<anonymous> ( /editing/include/tests.js:5679:11) |
|
Pass | [["insertlinebreak",""]] "<div class=a id=x><p class=b id=y>foo[]bar</div>" queryCommandIndeterm("insertlinebreak") before | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals(false, false, "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<div class=a id=x><p class=b id=y>foo[]bar</div>" queryCommandState("insertlinebreak") before | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals(false, false, "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<div class=a id=x><p class=b id=y>foo[]bar</div>" queryCommandValue("insertlinebreak") before | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals("", "", "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<div class=a id=x><p class=b id=y>foo[]bar</div>" queryCommandIndeterm("insertlinebreak") after | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals(false, false, "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<div class=a id=x><p class=b id=y>foo[]bar</div>" queryCommandState("insertlinebreak") after | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals(false, false, "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<div class=a id=x><p class=b id=y>foo[]bar</div>" queryCommandValue("insertlinebreak") after | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals("", "", "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<div>abc [] </div>": execCommand("insertlinebreak", false, "") return value | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5611:13) | Pass | assert_equals(true, true)
at Test.<anonymous> ( /editing/include/tests.js:5613:13) |
|
Pass | [["insertlinebreak",""]] "<div>abc [] </div>" checks for modifications to non-editable content | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5644:9) | Pass | assert_equals(2, 2, "The parent div must have two children. Did something spill outside the test div?")
at Test.<anonymous> ( /editing/include/tests.js:5648:9) | Pass | assert_equals(1, 1, "Wrapper div must have only one attribute (<div contenteditable=\"\">), but has more (<div contenteditable=\"\">)")
at Test.<anonymous> ( /editing/include/tests.js:5652:9) | Pass | assert_equals(0, 0, "Body element must have no attributes (<body>), but has more (<body>)")
at Test.<anonymous> ( /editing/include/tests.js:5656:9) | Pass | assert_equals("<head><meta charset=\"utf-8\">\n<meta name=\"timeout\" content=\"long\">\n<link rel=\"stylesheet\" href=\"../include/reset.css\">\n<title>insertlinebreak - HTML editing conformance tests</title>\n\n</head><body>\n\n<div id=\"test-container\"><p>test</p></div>\n\n\n\n\n\n\n\n\n</body>", "<head><meta charset=\"utf-8\">\n<meta name=\"timeout\" content=\"long\">\n<link rel=\"stylesheet\" href=\"../include/reset.css\">\n<title>insertlinebreak - HTML editing conformance tests</title>\n\n</head><body>\n\n<div id=\"test-container\"><p>test</p></div>\n\n\n\n\n\n\n\n\n</body>", "Everything outside the editable div must be unchanged, but some change did occur")
at Test.<anonymous> ( /editing/include/tests.js:5663:9) |
|
Fail | [["insertlinebreak",""]] "<div>abc [] </div>" compare innerHTML | assert_equals: Unexpected innerHTML (after normalizing inline style) expected "<div>abc<br><br></div>" but got "<div>abc <br><br></div>" at Test.<anonymous> (https://wpt.live/editing/include/tests.js:5679:11)
at Test.step (https://wpt.live/resources/testharness.js:2642:25)
at test (https://wpt.live/resources/testharness.js:633:30)
at subsetTest (https://wpt.live/common/subset-tests.js:54:14)
at runConformanceTest (https://wpt.live/editing/include/tests.js:5667:5) Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5668:9) | Fail | assert_equals("<div>abc <br><br></div>", "<div>abc<br><br></div>", "Unexpected innerHTML (after normalizing inline style)")
at Test.<anonymous> ( /editing/include/tests.js:5679:11) |
|
Pass | [["insertlinebreak",""]] "<div>abc [] </div>" queryCommandIndeterm("insertlinebreak") before | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals(false, false, "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<div>abc [] </div>" queryCommandState("insertlinebreak") before | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals(false, false, "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<div>abc [] </div>" queryCommandValue("insertlinebreak") before | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals("", "", "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<div>abc [] </div>" queryCommandIndeterm("insertlinebreak") after | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals(false, false, "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<div>abc [] </div>" queryCommandState("insertlinebreak") after | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals(false, false, "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<div>abc [] </div>" queryCommandValue("insertlinebreak") after | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals("", "", "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<div>abc[] </div>": execCommand("insertlinebreak", false, "") return value | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5611:13) | Pass | assert_equals(true, true)
at Test.<anonymous> ( /editing/include/tests.js:5613:13) |
|
Pass | [["insertlinebreak",""]] "<div>abc[] </div>" checks for modifications to non-editable content | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5644:9) | Pass | assert_equals(2, 2, "The parent div must have two children. Did something spill outside the test div?")
at Test.<anonymous> ( /editing/include/tests.js:5648:9) | Pass | assert_equals(1, 1, "Wrapper div must have only one attribute (<div contenteditable=\"\">), but has more (<div contenteditable=\"\">)")
at Test.<anonymous> ( /editing/include/tests.js:5652:9) | Pass | assert_equals(0, 0, "Body element must have no attributes (<body>), but has more (<body>)")
at Test.<anonymous> ( /editing/include/tests.js:5656:9) | Pass | assert_equals("<head><meta charset=\"utf-8\">\n<meta name=\"timeout\" content=\"long\">\n<link rel=\"stylesheet\" href=\"../include/reset.css\">\n<title>insertlinebreak - HTML editing conformance tests</title>\n\n</head><body>\n\n<div id=\"test-container\"><p>test</p></div>\n\n\n\n\n\n\n\n\n</body>", "<head><meta charset=\"utf-8\">\n<meta name=\"timeout\" content=\"long\">\n<link rel=\"stylesheet\" href=\"../include/reset.css\">\n<title>insertlinebreak - HTML editing conformance tests</title>\n\n</head><body>\n\n<div id=\"test-container\"><p>test</p></div>\n\n\n\n\n\n\n\n\n</body>", "Everything outside the editable div must be unchanged, but some change did occur")
at Test.<anonymous> ( /editing/include/tests.js:5663:9) |
|
Fail | [["insertlinebreak",""]] "<div>abc[] </div>" compare innerHTML | assert_equals: Unexpected innerHTML (after normalizing inline style) expected "<div>abc<br><br></div>" but got "<div>abc <br><br></div>" at Test.<anonymous> (https://wpt.live/editing/include/tests.js:5679:11)
at Test.step (https://wpt.live/resources/testharness.js:2642:25)
at test (https://wpt.live/resources/testharness.js:633:30)
at subsetTest (https://wpt.live/common/subset-tests.js:54:14)
at runConformanceTest (https://wpt.live/editing/include/tests.js:5667:5) Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5668:9) | Fail | assert_equals("<div>abc <br><br></div>", "<div>abc<br><br></div>", "Unexpected innerHTML (after normalizing inline style)")
at Test.<anonymous> ( /editing/include/tests.js:5679:11) |
|
Pass | [["insertlinebreak",""]] "<div>abc[] </div>" queryCommandIndeterm("insertlinebreak") before | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals(false, false, "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<div>abc[] </div>" queryCommandState("insertlinebreak") before | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals(false, false, "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<div>abc[] </div>" queryCommandValue("insertlinebreak") before | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals("", "", "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<div>abc[] </div>" queryCommandIndeterm("insertlinebreak") after | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals(false, false, "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<div>abc[] </div>" queryCommandState("insertlinebreak") after | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals(false, false, "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<div>abc[] </div>" queryCommandValue("insertlinebreak") after | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals("", "", "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<div>[] abc</div>": execCommand("insertlinebreak", false, "") return value | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5611:13) | Pass | assert_equals(true, true)
at Test.<anonymous> ( /editing/include/tests.js:5613:13) |
|
Pass | [["insertlinebreak",""]] "<div>[] abc</div>" checks for modifications to non-editable content | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5644:9) | Pass | assert_equals(2, 2, "The parent div must have two children. Did something spill outside the test div?")
at Test.<anonymous> ( /editing/include/tests.js:5648:9) | Pass | assert_equals(1, 1, "Wrapper div must have only one attribute (<div contenteditable=\"\">), but has more (<div contenteditable=\"\">)")
at Test.<anonymous> ( /editing/include/tests.js:5652:9) | Pass | assert_equals(0, 0, "Body element must have no attributes (<body>), but has more (<body>)")
at Test.<anonymous> ( /editing/include/tests.js:5656:9) | Pass | assert_equals("<head><meta charset=\"utf-8\">\n<meta name=\"timeout\" content=\"long\">\n<link rel=\"stylesheet\" href=\"../include/reset.css\">\n<title>insertlinebreak - HTML editing conformance tests</title>\n\n</head><body>\n\n<div id=\"test-container\"><p>test</p></div>\n\n\n\n\n\n\n\n\n</body>", "<head><meta charset=\"utf-8\">\n<meta name=\"timeout\" content=\"long\">\n<link rel=\"stylesheet\" href=\"../include/reset.css\">\n<title>insertlinebreak - HTML editing conformance tests</title>\n\n</head><body>\n\n<div id=\"test-container\"><p>test</p></div>\n\n\n\n\n\n\n\n\n</body>", "Everything outside the editable div must be unchanged, but some change did occur")
at Test.<anonymous> ( /editing/include/tests.js:5663:9) |
|
Fail | [["insertlinebreak",""]] "<div>[] abc</div>" compare innerHTML | assert_in_array: Unexpected innerHTML (after normalizing inline style) value "<div><br> abc</div>" not in array ["<div><br>abc</div>", "<div><br> abc</div>"] at Test.<anonymous> (https://wpt.live/editing/include/tests.js:5675:11)
at Test.step (https://wpt.live/resources/testharness.js:2642:25)
at test (https://wpt.live/resources/testharness.js:633:30)
at subsetTest (https://wpt.live/common/subset-tests.js:54:14)
at runConformanceTest (https://wpt.live/editing/include/tests.js:5667:5) Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5668:9) | Fail | assert_in_array("<div><br> abc</div>", ["<div><br>abc</div>", "<div><br> abc</div>"], "Unexpected innerHTML (after normalizing inline style)")
at Test.<anonymous> ( /editing/include/tests.js:5675:11) |
|
Pass | [["insertlinebreak",""]] "<div>[] abc</div>" queryCommandIndeterm("insertlinebreak") before | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals(false, false, "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<div>[] abc</div>" queryCommandState("insertlinebreak") before | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals(false, false, "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<div>[] abc</div>" queryCommandValue("insertlinebreak") before | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals("", "", "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<div>[] abc</div>" queryCommandIndeterm("insertlinebreak") after | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals(false, false, "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<div>[] abc</div>" queryCommandState("insertlinebreak") after | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals(false, false, "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<div>[] abc</div>" queryCommandValue("insertlinebreak") after | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals("", "", "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<div>[] abc</div>": execCommand("insertlinebreak", false, "") return value | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5611:13) | Pass | assert_equals(true, true)
at Test.<anonymous> ( /editing/include/tests.js:5613:13) |
|
Pass | [["insertlinebreak",""]] "<div>[] abc</div>" checks for modifications to non-editable content | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5644:9) | Pass | assert_equals(2, 2, "The parent div must have two children. Did something spill outside the test div?")
at Test.<anonymous> ( /editing/include/tests.js:5648:9) | Pass | assert_equals(1, 1, "Wrapper div must have only one attribute (<div contenteditable=\"\">), but has more (<div contenteditable=\"\">)")
at Test.<anonymous> ( /editing/include/tests.js:5652:9) | Pass | assert_equals(0, 0, "Body element must have no attributes (<body>), but has more (<body>)")
at Test.<anonymous> ( /editing/include/tests.js:5656:9) | Pass | assert_equals("<head><meta charset=\"utf-8\">\n<meta name=\"timeout\" content=\"long\">\n<link rel=\"stylesheet\" href=\"../include/reset.css\">\n<title>insertlinebreak - HTML editing conformance tests</title>\n\n</head><body>\n\n<div id=\"test-container\"><p>test</p></div>\n\n\n\n\n\n\n\n\n</body>", "<head><meta charset=\"utf-8\">\n<meta name=\"timeout\" content=\"long\">\n<link rel=\"stylesheet\" href=\"../include/reset.css\">\n<title>insertlinebreak - HTML editing conformance tests</title>\n\n</head><body>\n\n<div id=\"test-container\"><p>test</p></div>\n\n\n\n\n\n\n\n\n</body>", "Everything outside the editable div must be unchanged, but some change did occur")
at Test.<anonymous> ( /editing/include/tests.js:5663:9) |
|
Fail | [["insertlinebreak",""]] "<div>[] abc</div>" compare innerHTML | assert_in_array: Unexpected innerHTML (after normalizing inline style) value "<div><br> abc</div>" not in array ["<div><br>abc</div>", "<div><br> abc</div>"] at Test.<anonymous> (https://wpt.live/editing/include/tests.js:5675:11)
at Test.step (https://wpt.live/resources/testharness.js:2642:25)
at test (https://wpt.live/resources/testharness.js:633:30)
at subsetTest (https://wpt.live/common/subset-tests.js:54:14)
at runConformanceTest (https://wpt.live/editing/include/tests.js:5667:5) Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5668:9) | Fail | assert_in_array("<div><br> abc</div>", ["<div><br>abc</div>", "<div><br> abc</div>"], "Unexpected innerHTML (after normalizing inline style)")
at Test.<anonymous> ( /editing/include/tests.js:5675:11) |
|
Pass | [["insertlinebreak",""]] "<div>[] abc</div>" queryCommandIndeterm("insertlinebreak") before | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals(false, false, "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<div>[] abc</div>" queryCommandState("insertlinebreak") before | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals(false, false, "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<div>[] abc</div>" queryCommandValue("insertlinebreak") before | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals("", "", "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<div>[] abc</div>" queryCommandIndeterm("insertlinebreak") after | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals(false, false, "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<div>[] abc</div>" queryCommandState("insertlinebreak") after | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals(false, false, "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<div>[] abc</div>" queryCommandValue("insertlinebreak") after | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals("", "", "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<div> [] abc</div>": execCommand("insertlinebreak", false, "") return value | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5611:13) | Pass | assert_equals(true, true)
at Test.<anonymous> ( /editing/include/tests.js:5613:13) |
|
Pass | [["insertlinebreak",""]] "<div> [] abc</div>" checks for modifications to non-editable content | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5644:9) | Pass | assert_equals(2, 2, "The parent div must have two children. Did something spill outside the test div?")
at Test.<anonymous> ( /editing/include/tests.js:5648:9) | Pass | assert_equals(1, 1, "Wrapper div must have only one attribute (<div contenteditable=\"\">), but has more (<div contenteditable=\"\">)")
at Test.<anonymous> ( /editing/include/tests.js:5652:9) | Pass | assert_equals(0, 0, "Body element must have no attributes (<body>), but has more (<body>)")
at Test.<anonymous> ( /editing/include/tests.js:5656:9) | Pass | assert_equals("<head><meta charset=\"utf-8\">\n<meta name=\"timeout\" content=\"long\">\n<link rel=\"stylesheet\" href=\"../include/reset.css\">\n<title>insertlinebreak - HTML editing conformance tests</title>\n\n</head><body>\n\n<div id=\"test-container\"><p>test</p></div>\n\n\n\n\n\n\n\n\n</body>", "<head><meta charset=\"utf-8\">\n<meta name=\"timeout\" content=\"long\">\n<link rel=\"stylesheet\" href=\"../include/reset.css\">\n<title>insertlinebreak - HTML editing conformance tests</title>\n\n</head><body>\n\n<div id=\"test-container\"><p>test</p></div>\n\n\n\n\n\n\n\n\n</body>", "Everything outside the editable div must be unchanged, but some change did occur")
at Test.<anonymous> ( /editing/include/tests.js:5663:9) |
|
Fail | [["insertlinebreak",""]] "<div> [] abc</div>" compare innerHTML | assert_in_array: Unexpected innerHTML (after normalizing inline style) value "<div><br> abc</div>" not in array ["<div><br>abc</div>", "<div><br> abc</div>"] at Test.<anonymous> (https://wpt.live/editing/include/tests.js:5675:11)
at Test.step (https://wpt.live/resources/testharness.js:2642:25)
at test (https://wpt.live/resources/testharness.js:633:30)
at subsetTest (https://wpt.live/common/subset-tests.js:54:14)
at runConformanceTest (https://wpt.live/editing/include/tests.js:5667:5) Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5668:9) | Fail | assert_in_array("<div><br> abc</div>", ["<div><br>abc</div>", "<div><br> abc</div>"], "Unexpected innerHTML (after normalizing inline style)")
at Test.<anonymous> ( /editing/include/tests.js:5675:11) |
|
Pass | [["insertlinebreak",""]] "<div> [] abc</div>" queryCommandIndeterm("insertlinebreak") before | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals(false, false, "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<div> [] abc</div>" queryCommandState("insertlinebreak") before | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals(false, false, "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<div> [] abc</div>" queryCommandValue("insertlinebreak") before | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals("", "", "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<div> [] abc</div>" queryCommandIndeterm("insertlinebreak") after | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals(false, false, "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<div> [] abc</div>" queryCommandState("insertlinebreak") after | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals(false, false, "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<div> [] abc</div>" queryCommandValue("insertlinebreak") after | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals("", "", "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<div> []abc</div>": execCommand("insertlinebreak", false, "") return value | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5611:13) | Pass | assert_equals(true, true)
at Test.<anonymous> ( /editing/include/tests.js:5613:13) |
|
Pass | [["insertlinebreak",""]] "<div> []abc</div>" checks for modifications to non-editable content | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5644:9) | Pass | assert_equals(2, 2, "The parent div must have two children. Did something spill outside the test div?")
at Test.<anonymous> ( /editing/include/tests.js:5648:9) | Pass | assert_equals(1, 1, "Wrapper div must have only one attribute (<div contenteditable=\"\">), but has more (<div contenteditable=\"\">)")
at Test.<anonymous> ( /editing/include/tests.js:5652:9) | Pass | assert_equals(0, 0, "Body element must have no attributes (<body>), but has more (<body>)")
at Test.<anonymous> ( /editing/include/tests.js:5656:9) | Pass | assert_equals("<head><meta charset=\"utf-8\">\n<meta name=\"timeout\" content=\"long\">\n<link rel=\"stylesheet\" href=\"../include/reset.css\">\n<title>insertlinebreak - HTML editing conformance tests</title>\n\n</head><body>\n\n<div id=\"test-container\"><p>test</p></div>\n\n\n\n\n\n\n\n\n</body>", "<head><meta charset=\"utf-8\">\n<meta name=\"timeout\" content=\"long\">\n<link rel=\"stylesheet\" href=\"../include/reset.css\">\n<title>insertlinebreak - HTML editing conformance tests</title>\n\n</head><body>\n\n<div id=\"test-container\"><p>test</p></div>\n\n\n\n\n\n\n\n\n</body>", "Everything outside the editable div must be unchanged, but some change did occur")
at Test.<anonymous> ( /editing/include/tests.js:5663:9) |
|
Fail | [["insertlinebreak",""]] "<div> []abc</div>" compare innerHTML | assert_in_array: Unexpected innerHTML (after normalizing inline style) value "<div><br> abc</div>" not in array ["<div><br>abc</div>", "<div><br> abc</div>"] at Test.<anonymous> (https://wpt.live/editing/include/tests.js:5675:11)
at Test.step (https://wpt.live/resources/testharness.js:2642:25)
at test (https://wpt.live/resources/testharness.js:633:30)
at subsetTest (https://wpt.live/common/subset-tests.js:54:14)
at runConformanceTest (https://wpt.live/editing/include/tests.js:5667:5) Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5668:9) | Fail | assert_in_array("<div><br> abc</div>", ["<div><br>abc</div>", "<div><br> abc</div>"], "Unexpected innerHTML (after normalizing inline style)")
at Test.<anonymous> ( /editing/include/tests.js:5675:11) |
|
Pass | [["insertlinebreak",""]] "<div> []abc</div>" queryCommandIndeterm("insertlinebreak") before | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals(false, false, "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<div> []abc</div>" queryCommandState("insertlinebreak") before | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals(false, false, "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<div> []abc</div>" queryCommandValue("insertlinebreak") before | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals("", "", "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<div> []abc</div>" queryCommandIndeterm("insertlinebreak") after | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals(false, false, "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<div> []abc</div>" queryCommandState("insertlinebreak") after | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals(false, false, "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|
Pass | [["insertlinebreak",""]] "<div> []abc</div>" queryCommandValue("insertlinebreak") after | Asserts runPass | assert_equals(null, null, "Setup must not throw an exception")
at Test.<anonymous> ( /editing/include/tests.js:5696:17) | Pass | assert_false(false, "An exception must not be thrown in this case")
at Test.<anonymous> ( /editing/include/tests.js:5725:21) | Pass | assert_equals("", "", "Wrong result returned")
at Test.<anonymous> ( /editing/include/tests.js:5727:21) |
|