Summary

Harness status: OK

Found 1321 tests

Details

ResultTest NameMessage
Pass[["indent",""]] "foo[]bar<p>extra": execCommand("indent", false, "") return value
Asserts run
Pass
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[["indent",""]] "foo[]bar<p>extra" checks for modifications to non-editable content
Asserts run
Pass
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>indent - HTML editing conformance tests</title>\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>indent - HTML editing conformance tests</title>\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[["indent",""]] "foo[]bar<p>extra" compare innerHTML
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5668:9)
Pass
assert_in_array("<blockquote style=\"margin:0 0 0 40px; border:none; padding:0px\">foobar</blockquote><p>extra</p>", ["<blockquote>foobar</blockquote><p>extra</p>", "<blockquote style=\"margin:0 0 0 40px; border:none; padding:0px\">foobar</blockquote><p>extra</p>"], "Unexpected innerHTML (after normalizing inline style)")
    at Test.<anonymous> ( /editing/include/tests.js:5675:11)
Pass[["indent",""]] "foo[]bar<p>extra" queryCommandIndeterm("indent") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals(false, false, "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "foo[]bar<p>extra" queryCommandState("indent") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals(false, false, "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "foo[]bar<p>extra" queryCommandValue("indent") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals("", "", "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "foo[]bar<p>extra" queryCommandIndeterm("indent") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals(false, false, "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "foo[]bar<p>extra" queryCommandState("indent") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals(false, false, "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "foo[]bar<p>extra" queryCommandValue("indent") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals("", "", "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "<span>foo</span>{}<span>bar</span><p>extra": execCommand("indent", false, "") return value
Asserts run
Pass
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[["indent",""]] "<span>foo</span>{}<span>bar</span><p>extra" checks for modifications to non-editable content
Asserts run
Pass
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>indent - HTML editing conformance tests</title>\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>indent - HTML editing conformance tests</title>\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[["indent",""]] "<span>foo</span>{}<span>bar</span><p>extra" compare innerHTML
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5668:9)
Pass
assert_in_array("<blockquote style=\"margin:0 0 0 40px; border:none; padding:0px\"><span>foo</span><span>bar</span></blockquote><p>extra</p>", ["<blockquote><span>foo</span><span>bar</span></blockquote><p>extra</p>", "<blockquote style=\"margin:0 0 0 40px; border:none; padding:0px\"><span>foo</span><span>bar</span></blockquote><p>extra</p>"], "Unexpected innerHTML (after normalizing inline style)")
    at Test.<anonymous> ( /editing/include/tests.js:5675:11)
Pass[["indent",""]] "<span>foo</span>{}<span>bar</span><p>extra" queryCommandIndeterm("indent") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals(false, false, "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "<span>foo</span>{}<span>bar</span><p>extra" queryCommandState("indent") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals(false, false, "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "<span>foo</span>{}<span>bar</span><p>extra" queryCommandValue("indent") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals("", "", "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "<span>foo</span>{}<span>bar</span><p>extra" queryCommandIndeterm("indent") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals(false, false, "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "<span>foo</span>{}<span>bar</span><p>extra" queryCommandState("indent") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals(false, false, "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "<span>foo</span>{}<span>bar</span><p>extra" queryCommandValue("indent") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals("", "", "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "<span>foo[</span><span>]bar</span><p>extra": execCommand("indent", false, "") return value
Asserts run
Pass
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[["indent",""]] "<span>foo[</span><span>]bar</span><p>extra" checks for modifications to non-editable content
Asserts run
Pass
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>indent - HTML editing conformance tests</title>\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>indent - HTML editing conformance tests</title>\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[["indent",""]] "<span>foo[</span><span>]bar</span><p>extra" compare innerHTML
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5668:9)
Pass
assert_in_array("<blockquote style=\"margin:0 0 0 40px; border:none; padding:0px\"><span>foo</span><span>bar</span></blockquote><p>extra</p>", ["<blockquote><span>foo</span><span>bar</span></blockquote><p>extra</p>", "<blockquote style=\"margin:0 0 0 40px; border:none; padding:0px\"><span>foo</span><span>bar</span></blockquote><p>extra</p>"], "Unexpected innerHTML (after normalizing inline style)")
    at Test.<anonymous> ( /editing/include/tests.js:5675:11)
Pass[["indent",""]] "<span>foo[</span><span>]bar</span><p>extra" queryCommandIndeterm("indent") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals(false, false, "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "<span>foo[</span><span>]bar</span><p>extra" queryCommandState("indent") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals(false, false, "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "<span>foo[</span><span>]bar</span><p>extra" queryCommandValue("indent") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals("", "", "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "<span>foo[</span><span>]bar</span><p>extra" queryCommandIndeterm("indent") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals(false, false, "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "<span>foo[</span><span>]bar</span><p>extra" queryCommandState("indent") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals(false, false, "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "<span>foo[</span><span>]bar</span><p>extra" queryCommandValue("indent") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals("", "", "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "foo[bar]baz<p>extra": execCommand("indent", false, "") return value
Asserts run
Pass
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[["indent",""]] "foo[bar]baz<p>extra" checks for modifications to non-editable content
Asserts run
Pass
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>indent - HTML editing conformance tests</title>\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>indent - HTML editing conformance tests</title>\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[["indent",""]] "foo[bar]baz<p>extra" compare innerHTML
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5668:9)
Pass
assert_in_array("<blockquote style=\"margin:0 0 0 40px; border:none; padding:0px\">foobarbaz</blockquote><p>extra</p>", ["<blockquote>foobarbaz</blockquote><p>extra</p>", "<blockquote style=\"margin:0 0 0 40px; border:none; padding:0px\">foobarbaz</blockquote><p>extra</p>"], "Unexpected innerHTML (after normalizing inline style)")
    at Test.<anonymous> ( /editing/include/tests.js:5675:11)
Pass[["indent",""]] "foo[bar]baz<p>extra" queryCommandIndeterm("indent") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals(false, false, "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "foo[bar]baz<p>extra" queryCommandState("indent") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals(false, false, "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "foo[bar]baz<p>extra" queryCommandValue("indent") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals("", "", "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "foo[bar]baz<p>extra" queryCommandIndeterm("indent") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals(false, false, "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "foo[bar]baz<p>extra" queryCommandState("indent") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals(false, false, "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "foo[bar]baz<p>extra" queryCommandValue("indent") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals("", "", "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "<p dir=rtl>פו[בר]בז<p dir=rtl>נוםף": execCommand("indent", false, "") return value
Asserts run
Pass
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[["indent",""]] "<p dir=rtl>פו[בר]בז<p dir=rtl>נוםף" checks for modifications to non-editable content
Asserts run
Pass
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>indent - HTML editing conformance tests</title>\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>indent - HTML editing conformance tests</title>\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[["indent",""]] "<p dir=rtl>פו[בר]בז<p dir=rtl>נוםף" compare innerHTML
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5668:9)
Pass
assert_in_array("<blockquote style=\"margin:0 0 0 40px; border:none; padding:0px\"><p dir=\"rtl\">פוברבז</p></blockquote><p dir=\"rtl\">נוםף</p>", ["<blockquote><p dir=\"rtl\">פוברבז</p></blockquote><p dir=\"rtl\">נוםף</p>", "<blockquote style=\"margin:0 0 0 40px; border:none; padding:0px\"><p dir=\"rtl\">פוברבז</p></blockquote><p dir=\"rtl\">נוםף</p>"], "Unexpected innerHTML (after normalizing inline style)")
    at Test.<anonymous> ( /editing/include/tests.js:5675:11)
Pass[["indent",""]] "<p dir=rtl>פו[בר]בז<p dir=rtl>נוםף" queryCommandIndeterm("indent") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals(false, false, "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "<p dir=rtl>פו[בר]בז<p dir=rtl>נוםף" queryCommandState("indent") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals(false, false, "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "<p dir=rtl>פו[בר]בז<p dir=rtl>נוםף" queryCommandValue("indent") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals("", "", "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "<p dir=rtl>פו[בר]בז<p dir=rtl>נוםף" queryCommandIndeterm("indent") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals(false, false, "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "<p dir=rtl>פו[בר]בז<p dir=rtl>נוםף" queryCommandState("indent") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals(false, false, "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "<p dir=rtl>פו[בר]בז<p dir=rtl>נוםף" queryCommandValue("indent") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals("", "", "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "<p dir=rtl>פו[ברבז<p>Foobar]baz<p>Extra": execCommand("indent", false, "") return value
Asserts run
Pass
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[["indent",""]] "<p dir=rtl>פו[ברבז<p>Foobar]baz<p>Extra" checks for modifications to non-editable content
Asserts run
Pass
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>indent - HTML editing conformance tests</title>\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>indent - HTML editing conformance tests</title>\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[["indent",""]] "<p dir=rtl>פו[ברבז<p>Foobar]baz<p>Extra" compare innerHTML
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5668:9)
Pass
assert_in_array("<blockquote style=\"margin:0 0 0 40px; border:none; padding:0px\"><p dir=\"rtl\">פוברבז</p><p>Foobarbaz</p></blockquote><p>Extra</p>", ["<blockquote><p dir=\"rtl\">פוברבז</p><p>Foobarbaz</p></blockquote><p>Extra</p>", "<blockquote style=\"margin:0 0 0 40px; border:none; padding:0px\"><p dir=\"rtl\">פוברבז</p><p>Foobarbaz</p></blockquote><p>Extra</p>"], "Unexpected innerHTML (after normalizing inline style)")
    at Test.<anonymous> ( /editing/include/tests.js:5675:11)
Pass[["indent",""]] "<p dir=rtl>פו[ברבז<p>Foobar]baz<p>Extra" queryCommandIndeterm("indent") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals(false, false, "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "<p dir=rtl>פו[ברבז<p>Foobar]baz<p>Extra" queryCommandState("indent") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals(false, false, "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "<p dir=rtl>פו[ברבז<p>Foobar]baz<p>Extra" queryCommandValue("indent") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals("", "", "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "<p dir=rtl>פו[ברבז<p>Foobar]baz<p>Extra" queryCommandIndeterm("indent") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals(false, false, "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "<p dir=rtl>פו[ברבז<p>Foobar]baz<p>Extra" queryCommandState("indent") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals(false, false, "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "<p dir=rtl>פו[ברבז<p>Foobar]baz<p>Extra" queryCommandValue("indent") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals("", "", "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "<p>Foo[barbaz<p dir=rtl>פובר]בז<p>Extra": execCommand("indent", false, "") return value
Asserts run
Pass
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[["indent",""]] "<p>Foo[barbaz<p dir=rtl>פובר]בז<p>Extra" checks for modifications to non-editable content
Asserts run
Pass
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>indent - HTML editing conformance tests</title>\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>indent - HTML editing conformance tests</title>\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[["indent",""]] "<p>Foo[barbaz<p dir=rtl>פובר]בז<p>Extra" compare innerHTML
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5668:9)
Pass
assert_in_array("<blockquote style=\"margin:0 0 0 40px; border:none; padding:0px\"><p>Foobarbaz</p><p dir=\"rtl\">פוברבז</p></blockquote><p>Extra</p>", ["<blockquote><p>Foobarbaz</p><p dir=\"rtl\">פוברבז</p></blockquote><p>Extra</p>", "<blockquote style=\"margin:0 0 0 40px; border:none; padding:0px\"><p>Foobarbaz</p><p dir=\"rtl\">פוברבז</p></blockquote><p>Extra</p>"], "Unexpected innerHTML (after normalizing inline style)")
    at Test.<anonymous> ( /editing/include/tests.js:5675:11)
Pass[["indent",""]] "<p>Foo[barbaz<p dir=rtl>פובר]בז<p>Extra" queryCommandIndeterm("indent") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals(false, false, "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "<p>Foo[barbaz<p dir=rtl>פובר]בז<p>Extra" queryCommandState("indent") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals(false, false, "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "<p>Foo[barbaz<p dir=rtl>פובר]בז<p>Extra" queryCommandValue("indent") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals("", "", "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "<p>Foo[barbaz<p dir=rtl>פובר]בז<p>Extra" queryCommandIndeterm("indent") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals(false, false, "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "<p>Foo[barbaz<p dir=rtl>פובר]בז<p>Extra" queryCommandState("indent") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals(false, false, "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "<p>Foo[barbaz<p dir=rtl>פובר]בז<p>Extra" queryCommandValue("indent") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals("", "", "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "<div><p>Foo[barbaz<p dir=rtl>פובר]בז</div><p>Extra": execCommand("indent", false, "") return value
Asserts run
Pass
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[["indent",""]] "<div><p>Foo[barbaz<p dir=rtl>פובר]בז</div><p>Extra" checks for modifications to non-editable content
Asserts run
Pass
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>indent - HTML editing conformance tests</title>\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>indent - HTML editing conformance tests</title>\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[["indent",""]] "<div><p>Foo[barbaz<p dir=rtl>פובר]בז</div><p>Extra" compare innerHTMLassert_in_array: Unexpected innerHTML (after normalizing inline style) value "<blockquote style=\"margin:0 0 0 40px; border:none; padding:0px\"><div><p>Foobarbaz</p></div><div><p dir=\"rtl\">פוברבז</p></div></blockquote><p>Extra</p>" not in array ["<blockquote><div><p>Foobarbaz</p><p dir=\"rtl\">פוברבז</p></div></blockquote><p>Extra</p>", "<blockquote style=\"margin:0 0 0 40px; border:none; padding:0px\"><div><p>Foobarbaz</p><p dir=\"rtl\">פוברבז</p></div></blockquote><p>Extra</p>"]
    at Test.<anonymous> (https://xn--n8j6ds53lwwkrqhv28a.wpt.live/editing/include/tests.js:5675:11)
    at Test.step (https://xn--n8j6ds53lwwkrqhv28a.wpt.live/resources/testharness.js:2642:25)
    at test (https://xn--n8j6ds53lwwkrqhv28a.wpt.live/resources/testharness.js:633:30)
    at subsetTest (https://xn--n8j6ds53lwwkrqhv28a.wpt.live/common/subset-tests.js:54:14)
    at runConformanceTest (https://xn--n8j6ds53lwwkrqhv28a.wpt.live/editing/include/tests.js:5667:5)
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5668:9)
Fail
assert_in_array("<blockquote style=\"margin:0 0 0 40px; border:none; padding:0px\"><div><p>Foobarbaz</p></div><div><p dir=\"rtl\">פוברבז</p></div></blockquote><p>Extra</p>", ["<blockquote><div><p>Foobarbaz</p><p dir=\"rtl\">פוברבז</p></div></blockquote><p>Extra</p>", "<blockquote style=\"margin:0 0 0 40px; border:none; padding:0px\"><div><p>Foobarbaz</p><p dir=\"rtl\">פוברבז</p></div></blockquote><p>Extra</p>"], "Unexpected innerHTML (after normalizing inline style)")
    at Test.<anonymous> ( /editing/include/tests.js:5675:11)
Pass[["indent",""]] "<div><p>Foo[barbaz<p dir=rtl>פובר]בז</div><p>Extra" queryCommandIndeterm("indent") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals(false, false, "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "<div><p>Foo[barbaz<p dir=rtl>פובר]בז</div><p>Extra" queryCommandState("indent") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals(false, false, "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "<div><p>Foo[barbaz<p dir=rtl>פובר]בז</div><p>Extra" queryCommandValue("indent") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals("", "", "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "<div><p>Foo[barbaz<p dir=rtl>פובר]בז</div><p>Extra" queryCommandIndeterm("indent") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals(false, false, "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "<div><p>Foo[barbaz<p dir=rtl>פובר]בז</div><p>Extra" queryCommandState("indent") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals(false, false, "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "<div><p>Foo[barbaz<p dir=rtl>פובר]בז</div><p>Extra" queryCommandValue("indent") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals("", "", "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "foo]bar[baz<p>extra": execCommand("indent", false, "") return value
Asserts run
Pass
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[["indent",""]] "foo]bar[baz<p>extra" checks for modifications to non-editable content
Asserts run
Pass
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>indent - HTML editing conformance tests</title>\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>indent - HTML editing conformance tests</title>\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[["indent",""]] "foo]bar[baz<p>extra" compare innerHTML
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5668:9)
Pass
assert_in_array("<blockquote style=\"margin:0 0 0 40px; border:none; padding:0px\">foobarbaz</blockquote><p>extra</p>", ["<blockquote>foobarbaz</blockquote><p>extra</p>", "<blockquote style=\"margin:0 0 0 40px; border:none; padding:0px\">foobarbaz</blockquote><p>extra</p>"], "Unexpected innerHTML (after normalizing inline style)")
    at Test.<anonymous> ( /editing/include/tests.js:5675:11)
Pass[["indent",""]] "foo]bar[baz<p>extra" queryCommandIndeterm("indent") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals(false, false, "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "foo]bar[baz<p>extra" queryCommandState("indent") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals(false, false, "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "foo]bar[baz<p>extra" queryCommandValue("indent") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals("", "", "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "foo]bar[baz<p>extra" queryCommandIndeterm("indent") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals(false, false, "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "foo]bar[baz<p>extra" queryCommandState("indent") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals(false, false, "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "foo]bar[baz<p>extra" queryCommandValue("indent") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals("", "", "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "{<p><p> <p>foo</p>}<p>extra": execCommand("indent", false, "") return value
Asserts run
Pass
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[["indent",""]] "{<p><p> <p>foo</p>}<p>extra" checks for modifications to non-editable content
Asserts run
Pass
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>indent - HTML editing conformance tests</title>\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>indent - HTML editing conformance tests</title>\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[["indent",""]] "{<p><p> <p>foo</p>}<p>extra" compare innerHTMLassert_in_array: Unexpected innerHTML (after normalizing inline style) value "<p></p><p> </p><blockquote style=\"margin:0 0 0 40px; border:none; padding:0px\"><p>foo</p></blockquote><p>extra</p>" not in array ["<blockquote><p></p><p> </p><p>foo</p></blockquote><p>extra</p>", "<blockquote style=\"margin:0 0 0 40px; border:none; padding:0px\"><p></p><p> </p><p>foo</p></blockquote><p>extra</p>"]
    at Test.<anonymous> (https://xn--n8j6ds53lwwkrqhv28a.wpt.live/editing/include/tests.js:5675:11)
    at Test.step (https://xn--n8j6ds53lwwkrqhv28a.wpt.live/resources/testharness.js:2642:25)
    at test (https://xn--n8j6ds53lwwkrqhv28a.wpt.live/resources/testharness.js:633:30)
    at subsetTest (https://xn--n8j6ds53lwwkrqhv28a.wpt.live/common/subset-tests.js:54:14)
    at runConformanceTest (https://xn--n8j6ds53lwwkrqhv28a.wpt.live/editing/include/tests.js:5667:5)
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5668:9)
Fail
assert_in_array("<p></p><p> </p><blockquote style=\"margin:0 0 0 40px; border:none; padding:0px\"><p>foo</p></blockquote><p>extra</p>", ["<blockquote><p></p><p> </p><p>foo</p></blockquote><p>extra</p>", "<blockquote style=\"margin:0 0 0 40px; border:none; padding:0px\"><p></p><p> </p><p>foo</p></blockquote><p>extra</p>"], "Unexpected innerHTML (after normalizing inline style)")
    at Test.<anonymous> ( /editing/include/tests.js:5675:11)
Pass[["indent",""]] "{<p><p> <p>foo</p>}<p>extra" queryCommandIndeterm("indent") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals(false, false, "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "{<p><p> <p>foo</p>}<p>extra" queryCommandState("indent") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals(false, false, "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "{<p><p> <p>foo</p>}<p>extra" queryCommandValue("indent") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals("", "", "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "{<p><p> <p>foo</p>}<p>extra" queryCommandIndeterm("indent") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals(false, false, "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "{<p><p> <p>foo</p>}<p>extra" queryCommandState("indent") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals(false, false, "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "{<p><p> <p>foo</p>}<p>extra" queryCommandValue("indent") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals("", "", "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "foo[bar<i>baz]qoz</i>quz<p>extra": execCommand("indent", false, "") return value
Asserts run
Pass
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[["indent",""]] "foo[bar<i>baz]qoz</i>quz<p>extra" checks for modifications to non-editable content
Asserts run
Pass
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>indent - HTML editing conformance tests</title>\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>indent - HTML editing conformance tests</title>\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[["indent",""]] "foo[bar<i>baz]qoz</i>quz<p>extra" compare innerHTML
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5668:9)
Pass
assert_in_array("<blockquote style=\"margin:0 0 0 40px; border:none; padding:0px\">foobar<i>bazqoz</i>quz</blockquote><p>extra</p>", ["<blockquote>foobar<i>bazqoz</i>quz</blockquote><p>extra</p>", "<blockquote style=\"margin:0 0 0 40px; border:none; padding:0px\">foobar<i>bazqoz</i>quz</blockquote><p>extra</p>"], "Unexpected innerHTML (after normalizing inline style)")
    at Test.<anonymous> ( /editing/include/tests.js:5675:11)
Pass[["indent",""]] "foo[bar<i>baz]qoz</i>quz<p>extra" queryCommandIndeterm("indent") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals(false, false, "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "foo[bar<i>baz]qoz</i>quz<p>extra" queryCommandState("indent") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals(false, false, "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "foo[bar<i>baz]qoz</i>quz<p>extra" queryCommandValue("indent") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals("", "", "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "foo[bar<i>baz]qoz</i>quz<p>extra" queryCommandIndeterm("indent") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals(false, false, "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "foo[bar<i>baz]qoz</i>quz<p>extra" queryCommandState("indent") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals(false, false, "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "foo[bar<i>baz]qoz</i>quz<p>extra" queryCommandValue("indent") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals("", "", "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "[]foo<p>extra": execCommand("indent", false, "") return value
Asserts run
Pass
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[["indent",""]] "[]foo<p>extra" checks for modifications to non-editable content
Asserts run
Pass
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>indent - HTML editing conformance tests</title>\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>indent - HTML editing conformance tests</title>\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[["indent",""]] "[]foo<p>extra" compare innerHTML
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5668:9)
Pass
assert_in_array("<blockquote style=\"margin:0 0 0 40px; border:none; padding:0px\">foo</blockquote><p>extra</p>", ["<blockquote>foo</blockquote><p>extra</p>", "<blockquote style=\"margin:0 0 0 40px; border:none; padding:0px\">foo</blockquote><p>extra</p>"], "Unexpected innerHTML (after normalizing inline style)")
    at Test.<anonymous> ( /editing/include/tests.js:5675:11)
Pass[["indent",""]] "[]foo<p>extra" queryCommandIndeterm("indent") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals(false, false, "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "[]foo<p>extra" queryCommandState("indent") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals(false, false, "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "[]foo<p>extra" queryCommandValue("indent") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals("", "", "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "[]foo<p>extra" queryCommandIndeterm("indent") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals(false, false, "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "[]foo<p>extra" queryCommandState("indent") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals(false, false, "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "[]foo<p>extra" queryCommandValue("indent") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals("", "", "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "foo[]<p>extra": execCommand("indent", false, "") return value
Asserts run
Pass
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[["indent",""]] "foo[]<p>extra" checks for modifications to non-editable content
Asserts run
Pass
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>indent - HTML editing conformance tests</title>\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>indent - HTML editing conformance tests</title>\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[["indent",""]] "foo[]<p>extra" compare innerHTML
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5668:9)
Pass
assert_in_array("<blockquote style=\"margin:0 0 0 40px; border:none; padding:0px\">foo</blockquote><p>extra</p>", ["<blockquote>foo</blockquote><p>extra</p>", "<blockquote style=\"margin:0 0 0 40px; border:none; padding:0px\">foo</blockquote><p>extra</p>"], "Unexpected innerHTML (after normalizing inline style)")
    at Test.<anonymous> ( /editing/include/tests.js:5675:11)
Pass[["indent",""]] "foo[]<p>extra" queryCommandIndeterm("indent") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals(false, false, "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "foo[]<p>extra" queryCommandState("indent") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals(false, false, "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "foo[]<p>extra" queryCommandValue("indent") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals("", "", "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "foo[]<p>extra" queryCommandIndeterm("indent") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals(false, false, "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "foo[]<p>extra" queryCommandState("indent") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals(false, false, "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "foo[]<p>extra" queryCommandValue("indent") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals("", "", "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "<p>[]foo<p>extra": execCommand("indent", false, "") return value
Asserts run
Pass
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[["indent",""]] "<p>[]foo<p>extra" checks for modifications to non-editable content
Asserts run
Pass
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>indent - HTML editing conformance tests</title>\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>indent - HTML editing conformance tests</title>\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[["indent",""]] "<p>[]foo<p>extra" compare innerHTML
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5668:9)
Pass
assert_in_array("<blockquote style=\"margin:0 0 0 40px; border:none; padding:0px\"><p>foo</p></blockquote><p>extra</p>", ["<blockquote><p>foo</p></blockquote><p>extra</p>", "<blockquote style=\"margin:0 0 0 40px; border:none; padding:0px\"><p>foo</p></blockquote><p>extra</p>"], "Unexpected innerHTML (after normalizing inline style)")
    at Test.<anonymous> ( /editing/include/tests.js:5675:11)
Pass[["indent",""]] "<p>[]foo<p>extra" queryCommandIndeterm("indent") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals(false, false, "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "<p>[]foo<p>extra" queryCommandState("indent") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals(false, false, "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "<p>[]foo<p>extra" queryCommandValue("indent") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals("", "", "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "<p>[]foo<p>extra" queryCommandIndeterm("indent") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals(false, false, "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "<p>[]foo<p>extra" queryCommandState("indent") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals(false, false, "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "<p>[]foo<p>extra" queryCommandValue("indent") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals("", "", "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "<p>foo[]<p>extra": execCommand("indent", false, "") return value
Asserts run
Pass
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[["indent",""]] "<p>foo[]<p>extra" checks for modifications to non-editable content
Asserts run
Pass
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>indent - HTML editing conformance tests</title>\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>indent - HTML editing conformance tests</title>\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[["indent",""]] "<p>foo[]<p>extra" compare innerHTML
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5668:9)
Pass
assert_in_array("<blockquote style=\"margin:0 0 0 40px; border:none; padding:0px\"><p>foo</p></blockquote><p>extra</p>", ["<blockquote><p>foo</p></blockquote><p>extra</p>", "<blockquote style=\"margin:0 0 0 40px; border:none; padding:0px\"><p>foo</p></blockquote><p>extra</p>"], "Unexpected innerHTML (after normalizing inline style)")
    at Test.<anonymous> ( /editing/include/tests.js:5675:11)
Pass[["indent",""]] "<p>foo[]<p>extra" queryCommandIndeterm("indent") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals(false, false, "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "<p>foo[]<p>extra" queryCommandState("indent") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals(false, false, "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "<p>foo[]<p>extra" queryCommandValue("indent") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals("", "", "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "<p>foo[]<p>extra" queryCommandIndeterm("indent") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals(false, false, "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "<p>foo[]<p>extra" queryCommandState("indent") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals(false, false, "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "<p>foo[]<p>extra" queryCommandValue("indent") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals("", "", "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "<p>{}<br>foo</p><p>extra": execCommand("indent", false, "") return value
Asserts run
Pass
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[["indent",""]] "<p>{}<br>foo</p><p>extra" checks for modifications to non-editable content
Asserts run
Pass
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>indent - HTML editing conformance tests</title>\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>indent - HTML editing conformance tests</title>\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[["indent",""]] "<p>{}<br>foo</p><p>extra" compare innerHTMLassert_in_array: Unexpected innerHTML (after normalizing inline style) value "<p><blockquote style=\"margin:0 0 0 40px; border:none; padding:0px\"><p><br></p></blockquote>foo</p><p>extra</p>" not in array ["<blockquote><br></blockquote><p>foo</p><p>extra</p>", "<blockquote style=\"margin:0 0 0 40px; border:none; padding:0px\"><br></blockquote><p>foo</p><p>extra</p>"]
    at Test.<anonymous> (https://xn--n8j6ds53lwwkrqhv28a.wpt.live/editing/include/tests.js:5675:11)
    at Test.step (https://xn--n8j6ds53lwwkrqhv28a.wpt.live/resources/testharness.js:2642:25)
    at test (https://xn--n8j6ds53lwwkrqhv28a.wpt.live/resources/testharness.js:633:30)
    at subsetTest (https://xn--n8j6ds53lwwkrqhv28a.wpt.live/common/subset-tests.js:54:14)
    at runConformanceTest (https://xn--n8j6ds53lwwkrqhv28a.wpt.live/editing/include/tests.js:5667:5)
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5668:9)
Fail
assert_in_array("<p><blockquote style=\"margin:0 0 0 40px; border:none; padding:0px\"><p><br></p></blockquote>foo</p><p>extra</p>", ["<blockquote><br></blockquote><p>foo</p><p>extra</p>", "<blockquote style=\"margin:0 0 0 40px; border:none; padding:0px\"><br></blockquote><p>foo</p><p>extra</p>"], "Unexpected innerHTML (after normalizing inline style)")
    at Test.<anonymous> ( /editing/include/tests.js:5675:11)
Pass[["indent",""]] "<p>{}<br>foo</p><p>extra" queryCommandIndeterm("indent") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals(false, false, "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "<p>{}<br>foo</p><p>extra" queryCommandState("indent") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals(false, false, "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "<p>{}<br>foo</p><p>extra" queryCommandValue("indent") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals("", "", "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "<p>{}<br>foo</p><p>extra" queryCommandIndeterm("indent") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals(false, false, "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "<p>{}<br>foo</p><p>extra" queryCommandState("indent") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals(false, false, "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "<p>{}<br>foo</p><p>extra" queryCommandValue("indent") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals("", "", "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "<p>foo<br>{}</p><p>extra": execCommand("indent", false, "") return value
Asserts run
Pass
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[["indent",""]] "<p>foo<br>{}</p><p>extra" checks for modifications to non-editable content
Asserts run
Pass
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>indent - HTML editing conformance tests</title>\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>indent - HTML editing conformance tests</title>\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[["indent",""]] "<p>foo<br>{}</p><p>extra" compare innerHTML
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5668:9)
Pass
assert_in_array("<blockquote style=\"margin:0 0 0 40px; border:none; padding:0px\"><p>foo</p></blockquote><p>extra</p>", ["<blockquote><p>foo</p></blockquote><p>extra</p>", "<blockquote style=\"margin:0 0 0 40px; border:none; padding:0px\"><p>foo</p></blockquote><p>extra</p>"], "Unexpected innerHTML (after normalizing inline style)")
    at Test.<anonymous> ( /editing/include/tests.js:5675:11)
Pass[["indent",""]] "<p>foo<br>{}</p><p>extra" queryCommandIndeterm("indent") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals(false, false, "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "<p>foo<br>{}</p><p>extra" queryCommandState("indent") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals(false, false, "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "<p>foo<br>{}</p><p>extra" queryCommandValue("indent") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals("", "", "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "<p>foo<br>{}</p><p>extra" queryCommandIndeterm("indent") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals(false, false, "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "<p>foo<br>{}</p><p>extra" queryCommandState("indent") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals(false, false, "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "<p>foo<br>{}</p><p>extra" queryCommandValue("indent") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals("", "", "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "<span>{}<br>foo</span>bar<p>extra": execCommand("indent", false, "") return value
Asserts run
Pass
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[["indent",""]] "<span>{}<br>foo</span>bar<p>extra" checks for modifications to non-editable content
Asserts run
Pass
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>indent - HTML editing conformance tests</title>\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>indent - HTML editing conformance tests</title>\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[["indent",""]] "<span>{}<br>foo</span>bar<p>extra" compare innerHTMLassert_in_array: Unexpected innerHTML (after normalizing inline style) value "<span><blockquote style=\"margin:0 0 0 40px; border:none; padding:0px\"><span><br></span></blockquote>foo</span>bar<p>extra</p>" not in array ["<blockquote><br></blockquote><span>foo</span>bar<p>extra</p>", "<blockquote style=\"margin:0 0 0 40px; border:none; padding:0px\"><br></blockquote><span>foo</span>bar<p>extra</p>"]
    at Test.<anonymous> (https://xn--n8j6ds53lwwkrqhv28a.wpt.live/editing/include/tests.js:5675:11)
    at Test.step (https://xn--n8j6ds53lwwkrqhv28a.wpt.live/resources/testharness.js:2642:25)
    at test (https://xn--n8j6ds53lwwkrqhv28a.wpt.live/resources/testharness.js:633:30)
    at subsetTest (https://xn--n8j6ds53lwwkrqhv28a.wpt.live/common/subset-tests.js:54:14)
    at runConformanceTest (https://xn--n8j6ds53lwwkrqhv28a.wpt.live/editing/include/tests.js:5667:5)
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5668:9)
Fail
assert_in_array("<span><blockquote style=\"margin:0 0 0 40px; border:none; padding:0px\"><span><br></span></blockquote>foo</span>bar<p>extra</p>", ["<blockquote><br></blockquote><span>foo</span>bar<p>extra</p>", "<blockquote style=\"margin:0 0 0 40px; border:none; padding:0px\"><br></blockquote><span>foo</span>bar<p>extra</p>"], "Unexpected innerHTML (after normalizing inline style)")
    at Test.<anonymous> ( /editing/include/tests.js:5675:11)
Pass[["indent",""]] "<span>{}<br>foo</span>bar<p>extra" queryCommandIndeterm("indent") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals(false, false, "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "<span>{}<br>foo</span>bar<p>extra" queryCommandState("indent") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals(false, false, "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "<span>{}<br>foo</span>bar<p>extra" queryCommandValue("indent") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals("", "", "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "<span>{}<br>foo</span>bar<p>extra" queryCommandIndeterm("indent") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals(false, false, "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "<span>{}<br>foo</span>bar<p>extra" queryCommandState("indent") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals(false, false, "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "<span>{}<br>foo</span>bar<p>extra" queryCommandValue("indent") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals("", "", "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "<span>foo<br>{}</span>bar<p>extra": execCommand("indent", false, "") return value
Asserts run
Pass
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[["indent",""]] "<span>foo<br>{}</span>bar<p>extra" checks for modifications to non-editable content
Asserts run
Pass
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>indent - HTML editing conformance tests</title>\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>indent - HTML editing conformance tests</title>\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[["indent",""]] "<span>foo<br>{}</span>bar<p>extra" compare innerHTMLassert_in_array: Unexpected innerHTML (after normalizing inline style) value "<span>foo<br></span><blockquote style=\"margin:0 0 0 40px; border:none; padding:0px\">bar</blockquote><p>extra</p>" not in array ["<span>foo</span><blockquote>bar</blockquote><p>extra</p>", "<span>foo</span><blockquote style=\"margin:0 0 0 40px; border:none; padding:0px\">bar</blockquote><p>extra</p>"]
    at Test.<anonymous> (https://xn--n8j6ds53lwwkrqhv28a.wpt.live/editing/include/tests.js:5675:11)
    at Test.step (https://xn--n8j6ds53lwwkrqhv28a.wpt.live/resources/testharness.js:2642:25)
    at test (https://xn--n8j6ds53lwwkrqhv28a.wpt.live/resources/testharness.js:633:30)
    at subsetTest (https://xn--n8j6ds53lwwkrqhv28a.wpt.live/common/subset-tests.js:54:14)
    at runConformanceTest (https://xn--n8j6ds53lwwkrqhv28a.wpt.live/editing/include/tests.js:5667:5)
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5668:9)
Fail
assert_in_array("<span>foo<br></span><blockquote style=\"margin:0 0 0 40px; border:none; padding:0px\">bar</blockquote><p>extra</p>", ["<span>foo</span><blockquote>bar</blockquote><p>extra</p>", "<span>foo</span><blockquote style=\"margin:0 0 0 40px; border:none; padding:0px\">bar</blockquote><p>extra</p>"], "Unexpected innerHTML (after normalizing inline style)")
    at Test.<anonymous> ( /editing/include/tests.js:5675:11)
Pass[["indent",""]] "<span>foo<br>{}</span>bar<p>extra" queryCommandIndeterm("indent") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals(false, false, "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "<span>foo<br>{}</span>bar<p>extra" queryCommandState("indent") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals(false, false, "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "<span>foo<br>{}</span>bar<p>extra" queryCommandValue("indent") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals("", "", "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "<span>foo<br>{}</span>bar<p>extra" queryCommandIndeterm("indent") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals(false, false, "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "<span>foo<br>{}</span>bar<p>extra" queryCommandState("indent") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals(false, false, "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "<span>foo<br>{}</span>bar<p>extra" queryCommandValue("indent") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals("", "", "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "<p>foo</p>{}<p>bar</p>": execCommand("indent", false, "") return value
Asserts run
Pass
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[["indent",""]] "<p>foo</p>{}<p>bar</p>" checks for modifications to non-editable content
Asserts run
Pass
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>indent - HTML editing conformance tests</title>\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>indent - HTML editing conformance tests</title>\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[["indent",""]] "<p>foo</p>{}<p>bar</p>" compare innerHTMLassert_equals: Unexpected innerHTML (after normalizing inline style) expected "<p>foo</p><p>bar</p>" but got "<p>foo</p><blockquote style=\"margin:0 0 0 40px; border:none; padding:0px\"><p>bar</p></blockquote>"
    at Test.<anonymous> (https://xn--n8j6ds53lwwkrqhv28a.wpt.live/editing/include/tests.js:5679:11)
    at Test.step (https://xn--n8j6ds53lwwkrqhv28a.wpt.live/resources/testharness.js:2642:25)
    at test (https://xn--n8j6ds53lwwkrqhv28a.wpt.live/resources/testharness.js:633:30)
    at subsetTest (https://xn--n8j6ds53lwwkrqhv28a.wpt.live/common/subset-tests.js:54:14)
    at runConformanceTest (https://xn--n8j6ds53lwwkrqhv28a.wpt.live/editing/include/tests.js:5667:5)
Asserts run
Pass
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><blockquote style=\"margin:0 0 0 40px; border:none; padding:0px\"><p>bar</p></blockquote>", "<p>foo</p><p>bar</p>", "Unexpected innerHTML (after normalizing inline style)")
    at Test.<anonymous> ( /editing/include/tests.js:5679:11)
Pass[["indent",""]] "<p>foo</p>{}<p>bar</p>" queryCommandIndeterm("indent") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals(false, false, "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "<p>foo</p>{}<p>bar</p>" queryCommandState("indent") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals(false, false, "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "<p>foo</p>{}<p>bar</p>" queryCommandValue("indent") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals("", "", "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "<p>foo</p>{}<p>bar</p>" queryCommandIndeterm("indent") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals(false, false, "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "<p>foo</p>{}<p>bar</p>" queryCommandState("indent") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals(false, false, "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "<p>foo</p>{}<p>bar</p>" queryCommandValue("indent") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals("", "", "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "<table><tbody><tr><td>foo<td>b[a]r<td>baz</table><p>extra": execCommand("indent", false, "") return value
Asserts run
Pass
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[["indent",""]] "<table><tbody><tr><td>foo<td>b[a]r<td>baz</table><p>extra" checks for modifications to non-editable content
Asserts run
Pass
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>indent - HTML editing conformance tests</title>\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>indent - HTML editing conformance tests</title>\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[["indent",""]] "<table><tbody><tr><td>foo<td>b[a]r<td>baz</table><p>extra" compare innerHTML
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5668:9)
Pass
assert_in_array("<table><tbody><tr><td>foo</td><td><blockquote style=\"margin:0 0 0 40px; border:none; padding:0px\">bar</blockquote></td><td>baz</td></tr></tbody></table><p>extra</p>", ["<table><tbody><tr><td>foo</td><td><blockquote>bar</blockquote></td><td>baz</td></tr></tbody></table><p>extra</p>", "<table><tbody><tr><td>foo</td><td><blockquote style=\"margin:0 0 0 40px; border:none; padding:0px\">bar</blockquote></td><td>baz</td></tr></tbody></table><p>extra</p>"], "Unexpected innerHTML (after normalizing inline style)")
    at Test.<anonymous> ( /editing/include/tests.js:5675:11)
Pass[["indent",""]] "<table><tbody><tr><td>foo<td>b[a]r<td>baz</table><p>extra" queryCommandIndeterm("indent") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals(false, false, "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "<table><tbody><tr><td>foo<td>b[a]r<td>baz</table><p>extra" queryCommandState("indent") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals(false, false, "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "<table><tbody><tr><td>foo<td>b[a]r<td>baz</table><p>extra" queryCommandValue("indent") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals("", "", "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "<table><tbody><tr><td>foo<td>b[a]r<td>baz</table><p>extra" queryCommandIndeterm("indent") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals(false, false, "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "<table><tbody><tr><td>foo<td>b[a]r<td>baz</table><p>extra" queryCommandState("indent") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals(false, false, "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "<table><tbody><tr><td>foo<td>b[a]r<td>baz</table><p>extra" queryCommandValue("indent") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals("", "", "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "<table><tbody><tr data-start=1 data-end=2><td>foo<td>bar<td>baz</table><p>extra": execCommand("indent", false, "") return value
Asserts run
Pass
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[["indent",""]] "<table><tbody><tr data-start=1 data-end=2><td>foo<td>bar<td>baz</table><p>extra" checks for modifications to non-editable content
Asserts run
Pass
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>indent - HTML editing conformance tests</title>\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>indent - HTML editing conformance tests</title>\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[["indent",""]] "<table><tbody><tr data-start=1 data-end=2><td>foo<td>bar<td>baz</table><p>extra" compare innerHTML
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5668:9)
Pass
assert_in_array("<table><tbody><tr><td>foo</td><td><blockquote style=\"margin:0 0 0 40px; border:none; padding:0px\">bar</blockquote></td><td>baz</td></tr></tbody></table><p>extra</p>", ["<table><tbody><tr><td>foo</td><td><blockquote>bar</blockquote></td><td>baz</td></tr></tbody></table><p>extra</p>", "<table><tbody><tr><td>foo</td><td><blockquote style=\"margin:0 0 0 40px; border:none; padding:0px\">bar</blockquote></td><td>baz</td></tr></tbody></table><p>extra</p>"], "Unexpected innerHTML (after normalizing inline style)")
    at Test.<anonymous> ( /editing/include/tests.js:5675:11)
Pass[["indent",""]] "<table><tbody><tr data-start=1 data-end=2><td>foo<td>bar<td>baz</table><p>extra" queryCommandIndeterm("indent") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals(false, false, "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "<table><tbody><tr data-start=1 data-end=2><td>foo<td>bar<td>baz</table><p>extra" queryCommandState("indent") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals(false, false, "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "<table><tbody><tr data-start=1 data-end=2><td>foo<td>bar<td>baz</table><p>extra" queryCommandValue("indent") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals("", "", "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "<table><tbody><tr data-start=1 data-end=2><td>foo<td>bar<td>baz</table><p>extra" queryCommandIndeterm("indent") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals(false, false, "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "<table><tbody><tr data-start=1 data-end=2><td>foo<td>bar<td>baz</table><p>extra" queryCommandState("indent") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals(false, false, "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "<table><tbody><tr data-start=1 data-end=2><td>foo<td>bar<td>baz</table><p>extra" queryCommandValue("indent") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals("", "", "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "<table><tbody><tr data-start=0 data-end=2><td>foo<td>bar<td>baz</table><p>extra": execCommand("indent", false, "") return value
Asserts run
Pass
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[["indent",""]] "<table><tbody><tr data-start=0 data-end=2><td>foo<td>bar<td>baz</table><p>extra" checks for modifications to non-editable content
Asserts run
Pass
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>indent - HTML editing conformance tests</title>\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>indent - HTML editing conformance tests</title>\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[["indent",""]] "<table><tbody><tr data-start=0 data-end=2><td>foo<td>bar<td>baz</table><p>extra" compare innerHTMLassert_in_array: Unexpected innerHTML (after normalizing inline style) value "<table><tbody><tr><td><blockquote style=\"margin:0 0 0 40px; border:none; padding:0px\">foo</blockquote></td><td><blockquote style=\"margin:0 0 0 40px; border:none; padding:0px\">bar</blockquote></td><td>baz</td></tr></tbody></table><p>extra</p>" not in array ["<table><tbody><tr><td><blockquote>foo</blockquote></td><td><blockquote>bar</blockquote></td><td>baz</td></tr></tbody></table><p>extra</p>", "<table><tbody><tr><td><blockquote style=\"margin:0 0 0 40px; border:none; padding:0px\">foo</blockquote></td><td><blockquote>bar</blockquote></td><td>baz</td></tr></tbody></table><p>extra</p>"]
    at Test.<anonymous> (https://xn--n8j6ds53lwwkrqhv28a.wpt.live/editing/include/tests.js:5675:11)
    at Test.step (https://xn--n8j6ds53lwwkrqhv28a.wpt.live/resources/testharness.js:2642:25)
    at test (https://xn--n8j6ds53lwwkrqhv28a.wpt.live/resources/testharness.js:633:30)
    at subsetTest (https://xn--n8j6ds53lwwkrqhv28a.wpt.live/common/subset-tests.js:54:14)
    at runConformanceTest (https://xn--n8j6ds53lwwkrqhv28a.wpt.live/editing/include/tests.js:5667:5)
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5668:9)
Fail
assert_in_array("<table><tbody><tr><td><blockquote style=\"margin:0 0 0 40px; border:none; padding:0px\">foo</blockquote></td><td><blockquote style=\"margin:0 0 0 40px; border:none; padding:0px\">bar</blockquote></td><td>baz</td></tr></tbody></table><p>extra</p>", ["<table><tbody><tr><td><blockquote>foo</blockquote></td><td><blockquote>bar</blockquote></td><td>baz</td></tr></tbody></table><p>extra</p>", "<table><tbody><tr><td><blockquote style=\"margin:0 0 0 40px; border:none; padding:0px\">foo</blockquote></td><td><blockquote>bar</blockquote></td><td>baz</td></tr></tbody></table><p>extra</p>"], "Unexpected innerHTML (after normalizing inline style)")
    at Test.<anonymous> ( /editing/include/tests.js:5675:11)
Pass[["indent",""]] "<table><tbody><tr data-start=0 data-end=2><td>foo<td>bar<td>baz</table><p>extra" queryCommandIndeterm("indent") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals(false, false, "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "<table><tbody><tr data-start=0 data-end=2><td>foo<td>bar<td>baz</table><p>extra" queryCommandState("indent") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals(false, false, "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "<table><tbody><tr data-start=0 data-end=2><td>foo<td>bar<td>baz</table><p>extra" queryCommandValue("indent") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals("", "", "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "<table><tbody><tr data-start=0 data-end=2><td>foo<td>bar<td>baz</table><p>extra" queryCommandIndeterm("indent") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals(false, false, "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "<table><tbody><tr data-start=0 data-end=2><td>foo<td>bar<td>baz</table><p>extra" queryCommandState("indent") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals(false, false, "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "<table><tbody><tr data-start=0 data-end=2><td>foo<td>bar<td>baz</table><p>extra" queryCommandValue("indent") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals("", "", "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "<table><tbody data-start=0 data-end=1><tr><td>foo<td>bar<td>baz</table><p>extra": execCommand("indent", false, "") return value
Asserts run
Pass
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[["indent",""]] "<table><tbody data-start=0 data-end=1><tr><td>foo<td>bar<td>baz</table><p>extra" checks for modifications to non-editable content
Asserts run
Pass
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>indent - HTML editing conformance tests</title>\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>indent - HTML editing conformance tests</title>\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[["indent",""]] "<table><tbody data-start=0 data-end=1><tr><td>foo<td>bar<td>baz</table><p>extra" compare innerHTMLassert_in_array: Unexpected innerHTML (after normalizing inline style) value "<table><tbody><tr><td><blockquote style=\"margin:0 0 0 40px; border:none; padding:0px\">foo</blockquote></td><td><blockquote style=\"margin:0 0 0 40px; border:none; padding:0px\">bar</blockquote></td><td><blockquote style=\"margin:0 0 0 40px; border:none; padding:0px\">baz</blockquote></td></tr></tbody></table><p>extra</p>" not in array ["<blockquote><table><tbody><tr><td>foo</td><td>bar</td><td>baz</td></tr></tbody></table></blockquote><p>extra</p>", "<blockquote style=\"margin:0 0 0 40px; border:none; padding:0px\"><table><tbody><tr><td>foo</td><td>bar</td><td>baz</td></tr></tbody></table></blockquote><p>extra</p>"]
    at Test.<anonymous> (https://xn--n8j6ds53lwwkrqhv28a.wpt.live/editing/include/tests.js:5675:11)
    at Test.step (https://xn--n8j6ds53lwwkrqhv28a.wpt.live/resources/testharness.js:2642:25)
    at test (https://xn--n8j6ds53lwwkrqhv28a.wpt.live/resources/testharness.js:633:30)
    at subsetTest (https://xn--n8j6ds53lwwkrqhv28a.wpt.live/common/subset-tests.js:54:14)
    at runConformanceTest (https://xn--n8j6ds53lwwkrqhv28a.wpt.live/editing/include/tests.js:5667:5)
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5668:9)
Fail
assert_in_array("<table><tbody><tr><td><blockquote style=\"margin:0 0 0 40px; border:none; padding:0px\">foo</blockquote></td><td><blockquote style=\"margin:0 0 0 40px; border:none; padding:0px\">bar</blockquote></td><td><blockquote style=\"margin:0 0 0 40px; border:none; padding:0px\">baz</blockquote></td></tr></tbody></table><p>extra</p>", ["<blockquote><table><tbody><tr><td>foo</td><td>bar</td><td>baz</td></tr></tbody></table></blockquote><p>extra</p>", "<blockquote style=\"margin:0 0 0 40px; border:none; padding:0px\"><table><tbody><tr><td>foo</td><td>bar</td><td>baz</td></tr></tbody></table></blockquote><p>extra</p>"], "Unexpected innerHTML (after normalizing inline style)")
    at Test.<anonymous> ( /editing/include/tests.js:5675:11)
Pass[["indent",""]] "<table><tbody data-start=0 data-end=1><tr><td>foo<td>bar<td>baz</table><p>extra" queryCommandIndeterm("indent") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals(false, false, "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "<table><tbody data-start=0 data-end=1><tr><td>foo<td>bar<td>baz</table><p>extra" queryCommandState("indent") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals(false, false, "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "<table><tbody data-start=0 data-end=1><tr><td>foo<td>bar<td>baz</table><p>extra" queryCommandValue("indent") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals("", "", "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "<table><tbody data-start=0 data-end=1><tr><td>foo<td>bar<td>baz</table><p>extra" queryCommandIndeterm("indent") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals(false, false, "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "<table><tbody data-start=0 data-end=1><tr><td>foo<td>bar<td>baz</table><p>extra" queryCommandState("indent") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals(false, false, "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "<table><tbody data-start=0 data-end=1><tr><td>foo<td>bar<td>baz</table><p>extra" queryCommandValue("indent") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals("", "", "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "<table data-start=0 data-end=1><tbody><tr><td>foo<td>bar<td>baz</table><p>extra": execCommand("indent", false, "") return value
Asserts run
Pass
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[["indent",""]] "<table data-start=0 data-end=1><tbody><tr><td>foo<td>bar<td>baz</table><p>extra" checks for modifications to non-editable content
Asserts run
Pass
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>indent - HTML editing conformance tests</title>\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>indent - HTML editing conformance tests</title>\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[["indent",""]] "<table data-start=0 data-end=1><tbody><tr><td>foo<td>bar<td>baz</table><p>extra" compare innerHTML
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5668:9)
Pass
assert_in_array("<blockquote style=\"margin:0 0 0 40px; border:none; padding:0px\"><table><tbody><tr><td>foo</td><td>bar</td><td>baz</td></tr></tbody></table></blockquote><p>extra</p>", ["<blockquote><table><tbody><tr><td>foo</td><td>bar</td><td>baz</td></tr></tbody></table></blockquote><p>extra</p>", "<blockquote style=\"margin:0 0 0 40px; border:none; padding:0px\"><table><tbody><tr><td>foo</td><td>bar</td><td>baz</td></tr></tbody></table></blockquote><p>extra</p>"], "Unexpected innerHTML (after normalizing inline style)")
    at Test.<anonymous> ( /editing/include/tests.js:5675:11)
Pass[["indent",""]] "<table data-start=0 data-end=1><tbody><tr><td>foo<td>bar<td>baz</table><p>extra" queryCommandIndeterm("indent") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals(false, false, "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "<table data-start=0 data-end=1><tbody><tr><td>foo<td>bar<td>baz</table><p>extra" queryCommandState("indent") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals(false, false, "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "<table data-start=0 data-end=1><tbody><tr><td>foo<td>bar<td>baz</table><p>extra" queryCommandValue("indent") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals("", "", "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "<table data-start=0 data-end=1><tbody><tr><td>foo<td>bar<td>baz</table><p>extra" queryCommandIndeterm("indent") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals(false, false, "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "<table data-start=0 data-end=1><tbody><tr><td>foo<td>bar<td>baz</table><p>extra" queryCommandState("indent") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals(false, false, "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "<table data-start=0 data-end=1><tbody><tr><td>foo<td>bar<td>baz</table><p>extra" queryCommandValue("indent") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals("", "", "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "{<table><tr><td>foo<td>bar<td>baz</table>}<p>extra": execCommand("indent", false, "") return value
Asserts run
Pass
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[["indent",""]] "{<table><tr><td>foo<td>bar<td>baz</table>}<p>extra" checks for modifications to non-editable content
Asserts run
Pass
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>indent - HTML editing conformance tests</title>\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>indent - HTML editing conformance tests</title>\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[["indent",""]] "{<table><tr><td>foo<td>bar<td>baz</table>}<p>extra" compare innerHTML
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5668:9)
Pass
assert_in_array("<blockquote style=\"margin:0 0 0 40px; border:none; padding:0px\"><table><tbody><tr><td>foo</td><td>bar</td><td>baz</td></tr></tbody></table></blockquote><p>extra</p>", ["<blockquote><table><tbody><tr><td>foo</td><td>bar</td><td>baz</td></tr></tbody></table></blockquote><p>extra</p>", "<blockquote style=\"margin:0 0 0 40px; border:none; padding:0px\"><table><tbody><tr><td>foo</td><td>bar</td><td>baz</td></tr></tbody></table></blockquote><p>extra</p>"], "Unexpected innerHTML (after normalizing inline style)")
    at Test.<anonymous> ( /editing/include/tests.js:5675:11)
Pass[["indent",""]] "{<table><tr><td>foo<td>bar<td>baz</table>}<p>extra" queryCommandIndeterm("indent") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals(false, false, "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "{<table><tr><td>foo<td>bar<td>baz</table>}<p>extra" queryCommandState("indent") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals(false, false, "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "{<table><tr><td>foo<td>bar<td>baz</table>}<p>extra" queryCommandValue("indent") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals("", "", "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "{<table><tr><td>foo<td>bar<td>baz</table>}<p>extra" queryCommandIndeterm("indent") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals(false, false, "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "{<table><tr><td>foo<td>bar<td>baz</table>}<p>extra" queryCommandState("indent") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals(false, false, "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "{<table><tr><td>foo<td>bar<td>baz</table>}<p>extra" queryCommandValue("indent") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals("", "", "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "<p>foo[bar]</p><p>baz</p><p>extra": execCommand("indent", false, "") return value
Asserts run
Pass
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[["indent",""]] "<p>foo[bar]</p><p>baz</p><p>extra" checks for modifications to non-editable content
Asserts run
Pass
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>indent - HTML editing conformance tests</title>\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>indent - HTML editing conformance tests</title>\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[["indent",""]] "<p>foo[bar]</p><p>baz</p><p>extra" compare innerHTML
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5668:9)
Pass
assert_in_array("<blockquote style=\"margin:0 0 0 40px; border:none; padding:0px\"><p>foobar</p></blockquote><p>baz</p><p>extra</p>", ["<blockquote><p>foobar</p></blockquote><p>baz</p><p>extra</p>", "<blockquote style=\"margin:0 0 0 40px; border:none; padding:0px\"><p>foobar</p></blockquote><p>baz</p><p>extra</p>"], "Unexpected innerHTML (after normalizing inline style)")
    at Test.<anonymous> ( /editing/include/tests.js:5675:11)
Pass[["indent",""]] "<p>foo[bar]</p><p>baz</p><p>extra" queryCommandIndeterm("indent") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals(false, false, "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "<p>foo[bar]</p><p>baz</p><p>extra" queryCommandState("indent") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals(false, false, "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "<p>foo[bar]</p><p>baz</p><p>extra" queryCommandValue("indent") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals("", "", "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "<p>foo[bar]</p><p>baz</p><p>extra" queryCommandIndeterm("indent") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals(false, false, "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "<p>foo[bar]</p><p>baz</p><p>extra" queryCommandState("indent") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals(false, false, "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "<p>foo[bar]</p><p>baz</p><p>extra" queryCommandValue("indent") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals("", "", "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "<p>[foobar</p><p>ba]z</p><p>extra": execCommand("indent", false, "") return value
Asserts run
Pass
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[["indent",""]] "<p>[foobar</p><p>ba]z</p><p>extra" checks for modifications to non-editable content
Asserts run
Pass
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>indent - HTML editing conformance tests</title>\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>indent - HTML editing conformance tests</title>\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[["indent",""]] "<p>[foobar</p><p>ba]z</p><p>extra" compare innerHTML
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5668:9)
Pass
assert_in_array("<blockquote style=\"margin:0 0 0 40px; border:none; padding:0px\"><p>foobar</p><p>baz</p></blockquote><p>extra</p>", ["<blockquote><p>foobar</p><p>baz</p></blockquote><p>extra</p>", "<blockquote style=\"margin:0 0 0 40px; border:none; padding:0px\"><p>foobar</p><p>baz</p></blockquote><p>extra</p>"], "Unexpected innerHTML (after normalizing inline style)")
    at Test.<anonymous> ( /editing/include/tests.js:5675:11)
Pass[["indent",""]] "<p>[foobar</p><p>ba]z</p><p>extra" queryCommandIndeterm("indent") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals(false, false, "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "<p>[foobar</p><p>ba]z</p><p>extra" queryCommandState("indent") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals(false, false, "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "<p>[foobar</p><p>ba]z</p><p>extra" queryCommandValue("indent") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals("", "", "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "<p>[foobar</p><p>ba]z</p><p>extra" queryCommandIndeterm("indent") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals(false, false, "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "<p>[foobar</p><p>ba]z</p><p>extra" queryCommandState("indent") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals(false, false, "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "<p>[foobar</p><p>ba]z</p><p>extra" queryCommandValue("indent") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals("", "", "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "foo[bar]<br>baz<p>extra": execCommand("indent", false, "") return value
Asserts run
Pass
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[["indent",""]] "foo[bar]<br>baz<p>extra" checks for modifications to non-editable content
Asserts run
Pass
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>indent - HTML editing conformance tests</title>\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>indent - HTML editing conformance tests</title>\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[["indent",""]] "foo[bar]<br>baz<p>extra" compare innerHTML
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5668:9)
Pass
assert_in_array("<blockquote style=\"margin:0 0 0 40px; border:none; padding:0px\">foobar</blockquote>baz<p>extra</p>", ["<blockquote>foobar</blockquote>baz<p>extra</p>", "<blockquote style=\"margin:0 0 0 40px; border:none; padding:0px\">foobar</blockquote>baz<p>extra</p>"], "Unexpected innerHTML (after normalizing inline style)")
    at Test.<anonymous> ( /editing/include/tests.js:5675:11)
Pass[["indent",""]] "foo[bar]<br>baz<p>extra" queryCommandIndeterm("indent") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals(false, false, "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "foo[bar]<br>baz<p>extra" queryCommandState("indent") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals(false, false, "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "foo[bar]<br>baz<p>extra" queryCommandValue("indent") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals("", "", "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "foo[bar]<br>baz<p>extra" queryCommandIndeterm("indent") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals(false, false, "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "foo[bar]<br>baz<p>extra" queryCommandState("indent") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals(false, false, "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "foo[bar]<br>baz<p>extra" queryCommandValue("indent") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals("", "", "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "foo[bar]<br><br><br><br>baz<p>extra": execCommand("indent", false, "") return value
Asserts run
Pass
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[["indent",""]] "foo[bar]<br><br><br><br>baz<p>extra" checks for modifications to non-editable content
Asserts run
Pass
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>indent - HTML editing conformance tests</title>\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>indent - HTML editing conformance tests</title>\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[["indent",""]] "foo[bar]<br><br><br><br>baz<p>extra" compare innerHTML
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5668:9)
Pass
assert_in_array("<blockquote style=\"margin:0 0 0 40px; border:none; padding:0px\">foobar</blockquote><br><br><br>baz<p>extra</p>", ["<blockquote>foobar</blockquote><br><br><br>baz<p>extra</p>", "<blockquote style=\"margin:0 0 0 40px; border:none; padding:0px\">foobar</blockquote><br><br><br>baz<p>extra</p>"], "Unexpected innerHTML (after normalizing inline style)")
    at Test.<anonymous> ( /editing/include/tests.js:5675:11)
Pass[["indent",""]] "foo[bar]<br><br><br><br>baz<p>extra" queryCommandIndeterm("indent") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals(false, false, "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "foo[bar]<br><br><br><br>baz<p>extra" queryCommandState("indent") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals(false, false, "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "foo[bar]<br><br><br><br>baz<p>extra" queryCommandValue("indent") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals("", "", "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "foo[bar]<br><br><br><br>baz<p>extra" queryCommandIndeterm("indent") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals(false, false, "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "foo[bar]<br><br><br><br>baz<p>extra" queryCommandState("indent") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals(false, false, "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "foo[bar]<br><br><br><br>baz<p>extra" queryCommandValue("indent") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals("", "", "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "foobar<br>[ba]z<p>extra": execCommand("indent", false, "") return value
Asserts run
Pass
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[["indent",""]] "foobar<br>[ba]z<p>extra" checks for modifications to non-editable content
Asserts run
Pass
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>indent - HTML editing conformance tests</title>\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>indent - HTML editing conformance tests</title>\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[["indent",""]] "foobar<br>[ba]z<p>extra" compare innerHTMLassert_in_array: Unexpected innerHTML (after normalizing inline style) value "foobar<br><blockquote style=\"margin:0 0 0 40px; border:none; padding:0px\">baz</blockquote><p>extra</p>" not in array ["foobar<blockquote>baz</blockquote><p>extra</p>", "foobar<blockquote style=\"margin:0 0 0 40px; border:none; padding:0px\">baz</blockquote><p>extra</p>"]
    at Test.<anonymous> (https://xn--n8j6ds53lwwkrqhv28a.wpt.live/editing/include/tests.js:5675:11)
    at Test.step (https://xn--n8j6ds53lwwkrqhv28a.wpt.live/resources/testharness.js:2642:25)
    at test (https://xn--n8j6ds53lwwkrqhv28a.wpt.live/resources/testharness.js:633:30)
    at subsetTest (https://xn--n8j6ds53lwwkrqhv28a.wpt.live/common/subset-tests.js:54:14)
    at runConformanceTest (https://xn--n8j6ds53lwwkrqhv28a.wpt.live/editing/include/tests.js:5667:5)
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5668:9)
Fail
assert_in_array("foobar<br><blockquote style=\"margin:0 0 0 40px; border:none; padding:0px\">baz</blockquote><p>extra</p>", ["foobar<blockquote>baz</blockquote><p>extra</p>", "foobar<blockquote style=\"margin:0 0 0 40px; border:none; padding:0px\">baz</blockquote><p>extra</p>"], "Unexpected innerHTML (after normalizing inline style)")
    at Test.<anonymous> ( /editing/include/tests.js:5675:11)
Pass[["indent",""]] "foobar<br>[ba]z<p>extra" queryCommandIndeterm("indent") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals(false, false, "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "foobar<br>[ba]z<p>extra" queryCommandState("indent") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals(false, false, "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "foobar<br>[ba]z<p>extra" queryCommandValue("indent") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals("", "", "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "foobar<br>[ba]z<p>extra" queryCommandIndeterm("indent") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals(false, false, "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "foobar<br>[ba]z<p>extra" queryCommandState("indent") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals(false, false, "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "foobar<br>[ba]z<p>extra" queryCommandValue("indent") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals("", "", "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "foobar<br><br><br><br>[ba]z<p>extra": execCommand("indent", false, "") return value
Asserts run
Pass
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[["indent",""]] "foobar<br><br><br><br>[ba]z<p>extra" checks for modifications to non-editable content
Asserts run
Pass
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>indent - HTML editing conformance tests</title>\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>indent - HTML editing conformance tests</title>\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[["indent",""]] "foobar<br><br><br><br>[ba]z<p>extra" compare innerHTML
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5668:9)
Pass
assert_in_array("foobar<br><br><br><br><blockquote style=\"margin:0 0 0 40px; border:none; padding:0px\">baz</blockquote><p>extra</p>", ["foobar<br><br><br><br><blockquote>baz</blockquote><p>extra</p>", "foobar<br><br><br><br><blockquote style=\"margin:0 0 0 40px; border:none; padding:0px\">baz</blockquote><p>extra</p>"], "Unexpected innerHTML (after normalizing inline style)")
    at Test.<anonymous> ( /editing/include/tests.js:5675:11)
Pass[["indent",""]] "foobar<br><br><br><br>[ba]z<p>extra" queryCommandIndeterm("indent") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals(false, false, "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "foobar<br><br><br><br>[ba]z<p>extra" queryCommandState("indent") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals(false, false, "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "foobar<br><br><br><br>[ba]z<p>extra" queryCommandValue("indent") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals("", "", "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "foobar<br><br><br><br>[ba]z<p>extra" queryCommandIndeterm("indent") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals(false, false, "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "foobar<br><br><br><br>[ba]z<p>extra" queryCommandState("indent") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals(false, false, "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "foobar<br><br><br><br>[ba]z<p>extra" queryCommandValue("indent") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals("", "", "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "foo[bar<br>ba]z<p>extra": execCommand("indent", false, "") return value
Asserts run
Pass
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[["indent",""]] "foo[bar<br>ba]z<p>extra" checks for modifications to non-editable content
Asserts run
Pass
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>indent - HTML editing conformance tests</title>\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>indent - HTML editing conformance tests</title>\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[["indent",""]] "foo[bar<br>ba]z<p>extra" compare innerHTML
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5668:9)
Pass
assert_in_array("<blockquote style=\"margin:0 0 0 40px; border:none; padding:0px\">foobar<br>baz</blockquote><p>extra</p>", ["<blockquote>foobar<br>baz</blockquote><p>extra</p>", "<blockquote style=\"margin:0 0 0 40px; border:none; padding:0px\">foobar<br>baz</blockquote><p>extra</p>"], "Unexpected innerHTML (after normalizing inline style)")
    at Test.<anonymous> ( /editing/include/tests.js:5675:11)
Pass[["indent",""]] "foo[bar<br>ba]z<p>extra" queryCommandIndeterm("indent") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals(false, false, "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "foo[bar<br>ba]z<p>extra" queryCommandState("indent") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals(false, false, "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "foo[bar<br>ba]z<p>extra" queryCommandValue("indent") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals("", "", "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "foo[bar<br>ba]z<p>extra" queryCommandIndeterm("indent") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals(false, false, "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "foo[bar<br>ba]z<p>extra" queryCommandState("indent") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals(false, false, "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "foo[bar<br>ba]z<p>extra" queryCommandValue("indent") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals("", "", "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "<div>foo<p>[bar]</p>baz</div><p>extra": execCommand("indent", false, "") return value
Asserts run
Pass
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[["indent",""]] "<div>foo<p>[bar]</p>baz</div><p>extra" checks for modifications to non-editable content
Asserts run
Pass
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>indent - HTML editing conformance tests</title>\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>indent - HTML editing conformance tests</title>\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[["indent",""]] "<div>foo<p>[bar]</p>baz</div><p>extra" compare innerHTMLassert_in_array: Unexpected innerHTML (after normalizing inline style) value "<div>foo</div><blockquote style=\"margin:0 0 0 40px; border:none; padding:0px\"><div><p>bar</p></div></blockquote><div>baz</div><p>extra</p>" not in array ["<div>foo<blockquote><p>bar</p></blockquote>baz</div><p>extra</p>", "<div>foo<blockquote style=\"margin:0 0 0 40px; border:none; padding:0px\"<p>bar</p></blockquote>baz</div><p>extra</p>"]
    at Test.<anonymous> (https://xn--n8j6ds53lwwkrqhv28a.wpt.live/editing/include/tests.js:5675:11)
    at Test.step (https://xn--n8j6ds53lwwkrqhv28a.wpt.live/resources/testharness.js:2642:25)
    at test (https://xn--n8j6ds53lwwkrqhv28a.wpt.live/resources/testharness.js:633:30)
    at subsetTest (https://xn--n8j6ds53lwwkrqhv28a.wpt.live/common/subset-tests.js:54:14)
    at runConformanceTest (https://xn--n8j6ds53lwwkrqhv28a.wpt.live/editing/include/tests.js:5667:5)
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5668:9)
Fail
assert_in_array("<div>foo</div><blockquote style=\"margin:0 0 0 40px; border:none; padding:0px\"><div><p>bar</p></div></blockquote><div>baz</div><p>extra</p>", ["<div>foo<blockquote><p>bar</p></blockquote>baz</div><p>extra</p>", "<div>foo<blockquote style=\"margin:0 0 0 40px; border:none; padding:0px\"<p>bar</p></blockquote>baz</div><p>extra</p>"], "Unexpected innerHTML (after normalizing inline style)")
    at Test.<anonymous> ( /editing/include/tests.js:5675:11)
Pass[["indent",""]] "<div>foo<p>[bar]</p>baz</div><p>extra" queryCommandIndeterm("indent") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals(false, false, "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "<div>foo<p>[bar]</p>baz</div><p>extra" queryCommandState("indent") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals(false, false, "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "<div>foo<p>[bar]</p>baz</div><p>extra" queryCommandValue("indent") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals("", "", "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "<div>foo<p>[bar]</p>baz</div><p>extra" queryCommandIndeterm("indent") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals(false, false, "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "<div>foo<p>[bar]</p>baz</div><p>extra" queryCommandState("indent") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals(false, false, "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "<div>foo<p>[bar]</p>baz</div><p>extra" queryCommandValue("indent") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals("", "", "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "<blockquote><p>foo[bar]</p><p>baz</p></blockquote><p>extra": execCommand("indent", false, "") return value
Asserts run
Pass
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[["indent",""]] "<blockquote><p>foo[bar]</p><p>baz</p></blockquote><p>extra" checks for modifications to non-editable content
Asserts run
Pass
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>indent - HTML editing conformance tests</title>\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>indent - HTML editing conformance tests</title>\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[["indent",""]] "<blockquote><p>foo[bar]</p><p>baz</p></blockquote><p>extra" compare innerHTMLassert_in_array: Unexpected innerHTML (after normalizing inline style) value "<blockquote style=\"margin:0 0 0 40px; border:none; padding:0px\"><blockquote><p>foobar</p></blockquote></blockquote><blockquote><p>baz</p></blockquote><p>extra</p>" not in array ["<blockquote><blockquote><p>foobar</p></blockquote><p>baz</p></blockquote><p>extra</p>", "<blockquote><blockquote style=\"margin:0 0 0 40px; border:none; padding:0px\"><p>foobar</p></blockquote><p>baz</p></blockquote><p>extra</p>"]
    at Test.<anonymous> (https://xn--n8j6ds53lwwkrqhv28a.wpt.live/editing/include/tests.js:5675:11)
    at Test.step (https://xn--n8j6ds53lwwkrqhv28a.wpt.live/resources/testharness.js:2642:25)
    at test (https://xn--n8j6ds53lwwkrqhv28a.wpt.live/resources/testharness.js:633:30)
    at subsetTest (https://xn--n8j6ds53lwwkrqhv28a.wpt.live/common/subset-tests.js:54:14)
    at runConformanceTest (https://xn--n8j6ds53lwwkrqhv28a.wpt.live/editing/include/tests.js:5667:5)
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5668:9)
Fail
assert_in_array("<blockquote style=\"margin:0 0 0 40px; border:none; padding:0px\"><blockquote><p>foobar</p></blockquote></blockquote><blockquote><p>baz</p></blockquote><p>extra</p>", ["<blockquote><blockquote><p>foobar</p></blockquote><p>baz</p></blockquote><p>extra</p>", "<blockquote><blockquote style=\"margin:0 0 0 40px; border:none; padding:0px\"><p>foobar</p></blockquote><p>baz</p></blockquote><p>extra</p>"], "Unexpected innerHTML (after normalizing inline style)")
    at Test.<anonymous> ( /editing/include/tests.js:5675:11)
Pass[["indent",""]] "<blockquote><p>foo[bar]</p><p>baz</p></blockquote><p>extra" queryCommandIndeterm("indent") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals(false, false, "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "<blockquote><p>foo[bar]</p><p>baz</p></blockquote><p>extra" queryCommandState("indent") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals(false, false, "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "<blockquote><p>foo[bar]</p><p>baz</p></blockquote><p>extra" queryCommandValue("indent") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals("", "", "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "<blockquote><p>foo[bar]</p><p>baz</p></blockquote><p>extra" queryCommandIndeterm("indent") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals(false, false, "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "<blockquote><p>foo[bar]</p><p>baz</p></blockquote><p>extra" queryCommandState("indent") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals(false, false, "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "<blockquote><p>foo[bar]</p><p>baz</p></blockquote><p>extra" queryCommandValue("indent") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals("", "", "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "<blockquote><p>foo[bar</p><p>b]az</p></blockquote><p>extra": execCommand("indent", false, "") return value
Asserts run
Pass
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[["indent",""]] "<blockquote><p>foo[bar</p><p>b]az</p></blockquote><p>extra" checks for modifications to non-editable content
Asserts run
Pass
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>indent - HTML editing conformance tests</title>\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>indent - HTML editing conformance tests</title>\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[["indent",""]] "<blockquote><p>foo[bar</p><p>b]az</p></blockquote><p>extra" compare innerHTMLassert_in_array: Unexpected innerHTML (after normalizing inline style) value "<blockquote style=\"margin:0 0 0 40px; border:none; padding:0px\"><blockquote><p>foobar</p></blockquote><blockquote><p>baz</p></blockquote></blockquote><p>extra</p>" not in array ["<blockquote><blockquote><p>foobar</p><p>baz</p></blockquote></blockquote><p>extra</p>", "<blockquote><blockquote style=\"margin:0 0 0 40px; border:none; padding:0px\"><p>foobar</p><p>baz</p></blockquote></blockquote><p>extra</p>"]
    at Test.<anonymous> (https://xn--n8j6ds53lwwkrqhv28a.wpt.live/editing/include/tests.js:5675:11)
    at Test.step (https://xn--n8j6ds53lwwkrqhv28a.wpt.live/resources/testharness.js:2642:25)
    at test (https://xn--n8j6ds53lwwkrqhv28a.wpt.live/resources/testharness.js:633:30)
    at subsetTest (https://xn--n8j6ds53lwwkrqhv28a.wpt.live/common/subset-tests.js:54:14)
    at runConformanceTest (https://xn--n8j6ds53lwwkrqhv28a.wpt.live/editing/include/tests.js:5667:5)
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5668:9)
Fail
assert_in_array("<blockquote style=\"margin:0 0 0 40px; border:none; padding:0px\"><blockquote><p>foobar</p></blockquote><blockquote><p>baz</p></blockquote></blockquote><p>extra</p>", ["<blockquote><blockquote><p>foobar</p><p>baz</p></blockquote></blockquote><p>extra</p>", "<blockquote><blockquote style=\"margin:0 0 0 40px; border:none; padding:0px\"><p>foobar</p><p>baz</p></blockquote></blockquote><p>extra</p>"], "Unexpected innerHTML (after normalizing inline style)")
    at Test.<anonymous> ( /editing/include/tests.js:5675:11)
Pass[["indent",""]] "<blockquote><p>foo[bar</p><p>b]az</p></blockquote><p>extra" queryCommandIndeterm("indent") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals(false, false, "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "<blockquote><p>foo[bar</p><p>b]az</p></blockquote><p>extra" queryCommandState("indent") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals(false, false, "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "<blockquote><p>foo[bar</p><p>b]az</p></blockquote><p>extra" queryCommandValue("indent") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals("", "", "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "<blockquote><p>foo[bar</p><p>b]az</p></blockquote><p>extra" queryCommandIndeterm("indent") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals(false, false, "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "<blockquote><p>foo[bar</p><p>b]az</p></blockquote><p>extra" queryCommandState("indent") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals(false, false, "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "<blockquote><p>foo[bar</p><p>b]az</p></blockquote><p>extra" queryCommandValue("indent") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals("", "", "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "<blockquote><p>foo[bar]</p></blockquote><p>baz</p><p>extra": execCommand("indent", false, "") return value
Asserts run
Pass
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[["indent",""]] "<blockquote><p>foo[bar]</p></blockquote><p>baz</p><p>extra" checks for modifications to non-editable content
Asserts run
Pass
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>indent - HTML editing conformance tests</title>\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>indent - HTML editing conformance tests</title>\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[["indent",""]] "<blockquote><p>foo[bar]</p></blockquote><p>baz</p><p>extra" compare innerHTMLassert_in_array: Unexpected innerHTML (after normalizing inline style) value "<blockquote style=\"margin:0 0 0 40px; border:none; padding:0px\"><blockquote><p>foobar</p></blockquote></blockquote><p>baz</p><p>extra</p>" not in array ["<blockquote><blockquote><p>foobar</p></blockquote></blockquote><p>baz</p><p>extra</p>", "<blockquote><blockquote style=\"margin:0 0 0 40px; border:none; padding:0px\"><p>foobar</p></blockquote></blockquote><p>baz</p><p>extra</p>"]
    at Test.<anonymous> (https://xn--n8j6ds53lwwkrqhv28a.wpt.live/editing/include/tests.js:5675:11)
    at Test.step (https://xn--n8j6ds53lwwkrqhv28a.wpt.live/resources/testharness.js:2642:25)
    at test (https://xn--n8j6ds53lwwkrqhv28a.wpt.live/resources/testharness.js:633:30)
    at subsetTest (https://xn--n8j6ds53lwwkrqhv28a.wpt.live/common/subset-tests.js:54:14)
    at runConformanceTest (https://xn--n8j6ds53lwwkrqhv28a.wpt.live/editing/include/tests.js:5667:5)
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5668:9)
Fail
assert_in_array("<blockquote style=\"margin:0 0 0 40px; border:none; padding:0px\"><blockquote><p>foobar</p></blockquote></blockquote><p>baz</p><p>extra</p>", ["<blockquote><blockquote><p>foobar</p></blockquote></blockquote><p>baz</p><p>extra</p>", "<blockquote><blockquote style=\"margin:0 0 0 40px; border:none; padding:0px\"><p>foobar</p></blockquote></blockquote><p>baz</p><p>extra</p>"], "Unexpected innerHTML (after normalizing inline style)")
    at Test.<anonymous> ( /editing/include/tests.js:5675:11)
Pass[["indent",""]] "<blockquote><p>foo[bar]</p></blockquote><p>baz</p><p>extra" queryCommandIndeterm("indent") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals(false, false, "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "<blockquote><p>foo[bar]</p></blockquote><p>baz</p><p>extra" queryCommandState("indent") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals(false, false, "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "<blockquote><p>foo[bar]</p></blockquote><p>baz</p><p>extra" queryCommandValue("indent") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals("", "", "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "<blockquote><p>foo[bar]</p></blockquote><p>baz</p><p>extra" queryCommandIndeterm("indent") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals(false, false, "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "<blockquote><p>foo[bar]</p></blockquote><p>baz</p><p>extra" queryCommandState("indent") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals(false, false, "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "<blockquote><p>foo[bar]</p></blockquote><p>baz</p><p>extra" queryCommandValue("indent") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals("", "", "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "<blockquote><p>foo[bar</p></blockquote><p>b]az</p><p>extra": execCommand("indent", false, "") return value
Asserts run
Pass
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[["indent",""]] "<blockquote><p>foo[bar</p></blockquote><p>b]az</p><p>extra" checks for modifications to non-editable content
Asserts run
Pass
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>indent - HTML editing conformance tests</title>\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>indent - HTML editing conformance tests</title>\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[["indent",""]] "<blockquote><p>foo[bar</p></blockquote><p>b]az</p><p>extra" compare innerHTMLassert_in_array: Unexpected innerHTML (after normalizing inline style) value "<blockquote style=\"margin:0 0 0 40px; border:none; padding:0px\"><blockquote><p>foobar</p></blockquote><p>baz</p></blockquote><p>extra</p>" not in array ["<blockquote><blockquote><p>foobar</p></blockquote><p>baz</p></blockquote><p>extra</p>", "<blockquote><blockquote style=\"margin:0 0 0 40px; border:none; padding:0px\"><p>foobar</p></blockquote><p>baz</p></blockquote><p>extra</p>"]
    at Test.<anonymous> (https://xn--n8j6ds53lwwkrqhv28a.wpt.live/editing/include/tests.js:5675:11)
    at Test.step (https://xn--n8j6ds53lwwkrqhv28a.wpt.live/resources/testharness.js:2642:25)
    at test (https://xn--n8j6ds53lwwkrqhv28a.wpt.live/resources/testharness.js:633:30)
    at subsetTest (https://xn--n8j6ds53lwwkrqhv28a.wpt.live/common/subset-tests.js:54:14)
    at runConformanceTest (https://xn--n8j6ds53lwwkrqhv28a.wpt.live/editing/include/tests.js:5667:5)
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5668:9)
Fail
assert_in_array("<blockquote style=\"margin:0 0 0 40px; border:none; padding:0px\"><blockquote><p>foobar</p></blockquote><p>baz</p></blockquote><p>extra</p>", ["<blockquote><blockquote><p>foobar</p></blockquote><p>baz</p></blockquote><p>extra</p>", "<blockquote><blockquote style=\"margin:0 0 0 40px; border:none; padding:0px\"><p>foobar</p></blockquote><p>baz</p></blockquote><p>extra</p>"], "Unexpected innerHTML (after normalizing inline style)")
    at Test.<anonymous> ( /editing/include/tests.js:5675:11)
Pass[["indent",""]] "<blockquote><p>foo[bar</p></blockquote><p>b]az</p><p>extra" queryCommandIndeterm("indent") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals(false, false, "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "<blockquote><p>foo[bar</p></blockquote><p>b]az</p><p>extra" queryCommandState("indent") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals(false, false, "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "<blockquote><p>foo[bar</p></blockquote><p>b]az</p><p>extra" queryCommandValue("indent") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals("", "", "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "<blockquote><p>foo[bar</p></blockquote><p>b]az</p><p>extra" queryCommandIndeterm("indent") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals(false, false, "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "<blockquote><p>foo[bar</p></blockquote><p>b]az</p><p>extra" queryCommandState("indent") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals(false, false, "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "<blockquote><p>foo[bar</p></blockquote><p>b]az</p><p>extra" queryCommandValue("indent") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals("", "", "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "<p>[foo]<blockquote><p>bar</blockquote><p>extra": execCommand("indent", false, "") return value
Asserts run
Pass
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[["indent",""]] "<p>[foo]<blockquote><p>bar</blockquote><p>extra" checks for modifications to non-editable content
Asserts run
Pass
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>indent - HTML editing conformance tests</title>\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>indent - HTML editing conformance tests</title>\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[["indent",""]] "<p>[foo]<blockquote><p>bar</blockquote><p>extra" compare innerHTMLassert_in_array: Unexpected innerHTML (after normalizing inline style) value "<blockquote style=\"margin:0 0 0 40px; border:none; padding:0px\"><p>foo</p></blockquote><blockquote><p>bar</p></blockquote><p>extra</p>" not in array ["<blockquote><p>foo</p><p>bar</p></blockquote><p>extra</p>", "<blockquote style=\"margin:0 0 0 40px; border:none; padding:0px\"><p>foo</p><p>bar</p></blockquote><p>extra</p>"]
    at Test.<anonymous> (https://xn--n8j6ds53lwwkrqhv28a.wpt.live/editing/include/tests.js:5675:11)
    at Test.step (https://xn--n8j6ds53lwwkrqhv28a.wpt.live/resources/testharness.js:2642:25)
    at test (https://xn--n8j6ds53lwwkrqhv28a.wpt.live/resources/testharness.js:633:30)
    at subsetTest (https://xn--n8j6ds53lwwkrqhv28a.wpt.live/common/subset-tests.js:54:14)
    at runConformanceTest (https://xn--n8j6ds53lwwkrqhv28a.wpt.live/editing/include/tests.js:5667:5)
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5668:9)
Fail
assert_in_array("<blockquote style=\"margin:0 0 0 40px; border:none; padding:0px\"><p>foo</p></blockquote><blockquote><p>bar</p></blockquote><p>extra</p>", ["<blockquote><p>foo</p><p>bar</p></blockquote><p>extra</p>", "<blockquote style=\"margin:0 0 0 40px; border:none; padding:0px\"><p>foo</p><p>bar</p></blockquote><p>extra</p>"], "Unexpected innerHTML (after normalizing inline style)")
    at Test.<anonymous> ( /editing/include/tests.js:5675:11)
Pass[["indent",""]] "<p>[foo]<blockquote><p>bar</blockquote><p>extra" queryCommandIndeterm("indent") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals(false, false, "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "<p>[foo]<blockquote><p>bar</blockquote><p>extra" queryCommandState("indent") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals(false, false, "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "<p>[foo]<blockquote><p>bar</blockquote><p>extra" queryCommandValue("indent") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals("", "", "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "<p>[foo]<blockquote><p>bar</blockquote><p>extra" queryCommandIndeterm("indent") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals(false, false, "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "<p>[foo]<blockquote><p>bar</blockquote><p>extra" queryCommandState("indent") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals(false, false, "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "<p>[foo]<blockquote><p>bar</blockquote><p>extra" queryCommandValue("indent") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals("", "", "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "<p>[foo<blockquote><p>b]ar</blockquote><p>extra": execCommand("indent", false, "") return value
Asserts run
Pass
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[["indent",""]] "<p>[foo<blockquote><p>b]ar</blockquote><p>extra" checks for modifications to non-editable content
Asserts run
Pass
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>indent - HTML editing conformance tests</title>\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>indent - HTML editing conformance tests</title>\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[["indent",""]] "<p>[foo<blockquote><p>b]ar</blockquote><p>extra" compare innerHTML
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5668:9)
Pass
assert_in_array("<blockquote style=\"margin:0 0 0 40px; border:none; padding:0px\"><p>foo</p><blockquote><p>bar</p></blockquote></blockquote><p>extra</p>", ["<blockquote><p>foo</p><blockquote><p>bar</p></blockquote></blockquote><p>extra</p>", "<blockquote style=\"margin:0 0 0 40px; border:none; padding:0px\"><p>foo</p><blockquote><p>bar</p></blockquote></blockquote><p>extra</p>"], "Unexpected innerHTML (after normalizing inline style)")
    at Test.<anonymous> ( /editing/include/tests.js:5675:11)
Pass[["indent",""]] "<p>[foo<blockquote><p>b]ar</blockquote><p>extra" queryCommandIndeterm("indent") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals(false, false, "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "<p>[foo<blockquote><p>b]ar</blockquote><p>extra" queryCommandState("indent") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals(false, false, "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "<p>[foo<blockquote><p>b]ar</blockquote><p>extra" queryCommandValue("indent") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals("", "", "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "<p>[foo<blockquote><p>b]ar</blockquote><p>extra" queryCommandIndeterm("indent") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals(false, false, "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "<p>[foo<blockquote><p>b]ar</blockquote><p>extra" queryCommandState("indent") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals(false, false, "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "<p>[foo<blockquote><p>b]ar</blockquote><p>extra" queryCommandValue("indent") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals("", "", "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "<p>foo<blockquote><p>bar</blockquote><p>[baz]<p>extra": execCommand("indent", false, "") return value
Asserts run
Pass
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[["indent",""]] "<p>foo<blockquote><p>bar</blockquote><p>[baz]<p>extra" checks for modifications to non-editable content
Asserts run
Pass
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>indent - HTML editing conformance tests</title>\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>indent - HTML editing conformance tests</title>\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[["indent",""]] "<p>foo<blockquote><p>bar</blockquote><p>[baz]<p>extra" compare innerHTMLassert_in_array: Unexpected innerHTML (after normalizing inline style) value "<p>foo</p><blockquote><p>bar</p></blockquote><blockquote style=\"margin:0 0 0 40px; border:none; padding:0px\"><p>baz</p></blockquote><p>extra</p>" not in array ["<p>foo</p><blockquote><p>bar</p><p>baz</p></blockquote><p>extra</p>", "<p>foo</p><blockquote style=\"margin:0 0 0 40px; border:none; padding:0px\"><p>bar</p><p>baz</p></blockquote><p>extra</p>"]
    at Test.<anonymous> (https://xn--n8j6ds53lwwkrqhv28a.wpt.live/editing/include/tests.js:5675:11)
    at Test.step (https://xn--n8j6ds53lwwkrqhv28a.wpt.live/resources/testharness.js:2642:25)
    at test (https://xn--n8j6ds53lwwkrqhv28a.wpt.live/resources/testharness.js:633:30)
    at subsetTest (https://xn--n8j6ds53lwwkrqhv28a.wpt.live/common/subset-tests.js:54:14)
    at runConformanceTest (https://xn--n8j6ds53lwwkrqhv28a.wpt.live/editing/include/tests.js:5667:5)
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5668:9)
Fail
assert_in_array("<p>foo</p><blockquote><p>bar</p></blockquote><blockquote style=\"margin:0 0 0 40px; border:none; padding:0px\"><p>baz</p></blockquote><p>extra</p>", ["<p>foo</p><blockquote><p>bar</p><p>baz</p></blockquote><p>extra</p>", "<p>foo</p><blockquote style=\"margin:0 0 0 40px; border:none; padding:0px\"><p>bar</p><p>baz</p></blockquote><p>extra</p>"], "Unexpected innerHTML (after normalizing inline style)")
    at Test.<anonymous> ( /editing/include/tests.js:5675:11)
Pass[["indent",""]] "<p>foo<blockquote><p>bar</blockquote><p>[baz]<p>extra" queryCommandIndeterm("indent") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals(false, false, "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "<p>foo<blockquote><p>bar</blockquote><p>[baz]<p>extra" queryCommandState("indent") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals(false, false, "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "<p>foo<blockquote><p>bar</blockquote><p>[baz]<p>extra" queryCommandValue("indent") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals("", "", "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "<p>foo<blockquote><p>bar</blockquote><p>[baz]<p>extra" queryCommandIndeterm("indent") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals(false, false, "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "<p>foo<blockquote><p>bar</blockquote><p>[baz]<p>extra" queryCommandState("indent") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals(false, false, "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "<p>foo<blockquote><p>bar</blockquote><p>[baz]<p>extra" queryCommandValue("indent") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals("", "", "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "<p>foo<blockquote><p>[bar</blockquote><p>baz]<p>extra": execCommand("indent", false, "") return value
Asserts run
Pass
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[["indent",""]] "<p>foo<blockquote><p>[bar</blockquote><p>baz]<p>extra" checks for modifications to non-editable content
Asserts run
Pass
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>indent - HTML editing conformance tests</title>\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>indent - HTML editing conformance tests</title>\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[["indent",""]] "<p>foo<blockquote><p>[bar</blockquote><p>baz]<p>extra" compare innerHTML
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5668:9)
Pass
assert_in_array("<p>foo</p><blockquote style=\"margin:0 0 0 40px; border:none; padding:0px\"><blockquote><p>bar</p></blockquote><p>baz</p></blockquote><p>extra</p>", ["<p>foo</p><blockquote><blockquote><p>bar</p></blockquote><p>baz</p></blockquote><p>extra</p>", "<p>foo</p><blockquote style=\"margin:0 0 0 40px; border:none; padding:0px\"><blockquote><p>bar</p></blockquote><p>baz</p></blockquote><p>extra</p>"], "Unexpected innerHTML (after normalizing inline style)")
    at Test.<anonymous> ( /editing/include/tests.js:5675:11)
Pass[["indent",""]] "<p>foo<blockquote><p>[bar</blockquote><p>baz]<p>extra" queryCommandIndeterm("indent") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals(false, false, "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "<p>foo<blockquote><p>[bar</blockquote><p>baz]<p>extra" queryCommandState("indent") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals(false, false, "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "<p>foo<blockquote><p>[bar</blockquote><p>baz]<p>extra" queryCommandValue("indent") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals("", "", "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "<p>foo<blockquote><p>[bar</blockquote><p>baz]<p>extra" queryCommandIndeterm("indent") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals(false, false, "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "<p>foo<blockquote><p>[bar</blockquote><p>baz]<p>extra" queryCommandState("indent") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals(false, false, "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "<p>foo<blockquote><p>[bar</blockquote><p>baz]<p>extra" queryCommandValue("indent") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals("", "", "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "<p>[foo<blockquote><p>bar</blockquote><p>baz]<p>extra": execCommand("indent", false, "") return value
Asserts run
Pass
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[["indent",""]] "<p>[foo<blockquote><p>bar</blockquote><p>baz]<p>extra" checks for modifications to non-editable content
Asserts run
Pass
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>indent - HTML editing conformance tests</title>\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>indent - HTML editing conformance tests</title>\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[["indent",""]] "<p>[foo<blockquote><p>bar</blockquote><p>baz]<p>extra" compare innerHTML
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5668:9)
Pass
assert_in_array("<blockquote style=\"margin:0 0 0 40px; border:none; padding:0px\"><p>foo</p><blockquote><p>bar</p></blockquote><p>baz</p></blockquote><p>extra</p>", ["<blockquote><p>foo</p><blockquote><p>bar</p></blockquote><p>baz</p></blockquote><p>extra</p>", "<blockquote style=\"margin:0 0 0 40px; border:none; padding:0px\"><p>foo</p><blockquote><p>bar</p></blockquote><p>baz</p></blockquote><p>extra</p>"], "Unexpected innerHTML (after normalizing inline style)")
    at Test.<anonymous> ( /editing/include/tests.js:5675:11)
Pass[["indent",""]] "<p>[foo<blockquote><p>bar</blockquote><p>baz]<p>extra" queryCommandIndeterm("indent") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals(false, false, "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "<p>[foo<blockquote><p>bar</blockquote><p>baz]<p>extra" queryCommandState("indent") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals(false, false, "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "<p>[foo<blockquote><p>bar</blockquote><p>baz]<p>extra" queryCommandValue("indent") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals("", "", "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "<p>[foo<blockquote><p>bar</blockquote><p>baz]<p>extra" queryCommandIndeterm("indent") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals(false, false, "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "<p>[foo<blockquote><p>bar</blockquote><p>baz]<p>extra" queryCommandState("indent") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals(false, false, "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "<p>[foo<blockquote><p>bar</blockquote><p>baz]<p>extra" queryCommandValue("indent") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals("", "", "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "<blockquote><p>foo</blockquote><p>[bar]<blockquote><p>baz</blockquote><p>extra": execCommand("indent", false, "") return value
Asserts run
Pass
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[["indent",""]] "<blockquote><p>foo</blockquote><p>[bar]<blockquote><p>baz</blockquote><p>extra" checks for modifications to non-editable content
Asserts run
Pass
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>indent - HTML editing conformance tests</title>\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>indent - HTML editing conformance tests</title>\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[["indent",""]] "<blockquote><p>foo</blockquote><p>[bar]<blockquote><p>baz</blockquote><p>extra" compare innerHTMLassert_in_array: Unexpected innerHTML (after normalizing inline style) value "<blockquote><p>foo</p></blockquote><blockquote style=\"margin:0 0 0 40px; border:none; padding:0px\"><p>bar</p></blockquote><blockquote><p>baz</p></blockquote><p>extra</p>" not in array ["<blockquote><p>foo</p><p>bar</p><p>baz</p></blockquote><p>extra</p>", "<blockquote style=\"margin:0 0 0 40px; border:none; padding:0px\"><p>foo</p><p>bar</p><p>baz</p></blockquote><p>extra</p>"]
    at Test.<anonymous> (https://xn--n8j6ds53lwwkrqhv28a.wpt.live/editing/include/tests.js:5675:11)
    at Test.step (https://xn--n8j6ds53lwwkrqhv28a.wpt.live/resources/testharness.js:2642:25)
    at test (https://xn--n8j6ds53lwwkrqhv28a.wpt.live/resources/testharness.js:633:30)
    at subsetTest (https://xn--n8j6ds53lwwkrqhv28a.wpt.live/common/subset-tests.js:54:14)
    at runConformanceTest (https://xn--n8j6ds53lwwkrqhv28a.wpt.live/editing/include/tests.js:5667:5)
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5668:9)
Fail
assert_in_array("<blockquote><p>foo</p></blockquote><blockquote style=\"margin:0 0 0 40px; border:none; padding:0px\"><p>bar</p></blockquote><blockquote><p>baz</p></blockquote><p>extra</p>", ["<blockquote><p>foo</p><p>bar</p><p>baz</p></blockquote><p>extra</p>", "<blockquote style=\"margin:0 0 0 40px; border:none; padding:0px\"><p>foo</p><p>bar</p><p>baz</p></blockquote><p>extra</p>"], "Unexpected innerHTML (after normalizing inline style)")
    at Test.<anonymous> ( /editing/include/tests.js:5675:11)
Pass[["indent",""]] "<blockquote><p>foo</blockquote><p>[bar]<blockquote><p>baz</blockquote><p>extra" queryCommandIndeterm("indent") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals(false, false, "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "<blockquote><p>foo</blockquote><p>[bar]<blockquote><p>baz</blockquote><p>extra" queryCommandState("indent") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals(false, false, "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "<blockquote><p>foo</blockquote><p>[bar]<blockquote><p>baz</blockquote><p>extra" queryCommandValue("indent") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals("", "", "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "<blockquote><p>foo</blockquote><p>[bar]<blockquote><p>baz</blockquote><p>extra" queryCommandIndeterm("indent") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals(false, false, "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "<blockquote><p>foo</blockquote><p>[bar]<blockquote><p>baz</blockquote><p>extra" queryCommandState("indent") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals(false, false, "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "<blockquote><p>foo</blockquote><p>[bar]<blockquote><p>baz</blockquote><p>extra" queryCommandValue("indent") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals("", "", "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "<blockquote>foo[bar]<br>baz</blockquote><p>extra": execCommand("indent", false, "") return value
Asserts run
Pass
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[["indent",""]] "<blockquote>foo[bar]<br>baz</blockquote><p>extra" checks for modifications to non-editable content
Asserts run
Pass
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>indent - HTML editing conformance tests</title>\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>indent - HTML editing conformance tests</title>\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[["indent",""]] "<blockquote>foo[bar]<br>baz</blockquote><p>extra" compare innerHTMLassert_in_array: Unexpected innerHTML (after normalizing inline style) value "<blockquote style=\"margin:0 0 0 40px; border:none; padding:0px\"><blockquote>foobar</blockquote></blockquote><blockquote>baz</blockquote><p>extra</p>" not in array ["<blockquote><blockquote>foobar</blockquote>baz</blockquote><p>extra</p>", "<blockquote style=\"margin:0 0 0 40px; border:none; padding:0px\"><blockquote>foobar</blockquote>baz</blockquote><p>extra</p>"]
    at Test.<anonymous> (https://xn--n8j6ds53lwwkrqhv28a.wpt.live/editing/include/tests.js:5675:11)
    at Test.step (https://xn--n8j6ds53lwwkrqhv28a.wpt.live/resources/testharness.js:2642:25)
    at test (https://xn--n8j6ds53lwwkrqhv28a.wpt.live/resources/testharness.js:633:30)
    at subsetTest (https://xn--n8j6ds53lwwkrqhv28a.wpt.live/common/subset-tests.js:54:14)
    at runConformanceTest (https://xn--n8j6ds53lwwkrqhv28a.wpt.live/editing/include/tests.js:5667:5)
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5668:9)
Fail
assert_in_array("<blockquote style=\"margin:0 0 0 40px; border:none; padding:0px\"><blockquote>foobar</blockquote></blockquote><blockquote>baz</blockquote><p>extra</p>", ["<blockquote><blockquote>foobar</blockquote>baz</blockquote><p>extra</p>", "<blockquote style=\"margin:0 0 0 40px; border:none; padding:0px\"><blockquote>foobar</blockquote>baz</blockquote><p>extra</p>"], "Unexpected innerHTML (after normalizing inline style)")
    at Test.<anonymous> ( /editing/include/tests.js:5675:11)
Pass[["indent",""]] "<blockquote>foo[bar]<br>baz</blockquote><p>extra" queryCommandIndeterm("indent") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals(false, false, "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "<blockquote>foo[bar]<br>baz</blockquote><p>extra" queryCommandState("indent") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals(false, false, "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "<blockquote>foo[bar]<br>baz</blockquote><p>extra" queryCommandValue("indent") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals("", "", "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "<blockquote>foo[bar]<br>baz</blockquote><p>extra" queryCommandIndeterm("indent") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals(false, false, "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "<blockquote>foo[bar]<br>baz</blockquote><p>extra" queryCommandState("indent") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals(false, false, "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "<blockquote>foo[bar]<br>baz</blockquote><p>extra" queryCommandValue("indent") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals("", "", "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "<blockquote>foo[bar<br>b]az</blockquote><p>extra": execCommand("indent", false, "") return value
Asserts run
Pass
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[["indent",""]] "<blockquote>foo[bar<br>b]az</blockquote><p>extra" checks for modifications to non-editable content
Asserts run
Pass
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>indent - HTML editing conformance tests</title>\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>indent - HTML editing conformance tests</title>\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[["indent",""]] "<blockquote>foo[bar<br>b]az</blockquote><p>extra" compare innerHTMLassert_in_array: Unexpected innerHTML (after normalizing inline style) value "<blockquote style=\"margin:0 0 0 40px; border:none; padding:0px\"><blockquote>foobar</blockquote><blockquote>baz</blockquote></blockquote><p>extra</p>" not in array ["<blockquote><blockquote>foobar<br>baz</blockquote></blockquote><p>extra</p>", "<blockquote style=\"margin:0 0 0 40px; border:none; padding:0px\"><blockquote>foobar<br>baz</blockquote></blockquote><p>extra</p>"]
    at Test.<anonymous> (https://xn--n8j6ds53lwwkrqhv28a.wpt.live/editing/include/tests.js:5675:11)
    at Test.step (https://xn--n8j6ds53lwwkrqhv28a.wpt.live/resources/testharness.js:2642:25)
    at test (https://xn--n8j6ds53lwwkrqhv28a.wpt.live/resources/testharness.js:633:30)
    at subsetTest (https://xn--n8j6ds53lwwkrqhv28a.wpt.live/common/subset-tests.js:54:14)
    at runConformanceTest (https://xn--n8j6ds53lwwkrqhv28a.wpt.live/editing/include/tests.js:5667:5)
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5668:9)
Fail
assert_in_array("<blockquote style=\"margin:0 0 0 40px; border:none; padding:0px\"><blockquote>foobar</blockquote><blockquote>baz</blockquote></blockquote><p>extra</p>", ["<blockquote><blockquote>foobar<br>baz</blockquote></blockquote><p>extra</p>", "<blockquote style=\"margin:0 0 0 40px; border:none; padding:0px\"><blockquote>foobar<br>baz</blockquote></blockquote><p>extra</p>"], "Unexpected innerHTML (after normalizing inline style)")
    at Test.<anonymous> ( /editing/include/tests.js:5675:11)
Pass[["indent",""]] "<blockquote>foo[bar<br>b]az</blockquote><p>extra" queryCommandIndeterm("indent") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals(false, false, "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "<blockquote>foo[bar<br>b]az</blockquote><p>extra" queryCommandState("indent") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals(false, false, "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "<blockquote>foo[bar<br>b]az</blockquote><p>extra" queryCommandValue("indent") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals("", "", "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "<blockquote>foo[bar<br>b]az</blockquote><p>extra" queryCommandIndeterm("indent") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals(false, false, "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "<blockquote>foo[bar<br>b]az</blockquote><p>extra" queryCommandState("indent") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals(false, false, "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "<blockquote>foo[bar<br>b]az</blockquote><p>extra" queryCommandValue("indent") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals("", "", "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "<blockquote>foo[bar]</blockquote>baz<p>extra": execCommand("indent", false, "") return value
Asserts run
Pass
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[["indent",""]] "<blockquote>foo[bar]</blockquote>baz<p>extra" checks for modifications to non-editable content
Asserts run
Pass
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>indent - HTML editing conformance tests</title>\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>indent - HTML editing conformance tests</title>\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[["indent",""]] "<blockquote>foo[bar]</blockquote>baz<p>extra" compare innerHTML
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5668:9)
Pass
assert_in_array("<blockquote style=\"margin:0 0 0 40px; border:none; padding:0px\"><blockquote>foobar</blockquote></blockquote>baz<p>extra</p>", ["<blockquote><blockquote>foobar</blockquote></blockquote>baz<p>extra</p>", "<blockquote style=\"margin:0 0 0 40px; border:none; padding:0px\"><blockquote>foobar</blockquote></blockquote>baz<p>extra</p>"], "Unexpected innerHTML (after normalizing inline style)")
    at Test.<anonymous> ( /editing/include/tests.js:5675:11)
Pass[["indent",""]] "<blockquote>foo[bar]</blockquote>baz<p>extra" queryCommandIndeterm("indent") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals(false, false, "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "<blockquote>foo[bar]</blockquote>baz<p>extra" queryCommandState("indent") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals(false, false, "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "<blockquote>foo[bar]</blockquote>baz<p>extra" queryCommandValue("indent") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals("", "", "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "<blockquote>foo[bar]</blockquote>baz<p>extra" queryCommandIndeterm("indent") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals(false, false, "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "<blockquote>foo[bar]</blockquote>baz<p>extra" queryCommandState("indent") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals(false, false, "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "<blockquote>foo[bar]</blockquote>baz<p>extra" queryCommandValue("indent") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals("", "", "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "<blockquote>foo[bar</blockquote>b]az<p>extra": execCommand("indent", false, "") return value
Asserts run
Pass
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[["indent",""]] "<blockquote>foo[bar</blockquote>b]az<p>extra" checks for modifications to non-editable content
Asserts run
Pass
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>indent - HTML editing conformance tests</title>\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>indent - HTML editing conformance tests</title>\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[["indent",""]] "<blockquote>foo[bar</blockquote>b]az<p>extra" compare innerHTML
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5668:9)
Pass
assert_in_array("<blockquote style=\"margin:0 0 0 40px; border:none; padding:0px\"><blockquote>foobar</blockquote>baz</blockquote><p>extra</p>", ["<blockquote><blockquote>foobar</blockquote>baz</blockquote><p>extra</p>", "<blockquote style=\"margin:0 0 0 40px; border:none; padding:0px\"><blockquote>foobar</blockquote>baz</blockquote><p>extra</p>"], "Unexpected innerHTML (after normalizing inline style)")
    at Test.<anonymous> ( /editing/include/tests.js:5675:11)
Pass[["indent",""]] "<blockquote>foo[bar</blockquote>b]az<p>extra" queryCommandIndeterm("indent") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals(false, false, "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "<blockquote>foo[bar</blockquote>b]az<p>extra" queryCommandState("indent") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals(false, false, "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "<blockquote>foo[bar</blockquote>b]az<p>extra" queryCommandValue("indent") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals("", "", "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "<blockquote>foo[bar</blockquote>b]az<p>extra" queryCommandIndeterm("indent") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals(false, false, "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "<blockquote>foo[bar</blockquote>b]az<p>extra" queryCommandState("indent") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals(false, false, "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "<blockquote>foo[bar</blockquote>b]az<p>extra" queryCommandValue("indent") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals("", "", "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "[foo]<blockquote>bar</blockquote><p>extra": execCommand("indent", false, "") return value
Asserts run
Pass
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[["indent",""]] "[foo]<blockquote>bar</blockquote><p>extra" checks for modifications to non-editable content
Asserts run
Pass
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>indent - HTML editing conformance tests</title>\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>indent - HTML editing conformance tests</title>\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[["indent",""]] "[foo]<blockquote>bar</blockquote><p>extra" compare innerHTMLassert_in_array: Unexpected innerHTML (after normalizing inline style) value "<blockquote style=\"margin:0 0 0 40px; border:none; padding:0px\">foo</blockquote><blockquote>bar</blockquote><p>extra</p>" not in array ["<blockquote>foo<br>bar</blockquote><p>extra</p>", "<blockquote style=\"margin:0 0 0 40px; border:none; padding:0px\">foo<br>bar</blockquote><p>extra</p>"]
    at Test.<anonymous> (https://xn--n8j6ds53lwwkrqhv28a.wpt.live/editing/include/tests.js:5675:11)
    at Test.step (https://xn--n8j6ds53lwwkrqhv28a.wpt.live/resources/testharness.js:2642:25)
    at test (https://xn--n8j6ds53lwwkrqhv28a.wpt.live/resources/testharness.js:633:30)
    at subsetTest (https://xn--n8j6ds53lwwkrqhv28a.wpt.live/common/subset-tests.js:54:14)
    at runConformanceTest (https://xn--n8j6ds53lwwkrqhv28a.wpt.live/editing/include/tests.js:5667:5)
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5668:9)
Fail
assert_in_array("<blockquote style=\"margin:0 0 0 40px; border:none; padding:0px\">foo</blockquote><blockquote>bar</blockquote><p>extra</p>", ["<blockquote>foo<br>bar</blockquote><p>extra</p>", "<blockquote style=\"margin:0 0 0 40px; border:none; padding:0px\">foo<br>bar</blockquote><p>extra</p>"], "Unexpected innerHTML (after normalizing inline style)")
    at Test.<anonymous> ( /editing/include/tests.js:5675:11)
Pass[["indent",""]] "[foo]<blockquote>bar</blockquote><p>extra" queryCommandIndeterm("indent") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals(false, false, "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "[foo]<blockquote>bar</blockquote><p>extra" queryCommandState("indent") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals(false, false, "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "[foo]<blockquote>bar</blockquote><p>extra" queryCommandValue("indent") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals("", "", "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "[foo]<blockquote>bar</blockquote><p>extra" queryCommandIndeterm("indent") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals(false, false, "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "[foo]<blockquote>bar</blockquote><p>extra" queryCommandState("indent") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals(false, false, "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "[foo]<blockquote>bar</blockquote><p>extra" queryCommandValue("indent") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals("", "", "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "[foo<blockquote>b]ar</blockquote><p>extra": execCommand("indent", false, "") return value
Asserts run
Pass
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[["indent",""]] "[foo<blockquote>b]ar</blockquote><p>extra" checks for modifications to non-editable content
Asserts run
Pass
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>indent - HTML editing conformance tests</title>\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>indent - HTML editing conformance tests</title>\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[["indent",""]] "[foo<blockquote>b]ar</blockquote><p>extra" compare innerHTML
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5668:9)
Pass
assert_in_array("<blockquote style=\"margin:0 0 0 40px; border:none; padding:0px\">foo<blockquote>bar</blockquote></blockquote><p>extra</p>", ["<blockquote>foo<blockquote>bar</blockquote></blockquote><p>extra</p>", "<blockquote style=\"margin:0 0 0 40px; border:none; padding:0px\">foo<blockquote>bar</blockquote></blockquote><p>extra</p>"], "Unexpected innerHTML (after normalizing inline style)")
    at Test.<anonymous> ( /editing/include/tests.js:5675:11)
Pass[["indent",""]] "[foo<blockquote>b]ar</blockquote><p>extra" queryCommandIndeterm("indent") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals(false, false, "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "[foo<blockquote>b]ar</blockquote><p>extra" queryCommandState("indent") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals(false, false, "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "[foo<blockquote>b]ar</blockquote><p>extra" queryCommandValue("indent") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals("", "", "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "[foo<blockquote>b]ar</blockquote><p>extra" queryCommandIndeterm("indent") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals(false, false, "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "[foo<blockquote>b]ar</blockquote><p>extra" queryCommandState("indent") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals(false, false, "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "[foo<blockquote>b]ar</blockquote><p>extra" queryCommandValue("indent") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals("", "", "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "foo<blockquote>bar</blockquote>[baz]<p>extra": execCommand("indent", false, "") return value
Asserts run
Pass
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[["indent",""]] "foo<blockquote>bar</blockquote>[baz]<p>extra" checks for modifications to non-editable content
Asserts run
Pass
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>indent - HTML editing conformance tests</title>\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>indent - HTML editing conformance tests</title>\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[["indent",""]] "foo<blockquote>bar</blockquote>[baz]<p>extra" compare innerHTMLassert_in_array: Unexpected innerHTML (after normalizing inline style) value "foo<blockquote>bar</blockquote><blockquote style=\"margin:0 0 0 40px; border:none; padding:0px\">baz</blockquote><p>extra</p>" not in array ["foo<blockquote>bar<br>baz</blockquote><p>extra</p>", "foo<blockquote style=\"margin:0 0 0 40px; border:none; padding:0px\">bar<br>baz</blockquote><p>extra</p>"]
    at Test.<anonymous> (https://xn--n8j6ds53lwwkrqhv28a.wpt.live/editing/include/tests.js:5675:11)
    at Test.step (https://xn--n8j6ds53lwwkrqhv28a.wpt.live/resources/testharness.js:2642:25)
    at test (https://xn--n8j6ds53lwwkrqhv28a.wpt.live/resources/testharness.js:633:30)
    at subsetTest (https://xn--n8j6ds53lwwkrqhv28a.wpt.live/common/subset-tests.js:54:14)
    at runConformanceTest (https://xn--n8j6ds53lwwkrqhv28a.wpt.live/editing/include/tests.js:5667:5)
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5668:9)
Fail
assert_in_array("foo<blockquote>bar</blockquote><blockquote style=\"margin:0 0 0 40px; border:none; padding:0px\">baz</blockquote><p>extra</p>", ["foo<blockquote>bar<br>baz</blockquote><p>extra</p>", "foo<blockquote style=\"margin:0 0 0 40px; border:none; padding:0px\">bar<br>baz</blockquote><p>extra</p>"], "Unexpected innerHTML (after normalizing inline style)")
    at Test.<anonymous> ( /editing/include/tests.js:5675:11)
Pass[["indent",""]] "foo<blockquote>bar</blockquote>[baz]<p>extra" queryCommandIndeterm("indent") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals(false, false, "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "foo<blockquote>bar</blockquote>[baz]<p>extra" queryCommandState("indent") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals(false, false, "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "foo<blockquote>bar</blockquote>[baz]<p>extra" queryCommandValue("indent") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals("", "", "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "foo<blockquote>bar</blockquote>[baz]<p>extra" queryCommandIndeterm("indent") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals(false, false, "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "foo<blockquote>bar</blockquote>[baz]<p>extra" queryCommandState("indent") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals(false, false, "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "foo<blockquote>bar</blockquote>[baz]<p>extra" queryCommandValue("indent") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals("", "", "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "[foo<blockquote>bar</blockquote>baz]<p>extra": execCommand("indent", false, "") return value
Asserts run
Pass
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[["indent",""]] "[foo<blockquote>bar</blockquote>baz]<p>extra" checks for modifications to non-editable content
Asserts run
Pass
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>indent - HTML editing conformance tests</title>\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>indent - HTML editing conformance tests</title>\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[["indent",""]] "[foo<blockquote>bar</blockquote>baz]<p>extra" compare innerHTMLassert_in_array: Unexpected innerHTML (after normalizing inline style) value "<blockquote style=\"margin:0 0 0 40px; border:none; padding:0px\">foo<blockquote>bar</blockquote>baz</blockquote><p>extra</p>" not in array ["<blockquote>foo<blockquote>bar</blockquote>baz</blockquote><p>extra</p>", "<blockquote>foo<blockquote style=\"margin:0 0 0 40px; border:none; padding:0px\">bar</blockquote>baz</blockquote><p>extra</p>"]
    at Test.<anonymous> (https://xn--n8j6ds53lwwkrqhv28a.wpt.live/editing/include/tests.js:5675:11)
    at Test.step (https://xn--n8j6ds53lwwkrqhv28a.wpt.live/resources/testharness.js:2642:25)
    at test (https://xn--n8j6ds53lwwkrqhv28a.wpt.live/resources/testharness.js:633:30)
    at subsetTest (https://xn--n8j6ds53lwwkrqhv28a.wpt.live/common/subset-tests.js:54:14)
    at runConformanceTest (https://xn--n8j6ds53lwwkrqhv28a.wpt.live/editing/include/tests.js:5667:5)
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5668:9)
Fail
assert_in_array("<blockquote style=\"margin:0 0 0 40px; border:none; padding:0px\">foo<blockquote>bar</blockquote>baz</blockquote><p>extra</p>", ["<blockquote>foo<blockquote>bar</blockquote>baz</blockquote><p>extra</p>", "<blockquote>foo<blockquote style=\"margin:0 0 0 40px; border:none; padding:0px\">bar</blockquote>baz</blockquote><p>extra</p>"], "Unexpected innerHTML (after normalizing inline style)")
    at Test.<anonymous> ( /editing/include/tests.js:5675:11)
Pass[["indent",""]] "[foo<blockquote>bar</blockquote>baz]<p>extra" queryCommandIndeterm("indent") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals(false, false, "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "[foo<blockquote>bar</blockquote>baz]<p>extra" queryCommandState("indent") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals(false, false, "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "[foo<blockquote>bar</blockquote>baz]<p>extra" queryCommandValue("indent") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals("", "", "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "[foo<blockquote>bar</blockquote>baz]<p>extra" queryCommandIndeterm("indent") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals(false, false, "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "[foo<blockquote>bar</blockquote>baz]<p>extra" queryCommandState("indent") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals(false, false, "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "[foo<blockquote>bar</blockquote>baz]<p>extra" queryCommandValue("indent") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals("", "", "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "<blockquote>foo</blockquote>[bar]<blockquote>baz</blockquote><p>extra": execCommand("indent", false, "") return value
Asserts run
Pass
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[["indent",""]] "<blockquote>foo</blockquote>[bar]<blockquote>baz</blockquote><p>extra" checks for modifications to non-editable content
Asserts run
Pass
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>indent - HTML editing conformance tests</title>\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>indent - HTML editing conformance tests</title>\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[["indent",""]] "<blockquote>foo</blockquote>[bar]<blockquote>baz</blockquote><p>extra" compare innerHTMLassert_in_array: Unexpected innerHTML (after normalizing inline style) value "<blockquote>foo</blockquote><blockquote style=\"margin:0 0 0 40px; border:none; padding:0px\">bar</blockquote><blockquote>baz</blockquote><p>extra</p>" not in array ["<blockquote>foo<br>bar<br>baz</blockquote><p>extra</p>", "<blockquote style=\"margin:0 0 0 40px; border:none; padding:0px\">foo<br>bar<br>baz</blockquote><p>extra</p>"]
    at Test.<anonymous> (https://xn--n8j6ds53lwwkrqhv28a.wpt.live/editing/include/tests.js:5675:11)
    at Test.step (https://xn--n8j6ds53lwwkrqhv28a.wpt.live/resources/testharness.js:2642:25)
    at test (https://xn--n8j6ds53lwwkrqhv28a.wpt.live/resources/testharness.js:633:30)
    at subsetTest (https://xn--n8j6ds53lwwkrqhv28a.wpt.live/common/subset-tests.js:54:14)
    at runConformanceTest (https://xn--n8j6ds53lwwkrqhv28a.wpt.live/editing/include/tests.js:5667:5)
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5668:9)
Fail
assert_in_array("<blockquote>foo</blockquote><blockquote style=\"margin:0 0 0 40px; border:none; padding:0px\">bar</blockquote><blockquote>baz</blockquote><p>extra</p>", ["<blockquote>foo<br>bar<br>baz</blockquote><p>extra</p>", "<blockquote style=\"margin:0 0 0 40px; border:none; padding:0px\">foo<br>bar<br>baz</blockquote><p>extra</p>"], "Unexpected innerHTML (after normalizing inline style)")
    at Test.<anonymous> ( /editing/include/tests.js:5675:11)
Pass[["indent",""]] "<blockquote>foo</blockquote>[bar]<blockquote>baz</blockquote><p>extra" queryCommandIndeterm("indent") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals(false, false, "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "<blockquote>foo</blockquote>[bar]<blockquote>baz</blockquote><p>extra" queryCommandState("indent") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals(false, false, "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "<blockquote>foo</blockquote>[bar]<blockquote>baz</blockquote><p>extra" queryCommandValue("indent") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals("", "", "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "<blockquote>foo</blockquote>[bar]<blockquote>baz</blockquote><p>extra" queryCommandIndeterm("indent") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals(false, false, "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "<blockquote>foo</blockquote>[bar]<blockquote>baz</blockquote><p>extra" queryCommandState("indent") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals(false, false, "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "<blockquote>foo</blockquote>[bar]<blockquote>baz</blockquote><p>extra" queryCommandValue("indent") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals("", "", "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "<blockquote style=\"margin-right: 0\" dir=\"ltr\"><p>foo[bar]</p><p>baz</p></blockquote><p>extra": execCommand("indent", false, "") return value
Asserts run
Pass
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[["indent",""]] "<blockquote style=\"margin-right: 0\" dir=\"ltr\"><p>foo[bar]</p><p>baz</p></blockquote><p>extra" checks for modifications to non-editable content
Asserts run
Pass
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>indent - HTML editing conformance tests</title>\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>indent - HTML editing conformance tests</title>\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[["indent",""]] "<blockquote style=\"margin-right: 0\" dir=\"ltr\"><p>foo[bar]</p><p>baz</p></blockquote><p>extra" compare innerHTMLassert_in_array: Unexpected innerHTML (after normalizing inline style) value "<blockquote style=\"margin:0 0 0 40px; border:none; padding:0px\"><blockquote style=\"margin-right:0\" dir=\"ltr\"><p>foobar</p></blockquote></blockquote><blockquote style=\"margin-right:0\" dir=\"ltr\"><p>baz</p></blockquote><p>extra</p>" not in array ["<blockquote style=\"margin-right:0\" dir=\"ltr\"><blockquote><p>foobar</p></blockquote><p>baz</p></blockquote><p>extra</p>", "<blockquote style=\"margin-right:0\" dir=\"ltr\"><blockquote style=\"margin:0 0 0 40px; border:none; padding:0px\"><p>foobar</p></blockquote><p>baz</p></blockquote><p>extra</p>"]
    at Test.<anonymous> (https://xn--n8j6ds53lwwkrqhv28a.wpt.live/editing/include/tests.js:5675:11)
    at Test.step (https://xn--n8j6ds53lwwkrqhv28a.wpt.live/resources/testharness.js:2642:25)
    at test (https://xn--n8j6ds53lwwkrqhv28a.wpt.live/resources/testharness.js:633:30)
    at subsetTest (https://xn--n8j6ds53lwwkrqhv28a.wpt.live/common/subset-tests.js:54:14)
    at runConformanceTest (https://xn--n8j6ds53lwwkrqhv28a.wpt.live/editing/include/tests.js:5667:5)
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5668:9)
Fail
assert_in_array("<blockquote style=\"margin:0 0 0 40px; border:none; padding:0px\"><blockquote style=\"margin-right:0\" dir=\"ltr\"><p>foobar</p></blockquote></blockquote><blockquote style=\"margin-right:0\" dir=\"ltr\"><p>baz</p></blockquote><p>extra</p>", ["<blockquote style=\"margin-right:0\" dir=\"ltr\"><blockquote><p>foobar</p></blockquote><p>baz</p></blockquote><p>extra</p>", "<blockquote style=\"margin-right:0\" dir=\"ltr\"><blockquote style=\"margin:0 0 0 40px; border:none; padding:0px\"><p>foobar</p></blockquote><p>baz</p></blockquote><p>extra</p>"], "Unexpected innerHTML (after normalizing inline style)")
    at Test.<anonymous> ( /editing/include/tests.js:5675:11)
Pass[["indent",""]] "<blockquote style=\"margin-right: 0\" dir=\"ltr\"><p>foo[bar]</p><p>baz</p></blockquote><p>extra" queryCommandIndeterm("indent") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals(false, false, "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "<blockquote style=\"margin-right: 0\" dir=\"ltr\"><p>foo[bar]</p><p>baz</p></blockquote><p>extra" queryCommandState("indent") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals(false, false, "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "<blockquote style=\"margin-right: 0\" dir=\"ltr\"><p>foo[bar]</p><p>baz</p></blockquote><p>extra" queryCommandValue("indent") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals("", "", "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "<blockquote style=\"margin-right: 0\" dir=\"ltr\"><p>foo[bar]</p><p>baz</p></blockquote><p>extra" queryCommandIndeterm("indent") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals(false, false, "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "<blockquote style=\"margin-right: 0\" dir=\"ltr\"><p>foo[bar]</p><p>baz</p></blockquote><p>extra" queryCommandState("indent") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals(false, false, "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "<blockquote style=\"margin-right: 0\" dir=\"ltr\"><p>foo[bar]</p><p>baz</p></blockquote><p>extra" queryCommandValue("indent") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals("", "", "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "<blockquote style=\"margin-right: 0\" dir=\"ltr\"><p>foo[bar</p><p>b]az</p></blockquote><p>extra": execCommand("indent", false, "") return value
Asserts run
Pass
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[["indent",""]] "<blockquote style=\"margin-right: 0\" dir=\"ltr\"><p>foo[bar</p><p>b]az</p></blockquote><p>extra" checks for modifications to non-editable content
Asserts run
Pass
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>indent - HTML editing conformance tests</title>\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>indent - HTML editing conformance tests</title>\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[["indent",""]] "<blockquote style=\"margin-right: 0\" dir=\"ltr\"><p>foo[bar</p><p>b]az</p></blockquote><p>extra" compare innerHTMLassert_in_array: Unexpected innerHTML (after normalizing inline style) value "<blockquote style=\"margin:0 0 0 40px; border:none; padding:0px\"><blockquote style=\"margin-right:0\" dir=\"ltr\"><p>foobar</p></blockquote><blockquote style=\"margin-right:0\" dir=\"ltr\"><p>baz</p></blockquote></blockquote><p>extra</p>" not in array ["<blockquote><blockquote style=\"margin-right:0\" dir=\"ltr\"><p>foobar</p><p>baz</p></blockquote></blockquote><p>extra</p>", "<blockquote style=\"margin:0 0 0 40px; border:none; padding:0px\"><blockquote style=\"margin-right:0\" dir=\"ltr\"><p>foobar</p><p>baz</p></blockquote></blockquote><p>extra</p>"]
    at Test.<anonymous> (https://xn--n8j6ds53lwwkrqhv28a.wpt.live/editing/include/tests.js:5675:11)
    at Test.step (https://xn--n8j6ds53lwwkrqhv28a.wpt.live/resources/testharness.js:2642:25)
    at test (https://xn--n8j6ds53lwwkrqhv28a.wpt.live/resources/testharness.js:633:30)
    at subsetTest (https://xn--n8j6ds53lwwkrqhv28a.wpt.live/common/subset-tests.js:54:14)
    at runConformanceTest (https://xn--n8j6ds53lwwkrqhv28a.wpt.live/editing/include/tests.js:5667:5)
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5668:9)
Fail
assert_in_array("<blockquote style=\"margin:0 0 0 40px; border:none; padding:0px\"><blockquote style=\"margin-right:0\" dir=\"ltr\"><p>foobar</p></blockquote><blockquote style=\"margin-right:0\" dir=\"ltr\"><p>baz</p></blockquote></blockquote><p>extra</p>", ["<blockquote><blockquote style=\"margin-right:0\" dir=\"ltr\"><p>foobar</p><p>baz</p></blockquote></blockquote><p>extra</p>", "<blockquote style=\"margin:0 0 0 40px; border:none; padding:0px\"><blockquote style=\"margin-right:0\" dir=\"ltr\"><p>foobar</p><p>baz</p></blockquote></blockquote><p>extra</p>"], "Unexpected innerHTML (after normalizing inline style)")
    at Test.<anonymous> ( /editing/include/tests.js:5675:11)
Pass[["indent",""]] "<blockquote style=\"margin-right: 0\" dir=\"ltr\"><p>foo[bar</p><p>b]az</p></blockquote><p>extra" queryCommandIndeterm("indent") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals(false, false, "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "<blockquote style=\"margin-right: 0\" dir=\"ltr\"><p>foo[bar</p><p>b]az</p></blockquote><p>extra" queryCommandState("indent") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals(false, false, "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "<blockquote style=\"margin-right: 0\" dir=\"ltr\"><p>foo[bar</p><p>b]az</p></blockquote><p>extra" queryCommandValue("indent") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals("", "", "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "<blockquote style=\"margin-right: 0\" dir=\"ltr\"><p>foo[bar</p><p>b]az</p></blockquote><p>extra" queryCommandIndeterm("indent") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals(false, false, "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "<blockquote style=\"margin-right: 0\" dir=\"ltr\"><p>foo[bar</p><p>b]az</p></blockquote><p>extra" queryCommandState("indent") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals(false, false, "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "<blockquote style=\"margin-right: 0\" dir=\"ltr\"><p>foo[bar</p><p>b]az</p></blockquote><p>extra" queryCommandValue("indent") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals("", "", "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "<blockquote style=\"margin-right: 0\" dir=\"ltr\"><p>foo[bar]</p></blockquote><p>baz</p><p>extra": execCommand("indent", false, "") return value
Asserts run
Pass
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[["indent",""]] "<blockquote style=\"margin-right: 0\" dir=\"ltr\"><p>foo[bar]</p></blockquote><p>baz</p><p>extra" checks for modifications to non-editable content
Asserts run
Pass
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>indent - HTML editing conformance tests</title>\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>indent - HTML editing conformance tests</title>\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[["indent",""]] "<blockquote style=\"margin-right: 0\" dir=\"ltr\"><p>foo[bar]</p></blockquote><p>baz</p><p>extra" compare innerHTML
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5668:9)
Pass
assert_in_array("<blockquote style=\"margin:0 0 0 40px; border:none; padding:0px\"><blockquote style=\"margin-right:0\" dir=\"ltr\"><p>foobar</p></blockquote></blockquote><p>baz</p><p>extra</p>", ["<blockquote><blockquote style=\"margin-right:0\" dir=\"ltr\"><p>foobar</p></blockquote></blockquote><p>baz</p><p>extra</p>", "<blockquote style=\"margin:0 0 0 40px; border:none; padding:0px\"><blockquote style=\"margin-right:0\" dir=\"ltr\"><p>foobar</p></blockquote></blockquote><p>baz</p><p>extra</p>"], "Unexpected innerHTML (after normalizing inline style)")
    at Test.<anonymous> ( /editing/include/tests.js:5675:11)
Pass[["indent",""]] "<blockquote style=\"margin-right: 0\" dir=\"ltr\"><p>foo[bar]</p></blockquote><p>baz</p><p>extra" queryCommandIndeterm("indent") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals(false, false, "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "<blockquote style=\"margin-right: 0\" dir=\"ltr\"><p>foo[bar]</p></blockquote><p>baz</p><p>extra" queryCommandState("indent") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals(false, false, "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "<blockquote style=\"margin-right: 0\" dir=\"ltr\"><p>foo[bar]</p></blockquote><p>baz</p><p>extra" queryCommandValue("indent") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals("", "", "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "<blockquote style=\"margin-right: 0\" dir=\"ltr\"><p>foo[bar]</p></blockquote><p>baz</p><p>extra" queryCommandIndeterm("indent") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals(false, false, "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "<blockquote style=\"margin-right: 0\" dir=\"ltr\"><p>foo[bar]</p></blockquote><p>baz</p><p>extra" queryCommandState("indent") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals(false, false, "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "<blockquote style=\"margin-right: 0\" dir=\"ltr\"><p>foo[bar]</p></blockquote><p>baz</p><p>extra" queryCommandValue("indent") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals("", "", "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "<blockquote style=\"margin-right: 0\" dir=\"ltr\"><p>foo[bar</p></blockquote><p>b]az</p><p>extra": execCommand("indent", false, "") return value
Asserts run
Pass
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[["indent",""]] "<blockquote style=\"margin-right: 0\" dir=\"ltr\"><p>foo[bar</p></blockquote><p>b]az</p><p>extra" checks for modifications to non-editable content
Asserts run
Pass
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>indent - HTML editing conformance tests</title>\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>indent - HTML editing conformance tests</title>\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[["indent",""]] "<blockquote style=\"margin-right: 0\" dir=\"ltr\"><p>foo[bar</p></blockquote><p>b]az</p><p>extra" compare innerHTML
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5668:9)
Pass
assert_in_array("<blockquote style=\"margin:0 0 0 40px; border:none; padding:0px\"><blockquote style=\"margin-right:0\" dir=\"ltr\"><p>foobar</p></blockquote><p>baz</p></blockquote><p>extra</p>", ["<blockquote><blockquote style=\"margin-right:0\" dir=\"ltr\"><p>foobar</p></blockquote><p>baz</p></blockquote><p>extra</p>", "<blockquote style=\"margin:0 0 0 40px; border:none; padding:0px\"><blockquote style=\"margin-right:0\" dir=\"ltr\"><p>foobar</p></blockquote><p>baz</p></blockquote><p>extra</p>"], "Unexpected innerHTML (after normalizing inline style)")
    at Test.<anonymous> ( /editing/include/tests.js:5675:11)
Pass[["indent",""]] "<blockquote style=\"margin-right: 0\" dir=\"ltr\"><p>foo[bar</p></blockquote><p>b]az</p><p>extra" queryCommandIndeterm("indent") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals(false, false, "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "<blockquote style=\"margin-right: 0\" dir=\"ltr\"><p>foo[bar</p></blockquote><p>b]az</p><p>extra" queryCommandState("indent") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals(false, false, "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "<blockquote style=\"margin-right: 0\" dir=\"ltr\"><p>foo[bar</p></blockquote><p>b]az</p><p>extra" queryCommandValue("indent") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals("", "", "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "<blockquote style=\"margin-right: 0\" dir=\"ltr\"><p>foo[bar</p></blockquote><p>b]az</p><p>extra" queryCommandIndeterm("indent") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals(false, false, "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "<blockquote style=\"margin-right: 0\" dir=\"ltr\"><p>foo[bar</p></blockquote><p>b]az</p><p>extra" queryCommandState("indent") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals(false, false, "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "<blockquote style=\"margin-right: 0\" dir=\"ltr\"><p>foo[bar</p></blockquote><p>b]az</p><p>extra" queryCommandValue("indent") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals("", "", "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "<p>[foo]<blockquote style=\"margin-right: 0\" dir=\"ltr\"><p>bar</blockquote><p>extra": execCommand("indent", false, "") return value
Asserts run
Pass
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[["indent",""]] "<p>[foo]<blockquote style=\"margin-right: 0\" dir=\"ltr\"><p>bar</blockquote><p>extra" checks for modifications to non-editable content
Asserts run
Pass
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>indent - HTML editing conformance tests</title>\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>indent - HTML editing conformance tests</title>\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[["indent",""]] "<p>[foo]<blockquote style=\"margin-right: 0\" dir=\"ltr\"><p>bar</blockquote><p>extra" compare innerHTMLassert_equals: Unexpected innerHTML (after normalizing inline style) expected "<blockquote style=\"margin-right:0\" dir=\"ltr\"><p>foo</p><p>bar</p></blockquote><p>extra</p>" but got "<blockquote style=\"margin:0 0 0 40px; border:none; padding:0px\"><p>foo</p></blockquote><blockquote style=\"margin-right:0\" dir=\"ltr\"><p>bar</p></blockquote><p>extra</p>"
    at Test.<anonymous> (https://xn--n8j6ds53lwwkrqhv28a.wpt.live/editing/include/tests.js:5679:11)
    at Test.step (https://xn--n8j6ds53lwwkrqhv28a.wpt.live/resources/testharness.js:2642:25)
    at test (https://xn--n8j6ds53lwwkrqhv28a.wpt.live/resources/testharness.js:633:30)
    at subsetTest (https://xn--n8j6ds53lwwkrqhv28a.wpt.live/common/subset-tests.js:54:14)
    at runConformanceTest (https://xn--n8j6ds53lwwkrqhv28a.wpt.live/editing/include/tests.js:5667:5)
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5668:9)
Fail
assert_equals("<blockquote style=\"margin:0 0 0 40px; border:none; padding:0px\"><p>foo</p></blockquote><blockquote style=\"margin-right:0\" dir=\"ltr\"><p>bar</p></blockquote><p>extra</p>", "<blockquote style=\"margin-right:0\" dir=\"ltr\"><p>foo</p><p>bar</p></blockquote><p>extra</p>", "Unexpected innerHTML (after normalizing inline style)")
    at Test.<anonymous> ( /editing/include/tests.js:5679:11)
Pass[["indent",""]] "<p>[foo]<blockquote style=\"margin-right: 0\" dir=\"ltr\"><p>bar</blockquote><p>extra" queryCommandIndeterm("indent") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals(false, false, "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "<p>[foo]<blockquote style=\"margin-right: 0\" dir=\"ltr\"><p>bar</blockquote><p>extra" queryCommandState("indent") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals(false, false, "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "<p>[foo]<blockquote style=\"margin-right: 0\" dir=\"ltr\"><p>bar</blockquote><p>extra" queryCommandValue("indent") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals("", "", "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "<p>[foo]<blockquote style=\"margin-right: 0\" dir=\"ltr\"><p>bar</blockquote><p>extra" queryCommandIndeterm("indent") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals(false, false, "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "<p>[foo]<blockquote style=\"margin-right: 0\" dir=\"ltr\"><p>bar</blockquote><p>extra" queryCommandState("indent") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals(false, false, "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "<p>[foo]<blockquote style=\"margin-right: 0\" dir=\"ltr\"><p>bar</blockquote><p>extra" queryCommandValue("indent") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals("", "", "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "<p>[foo<blockquote style=\"margin-right: 0\" dir=\"ltr\"><p>b]ar</blockquote><p>extra": execCommand("indent", false, "") return value
Asserts run
Pass
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[["indent",""]] "<p>[foo<blockquote style=\"margin-right: 0\" dir=\"ltr\"><p>b]ar</blockquote><p>extra" checks for modifications to non-editable content
Asserts run
Pass
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>indent - HTML editing conformance tests</title>\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>indent - HTML editing conformance tests</title>\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[["indent",""]] "<p>[foo<blockquote style=\"margin-right: 0\" dir=\"ltr\"><p>b]ar</blockquote><p>extra" compare innerHTML
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5668:9)
Pass
assert_in_array("<blockquote style=\"margin:0 0 0 40px; border:none; padding:0px\"><p>foo</p><blockquote style=\"margin-right:0\" dir=\"ltr\"><p>bar</p></blockquote></blockquote><p>extra</p>", ["<blockquote><p>foo</p><blockquote style=\"margin-right:0\" dir=\"ltr\"><p>bar</p></blockquote></blockquote><p>extra</p>", "<blockquote style=\"margin:0 0 0 40px; border:none; padding:0px\"><p>foo</p><blockquote style=\"margin-right:0\" dir=\"ltr\"><p>bar</p></blockquote></blockquote><p>extra</p>"], "Unexpected innerHTML (after normalizing inline style)")
    at Test.<anonymous> ( /editing/include/tests.js:5675:11)
Pass[["indent",""]] "<p>[foo<blockquote style=\"margin-right: 0\" dir=\"ltr\"><p>b]ar</blockquote><p>extra" queryCommandIndeterm("indent") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals(false, false, "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "<p>[foo<blockquote style=\"margin-right: 0\" dir=\"ltr\"><p>b]ar</blockquote><p>extra" queryCommandState("indent") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals(false, false, "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "<p>[foo<blockquote style=\"margin-right: 0\" dir=\"ltr\"><p>b]ar</blockquote><p>extra" queryCommandValue("indent") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals("", "", "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "<p>[foo<blockquote style=\"margin-right: 0\" dir=\"ltr\"><p>b]ar</blockquote><p>extra" queryCommandIndeterm("indent") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals(false, false, "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "<p>[foo<blockquote style=\"margin-right: 0\" dir=\"ltr\"><p>b]ar</blockquote><p>extra" queryCommandState("indent") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals(false, false, "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "<p>[foo<blockquote style=\"margin-right: 0\" dir=\"ltr\"><p>b]ar</blockquote><p>extra" queryCommandValue("indent") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals("", "", "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "<p>foo<blockquote style=\"margin-right: 0\" dir=\"ltr\"><p>bar</blockquote><p>[baz]<p>extra": execCommand("indent", false, "") return value
Asserts run
Pass
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[["indent",""]] "<p>foo<blockquote style=\"margin-right: 0\" dir=\"ltr\"><p>bar</blockquote><p>[baz]<p>extra" checks for modifications to non-editable content
Asserts run
Pass
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>indent - HTML editing conformance tests</title>\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>indent - HTML editing conformance tests</title>\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[["indent",""]] "<p>foo<blockquote style=\"margin-right: 0\" dir=\"ltr\"><p>bar</blockquote><p>[baz]<p>extra" compare innerHTMLassert_equals: Unexpected innerHTML (after normalizing inline style) expected "<p>foo</p><blockquote style=\"margin-right:0\" dir=\"ltr\"><p>bar</p><p>baz</p></blockquote><p>extra</p>" but got "<p>foo</p><blockquote style=\"margin-right:0\" dir=\"ltr\"><p>bar</p></blockquote><blockquote style=\"margin:0 0 0 40px; border:none; padding:0px\"><p>baz</p></blockquote><p>extra</p>"
    at Test.<anonymous> (https://xn--n8j6ds53lwwkrqhv28a.wpt.live/editing/include/tests.js:5679:11)
    at Test.step (https://xn--n8j6ds53lwwkrqhv28a.wpt.live/resources/testharness.js:2642:25)
    at test (https://xn--n8j6ds53lwwkrqhv28a.wpt.live/resources/testharness.js:633:30)
    at subsetTest (https://xn--n8j6ds53lwwkrqhv28a.wpt.live/common/subset-tests.js:54:14)
    at runConformanceTest (https://xn--n8j6ds53lwwkrqhv28a.wpt.live/editing/include/tests.js:5667:5)
Asserts run
Pass
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><blockquote style=\"margin-right:0\" dir=\"ltr\"><p>bar</p></blockquote><blockquote style=\"margin:0 0 0 40px; border:none; padding:0px\"><p>baz</p></blockquote><p>extra</p>", "<p>foo</p><blockquote style=\"margin-right:0\" dir=\"ltr\"><p>bar</p><p>baz</p></blockquote><p>extra</p>", "Unexpected innerHTML (after normalizing inline style)")
    at Test.<anonymous> ( /editing/include/tests.js:5679:11)
Pass[["indent",""]] "<p>foo<blockquote style=\"margin-right: 0\" dir=\"ltr\"><p>bar</blockquote><p>[baz]<p>extra" queryCommandIndeterm("indent") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals(false, false, "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "<p>foo<blockquote style=\"margin-right: 0\" dir=\"ltr\"><p>bar</blockquote><p>[baz]<p>extra" queryCommandState("indent") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals(false, false, "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "<p>foo<blockquote style=\"margin-right: 0\" dir=\"ltr\"><p>bar</blockquote><p>[baz]<p>extra" queryCommandValue("indent") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals("", "", "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "<p>foo<blockquote style=\"margin-right: 0\" dir=\"ltr\"><p>bar</blockquote><p>[baz]<p>extra" queryCommandIndeterm("indent") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals(false, false, "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "<p>foo<blockquote style=\"margin-right: 0\" dir=\"ltr\"><p>bar</blockquote><p>[baz]<p>extra" queryCommandState("indent") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals(false, false, "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "<p>foo<blockquote style=\"margin-right: 0\" dir=\"ltr\"><p>bar</blockquote><p>[baz]<p>extra" queryCommandValue("indent") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals("", "", "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "<p>foo<blockquote style=\"margin-right: 0\" dir=\"ltr\"><p>[bar</blockquote><p>baz]<p>extra": execCommand("indent", false, "") return value
Asserts run
Pass
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[["indent",""]] "<p>foo<blockquote style=\"margin-right: 0\" dir=\"ltr\"><p>[bar</blockquote><p>baz]<p>extra" checks for modifications to non-editable content
Asserts run
Pass
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>indent - HTML editing conformance tests</title>\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>indent - HTML editing conformance tests</title>\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[["indent",""]] "<p>foo<blockquote style=\"margin-right: 0\" dir=\"ltr\"><p>[bar</blockquote><p>baz]<p>extra" compare innerHTML
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5668:9)
Pass
assert_in_array("<p>foo</p><blockquote style=\"margin:0 0 0 40px; border:none; padding:0px\"><blockquote style=\"margin-right:0\" dir=\"ltr\"><p>bar</p></blockquote><p>baz</p></blockquote><p>extra</p>", ["<p>foo</p><blockquote><blockquote style=\"margin-right:0\" dir=\"ltr\"><p>bar</p></blockquote><p>baz</p></blockquote><p>extra</p>", "<p>foo</p><blockquote style=\"margin:0 0 0 40px; border:none; padding:0px\"><blockquote style=\"margin-right:0\" dir=\"ltr\"><p>bar</p></blockquote><p>baz</p></blockquote><p>extra</p>"], "Unexpected innerHTML (after normalizing inline style)")
    at Test.<anonymous> ( /editing/include/tests.js:5675:11)
Pass[["indent",""]] "<p>foo<blockquote style=\"margin-right: 0\" dir=\"ltr\"><p>[bar</blockquote><p>baz]<p>extra" queryCommandIndeterm("indent") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals(false, false, "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "<p>foo<blockquote style=\"margin-right: 0\" dir=\"ltr\"><p>[bar</blockquote><p>baz]<p>extra" queryCommandState("indent") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals(false, false, "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "<p>foo<blockquote style=\"margin-right: 0\" dir=\"ltr\"><p>[bar</blockquote><p>baz]<p>extra" queryCommandValue("indent") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals("", "", "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "<p>foo<blockquote style=\"margin-right: 0\" dir=\"ltr\"><p>[bar</blockquote><p>baz]<p>extra" queryCommandIndeterm("indent") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals(false, false, "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "<p>foo<blockquote style=\"margin-right: 0\" dir=\"ltr\"><p>[bar</blockquote><p>baz]<p>extra" queryCommandState("indent") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals(false, false, "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "<p>foo<blockquote style=\"margin-right: 0\" dir=\"ltr\"><p>[bar</blockquote><p>baz]<p>extra" queryCommandValue("indent") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals("", "", "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "<p>[foo<blockquote style=\"margin-right: 0\" dir=\"ltr\"><p>bar</blockquote><p>baz]<p>extra": execCommand("indent", false, "") return value
Asserts run
Pass
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[["indent",""]] "<p>[foo<blockquote style=\"margin-right: 0\" dir=\"ltr\"><p>bar</blockquote><p>baz]<p>extra" checks for modifications to non-editable content
Asserts run
Pass
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>indent - HTML editing conformance tests</title>\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>indent - HTML editing conformance tests</title>\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[["indent",""]] "<p>[foo<blockquote style=\"margin-right: 0\" dir=\"ltr\"><p>bar</blockquote><p>baz]<p>extra" compare innerHTML
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5668:9)
Pass
assert_in_array("<blockquote style=\"margin:0 0 0 40px; border:none; padding:0px\"><p>foo</p><blockquote style=\"margin-right:0\" dir=\"ltr\"><p>bar</p></blockquote><p>baz</p></blockquote><p>extra</p>", ["<blockquote><p>foo</p><blockquote style=\"margin-right:0\" dir=\"ltr\"><p>bar</p></blockquote><p>baz</p></blockquote><p>extra</p>", "<blockquote style=\"margin:0 0 0 40px; border:none; padding:0px\"><p>foo</p><blockquote style=\"margin-right:0\" dir=\"ltr\"><p>bar</p></blockquote><p>baz</p></blockquote><p>extra</p>"], "Unexpected innerHTML (after normalizing inline style)")
    at Test.<anonymous> ( /editing/include/tests.js:5675:11)
Pass[["indent",""]] "<p>[foo<blockquote style=\"margin-right: 0\" dir=\"ltr\"><p>bar</blockquote><p>baz]<p>extra" queryCommandIndeterm("indent") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals(false, false, "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "<p>[foo<blockquote style=\"margin-right: 0\" dir=\"ltr\"><p>bar</blockquote><p>baz]<p>extra" queryCommandState("indent") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals(false, false, "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "<p>[foo<blockquote style=\"margin-right: 0\" dir=\"ltr\"><p>bar</blockquote><p>baz]<p>extra" queryCommandValue("indent") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals("", "", "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "<p>[foo<blockquote style=\"margin-right: 0\" dir=\"ltr\"><p>bar</blockquote><p>baz]<p>extra" queryCommandIndeterm("indent") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals(false, false, "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "<p>[foo<blockquote style=\"margin-right: 0\" dir=\"ltr\"><p>bar</blockquote><p>baz]<p>extra" queryCommandState("indent") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals(false, false, "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "<p>[foo<blockquote style=\"margin-right: 0\" dir=\"ltr\"><p>bar</blockquote><p>baz]<p>extra" queryCommandValue("indent") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at 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"],["indent",""]] "<blockquote style=\"margin-right: 0\" dir=\"ltr\"><p>foo</blockquote><p>[bar]<blockquote style=\"margin-right: 0\" dir=\"ltr\"><p>baz</blockquote><p>extra": execCommand("stylewithcss", false, "true") return value
Asserts run
Pass
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"],["indent",""]] "<blockquote style=\"margin-right: 0\" dir=\"ltr\"><p>foo</blockquote><p>[bar]<blockquote style=\"margin-right: 0\" dir=\"ltr\"><p>baz</blockquote><p>extra": execCommand("indent", false, "") return value
Asserts run
Pass
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"],["indent",""]] "<blockquote style=\"margin-right: 0\" dir=\"ltr\"><p>foo</blockquote><p>[bar]<blockquote style=\"margin-right: 0\" dir=\"ltr\"><p>baz</blockquote><p>extra" checks for modifications to non-editable content
Asserts run
Pass
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>indent - HTML editing conformance tests</title>\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>indent - HTML editing conformance tests</title>\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","true"],["indent",""]] "<blockquote style=\"margin-right: 0\" dir=\"ltr\"><p>foo</blockquote><p>[bar]<blockquote style=\"margin-right: 0\" dir=\"ltr\"><p>baz</blockquote><p>extra" compare innerHTMLassert_equals: Unexpected innerHTML (after normalizing inline style) expected "<blockquote style=\"margin-right:0\" dir=\"ltr\"><p>foo</p><p>bar</p><p>baz</p></blockquote><p>extra</p>" but got "<blockquote style=\"margin-right:0\" dir=\"ltr\"><p>foo</p></blockquote><blockquote style=\"margin:0 0 0 40px; border:none; padding:0px\"><p>bar</p></blockquote><blockquote style=\"margin-right:0\" dir=\"ltr\"><p>baz</p></blockquote><p>extra</p>"
    at Test.<anonymous> (https://xn--n8j6ds53lwwkrqhv28a.wpt.live/editing/include/tests.js:5679:11)
    at Test.step (https://xn--n8j6ds53lwwkrqhv28a.wpt.live/resources/testharness.js:2642:25)
    at test (https://xn--n8j6ds53lwwkrqhv28a.wpt.live/resources/testharness.js:633:30)
    at subsetTest (https://xn--n8j6ds53lwwkrqhv28a.wpt.live/common/subset-tests.js:54:14)
    at runConformanceTest (https://xn--n8j6ds53lwwkrqhv28a.wpt.live/editing/include/tests.js:5667:5)
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5668:9)
Fail
assert_equals("<blockquote style=\"margin-right:0\" dir=\"ltr\"><p>foo</p></blockquote><blockquote style=\"margin:0 0 0 40px; border:none; padding:0px\"><p>bar</p></blockquote><blockquote style=\"margin-right:0\" dir=\"ltr\"><p>baz</p></blockquote><p>extra</p>", "<blockquote style=\"margin-right:0\" dir=\"ltr\"><p>foo</p><p>bar</p><p>baz</p></blockquote><p>extra</p>", "Unexpected innerHTML (after normalizing inline style)")
    at Test.<anonymous> ( /editing/include/tests.js:5679:11)
Pass[["stylewithcss","true"],["indent",""]] "<blockquote style=\"margin-right: 0\" dir=\"ltr\"><p>foo</blockquote><p>[bar]<blockquote style=\"margin-right: 0\" dir=\"ltr\"><p>baz</blockquote><p>extra" queryCommandIndeterm("stylewithcss") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<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"],["indent",""]] "<blockquote style=\"margin-right: 0\" dir=\"ltr\"><p>foo</blockquote><p>[bar]<blockquote style=\"margin-right: 0\" dir=\"ltr\"><p>baz</blockquote><p>extra" queryCommandState("stylewithcss") beforeassert_equals: Wrong result returned expected false but got true
    at Test.<anonymous> (https://xn--n8j6ds53lwwkrqhv28a.wpt.live/editing/include/tests.js:5727:21)
    at Test.step (https://xn--n8j6ds53lwwkrqhv28a.wpt.live/resources/testharness.js:2642:25)
    at test (https://xn--n8j6ds53lwwkrqhv28a.wpt.live/resources/testharness.js:633:30)
    at subsetTest (https://xn--n8j6ds53lwwkrqhv28a.wpt.live/common/subset-tests.js:54:14)
    at runConformanceTest (https://xn--n8j6ds53lwwkrqhv28a.wpt.live/editing/include/tests.js:5695:13)
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js: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"],["indent",""]] "<blockquote style=\"margin-right: 0\" dir=\"ltr\"><p>foo</blockquote><p>[bar]<blockquote style=\"margin-right: 0\" dir=\"ltr\"><p>baz</blockquote><p>extra" queryCommandValue("stylewithcss") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at 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"],["indent",""]] "<blockquote style=\"margin-right: 0\" dir=\"ltr\"><p>foo</blockquote><p>[bar]<blockquote style=\"margin-right: 0\" dir=\"ltr\"><p>baz</blockquote><p>extra" queryCommandIndeterm("stylewithcss") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /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"],["indent",""]] "<blockquote style=\"margin-right: 0\" dir=\"ltr\"><p>foo</blockquote><p>[bar]<blockquote style=\"margin-right: 0\" dir=\"ltr\"><p>baz</blockquote><p>extra" queryCommandState("stylewithcss") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
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"],["indent",""]] "<blockquote style=\"margin-right: 0\" dir=\"ltr\"><p>foo</blockquote><p>[bar]<blockquote style=\"margin-right: 0\" dir=\"ltr\"><p>baz</blockquote><p>extra" queryCommandValue("stylewithcss") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at 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"],["indent",""]] "<blockquote style=\"margin-right: 0\" dir=\"ltr\"><p>foo</blockquote><p>[bar]<blockquote style=\"margin-right: 0\" dir=\"ltr\"><p>baz</blockquote><p>extra" queryCommandIndeterm("indent") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /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"],["indent",""]] "<blockquote style=\"margin-right: 0\" dir=\"ltr\"><p>foo</blockquote><p>[bar]<blockquote style=\"margin-right: 0\" dir=\"ltr\"><p>baz</blockquote><p>extra" queryCommandState("indent") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /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"],["indent",""]] "<blockquote style=\"margin-right: 0\" dir=\"ltr\"><p>foo</blockquote><p>[bar]<blockquote style=\"margin-right: 0\" dir=\"ltr\"><p>baz</blockquote><p>extra" queryCommandValue("indent") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at 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"],["indent",""]] "<blockquote style=\"margin-right: 0\" dir=\"ltr\"><p>foo</blockquote><p>[bar]<blockquote style=\"margin-right: 0\" dir=\"ltr\"><p>baz</blockquote><p>extra" queryCommandIndeterm("indent") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /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"],["indent",""]] "<blockquote style=\"margin-right: 0\" dir=\"ltr\"><p>foo</blockquote><p>[bar]<blockquote style=\"margin-right: 0\" dir=\"ltr\"><p>baz</blockquote><p>extra" queryCommandState("indent") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /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"],["indent",""]] "<blockquote style=\"margin-right: 0\" dir=\"ltr\"><p>foo</blockquote><p>[bar]<blockquote style=\"margin-right: 0\" dir=\"ltr\"><p>baz</blockquote><p>extra" queryCommandValue("indent") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at 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"],["indent",""]] "<blockquote style=\"margin-right: 0\" dir=\"ltr\"><p>foo</blockquote><p>[bar]<blockquote style=\"margin-right: 0\" dir=\"ltr\"><p>baz</blockquote><p>extra": execCommand("stylewithcss", false, "false") return value
Asserts run
Pass
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"],["indent",""]] "<blockquote style=\"margin-right: 0\" dir=\"ltr\"><p>foo</blockquote><p>[bar]<blockquote style=\"margin-right: 0\" dir=\"ltr\"><p>baz</blockquote><p>extra": execCommand("indent", false, "") return value
Asserts run
Pass
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"],["indent",""]] "<blockquote style=\"margin-right: 0\" dir=\"ltr\"><p>foo</blockquote><p>[bar]<blockquote style=\"margin-right: 0\" dir=\"ltr\"><p>baz</blockquote><p>extra" checks for modifications to non-editable content
Asserts run
Pass
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>indent - HTML editing conformance tests</title>\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>indent - HTML editing conformance tests</title>\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"],["indent",""]] "<blockquote style=\"margin-right: 0\" dir=\"ltr\"><p>foo</blockquote><p>[bar]<blockquote style=\"margin-right: 0\" dir=\"ltr\"><p>baz</blockquote><p>extra" compare innerHTMLassert_equals: Unexpected innerHTML (after normalizing inline style) expected "<blockquote style=\"margin-right:0\" dir=\"ltr\"><p>foo</p><p>bar</p><p>baz</p></blockquote><p>extra</p>" but got "<blockquote style=\"margin-right:0\" dir=\"ltr\"><p>foo</p></blockquote><blockquote style=\"margin:0 0 0 40px; border:none; padding:0px\"><p>bar</p></blockquote><blockquote style=\"margin-right:0\" dir=\"ltr\"><p>baz</p></blockquote><p>extra</p>"
    at Test.<anonymous> (https://xn--n8j6ds53lwwkrqhv28a.wpt.live/editing/include/tests.js:5679:11)
    at Test.step (https://xn--n8j6ds53lwwkrqhv28a.wpt.live/resources/testharness.js:2642:25)
    at test (https://xn--n8j6ds53lwwkrqhv28a.wpt.live/resources/testharness.js:633:30)
    at subsetTest (https://xn--n8j6ds53lwwkrqhv28a.wpt.live/common/subset-tests.js:54:14)
    at runConformanceTest (https://xn--n8j6ds53lwwkrqhv28a.wpt.live/editing/include/tests.js:5667:5)
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5668:9)
Fail
assert_equals("<blockquote style=\"margin-right:0\" dir=\"ltr\"><p>foo</p></blockquote><blockquote style=\"margin:0 0 0 40px; border:none; padding:0px\"><p>bar</p></blockquote><blockquote style=\"margin-right:0\" dir=\"ltr\"><p>baz</p></blockquote><p>extra</p>", "<blockquote style=\"margin-right:0\" dir=\"ltr\"><p>foo</p><p>bar</p><p>baz</p></blockquote><p>extra</p>", "Unexpected innerHTML (after normalizing inline style)")
    at Test.<anonymous> ( /editing/include/tests.js:5679:11)
Pass[["stylewithcss","false"],["indent",""]] "<blockquote style=\"margin-right: 0\" dir=\"ltr\"><p>foo</blockquote><p>[bar]<blockquote style=\"margin-right: 0\" dir=\"ltr\"><p>baz</blockquote><p>extra" queryCommandIndeterm("stylewithcss") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /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"],["indent",""]] "<blockquote style=\"margin-right: 0\" dir=\"ltr\"><p>foo</blockquote><p>[bar]<blockquote style=\"margin-right: 0\" dir=\"ltr\"><p>baz</blockquote><p>extra" queryCommandState("stylewithcss") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
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"],["indent",""]] "<blockquote style=\"margin-right: 0\" dir=\"ltr\"><p>foo</blockquote><p>[bar]<blockquote style=\"margin-right: 0\" dir=\"ltr\"><p>baz</blockquote><p>extra" queryCommandValue("stylewithcss") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at 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"],["indent",""]] "<blockquote style=\"margin-right: 0\" dir=\"ltr\"><p>foo</blockquote><p>[bar]<blockquote style=\"margin-right: 0\" dir=\"ltr\"><p>baz</blockquote><p>extra" queryCommandIndeterm("stylewithcss") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /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"],["indent",""]] "<blockquote style=\"margin-right: 0\" dir=\"ltr\"><p>foo</blockquote><p>[bar]<blockquote style=\"margin-right: 0\" dir=\"ltr\"><p>baz</blockquote><p>extra" queryCommandState("stylewithcss") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /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"],["indent",""]] "<blockquote style=\"margin-right: 0\" dir=\"ltr\"><p>foo</blockquote><p>[bar]<blockquote style=\"margin-right: 0\" dir=\"ltr\"><p>baz</blockquote><p>extra" queryCommandValue("stylewithcss") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at 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"],["indent",""]] "<blockquote style=\"margin-right: 0\" dir=\"ltr\"><p>foo</blockquote><p>[bar]<blockquote style=\"margin-right: 0\" dir=\"ltr\"><p>baz</blockquote><p>extra" queryCommandIndeterm("indent") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /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"],["indent",""]] "<blockquote style=\"margin-right: 0\" dir=\"ltr\"><p>foo</blockquote><p>[bar]<blockquote style=\"margin-right: 0\" dir=\"ltr\"><p>baz</blockquote><p>extra" queryCommandState("indent") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /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"],["indent",""]] "<blockquote style=\"margin-right: 0\" dir=\"ltr\"><p>foo</blockquote><p>[bar]<blockquote style=\"margin-right: 0\" dir=\"ltr\"><p>baz</blockquote><p>extra" queryCommandValue("indent") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at 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"],["indent",""]] "<blockquote style=\"margin-right: 0\" dir=\"ltr\"><p>foo</blockquote><p>[bar]<blockquote style=\"margin-right: 0\" dir=\"ltr\"><p>baz</blockquote><p>extra" queryCommandIndeterm("indent") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /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"],["indent",""]] "<blockquote style=\"margin-right: 0\" dir=\"ltr\"><p>foo</blockquote><p>[bar]<blockquote style=\"margin-right: 0\" dir=\"ltr\"><p>baz</blockquote><p>extra" queryCommandState("indent") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /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"],["indent",""]] "<blockquote style=\"margin-right: 0\" dir=\"ltr\"><p>foo</blockquote><p>[bar]<blockquote style=\"margin-right: 0\" dir=\"ltr\"><p>baz</blockquote><p>extra" queryCommandValue("indent") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals("", "", "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "<p style=\"margin-left: 40px\">foo[bar]</p><p style=\"margin-left: 40px\">baz</p><p>extra": execCommand("indent", false, "") return value
Asserts run
Pass
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[["indent",""]] "<p style=\"margin-left: 40px\">foo[bar]</p><p style=\"margin-left: 40px\">baz</p><p>extra" checks for modifications to non-editable content
Asserts run
Pass
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>indent - HTML editing conformance tests</title>\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>indent - HTML editing conformance tests</title>\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[["indent",""]] "<p style=\"margin-left: 40px\">foo[bar]</p><p style=\"margin-left: 40px\">baz</p><p>extra" compare innerHTML
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5668:9)
Pass
assert_in_array("<blockquote style=\"margin:0 0 0 40px; border:none; padding:0px\"><p style=\"margin-left:40px\">foobar</p></blockquote><p style=\"margin-left:40px\">baz</p><p>extra</p>", ["<blockquote><p style=\"margin-left:40px\">foobar</p></blockquote><p style=\"margin-left:40px\">baz</p><p>extra</p>", "<blockquote style=\"margin:0 0 0 40px; border:none; padding:0px\"><p style=\"margin-left:40px\">foobar</p></blockquote><p style=\"margin-left:40px\">baz</p><p>extra</p>"], "Unexpected innerHTML (after normalizing inline style)")
    at Test.<anonymous> ( /editing/include/tests.js:5675:11)
Pass[["indent",""]] "<p style=\"margin-left: 40px\">foo[bar]</p><p style=\"margin-left: 40px\">baz</p><p>extra" queryCommandIndeterm("indent") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals(false, false, "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "<p style=\"margin-left: 40px\">foo[bar]</p><p style=\"margin-left: 40px\">baz</p><p>extra" queryCommandState("indent") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals(false, false, "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "<p style=\"margin-left: 40px\">foo[bar]</p><p style=\"margin-left: 40px\">baz</p><p>extra" queryCommandValue("indent") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals("", "", "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "<p style=\"margin-left: 40px\">foo[bar]</p><p style=\"margin-left: 40px\">baz</p><p>extra" queryCommandIndeterm("indent") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals(false, false, "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "<p style=\"margin-left: 40px\">foo[bar]</p><p style=\"margin-left: 40px\">baz</p><p>extra" queryCommandState("indent") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals(false, false, "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "<p style=\"margin-left: 40px\">foo[bar]</p><p style=\"margin-left: 40px\">baz</p><p>extra" queryCommandValue("indent") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals("", "", "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "<p style=\"margin-left: 40px\">foo[bar</p><p style=\"margin-left: 40px\">b]az</p><p>extra": execCommand("indent", false, "") return value
Asserts run
Pass
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[["indent",""]] "<p style=\"margin-left: 40px\">foo[bar</p><p style=\"margin-left: 40px\">b]az</p><p>extra" checks for modifications to non-editable content
Asserts run
Pass
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>indent - HTML editing conformance tests</title>\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>indent - HTML editing conformance tests</title>\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[["indent",""]] "<p style=\"margin-left: 40px\">foo[bar</p><p style=\"margin-left: 40px\">b]az</p><p>extra" compare innerHTML
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5668:9)
Pass
assert_in_array("<blockquote style=\"margin:0 0 0 40px; border:none; padding:0px\"><p style=\"margin-left:40px\">foobar</p><p style=\"margin-left:40px\">baz</p></blockquote><p>extra</p>", ["<blockquote><p style=\"margin-left:40px\">foobar</p><p style=\"margin-left:40px\">baz</p></blockquote><p>extra</p>", "<blockquote style=\"margin:0 0 0 40px; border:none; padding:0px\"><p style=\"margin-left:40px\">foobar</p><p style=\"margin-left:40px\">baz</p></blockquote><p>extra</p>"], "Unexpected innerHTML (after normalizing inline style)")
    at Test.<anonymous> ( /editing/include/tests.js:5675:11)
Pass[["indent",""]] "<p style=\"margin-left: 40px\">foo[bar</p><p style=\"margin-left: 40px\">b]az</p><p>extra" queryCommandIndeterm("indent") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals(false, false, "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "<p style=\"margin-left: 40px\">foo[bar</p><p style=\"margin-left: 40px\">b]az</p><p>extra" queryCommandState("indent") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals(false, false, "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "<p style=\"margin-left: 40px\">foo[bar</p><p style=\"margin-left: 40px\">b]az</p><p>extra" queryCommandValue("indent") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals("", "", "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "<p style=\"margin-left: 40px\">foo[bar</p><p style=\"margin-left: 40px\">b]az</p><p>extra" queryCommandIndeterm("indent") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals(false, false, "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "<p style=\"margin-left: 40px\">foo[bar</p><p style=\"margin-left: 40px\">b]az</p><p>extra" queryCommandState("indent") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals(false, false, "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "<p style=\"margin-left: 40px\">foo[bar</p><p style=\"margin-left: 40px\">b]az</p><p>extra" queryCommandValue("indent") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals("", "", "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "<p style=\"margin-left: 40px\">foo[bar]</p><p>baz</p><p>extra": execCommand("indent", false, "") return value
Asserts run
Pass
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[["indent",""]] "<p style=\"margin-left: 40px\">foo[bar]</p><p>baz</p><p>extra" checks for modifications to non-editable content
Asserts run
Pass
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>indent - HTML editing conformance tests</title>\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>indent - HTML editing conformance tests</title>\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[["indent",""]] "<p style=\"margin-left: 40px\">foo[bar]</p><p>baz</p><p>extra" compare innerHTML
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5668:9)
Pass
assert_in_array("<blockquote style=\"margin:0 0 0 40px; border:none; padding:0px\"><p style=\"margin-left:40px\">foobar</p></blockquote><p>baz</p><p>extra</p>", ["<blockquote><p style=\"margin-left:40px\">foobar</p></blockquote><p>baz</p><p>extra</p>", "<blockquote style=\"margin:0 0 0 40px; border:none; padding:0px\"><p style=\"margin-left:40px\">foobar</p></blockquote><p>baz</p><p>extra</p>"], "Unexpected innerHTML (after normalizing inline style)")
    at Test.<anonymous> ( /editing/include/tests.js:5675:11)
Pass[["indent",""]] "<p style=\"margin-left: 40px\">foo[bar]</p><p>baz</p><p>extra" queryCommandIndeterm("indent") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals(false, false, "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "<p style=\"margin-left: 40px\">foo[bar]</p><p>baz</p><p>extra" queryCommandState("indent") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals(false, false, "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "<p style=\"margin-left: 40px\">foo[bar]</p><p>baz</p><p>extra" queryCommandValue("indent") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals("", "", "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "<p style=\"margin-left: 40px\">foo[bar]</p><p>baz</p><p>extra" queryCommandIndeterm("indent") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals(false, false, "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "<p style=\"margin-left: 40px\">foo[bar]</p><p>baz</p><p>extra" queryCommandState("indent") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals(false, false, "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "<p style=\"margin-left: 40px\">foo[bar]</p><p>baz</p><p>extra" queryCommandValue("indent") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals("", "", "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "<p style=\"margin-left: 40px\">foo[bar</p><p>b]az</p><p>extra": execCommand("indent", false, "") return value
Asserts run
Pass
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[["indent",""]] "<p style=\"margin-left: 40px\">foo[bar</p><p>b]az</p><p>extra" checks for modifications to non-editable content
Asserts run
Pass
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>indent - HTML editing conformance tests</title>\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>indent - HTML editing conformance tests</title>\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[["indent",""]] "<p style=\"margin-left: 40px\">foo[bar</p><p>b]az</p><p>extra" compare innerHTML
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5668:9)
Pass
assert_in_array("<blockquote style=\"margin:0 0 0 40px; border:none; padding:0px\"><p style=\"margin-left:40px\">foobar</p><p>baz</p></blockquote><p>extra</p>", ["<blockquote><p style=\"margin-left:40px\">foobar</p><p>baz</p></blockquote><p>extra</p>", "<blockquote style=\"margin:0 0 0 40px; border:none; padding:0px\"><p style=\"margin-left:40px\">foobar</p><p>baz</p></blockquote><p>extra</p>"], "Unexpected innerHTML (after normalizing inline style)")
    at Test.<anonymous> ( /editing/include/tests.js:5675:11)
Pass[["indent",""]] "<p style=\"margin-left: 40px\">foo[bar</p><p>b]az</p><p>extra" queryCommandIndeterm("indent") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals(false, false, "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "<p style=\"margin-left: 40px\">foo[bar</p><p>b]az</p><p>extra" queryCommandState("indent") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals(false, false, "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "<p style=\"margin-left: 40px\">foo[bar</p><p>b]az</p><p>extra" queryCommandValue("indent") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals("", "", "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "<p style=\"margin-left: 40px\">foo[bar</p><p>b]az</p><p>extra" queryCommandIndeterm("indent") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals(false, false, "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "<p style=\"margin-left: 40px\">foo[bar</p><p>b]az</p><p>extra" queryCommandState("indent") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals(false, false, "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "<p style=\"margin-left: 40px\">foo[bar</p><p>b]az</p><p>extra" queryCommandValue("indent") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals("", "", "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "<p>[foo]<p style=\"margin-left: 40px\">bar<p>extra": execCommand("indent", false, "") return value
Asserts run
Pass
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[["indent",""]] "<p>[foo]<p style=\"margin-left: 40px\">bar<p>extra" checks for modifications to non-editable content
Asserts run
Pass
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>indent - HTML editing conformance tests</title>\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>indent - HTML editing conformance tests</title>\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[["indent",""]] "<p>[foo]<p style=\"margin-left: 40px\">bar<p>extra" compare innerHTML
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5668:9)
Pass
assert_in_array("<blockquote style=\"margin:0 0 0 40px; border:none; padding:0px\"><p>foo</p></blockquote><p style=\"margin-left:40px\">bar</p><p>extra</p>", ["<blockquote><p>foo</p></blockquote><p style=\"margin-left:40px\">bar</p><p>extra</p>", "<blockquote style=\"margin:0 0 0 40px; border:none; padding:0px\"><p>foo</p></blockquote><p style=\"margin-left:40px\">bar</p><p>extra</p>"], "Unexpected innerHTML (after normalizing inline style)")
    at Test.<anonymous> ( /editing/include/tests.js:5675:11)
Pass[["indent",""]] "<p>[foo]<p style=\"margin-left: 40px\">bar<p>extra" queryCommandIndeterm("indent") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals(false, false, "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "<p>[foo]<p style=\"margin-left: 40px\">bar<p>extra" queryCommandState("indent") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals(false, false, "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "<p>[foo]<p style=\"margin-left: 40px\">bar<p>extra" queryCommandValue("indent") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals("", "", "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "<p>[foo]<p style=\"margin-left: 40px\">bar<p>extra" queryCommandIndeterm("indent") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals(false, false, "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "<p>[foo]<p style=\"margin-left: 40px\">bar<p>extra" queryCommandState("indent") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals(false, false, "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "<p>[foo]<p style=\"margin-left: 40px\">bar<p>extra" queryCommandValue("indent") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals("", "", "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "<p>[foo<p style=\"margin-left: 40px\">b]ar<p>extra": execCommand("indent", false, "") return value
Asserts run
Pass
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[["indent",""]] "<p>[foo<p style=\"margin-left: 40px\">b]ar<p>extra" checks for modifications to non-editable content
Asserts run
Pass
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>indent - HTML editing conformance tests</title>\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>indent - HTML editing conformance tests</title>\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[["indent",""]] "<p>[foo<p style=\"margin-left: 40px\">b]ar<p>extra" compare innerHTML
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5668:9)
Pass
assert_in_array("<blockquote style=\"margin:0 0 0 40px; border:none; padding:0px\"><p>foo</p><p style=\"margin-left:40px\">bar</p></blockquote><p>extra</p>", ["<blockquote><p>foo</p><p style=\"margin-left:40px\">bar</p></blockquote><p>extra</p>", "<blockquote style=\"margin:0 0 0 40px; border:none; padding:0px\"><p>foo</p><p style=\"margin-left:40px\">bar</p></blockquote><p>extra</p>"], "Unexpected innerHTML (after normalizing inline style)")
    at Test.<anonymous> ( /editing/include/tests.js:5675:11)
Pass[["indent",""]] "<p>[foo<p style=\"margin-left: 40px\">b]ar<p>extra" queryCommandIndeterm("indent") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals(false, false, "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "<p>[foo<p style=\"margin-left: 40px\">b]ar<p>extra" queryCommandState("indent") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals(false, false, "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "<p>[foo<p style=\"margin-left: 40px\">b]ar<p>extra" queryCommandValue("indent") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals("", "", "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "<p>[foo<p style=\"margin-left: 40px\">b]ar<p>extra" queryCommandIndeterm("indent") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals(false, false, "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "<p>[foo<p style=\"margin-left: 40px\">b]ar<p>extra" queryCommandState("indent") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals(false, false, "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "<p>[foo<p style=\"margin-left: 40px\">b]ar<p>extra" queryCommandValue("indent") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals("", "", "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "<p>foo<p style=\"margin-left: 40px\">bar<p>[baz]<p>extra": execCommand("indent", false, "") return value
Asserts run
Pass
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[["indent",""]] "<p>foo<p style=\"margin-left: 40px\">bar<p>[baz]<p>extra" checks for modifications to non-editable content
Asserts run
Pass
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>indent - HTML editing conformance tests</title>\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>indent - HTML editing conformance tests</title>\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[["indent",""]] "<p>foo<p style=\"margin-left: 40px\">bar<p>[baz]<p>extra" compare innerHTML
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5668:9)
Pass
assert_in_array("<p>foo</p><p style=\"margin-left:40px\">bar</p><blockquote style=\"margin:0 0 0 40px; border:none; padding:0px\"><p>baz</p></blockquote><p>extra</p>", ["<p>foo</p><p style=\"margin-left:40px\">bar</p><blockquote><p>baz</p></blockquote><p>extra</p>", "<p>foo</p><p style=\"margin-left:40px\">bar</p><blockquote style=\"margin:0 0 0 40px; border:none; padding:0px\"><p>baz</p></blockquote><p>extra</p>"], "Unexpected innerHTML (after normalizing inline style)")
    at Test.<anonymous> ( /editing/include/tests.js:5675:11)
Pass[["indent",""]] "<p>foo<p style=\"margin-left: 40px\">bar<p>[baz]<p>extra" queryCommandIndeterm("indent") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals(false, false, "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "<p>foo<p style=\"margin-left: 40px\">bar<p>[baz]<p>extra" queryCommandState("indent") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals(false, false, "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "<p>foo<p style=\"margin-left: 40px\">bar<p>[baz]<p>extra" queryCommandValue("indent") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals("", "", "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "<p>foo<p style=\"margin-left: 40px\">bar<p>[baz]<p>extra" queryCommandIndeterm("indent") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals(false, false, "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "<p>foo<p style=\"margin-left: 40px\">bar<p>[baz]<p>extra" queryCommandState("indent") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals(false, false, "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "<p>foo<p style=\"margin-left: 40px\">bar<p>[baz]<p>extra" queryCommandValue("indent") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals("", "", "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "<p>foo<p style=\"margin-left: 40px\">[bar<p>baz]<p>extra": execCommand("indent", false, "") return value
Asserts run
Pass
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[["indent",""]] "<p>foo<p style=\"margin-left: 40px\">[bar<p>baz]<p>extra" checks for modifications to non-editable content
Asserts run
Pass
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>indent - HTML editing conformance tests</title>\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>indent - HTML editing conformance tests</title>\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[["indent",""]] "<p>foo<p style=\"margin-left: 40px\">[bar<p>baz]<p>extra" compare innerHTML
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5668:9)
Pass
assert_in_array("<p>foo</p><blockquote style=\"margin:0 0 0 40px; border:none; padding:0px\"><p style=\"margin-left:40px\">bar</p><p>baz</p></blockquote><p>extra</p>", ["<p>foo</p><blockquote><p style=\"margin-left:40px\">bar</p><p>baz</p></blockquote><p>extra</p>", "<p>foo</p><blockquote style=\"margin:0 0 0 40px; border:none; padding:0px\"><p style=\"margin-left:40px\">bar</p><p>baz</p></blockquote><p>extra</p>"], "Unexpected innerHTML (after normalizing inline style)")
    at Test.<anonymous> ( /editing/include/tests.js:5675:11)
Pass[["indent",""]] "<p>foo<p style=\"margin-left: 40px\">[bar<p>baz]<p>extra" queryCommandIndeterm("indent") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals(false, false, "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "<p>foo<p style=\"margin-left: 40px\">[bar<p>baz]<p>extra" queryCommandState("indent") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals(false, false, "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "<p>foo<p style=\"margin-left: 40px\">[bar<p>baz]<p>extra" queryCommandValue("indent") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals("", "", "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "<p>foo<p style=\"margin-left: 40px\">[bar<p>baz]<p>extra" queryCommandIndeterm("indent") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals(false, false, "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "<p>foo<p style=\"margin-left: 40px\">[bar<p>baz]<p>extra" queryCommandState("indent") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals(false, false, "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "<p>foo<p style=\"margin-left: 40px\">[bar<p>baz]<p>extra" queryCommandValue("indent") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals("", "", "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "<p>[foo<p style=\"margin-left: 40px\">bar<p>baz]<p>extra": execCommand("indent", false, "") return value
Asserts run
Pass
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[["indent",""]] "<p>[foo<p style=\"margin-left: 40px\">bar<p>baz]<p>extra" checks for modifications to non-editable content
Asserts run
Pass
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>indent - HTML editing conformance tests</title>\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>indent - HTML editing conformance tests</title>\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[["indent",""]] "<p>[foo<p style=\"margin-left: 40px\">bar<p>baz]<p>extra" compare innerHTML
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5668:9)
Pass
assert_in_array("<blockquote style=\"margin:0 0 0 40px; border:none; padding:0px\"><p>foo</p><p style=\"margin-left:40px\">bar</p><p>baz</p></blockquote><p>extra</p>", ["<blockquote><p>foo</p><p style=\"margin-left:40px\">bar</p><p>baz</p></blockquote><p>extra</p>", "<blockquote style=\"margin:0 0 0 40px; border:none; padding:0px\"><p>foo</p><p style=\"margin-left:40px\">bar</p><p>baz</p></blockquote><p>extra</p>"], "Unexpected innerHTML (after normalizing inline style)")
    at Test.<anonymous> ( /editing/include/tests.js:5675:11)
Pass[["indent",""]] "<p>[foo<p style=\"margin-left: 40px\">bar<p>baz]<p>extra" queryCommandIndeterm("indent") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals(false, false, "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "<p>[foo<p style=\"margin-left: 40px\">bar<p>baz]<p>extra" queryCommandState("indent") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals(false, false, "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "<p>[foo<p style=\"margin-left: 40px\">bar<p>baz]<p>extra" queryCommandValue("indent") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals("", "", "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "<p>[foo<p style=\"margin-left: 40px\">bar<p>baz]<p>extra" queryCommandIndeterm("indent") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals(false, false, "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "<p>[foo<p style=\"margin-left: 40px\">bar<p>baz]<p>extra" queryCommandState("indent") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals(false, false, "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "<p>[foo<p style=\"margin-left: 40px\">bar<p>baz]<p>extra" queryCommandValue("indent") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals("", "", "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "<p style=\"margin-left: 40px\">foo<p>[bar]<p style=\"margin-left: 40px\">baz<p>extra": execCommand("indent", false, "") return value
Asserts run
Pass
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[["indent",""]] "<p style=\"margin-left: 40px\">foo<p>[bar]<p style=\"margin-left: 40px\">baz<p>extra" checks for modifications to non-editable content
Asserts run
Pass
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>indent - HTML editing conformance tests</title>\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>indent - HTML editing conformance tests</title>\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[["indent",""]] "<p style=\"margin-left: 40px\">foo<p>[bar]<p style=\"margin-left: 40px\">baz<p>extra" compare innerHTML
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5668:9)
Pass
assert_in_array("<p style=\"margin-left:40px\">foo</p><blockquote style=\"margin:0 0 0 40px; border:none; padding:0px\"><p>bar</p></blockquote><p style=\"margin-left:40px\">baz</p><p>extra</p>", ["<p style=\"margin-left:40px\">foo</p><blockquote><p>bar</p></blockquote><p style=\"margin-left:40px\">baz</p><p>extra</p>", "<p style=\"margin-left:40px\">foo</p><blockquote style=\"margin:0 0 0 40px; border:none; padding:0px\"><p>bar</p></blockquote><p style=\"margin-left:40px\">baz</p><p>extra</p>"], "Unexpected innerHTML (after normalizing inline style)")
    at Test.<anonymous> ( /editing/include/tests.js:5675:11)
Pass[["indent",""]] "<p style=\"margin-left: 40px\">foo<p>[bar]<p style=\"margin-left: 40px\">baz<p>extra" queryCommandIndeterm("indent") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals(false, false, "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "<p style=\"margin-left: 40px\">foo<p>[bar]<p style=\"margin-left: 40px\">baz<p>extra" queryCommandState("indent") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals(false, false, "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "<p style=\"margin-left: 40px\">foo<p>[bar]<p style=\"margin-left: 40px\">baz<p>extra" queryCommandValue("indent") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals("", "", "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "<p style=\"margin-left: 40px\">foo<p>[bar]<p style=\"margin-left: 40px\">baz<p>extra" queryCommandIndeterm("indent") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals(false, false, "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "<p style=\"margin-left: 40px\">foo<p>[bar]<p style=\"margin-left: 40px\">baz<p>extra" queryCommandState("indent") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals(false, false, "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "<p style=\"margin-left: 40px\">foo<p>[bar]<p style=\"margin-left: 40px\">baz<p>extra" queryCommandValue("indent") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals("", "", "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "<blockquote class=\"webkit-indent-blockquote\" style=\"margin: 0 0 0 40px; border: none; padding: 0px\"><p>foo[bar]</p><p>baz</p></blockquote><p>extra": execCommand("indent", false, "") return value
Asserts run
Pass
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[["indent",""]] "<blockquote class=\"webkit-indent-blockquote\" style=\"margin: 0 0 0 40px; border: none; padding: 0px\"><p>foo[bar]</p><p>baz</p></blockquote><p>extra" checks for modifications to non-editable content
Asserts run
Pass
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>indent - HTML editing conformance tests</title>\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>indent - HTML editing conformance tests</title>\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[["indent",""]] "<blockquote class=\"webkit-indent-blockquote\" style=\"margin: 0 0 0 40px; border: none; padding: 0px\"><p>foo[bar]</p><p>baz</p></blockquote><p>extra" compare innerHTMLassert_in_array: Unexpected innerHTML (after normalizing inline style) value "<blockquote style=\"margin:0 0 0 40px; border:none; padding:0px\"><blockquote class=\"webkit-indent-blockquote\" style=\"margin:0 0 0 40px; border:none; padding:0px\"><p>foobar</p></blockquote></blockquote><blockquote class=\"webkit-indent-blockquote\" style=\"margin:0 0 0 40px; border:none; padding:0px\"><p>baz</p></blockquote><p>extra</p>" not in array ["<blockquote class=\"webkit-indent-blockquote\" style=\"margin:0 0 0 40px; border:none; padding:0px\"><blockquote><p>foobar</p></blockquote><p>baz</p></blockquote><p>extra</p>", "<blockquote class=\"webkit-indent-blockquote\" style=\"margin:0 0 0 40px; border:none; padding:0px\"><blockquote style=\"margin:0 0 0 40px; border:none; padding:0px\"><p>foobar</p></blockquote><p>baz</p></blockquote><p>extra</p>"]
    at Test.<anonymous> (https://xn--n8j6ds53lwwkrqhv28a.wpt.live/editing/include/tests.js:5675:11)
    at Test.step (https://xn--n8j6ds53lwwkrqhv28a.wpt.live/resources/testharness.js:2642:25)
    at test (https://xn--n8j6ds53lwwkrqhv28a.wpt.live/resources/testharness.js:633:30)
    at subsetTest (https://xn--n8j6ds53lwwkrqhv28a.wpt.live/common/subset-tests.js:54:14)
    at runConformanceTest (https://xn--n8j6ds53lwwkrqhv28a.wpt.live/editing/include/tests.js:5667:5)
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5668:9)
Fail
assert_in_array("<blockquote style=\"margin:0 0 0 40px; border:none; padding:0px\"><blockquote class=\"webkit-indent-blockquote\" style=\"margin:0 0 0 40px; border:none; padding:0px\"><p>foobar</p></blockquote></blockquote><blockquote class=\"webkit-indent-blockquote\" style=\"margin:0 0 0 40px; border:none; padding:0px\"><p>baz</p></blockquote><p>extra</p>", ["<blockquote class=\"webkit-indent-blockquote\" style=\"margin:0 0 0 40px; border:none; padding:0px\"><blockquote><p>foobar</p></blockquote><p>baz</p></blockquote><p>extra</p>", "<blockquote class=\"webkit-indent-blockquote\" style=\"margin:0 0 0 40px; border:none; padding:0px\"><blockquote style=\"margin:0 0 0 40px; border:none; padding:0px\"><p>foobar</p></blockquote><p>baz</p></blockquote><p>extra</p>"], "Unexpected innerHTML (after normalizing inline style)")
    at Test.<anonymous> ( /editing/include/tests.js:5675:11)
Pass[["indent",""]] "<blockquote class=\"webkit-indent-blockquote\" style=\"margin: 0 0 0 40px; border: none; padding: 0px\"><p>foo[bar]</p><p>baz</p></blockquote><p>extra" queryCommandIndeterm("indent") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals(false, false, "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "<blockquote class=\"webkit-indent-blockquote\" style=\"margin: 0 0 0 40px; border: none; padding: 0px\"><p>foo[bar]</p><p>baz</p></blockquote><p>extra" queryCommandState("indent") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals(false, false, "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "<blockquote class=\"webkit-indent-blockquote\" style=\"margin: 0 0 0 40px; border: none; padding: 0px\"><p>foo[bar]</p><p>baz</p></blockquote><p>extra" queryCommandValue("indent") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals("", "", "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "<blockquote class=\"webkit-indent-blockquote\" style=\"margin: 0 0 0 40px; border: none; padding: 0px\"><p>foo[bar]</p><p>baz</p></blockquote><p>extra" queryCommandIndeterm("indent") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals(false, false, "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "<blockquote class=\"webkit-indent-blockquote\" style=\"margin: 0 0 0 40px; border: none; padding: 0px\"><p>foo[bar]</p><p>baz</p></blockquote><p>extra" queryCommandState("indent") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals(false, false, "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "<blockquote class=\"webkit-indent-blockquote\" style=\"margin: 0 0 0 40px; border: none; padding: 0px\"><p>foo[bar]</p><p>baz</p></blockquote><p>extra" queryCommandValue("indent") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals("", "", "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "<blockquote class=\"webkit-indent-blockquote\" style=\"margin: 0 0 0 40px; border: none; padding: 0px\"><p>foo[bar</p><p>b]az</p></blockquote><p>extra": execCommand("indent", false, "") return value
Asserts run
Pass
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[["indent",""]] "<blockquote class=\"webkit-indent-blockquote\" style=\"margin: 0 0 0 40px; border: none; padding: 0px\"><p>foo[bar</p><p>b]az</p></blockquote><p>extra" checks for modifications to non-editable content
Asserts run
Pass
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>indent - HTML editing conformance tests</title>\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>indent - HTML editing conformance tests</title>\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[["indent",""]] "<blockquote class=\"webkit-indent-blockquote\" style=\"margin: 0 0 0 40px; border: none; padding: 0px\"><p>foo[bar</p><p>b]az</p></blockquote><p>extra" compare innerHTMLassert_in_array: Unexpected innerHTML (after normalizing inline style) value "<blockquote style=\"margin:0 0 0 40px; border:none; padding:0px\"><blockquote class=\"webkit-indent-blockquote\" style=\"margin:0 0 0 40px; border:none; padding:0px\"><p>foobar</p></blockquote><blockquote class=\"webkit-indent-blockquote\" style=\"margin:0 0 0 40px; border:none; padding:0px\"><p>baz</p></blockquote></blockquote><p>extra</p>" not in array ["<blockquote><blockquote class=\"webkit-indent-blockquote\" style=\"margin:0 0 0 40px; border:none; padding:0px\"><p>foobar</p><p>baz</p></blockquote></blockquote><p>extra</p>", "<blockquote style=\"margin:0 0 0 40px; border:none; padding:0px\"><blockquote class=\"webkit-indent-blockquote\" style=\"margin:0 0 0 40px; border:none; padding:0px\"><p>foobar</p><p>baz</p></blockquote></blockquote><p>extra</p>"]
    at Test.<anonymous> (https://xn--n8j6ds53lwwkrqhv28a.wpt.live/editing/include/tests.js:5675:11)
    at Test.step (https://xn--n8j6ds53lwwkrqhv28a.wpt.live/resources/testharness.js:2642:25)
    at test (https://xn--n8j6ds53lwwkrqhv28a.wpt.live/resources/testharness.js:633:30)
    at subsetTest (https://xn--n8j6ds53lwwkrqhv28a.wpt.live/common/subset-tests.js:54:14)
    at runConformanceTest (https://xn--n8j6ds53lwwkrqhv28a.wpt.live/editing/include/tests.js:5667:5)
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5668:9)
Fail
assert_in_array("<blockquote style=\"margin:0 0 0 40px; border:none; padding:0px\"><blockquote class=\"webkit-indent-blockquote\" style=\"margin:0 0 0 40px; border:none; padding:0px\"><p>foobar</p></blockquote><blockquote class=\"webkit-indent-blockquote\" style=\"margin:0 0 0 40px; border:none; padding:0px\"><p>baz</p></blockquote></blockquote><p>extra</p>", ["<blockquote><blockquote class=\"webkit-indent-blockquote\" style=\"margin:0 0 0 40px; border:none; padding:0px\"><p>foobar</p><p>baz</p></blockquote></blockquote><p>extra</p>", "<blockquote style=\"margin:0 0 0 40px; border:none; padding:0px\"><blockquote class=\"webkit-indent-blockquote\" style=\"margin:0 0 0 40px; border:none; padding:0px\"><p>foobar</p><p>baz</p></blockquote></blockquote><p>extra</p>"], "Unexpected innerHTML (after normalizing inline style)")
    at Test.<anonymous> ( /editing/include/tests.js:5675:11)
Pass[["indent",""]] "<blockquote class=\"webkit-indent-blockquote\" style=\"margin: 0 0 0 40px; border: none; padding: 0px\"><p>foo[bar</p><p>b]az</p></blockquote><p>extra" queryCommandIndeterm("indent") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals(false, false, "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "<blockquote class=\"webkit-indent-blockquote\" style=\"margin: 0 0 0 40px; border: none; padding: 0px\"><p>foo[bar</p><p>b]az</p></blockquote><p>extra" queryCommandState("indent") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals(false, false, "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "<blockquote class=\"webkit-indent-blockquote\" style=\"margin: 0 0 0 40px; border: none; padding: 0px\"><p>foo[bar</p><p>b]az</p></blockquote><p>extra" queryCommandValue("indent") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals("", "", "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "<blockquote class=\"webkit-indent-blockquote\" style=\"margin: 0 0 0 40px; border: none; padding: 0px\"><p>foo[bar</p><p>b]az</p></blockquote><p>extra" queryCommandIndeterm("indent") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals(false, false, "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "<blockquote class=\"webkit-indent-blockquote\" style=\"margin: 0 0 0 40px; border: none; padding: 0px\"><p>foo[bar</p><p>b]az</p></blockquote><p>extra" queryCommandState("indent") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals(false, false, "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "<blockquote class=\"webkit-indent-blockquote\" style=\"margin: 0 0 0 40px; border: none; padding: 0px\"><p>foo[bar</p><p>b]az</p></blockquote><p>extra" queryCommandValue("indent") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals("", "", "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "<blockquote class=\"webkit-indent-blockquote\" style=\"margin: 0 0 0 40px; border: none; padding: 0px\"><p>foo[bar]</p></blockquote><p>baz</p><p>extra": execCommand("indent", false, "") return value
Asserts run
Pass
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[["indent",""]] "<blockquote class=\"webkit-indent-blockquote\" style=\"margin: 0 0 0 40px; border: none; padding: 0px\"><p>foo[bar]</p></blockquote><p>baz</p><p>extra" checks for modifications to non-editable content
Asserts run
Pass
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>indent - HTML editing conformance tests</title>\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>indent - HTML editing conformance tests</title>\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[["indent",""]] "<blockquote class=\"webkit-indent-blockquote\" style=\"margin: 0 0 0 40px; border: none; padding: 0px\"><p>foo[bar]</p></blockquote><p>baz</p><p>extra" compare innerHTML
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5668:9)
Pass
assert_in_array("<blockquote style=\"margin:0 0 0 40px; border:none; padding:0px\"><blockquote class=\"webkit-indent-blockquote\" style=\"margin:0 0 0 40px; border:none; padding:0px\"><p>foobar</p></blockquote></blockquote><p>baz</p><p>extra</p>", ["<blockquote><blockquote class=\"webkit-indent-blockquote\" style=\"margin:0 0 0 40px; border:none; padding:0px\"><p>foobar</p></blockquote></blockquote><p>baz</p><p>extra</p>", "<blockquote style=\"margin:0 0 0 40px; border:none; padding:0px\"><blockquote class=\"webkit-indent-blockquote\" style=\"margin:0 0 0 40px; border:none; padding:0px\"><p>foobar</p></blockquote></blockquote><p>baz</p><p>extra</p>"], "Unexpected innerHTML (after normalizing inline style)")
    at Test.<anonymous> ( /editing/include/tests.js:5675:11)
Pass[["indent",""]] "<blockquote class=\"webkit-indent-blockquote\" style=\"margin: 0 0 0 40px; border: none; padding: 0px\"><p>foo[bar]</p></blockquote><p>baz</p><p>extra" queryCommandIndeterm("indent") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals(false, false, "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "<blockquote class=\"webkit-indent-blockquote\" style=\"margin: 0 0 0 40px; border: none; padding: 0px\"><p>foo[bar]</p></blockquote><p>baz</p><p>extra" queryCommandState("indent") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals(false, false, "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "<blockquote class=\"webkit-indent-blockquote\" style=\"margin: 0 0 0 40px; border: none; padding: 0px\"><p>foo[bar]</p></blockquote><p>baz</p><p>extra" queryCommandValue("indent") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals("", "", "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "<blockquote class=\"webkit-indent-blockquote\" style=\"margin: 0 0 0 40px; border: none; padding: 0px\"><p>foo[bar]</p></blockquote><p>baz</p><p>extra" queryCommandIndeterm("indent") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals(false, false, "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "<blockquote class=\"webkit-indent-blockquote\" style=\"margin: 0 0 0 40px; border: none; padding: 0px\"><p>foo[bar]</p></blockquote><p>baz</p><p>extra" queryCommandState("indent") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals(false, false, "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "<blockquote class=\"webkit-indent-blockquote\" style=\"margin: 0 0 0 40px; border: none; padding: 0px\"><p>foo[bar]</p></blockquote><p>baz</p><p>extra" queryCommandValue("indent") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals("", "", "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "<blockquote class=\"webkit-indent-blockquote\" style=\"margin: 0 0 0 40px; border: none; padding: 0px\"><p>foo[bar</p></blockquote><p>b]az</p><p>extra": execCommand("indent", false, "") return value
Asserts run
Pass
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[["indent",""]] "<blockquote class=\"webkit-indent-blockquote\" style=\"margin: 0 0 0 40px; border: none; padding: 0px\"><p>foo[bar</p></blockquote><p>b]az</p><p>extra" checks for modifications to non-editable content
Asserts run
Pass
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>indent - HTML editing conformance tests</title>\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>indent - HTML editing conformance tests</title>\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[["indent",""]] "<blockquote class=\"webkit-indent-blockquote\" style=\"margin: 0 0 0 40px; border: none; padding: 0px\"><p>foo[bar</p></blockquote><p>b]az</p><p>extra" compare innerHTML
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5668:9)
Pass
assert_in_array("<blockquote style=\"margin:0 0 0 40px; border:none; padding:0px\"><blockquote class=\"webkit-indent-blockquote\" style=\"margin:0 0 0 40px; border:none; padding:0px\"><p>foobar</p></blockquote><p>baz</p></blockquote><p>extra</p>", ["<blockquote><blockquote class=\"webkit-indent-blockquote\" style=\"margin:0 0 0 40px; border:none; padding:0px\"><p>foobar</p></blockquote><p>baz</p></blockquote><p>extra</p>", "<blockquote style=\"margin:0 0 0 40px; border:none; padding:0px\"><blockquote class=\"webkit-indent-blockquote\" style=\"margin:0 0 0 40px; border:none; padding:0px\"><p>foobar</p></blockquote><p>baz</p></blockquote><p>extra</p>"], "Unexpected innerHTML (after normalizing inline style)")
    at Test.<anonymous> ( /editing/include/tests.js:5675:11)
Pass[["indent",""]] "<blockquote class=\"webkit-indent-blockquote\" style=\"margin: 0 0 0 40px; border: none; padding: 0px\"><p>foo[bar</p></blockquote><p>b]az</p><p>extra" queryCommandIndeterm("indent") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals(false, false, "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "<blockquote class=\"webkit-indent-blockquote\" style=\"margin: 0 0 0 40px; border: none; padding: 0px\"><p>foo[bar</p></blockquote><p>b]az</p><p>extra" queryCommandState("indent") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals(false, false, "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "<blockquote class=\"webkit-indent-blockquote\" style=\"margin: 0 0 0 40px; border: none; padding: 0px\"><p>foo[bar</p></blockquote><p>b]az</p><p>extra" queryCommandValue("indent") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals("", "", "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "<blockquote class=\"webkit-indent-blockquote\" style=\"margin: 0 0 0 40px; border: none; padding: 0px\"><p>foo[bar</p></blockquote><p>b]az</p><p>extra" queryCommandIndeterm("indent") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals(false, false, "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "<blockquote class=\"webkit-indent-blockquote\" style=\"margin: 0 0 0 40px; border: none; padding: 0px\"><p>foo[bar</p></blockquote><p>b]az</p><p>extra" queryCommandState("indent") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals(false, false, "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "<blockquote class=\"webkit-indent-blockquote\" style=\"margin: 0 0 0 40px; border: none; padding: 0px\"><p>foo[bar</p></blockquote><p>b]az</p><p>extra" queryCommandValue("indent") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals("", "", "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "<p>[foo]<blockquote class=\"webkit-indent-blockquote\" style=\"margin: 0 0 0 40px; border: none; padding: 0px\"><p>bar</blockquote><p>extra": execCommand("indent", false, "") return value
Asserts run
Pass
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[["indent",""]] "<p>[foo]<blockquote class=\"webkit-indent-blockquote\" style=\"margin: 0 0 0 40px; border: none; padding: 0px\"><p>bar</blockquote><p>extra" checks for modifications to non-editable content
Asserts run
Pass
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>indent - HTML editing conformance tests</title>\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>indent - HTML editing conformance tests</title>\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[["indent",""]] "<p>[foo]<blockquote class=\"webkit-indent-blockquote\" style=\"margin: 0 0 0 40px; border: none; padding: 0px\"><p>bar</blockquote><p>extra" compare innerHTML
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5668:9)
Pass
assert_in_array("<blockquote style=\"margin:0 0 0 40px; border:none; padding:0px\"><p>foo</p></blockquote><blockquote class=\"webkit-indent-blockquote\" style=\"margin:0 0 0 40px; border:none; padding:0px\"><p>bar</p></blockquote><p>extra</p>", ["<blockquote><p>foo</p></blockquote><blockquote class=\"webkit-indent-blockquote\" style=\"margin:0 0 0 40px; border:none; padding:0px\"><p>bar</p></blockquote><p>extra</p>", "<blockquote style=\"margin:0 0 0 40px; border:none; padding:0px\"><p>foo</p></blockquote><blockquote class=\"webkit-indent-blockquote\" style=\"margin:0 0 0 40px; border:none; padding:0px\"><p>bar</p></blockquote><p>extra</p>"], "Unexpected innerHTML (after normalizing inline style)")
    at Test.<anonymous> ( /editing/include/tests.js:5675:11)
Pass[["indent",""]] "<p>[foo]<blockquote class=\"webkit-indent-blockquote\" style=\"margin: 0 0 0 40px; border: none; padding: 0px\"><p>bar</blockquote><p>extra" queryCommandIndeterm("indent") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals(false, false, "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "<p>[foo]<blockquote class=\"webkit-indent-blockquote\" style=\"margin: 0 0 0 40px; border: none; padding: 0px\"><p>bar</blockquote><p>extra" queryCommandState("indent") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals(false, false, "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "<p>[foo]<blockquote class=\"webkit-indent-blockquote\" style=\"margin: 0 0 0 40px; border: none; padding: 0px\"><p>bar</blockquote><p>extra" queryCommandValue("indent") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals("", "", "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "<p>[foo]<blockquote class=\"webkit-indent-blockquote\" style=\"margin: 0 0 0 40px; border: none; padding: 0px\"><p>bar</blockquote><p>extra" queryCommandIndeterm("indent") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals(false, false, "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "<p>[foo]<blockquote class=\"webkit-indent-blockquote\" style=\"margin: 0 0 0 40px; border: none; padding: 0px\"><p>bar</blockquote><p>extra" queryCommandState("indent") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals(false, false, "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "<p>[foo]<blockquote class=\"webkit-indent-blockquote\" style=\"margin: 0 0 0 40px; border: none; padding: 0px\"><p>bar</blockquote><p>extra" queryCommandValue("indent") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals("", "", "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "<p>[foo<blockquote class=\"webkit-indent-blockquote\" style=\"margin: 0 0 0 40px; border: none; padding: 0px\"><p>b]ar</blockquote><p>extra": execCommand("indent", false, "") return value
Asserts run
Pass
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[["indent",""]] "<p>[foo<blockquote class=\"webkit-indent-blockquote\" style=\"margin: 0 0 0 40px; border: none; padding: 0px\"><p>b]ar</blockquote><p>extra" checks for modifications to non-editable content
Asserts run
Pass
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>indent - HTML editing conformance tests</title>\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>indent - HTML editing conformance tests</title>\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[["indent",""]] "<p>[foo<blockquote class=\"webkit-indent-blockquote\" style=\"margin: 0 0 0 40px; border: none; padding: 0px\"><p>b]ar</blockquote><p>extra" compare innerHTML
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5668:9)
Pass
assert_in_array("<blockquote style=\"margin:0 0 0 40px; border:none; padding:0px\"><p>foo</p><blockquote class=\"webkit-indent-blockquote\" style=\"margin:0 0 0 40px; border:none; padding:0px\"><p>bar</p></blockquote></blockquote><p>extra</p>", ["<blockquote><p>foo</p><blockquote class=\"webkit-indent-blockquote\" style=\"margin:0 0 0 40px; border:none; padding:0px\"><p>bar</p></blockquote></blockquote><p>extra</p>", "<blockquote style=\"margin:0 0 0 40px; border:none; padding:0px\"><p>foo</p><blockquote class=\"webkit-indent-blockquote\" style=\"margin:0 0 0 40px; border:none; padding:0px\"><p>bar</p></blockquote></blockquote><p>extra</p>"], "Unexpected innerHTML (after normalizing inline style)")
    at Test.<anonymous> ( /editing/include/tests.js:5675:11)
Pass[["indent",""]] "<p>[foo<blockquote class=\"webkit-indent-blockquote\" style=\"margin: 0 0 0 40px; border: none; padding: 0px\"><p>b]ar</blockquote><p>extra" queryCommandIndeterm("indent") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals(false, false, "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "<p>[foo<blockquote class=\"webkit-indent-blockquote\" style=\"margin: 0 0 0 40px; border: none; padding: 0px\"><p>b]ar</blockquote><p>extra" queryCommandState("indent") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals(false, false, "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "<p>[foo<blockquote class=\"webkit-indent-blockquote\" style=\"margin: 0 0 0 40px; border: none; padding: 0px\"><p>b]ar</blockquote><p>extra" queryCommandValue("indent") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals("", "", "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "<p>[foo<blockquote class=\"webkit-indent-blockquote\" style=\"margin: 0 0 0 40px; border: none; padding: 0px\"><p>b]ar</blockquote><p>extra" queryCommandIndeterm("indent") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals(false, false, "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "<p>[foo<blockquote class=\"webkit-indent-blockquote\" style=\"margin: 0 0 0 40px; border: none; padding: 0px\"><p>b]ar</blockquote><p>extra" queryCommandState("indent") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals(false, false, "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "<p>[foo<blockquote class=\"webkit-indent-blockquote\" style=\"margin: 0 0 0 40px; border: none; padding: 0px\"><p>b]ar</blockquote><p>extra" queryCommandValue("indent") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals("", "", "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "<p>foo<blockquote class=\"webkit-indent-blockquote\" style=\"margin: 0 0 0 40px; border: none; padding: 0px\"><p>bar</blockquote><p>[baz]<p>extra": execCommand("indent", false, "") return value
Asserts run
Pass
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[["indent",""]] "<p>foo<blockquote class=\"webkit-indent-blockquote\" style=\"margin: 0 0 0 40px; border: none; padding: 0px\"><p>bar</blockquote><p>[baz]<p>extra" checks for modifications to non-editable content
Asserts run
Pass
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>indent - HTML editing conformance tests</title>\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>indent - HTML editing conformance tests</title>\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[["indent",""]] "<p>foo<blockquote class=\"webkit-indent-blockquote\" style=\"margin: 0 0 0 40px; border: none; padding: 0px\"><p>bar</blockquote><p>[baz]<p>extra" compare innerHTML
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5668:9)
Pass
assert_in_array("<p>foo</p><blockquote class=\"webkit-indent-blockquote\" style=\"margin:0 0 0 40px; border:none; padding:0px\"><p>bar</p></blockquote><blockquote style=\"margin:0 0 0 40px; border:none; padding:0px\"><p>baz</p></blockquote><p>extra</p>", ["<p>foo</p><blockquote class=\"webkit-indent-blockquote\" style=\"margin:0 0 0 40px; border:none; padding:0px\"><p>bar</p></blockquote><blockquote><p>baz</p></blockquote><p>extra</p>", "<p>foo</p><blockquote class=\"webkit-indent-blockquote\" style=\"margin:0 0 0 40px; border:none; padding:0px\"><p>bar</p></blockquote><blockquote style=\"margin:0 0 0 40px; border:none; padding:0px\"><p>baz</p></blockquote><p>extra</p>"], "Unexpected innerHTML (after normalizing inline style)")
    at Test.<anonymous> ( /editing/include/tests.js:5675:11)
Pass[["indent",""]] "<p>foo<blockquote class=\"webkit-indent-blockquote\" style=\"margin: 0 0 0 40px; border: none; padding: 0px\"><p>bar</blockquote><p>[baz]<p>extra" queryCommandIndeterm("indent") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals(false, false, "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "<p>foo<blockquote class=\"webkit-indent-blockquote\" style=\"margin: 0 0 0 40px; border: none; padding: 0px\"><p>bar</blockquote><p>[baz]<p>extra" queryCommandState("indent") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals(false, false, "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "<p>foo<blockquote class=\"webkit-indent-blockquote\" style=\"margin: 0 0 0 40px; border: none; padding: 0px\"><p>bar</blockquote><p>[baz]<p>extra" queryCommandValue("indent") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals("", "", "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "<p>foo<blockquote class=\"webkit-indent-blockquote\" style=\"margin: 0 0 0 40px; border: none; padding: 0px\"><p>bar</blockquote><p>[baz]<p>extra" queryCommandIndeterm("indent") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals(false, false, "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "<p>foo<blockquote class=\"webkit-indent-blockquote\" style=\"margin: 0 0 0 40px; border: none; padding: 0px\"><p>bar</blockquote><p>[baz]<p>extra" queryCommandState("indent") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals(false, false, "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "<p>foo<blockquote class=\"webkit-indent-blockquote\" style=\"margin: 0 0 0 40px; border: none; padding: 0px\"><p>bar</blockquote><p>[baz]<p>extra" queryCommandValue("indent") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals("", "", "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "<p>foo<blockquote class=\"webkit-indent-blockquote\" style=\"margin: 0 0 0 40px; border: none; padding: 0px\"><p>[bar</blockquote><p>baz]<p>extra": execCommand("indent", false, "") return value
Asserts run
Pass
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[["indent",""]] "<p>foo<blockquote class=\"webkit-indent-blockquote\" style=\"margin: 0 0 0 40px; border: none; padding: 0px\"><p>[bar</blockquote><p>baz]<p>extra" checks for modifications to non-editable content
Asserts run
Pass
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>indent - HTML editing conformance tests</title>\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>indent - HTML editing conformance tests</title>\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[["indent",""]] "<p>foo<blockquote class=\"webkit-indent-blockquote\" style=\"margin: 0 0 0 40px; border: none; padding: 0px\"><p>[bar</blockquote><p>baz]<p>extra" compare innerHTML
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5668:9)
Pass
assert_in_array("<p>foo</p><blockquote style=\"margin:0 0 0 40px; border:none; padding:0px\"><blockquote class=\"webkit-indent-blockquote\" style=\"margin:0 0 0 40px; border:none; padding:0px\"><p>bar</p></blockquote><p>baz</p></blockquote><p>extra</p>", ["<p>foo</p><blockquote><blockquote class=\"webkit-indent-blockquote\" style=\"margin:0 0 0 40px; border:none; padding:0px\"><p>bar</p></blockquote><p>baz</p></blockquote><p>extra</p>", "<p>foo</p><blockquote style=\"margin:0 0 0 40px; border:none; padding:0px\"><blockquote class=\"webkit-indent-blockquote\" style=\"margin:0 0 0 40px; border:none; padding:0px\"><p>bar</p></blockquote><p>baz</p></blockquote><p>extra</p>"], "Unexpected innerHTML (after normalizing inline style)")
    at Test.<anonymous> ( /editing/include/tests.js:5675:11)
Pass[["indent",""]] "<p>foo<blockquote class=\"webkit-indent-blockquote\" style=\"margin: 0 0 0 40px; border: none; padding: 0px\"><p>[bar</blockquote><p>baz]<p>extra" queryCommandIndeterm("indent") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals(false, false, "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "<p>foo<blockquote class=\"webkit-indent-blockquote\" style=\"margin: 0 0 0 40px; border: none; padding: 0px\"><p>[bar</blockquote><p>baz]<p>extra" queryCommandState("indent") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals(false, false, "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "<p>foo<blockquote class=\"webkit-indent-blockquote\" style=\"margin: 0 0 0 40px; border: none; padding: 0px\"><p>[bar</blockquote><p>baz]<p>extra" queryCommandValue("indent") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals("", "", "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "<p>foo<blockquote class=\"webkit-indent-blockquote\" style=\"margin: 0 0 0 40px; border: none; padding: 0px\"><p>[bar</blockquote><p>baz]<p>extra" queryCommandIndeterm("indent") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals(false, false, "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "<p>foo<blockquote class=\"webkit-indent-blockquote\" style=\"margin: 0 0 0 40px; border: none; padding: 0px\"><p>[bar</blockquote><p>baz]<p>extra" queryCommandState("indent") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals(false, false, "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "<p>foo<blockquote class=\"webkit-indent-blockquote\" style=\"margin: 0 0 0 40px; border: none; padding: 0px\"><p>[bar</blockquote><p>baz]<p>extra" queryCommandValue("indent") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals("", "", "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "<p>[foo<blockquote class=\"webkit-indent-blockquote\" style=\"margin: 0 0 0 40px; border: none; padding: 0px\"><p>bar</blockquote><p>baz]<p>extra": execCommand("indent", false, "") return value
Asserts run
Pass
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[["indent",""]] "<p>[foo<blockquote class=\"webkit-indent-blockquote\" style=\"margin: 0 0 0 40px; border: none; padding: 0px\"><p>bar</blockquote><p>baz]<p>extra" checks for modifications to non-editable content
Asserts run
Pass
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>indent - HTML editing conformance tests</title>\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>indent - HTML editing conformance tests</title>\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[["indent",""]] "<p>[foo<blockquote class=\"webkit-indent-blockquote\" style=\"margin: 0 0 0 40px; border: none; padding: 0px\"><p>bar</blockquote><p>baz]<p>extra" compare innerHTML
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5668:9)
Pass
assert_in_array("<blockquote style=\"margin:0 0 0 40px; border:none; padding:0px\"><p>foo</p><blockquote class=\"webkit-indent-blockquote\" style=\"margin:0 0 0 40px; border:none; padding:0px\"><p>bar</p></blockquote><p>baz</p></blockquote><p>extra</p>", ["<blockquote><p>foo</p><blockquote class=\"webkit-indent-blockquote\" style=\"margin:0 0 0 40px; border:none; padding:0px\"><p>bar</p></blockquote><p>baz</p></blockquote><p>extra</p>", "<blockquote style=\"margin:0 0 0 40px; border:none; padding:0px\"><p>foo</p><blockquote class=\"webkit-indent-blockquote\" style=\"margin:0 0 0 40px; border:none; padding:0px\"><p>bar</p></blockquote><p>baz</p></blockquote><p>extra</p>"], "Unexpected innerHTML (after normalizing inline style)")
    at Test.<anonymous> ( /editing/include/tests.js:5675:11)
Pass[["indent",""]] "<p>[foo<blockquote class=\"webkit-indent-blockquote\" style=\"margin: 0 0 0 40px; border: none; padding: 0px\"><p>bar</blockquote><p>baz]<p>extra" queryCommandIndeterm("indent") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals(false, false, "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "<p>[foo<blockquote class=\"webkit-indent-blockquote\" style=\"margin: 0 0 0 40px; border: none; padding: 0px\"><p>bar</blockquote><p>baz]<p>extra" queryCommandState("indent") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals(false, false, "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "<p>[foo<blockquote class=\"webkit-indent-blockquote\" style=\"margin: 0 0 0 40px; border: none; padding: 0px\"><p>bar</blockquote><p>baz]<p>extra" queryCommandValue("indent") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals("", "", "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "<p>[foo<blockquote class=\"webkit-indent-blockquote\" style=\"margin: 0 0 0 40px; border: none; padding: 0px\"><p>bar</blockquote><p>baz]<p>extra" queryCommandIndeterm("indent") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals(false, false, "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "<p>[foo<blockquote class=\"webkit-indent-blockquote\" style=\"margin: 0 0 0 40px; border: none; padding: 0px\"><p>bar</blockquote><p>baz]<p>extra" queryCommandState("indent") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals(false, false, "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "<p>[foo<blockquote class=\"webkit-indent-blockquote\" style=\"margin: 0 0 0 40px; border: none; padding: 0px\"><p>bar</blockquote><p>baz]<p>extra" queryCommandValue("indent") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals("", "", "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "<blockquote class=\"webkit-indent-blockquote\" style=\"margin: 0 0 0 40px; border: none; padding: 0px\"><p>foo</blockquote><p>[bar]<blockquote class=\"webkit-indent-blockquote\" style=\"margin: 0 0 0 40px; border: none; padding: 0px\"><p>baz</blockquote><p>extra": execCommand("indent", false, "") return value
Asserts run
Pass
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[["indent",""]] "<blockquote class=\"webkit-indent-blockquote\" style=\"margin: 0 0 0 40px; border: none; padding: 0px\"><p>foo</blockquote><p>[bar]<blockquote class=\"webkit-indent-blockquote\" style=\"margin: 0 0 0 40px; border: none; padding: 0px\"><p>baz</blockquote><p>extra" checks for modifications to non-editable content
Asserts run
Pass
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>indent - HTML editing conformance tests</title>\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>indent - HTML editing conformance tests</title>\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[["indent",""]] "<blockquote class=\"webkit-indent-blockquote\" style=\"margin: 0 0 0 40px; border: none; padding: 0px\"><p>foo</blockquote><p>[bar]<blockquote class=\"webkit-indent-blockquote\" style=\"margin: 0 0 0 40px; border: none; padding: 0px\"><p>baz</blockquote><p>extra" compare innerHTML
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5668:9)
Pass
assert_in_array("<blockquote class=\"webkit-indent-blockquote\" style=\"margin:0 0 0 40px; border:none; padding:0px\"><p>foo</p></blockquote><blockquote style=\"margin:0 0 0 40px; border:none; padding:0px\"><p>bar</p></blockquote><blockquote class=\"webkit-indent-blockquote\" style=\"margin:0 0 0 40px; border:none; padding:0px\"><p>baz</p></blockquote><p>extra</p>", ["<blockquote class=\"webkit-indent-blockquote\" style=\"margin:0 0 0 40px; border:none; padding:0px\"><p>foo</p></blockquote><blockquote><p>bar</p></blockquote><blockquote class=\"webkit-indent-blockquote\" style=\"margin:0 0 0 40px; border:none; padding:0px\"><p>baz</p></blockquote><p>extra</p>", "<blockquote class=\"webkit-indent-blockquote\" style=\"margin:0 0 0 40px; border:none; padding:0px\"><p>foo</p></blockquote><blockquote style=\"margin:0 0 0 40px; border:none; padding:0px\"><p>bar</p></blockquote><blockquote class=\"webkit-indent-blockquote\" style=\"margin:0 0 0 40px; border:none; padding:0px\"><p>baz</p></blockquote><p>extra</p>"], "Unexpected innerHTML (after normalizing inline style)")
    at Test.<anonymous> ( /editing/include/tests.js:5675:11)
Pass[["indent",""]] "<blockquote class=\"webkit-indent-blockquote\" style=\"margin: 0 0 0 40px; border: none; padding: 0px\"><p>foo</blockquote><p>[bar]<blockquote class=\"webkit-indent-blockquote\" style=\"margin: 0 0 0 40px; border: none; padding: 0px\"><p>baz</blockquote><p>extra" queryCommandIndeterm("indent") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals(false, false, "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "<blockquote class=\"webkit-indent-blockquote\" style=\"margin: 0 0 0 40px; border: none; padding: 0px\"><p>foo</blockquote><p>[bar]<blockquote class=\"webkit-indent-blockquote\" style=\"margin: 0 0 0 40px; border: none; padding: 0px\"><p>baz</blockquote><p>extra" queryCommandState("indent") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals(false, false, "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "<blockquote class=\"webkit-indent-blockquote\" style=\"margin: 0 0 0 40px; border: none; padding: 0px\"><p>foo</blockquote><p>[bar]<blockquote class=\"webkit-indent-blockquote\" style=\"margin: 0 0 0 40px; border: none; padding: 0px\"><p>baz</blockquote><p>extra" queryCommandValue("indent") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals("", "", "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "<blockquote class=\"webkit-indent-blockquote\" style=\"margin: 0 0 0 40px; border: none; padding: 0px\"><p>foo</blockquote><p>[bar]<blockquote class=\"webkit-indent-blockquote\" style=\"margin: 0 0 0 40px; border: none; padding: 0px\"><p>baz</blockquote><p>extra" queryCommandIndeterm("indent") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals(false, false, "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "<blockquote class=\"webkit-indent-blockquote\" style=\"margin: 0 0 0 40px; border: none; padding: 0px\"><p>foo</blockquote><p>[bar]<blockquote class=\"webkit-indent-blockquote\" style=\"margin: 0 0 0 40px; border: none; padding: 0px\"><p>baz</blockquote><p>extra" queryCommandState("indent") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals(false, false, "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "<blockquote class=\"webkit-indent-blockquote\" style=\"margin: 0 0 0 40px; border: none; padding: 0px\"><p>foo</blockquote><p>[bar]<blockquote class=\"webkit-indent-blockquote\" style=\"margin: 0 0 0 40px; border: none; padding: 0px\"><p>baz</blockquote><p>extra" queryCommandValue("indent") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals("", "", "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "<blockquote>f[oo<blockquote>b]ar</blockquote></blockquote><p>extra": execCommand("indent", false, "") return value
Asserts run
Pass
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[["indent",""]] "<blockquote>f[oo<blockquote>b]ar</blockquote></blockquote><p>extra" checks for modifications to non-editable content
Asserts run
Pass
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>indent - HTML editing conformance tests</title>\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>indent - HTML editing conformance tests</title>\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[["indent",""]] "<blockquote>f[oo<blockquote>b]ar</blockquote></blockquote><p>extra" compare innerHTMLassert_in_array: Unexpected innerHTML (after normalizing inline style) value "<blockquote style=\"margin:0 0 0 40px; border:none; padding:0px\"><blockquote>foo</blockquote><blockquote><blockquote>bar</blockquote></blockquote></blockquote><p>extra</p>" not in array ["<blockquote><blockquote>foo<blockquote>bar</blockquote></blockquote></blockquote><p>extra</p>", "<blockquote style=\"margin:0 0 0 40px; border:none; padding:0px\"><blockquote>foo<blockquote>bar</blockquote></blockquote></blockquote><p>extra</p>"]
    at Test.<anonymous> (https://xn--n8j6ds53lwwkrqhv28a.wpt.live/editing/include/tests.js:5675:11)
    at Test.step (https://xn--n8j6ds53lwwkrqhv28a.wpt.live/resources/testharness.js:2642:25)
    at test (https://xn--n8j6ds53lwwkrqhv28a.wpt.live/resources/testharness.js:633:30)
    at subsetTest (https://xn--n8j6ds53lwwkrqhv28a.wpt.live/common/subset-tests.js:54:14)
    at runConformanceTest (https://xn--n8j6ds53lwwkrqhv28a.wpt.live/editing/include/tests.js:5667:5)
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5668:9)
Fail
assert_in_array("<blockquote style=\"margin:0 0 0 40px; border:none; padding:0px\"><blockquote>foo</blockquote><blockquote><blockquote>bar</blockquote></blockquote></blockquote><p>extra</p>", ["<blockquote><blockquote>foo<blockquote>bar</blockquote></blockquote></blockquote><p>extra</p>", "<blockquote style=\"margin:0 0 0 40px; border:none; padding:0px\"><blockquote>foo<blockquote>bar</blockquote></blockquote></blockquote><p>extra</p>"], "Unexpected innerHTML (after normalizing inline style)")
    at Test.<anonymous> ( /editing/include/tests.js:5675:11)
Pass[["indent",""]] "<blockquote>f[oo<blockquote>b]ar</blockquote></blockquote><p>extra" queryCommandIndeterm("indent") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals(false, false, "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "<blockquote>f[oo<blockquote>b]ar</blockquote></blockquote><p>extra" queryCommandState("indent") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals(false, false, "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "<blockquote>f[oo<blockquote>b]ar</blockquote></blockquote><p>extra" queryCommandValue("indent") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals("", "", "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "<blockquote>f[oo<blockquote>b]ar</blockquote></blockquote><p>extra" queryCommandIndeterm("indent") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals(false, false, "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "<blockquote>f[oo<blockquote>b]ar</blockquote></blockquote><p>extra" queryCommandState("indent") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals(false, false, "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "<blockquote>f[oo<blockquote>b]ar</blockquote></blockquote><p>extra" queryCommandValue("indent") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals("", "", "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "<ol><li>foo<li>[bar]<li>baz</ol>": execCommand("indent", false, "") return value
Asserts run
Pass
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[["indent",""]] "<ol><li>foo<li>[bar]<li>baz</ol>" checks for modifications to non-editable content
Asserts run
Pass
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>indent - HTML editing conformance tests</title>\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>indent - HTML editing conformance tests</title>\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[["indent",""]] "<ol><li>foo<li>[bar]<li>baz</ol>" compare innerHTML
Asserts run
Pass
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><ol><li>bar</li></ol><li>baz</li></ol>", "<ol><li>foo</li><ol><li>bar</li></ol><li>baz</li></ol>", "Unexpected innerHTML (after normalizing inline style)")
    at Test.<anonymous> ( /editing/include/tests.js:5679:11)
Pass[["indent",""]] "<ol><li>foo<li>[bar]<li>baz</ol>" queryCommandIndeterm("indent") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals(false, false, "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "<ol><li>foo<li>[bar]<li>baz</ol>" queryCommandState("indent") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals(false, false, "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "<ol><li>foo<li>[bar]<li>baz</ol>" queryCommandValue("indent") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals("", "", "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "<ol><li>foo<li>[bar]<li>baz</ol>" queryCommandIndeterm("indent") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals(false, false, "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "<ol><li>foo<li>[bar]<li>baz</ol>" queryCommandState("indent") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals(false, false, "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "<ol><li>foo<li>[bar]<li>baz</ol>" queryCommandValue("indent") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals("", "", "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "<ol data-start=1 data-end=2><li>foo<li>bar<li>baz</ol>": execCommand("indent", false, "") return value
Asserts run
Pass
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[["indent",""]] "<ol data-start=1 data-end=2><li>foo<li>bar<li>baz</ol>" checks for modifications to non-editable content
Asserts run
Pass
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>indent - HTML editing conformance tests</title>\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>indent - HTML editing conformance tests</title>\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[["indent",""]] "<ol data-start=1 data-end=2><li>foo<li>bar<li>baz</ol>" compare innerHTML
Asserts run
Pass
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><ol><li>bar</li></ol><li>baz</li></ol>", "<ol><li>foo</li><ol><li>bar</li></ol><li>baz</li></ol>", "Unexpected innerHTML (after normalizing inline style)")
    at Test.<anonymous> ( /editing/include/tests.js:5679:11)
Pass[["indent",""]] "<ol data-start=1 data-end=2><li>foo<li>bar<li>baz</ol>" queryCommandIndeterm("indent") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals(false, false, "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "<ol data-start=1 data-end=2><li>foo<li>bar<li>baz</ol>" queryCommandState("indent") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals(false, false, "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "<ol data-start=1 data-end=2><li>foo<li>bar<li>baz</ol>" queryCommandValue("indent") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals("", "", "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "<ol data-start=1 data-end=2><li>foo<li>bar<li>baz</ol>" queryCommandIndeterm("indent") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals(false, false, "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "<ol data-start=1 data-end=2><li>foo<li>bar<li>baz</ol>" queryCommandState("indent") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals(false, false, "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "<ol data-start=1 data-end=2><li>foo<li>bar<li>baz</ol>" queryCommandValue("indent") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals("", "", "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "<ol><li>foo</ol>[bar]": execCommand("indent", false, "") return value
Asserts run
Pass
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[["indent",""]] "<ol><li>foo</ol>[bar]" checks for modifications to non-editable content
Asserts run
Pass
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>indent - HTML editing conformance tests</title>\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>indent - HTML editing conformance tests</title>\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[["indent",""]] "<ol><li>foo</ol>[bar]" compare innerHTMLassert_equals: Unexpected innerHTML (after normalizing inline style) expected "<ol><li>foo</li></ol><blockquote>bar</blockquote>" but got "<ol><li>foo</li></ol><blockquote style=\"margin:0 0 0 40px; border:none; padding:0px\">bar</blockquote>"
    at Test.<anonymous> (https://xn--n8j6ds53lwwkrqhv28a.wpt.live/editing/include/tests.js:5679:11)
    at Test.step (https://xn--n8j6ds53lwwkrqhv28a.wpt.live/resources/testharness.js:2642:25)
    at test (https://xn--n8j6ds53lwwkrqhv28a.wpt.live/resources/testharness.js:633:30)
    at subsetTest (https://xn--n8j6ds53lwwkrqhv28a.wpt.live/common/subset-tests.js:54:14)
    at runConformanceTest (https://xn--n8j6ds53lwwkrqhv28a.wpt.live/editing/include/tests.js:5667:5)
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5668:9)
Fail
assert_equals("<ol><li>foo</li></ol><blockquote style=\"margin:0 0 0 40px; border:none; padding:0px\">bar</blockquote>", "<ol><li>foo</li></ol><blockquote>bar</blockquote>", "Unexpected innerHTML (after normalizing inline style)")
    at Test.<anonymous> ( /editing/include/tests.js:5679:11)
Pass[["indent",""]] "<ol><li>foo</ol>[bar]" queryCommandIndeterm("indent") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals(false, false, "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "<ol><li>foo</ol>[bar]" queryCommandState("indent") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals(false, false, "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "<ol><li>foo</ol>[bar]" queryCommandValue("indent") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals("", "", "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "<ol><li>foo</ol>[bar]" queryCommandIndeterm("indent") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals(false, false, "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "<ol><li>foo</ol>[bar]" queryCommandState("indent") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals(false, false, "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "<ol><li>foo</ol>[bar]" queryCommandValue("indent") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals("", "", "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "<ol><li>[foo]<br>bar<li>baz</ol>": execCommand("indent", false, "") return value
Asserts run
Pass
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[["indent",""]] "<ol><li>[foo]<br>bar<li>baz</ol>" checks for modifications to non-editable content
Asserts run
Pass
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>indent - HTML editing conformance tests</title>\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>indent - HTML editing conformance tests</title>\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[["indent",""]] "<ol><li>[foo]<br>bar<li>baz</ol>" compare innerHTML
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5668:9)
Pass
assert_equals("<ol><ol><li>foo<br>bar</li></ol><li>baz</li></ol>", "<ol><ol><li>foo<br>bar</li></ol><li>baz</li></ol>", "Unexpected innerHTML (after normalizing inline style)")
    at Test.<anonymous> ( /editing/include/tests.js:5679:11)
Pass[["indent",""]] "<ol><li>[foo]<br>bar<li>baz</ol>" queryCommandIndeterm("indent") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals(false, false, "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "<ol><li>[foo]<br>bar<li>baz</ol>" queryCommandState("indent") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals(false, false, "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "<ol><li>[foo]<br>bar<li>baz</ol>" queryCommandValue("indent") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals("", "", "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "<ol><li>[foo]<br>bar<li>baz</ol>" queryCommandIndeterm("indent") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals(false, false, "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "<ol><li>[foo]<br>bar<li>baz</ol>" queryCommandState("indent") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals(false, false, "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "<ol><li>[foo]<br>bar<li>baz</ol>" queryCommandValue("indent") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals("", "", "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "<ol><li>foo<br>[bar]<li>baz</ol>": execCommand("indent", false, "") return value
Asserts run
Pass
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[["indent",""]] "<ol><li>foo<br>[bar]<li>baz</ol>" checks for modifications to non-editable content
Asserts run
Pass
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>indent - HTML editing conformance tests</title>\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>indent - HTML editing conformance tests</title>\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[["indent",""]] "<ol><li>foo<br>[bar]<li>baz</ol>" compare innerHTMLassert_equals: Unexpected innerHTML (after normalizing inline style) expected "<ol><ol><li>foo<br>bar</li></ol><li>baz</li></ol>" but got "<ol><ol><li>bar</li></ol><li>baz</li></ol>"
    at Test.<anonymous> (https://xn--n8j6ds53lwwkrqhv28a.wpt.live/editing/include/tests.js:5679:11)
    at Test.step (https://xn--n8j6ds53lwwkrqhv28a.wpt.live/resources/testharness.js:2642:25)
    at test (https://xn--n8j6ds53lwwkrqhv28a.wpt.live/resources/testharness.js:633:30)
    at subsetTest (https://xn--n8j6ds53lwwkrqhv28a.wpt.live/common/subset-tests.js:54:14)
    at runConformanceTest (https://xn--n8j6ds53lwwkrqhv28a.wpt.live/editing/include/tests.js:5667:5)
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5668:9)
Fail
assert_equals("<ol><ol><li>bar</li></ol><li>baz</li></ol>", "<ol><ol><li>foo<br>bar</li></ol><li>baz</li></ol>", "Unexpected innerHTML (after normalizing inline style)")
    at Test.<anonymous> ( /editing/include/tests.js:5679:11)
Pass[["indent",""]] "<ol><li>foo<br>[bar]<li>baz</ol>" queryCommandIndeterm("indent") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals(false, false, "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "<ol><li>foo<br>[bar]<li>baz</ol>" queryCommandState("indent") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals(false, false, "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "<ol><li>foo<br>[bar]<li>baz</ol>" queryCommandValue("indent") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals("", "", "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "<ol><li>foo<br>[bar]<li>baz</ol>" queryCommandIndeterm("indent") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals(false, false, "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "<ol><li>foo<br>[bar]<li>baz</ol>" queryCommandState("indent") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals(false, false, "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "<ol><li>foo<br>[bar]<li>baz</ol>" queryCommandValue("indent") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals("", "", "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "<ol><li><div>[foo]</div>bar<li>baz</ol>": execCommand("indent", false, "") return value
Asserts run
Pass
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[["indent",""]] "<ol><li><div>[foo]</div>bar<li>baz</ol>" checks for modifications to non-editable content
Asserts run
Pass
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>indent - HTML editing conformance tests</title>\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>indent - HTML editing conformance tests</title>\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[["indent",""]] "<ol><li><div>[foo]</div>bar<li>baz</ol>" compare innerHTMLassert_equals: Unexpected innerHTML (after normalizing inline style) expected "<ol><ol><li><div>foo</div>bar</li></ol><li>baz</li></ol>" but got "<ol><li><div><blockquote style=\"margin:0 0 0 40px; border:none; padding:0px\">foo</blockquote></div>bar</li><li>baz</li></ol>"
    at Test.<anonymous> (https://xn--n8j6ds53lwwkrqhv28a.wpt.live/editing/include/tests.js:5679:11)
    at Test.step (https://xn--n8j6ds53lwwkrqhv28a.wpt.live/resources/testharness.js:2642:25)
    at test (https://xn--n8j6ds53lwwkrqhv28a.wpt.live/resources/testharness.js:633:30)
    at subsetTest (https://xn--n8j6ds53lwwkrqhv28a.wpt.live/common/subset-tests.js:54:14)
    at runConformanceTest (https://xn--n8j6ds53lwwkrqhv28a.wpt.live/editing/include/tests.js:5667:5)
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5668:9)
Fail
assert_equals("<ol><li><div><blockquote style=\"margin:0 0 0 40px; border:none; padding:0px\">foo</blockquote></div>bar</li><li>baz</li></ol>", "<ol><ol><li><div>foo</div>bar</li></ol><li>baz</li></ol>", "Unexpected innerHTML (after normalizing inline style)")
    at Test.<anonymous> ( /editing/include/tests.js:5679:11)
Pass[["indent",""]] "<ol><li><div>[foo]</div>bar<li>baz</ol>" queryCommandIndeterm("indent") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals(false, false, "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "<ol><li><div>[foo]</div>bar<li>baz</ol>" queryCommandState("indent") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals(false, false, "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "<ol><li><div>[foo]</div>bar<li>baz</ol>" queryCommandValue("indent") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals("", "", "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "<ol><li><div>[foo]</div>bar<li>baz</ol>" queryCommandIndeterm("indent") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals(false, false, "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "<ol><li><div>[foo]</div>bar<li>baz</ol>" queryCommandState("indent") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals(false, false, "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "<ol><li><div>[foo]</div>bar<li>baz</ol>" queryCommandValue("indent") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals("", "", "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "<ol><li>foo<ol><li>[bar]<li>baz</ol><li>quz</ol>": execCommand("indent", false, "") return value
Asserts run
Pass
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[["indent",""]] "<ol><li>foo<ol><li>[bar]<li>baz</ol><li>quz</ol>" checks for modifications to non-editable content
Asserts run
Pass
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>indent - HTML editing conformance tests</title>\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>indent - HTML editing conformance tests</title>\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[["indent",""]] "<ol><li>foo<ol><li>[bar]<li>baz</ol><li>quz</ol>" compare innerHTMLassert_equals: Unexpected innerHTML (after normalizing inline style) expected "<ol><li>foo</li><ol><ol><li>bar</li></ol><li>baz</li></ol><li>quz</li></ol>" but got "<ol><li>foo<ol><ol><li>bar</li></ol><li>baz</li></ol></li><li>quz</li></ol>"
    at Test.<anonymous> (https://xn--n8j6ds53lwwkrqhv28a.wpt.live/editing/include/tests.js:5679:11)
    at Test.step (https://xn--n8j6ds53lwwkrqhv28a.wpt.live/resources/testharness.js:2642:25)
    at test (https://xn--n8j6ds53lwwkrqhv28a.wpt.live/resources/testharness.js:633:30)
    at subsetTest (https://xn--n8j6ds53lwwkrqhv28a.wpt.live/common/subset-tests.js:54:14)
    at runConformanceTest (https://xn--n8j6ds53lwwkrqhv28a.wpt.live/editing/include/tests.js:5667:5)
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5668:9)
Fail
assert_equals("<ol><li>foo<ol><ol><li>bar</li></ol><li>baz</li></ol></li><li>quz</li></ol>", "<ol><li>foo</li><ol><ol><li>bar</li></ol><li>baz</li></ol><li>quz</li></ol>", "Unexpected innerHTML (after normalizing inline style)")
    at Test.<anonymous> ( /editing/include/tests.js:5679:11)
Pass[["indent",""]] "<ol><li>foo<ol><li>[bar]<li>baz</ol><li>quz</ol>" queryCommandIndeterm("indent") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals(false, false, "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "<ol><li>foo<ol><li>[bar]<li>baz</ol><li>quz</ol>" queryCommandState("indent") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals(false, false, "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "<ol><li>foo<ol><li>[bar]<li>baz</ol><li>quz</ol>" queryCommandValue("indent") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals("", "", "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "<ol><li>foo<ol><li>[bar]<li>baz</ol><li>quz</ol>" queryCommandIndeterm("indent") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals(false, false, "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "<ol><li>foo<ol><li>[bar]<li>baz</ol><li>quz</ol>" queryCommandState("indent") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals(false, false, "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "<ol><li>foo<ol><li>[bar]<li>baz</ol><li>quz</ol>" queryCommandValue("indent") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals("", "", "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "<ol><li>foo<ol><li>bar<li>[baz]</ol><li>quz</ol>": execCommand("indent", false, "") return value
Asserts run
Pass
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[["indent",""]] "<ol><li>foo<ol><li>bar<li>[baz]</ol><li>quz</ol>" checks for modifications to non-editable content
Asserts run
Pass
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>indent - HTML editing conformance tests</title>\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>indent - HTML editing conformance tests</title>\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[["indent",""]] "<ol><li>foo<ol><li>bar<li>[baz]</ol><li>quz</ol>" compare innerHTMLassert_equals: Unexpected innerHTML (after normalizing inline style) expected "<ol><li>foo</li><ol><li>bar</li><ol><li>baz</li></ol></ol><li>quz</li></ol>" but got "<ol><li>foo<ol><li>bar</li><ol><li>baz</li></ol></ol></li><li>quz</li></ol>"
    at Test.<anonymous> (https://xn--n8j6ds53lwwkrqhv28a.wpt.live/editing/include/tests.js:5679:11)
    at Test.step (https://xn--n8j6ds53lwwkrqhv28a.wpt.live/resources/testharness.js:2642:25)
    at test (https://xn--n8j6ds53lwwkrqhv28a.wpt.live/resources/testharness.js:633:30)
    at subsetTest (https://xn--n8j6ds53lwwkrqhv28a.wpt.live/common/subset-tests.js:54:14)
    at runConformanceTest (https://xn--n8j6ds53lwwkrqhv28a.wpt.live/editing/include/tests.js:5667:5)
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5668:9)
Fail
assert_equals("<ol><li>foo<ol><li>bar</li><ol><li>baz</li></ol></ol></li><li>quz</li></ol>", "<ol><li>foo</li><ol><li>bar</li><ol><li>baz</li></ol></ol><li>quz</li></ol>", "Unexpected innerHTML (after normalizing inline style)")
    at Test.<anonymous> ( /editing/include/tests.js:5679:11)
Pass[["indent",""]] "<ol><li>foo<ol><li>bar<li>[baz]</ol><li>quz</ol>" queryCommandIndeterm("indent") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals(false, false, "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "<ol><li>foo<ol><li>bar<li>[baz]</ol><li>quz</ol>" queryCommandState("indent") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals(false, false, "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "<ol><li>foo<ol><li>bar<li>[baz]</ol><li>quz</ol>" queryCommandValue("indent") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals("", "", "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "<ol><li>foo<ol><li>bar<li>[baz]</ol><li>quz</ol>" queryCommandIndeterm("indent") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals(false, false, "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "<ol><li>foo<ol><li>bar<li>[baz]</ol><li>quz</ol>" queryCommandState("indent") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals(false, false, "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "<ol><li>foo<ol><li>bar<li>[baz]</ol><li>quz</ol>" queryCommandValue("indent") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals("", "", "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "<ol><li>foo</li><ol><li>[bar]<li>baz</ol><li>quz</ol>": execCommand("indent", false, "") return value
Asserts run
Pass
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[["indent",""]] "<ol><li>foo</li><ol><li>[bar]<li>baz</ol><li>quz</ol>" checks for modifications to non-editable content
Asserts run
Pass
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>indent - HTML editing conformance tests</title>\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>indent - HTML editing conformance tests</title>\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[["indent",""]] "<ol><li>foo</li><ol><li>[bar]<li>baz</ol><li>quz</ol>" compare innerHTML
Asserts run
Pass
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><ol><ol><li>bar</li></ol><li>baz</li></ol><li>quz</li></ol>", "<ol><li>foo</li><ol><ol><li>bar</li></ol><li>baz</li></ol><li>quz</li></ol>", "Unexpected innerHTML (after normalizing inline style)")
    at Test.<anonymous> ( /editing/include/tests.js:5679:11)
Pass[["indent",""]] "<ol><li>foo</li><ol><li>[bar]<li>baz</ol><li>quz</ol>" queryCommandIndeterm("indent") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals(false, false, "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "<ol><li>foo</li><ol><li>[bar]<li>baz</ol><li>quz</ol>" queryCommandState("indent") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals(false, false, "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "<ol><li>foo</li><ol><li>[bar]<li>baz</ol><li>quz</ol>" queryCommandValue("indent") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals("", "", "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "<ol><li>foo</li><ol><li>[bar]<li>baz</ol><li>quz</ol>" queryCommandIndeterm("indent") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals(false, false, "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "<ol><li>foo</li><ol><li>[bar]<li>baz</ol><li>quz</ol>" queryCommandState("indent") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals(false, false, "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "<ol><li>foo</li><ol><li>[bar]<li>baz</ol><li>quz</ol>" queryCommandValue("indent") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals("", "", "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "<ol><li>foo</li><ol data-start=0 data-end=1><li>bar<li>baz</ol><li>quz</ol>": execCommand("indent", false, "") return value
Asserts run
Pass
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[["indent",""]] "<ol><li>foo</li><ol data-start=0 data-end=1><li>bar<li>baz</ol><li>quz</ol>" checks for modifications to non-editable content
Asserts run
Pass
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>indent - HTML editing conformance tests</title>\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>indent - HTML editing conformance tests</title>\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[["indent",""]] "<ol><li>foo</li><ol data-start=0 data-end=1><li>bar<li>baz</ol><li>quz</ol>" compare innerHTML
Asserts run
Pass
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><ol><ol><li>bar</li></ol><li>baz</li></ol><li>quz</li></ol>", "<ol><li>foo</li><ol><ol><li>bar</li></ol><li>baz</li></ol><li>quz</li></ol>", "Unexpected innerHTML (after normalizing inline style)")
    at Test.<anonymous> ( /editing/include/tests.js:5679:11)
Pass[["indent",""]] "<ol><li>foo</li><ol data-start=0 data-end=1><li>bar<li>baz</ol><li>quz</ol>" queryCommandIndeterm("indent") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals(false, false, "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "<ol><li>foo</li><ol data-start=0 data-end=1><li>bar<li>baz</ol><li>quz</ol>" queryCommandState("indent") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals(false, false, "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "<ol><li>foo</li><ol data-start=0 data-end=1><li>bar<li>baz</ol><li>quz</ol>" queryCommandValue("indent") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals("", "", "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "<ol><li>foo</li><ol data-start=0 data-end=1><li>bar<li>baz</ol><li>quz</ol>" queryCommandIndeterm("indent") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals(false, false, "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "<ol><li>foo</li><ol data-start=0 data-end=1><li>bar<li>baz</ol><li>quz</ol>" queryCommandState("indent") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals(false, false, "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "<ol><li>foo</li><ol data-start=0 data-end=1><li>bar<li>baz</ol><li>quz</ol>" queryCommandValue("indent") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals("", "", "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "<ol><li>foo</li><ol><li>bar<li>[baz]</ol><li>quz</ol>": execCommand("indent", false, "") return value
Asserts run
Pass
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[["indent",""]] "<ol><li>foo</li><ol><li>bar<li>[baz]</ol><li>quz</ol>" checks for modifications to non-editable content
Asserts run
Pass
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>indent - HTML editing conformance tests</title>\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>indent - HTML editing conformance tests</title>\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[["indent",""]] "<ol><li>foo</li><ol><li>bar<li>[baz]</ol><li>quz</ol>" compare innerHTML
Asserts run
Pass
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><ol><li>bar</li><ol><li>baz</li></ol></ol><li>quz</li></ol>", "<ol><li>foo</li><ol><li>bar</li><ol><li>baz</li></ol></ol><li>quz</li></ol>", "Unexpected innerHTML (after normalizing inline style)")
    at Test.<anonymous> ( /editing/include/tests.js:5679:11)
Pass[["indent",""]] "<ol><li>foo</li><ol><li>bar<li>[baz]</ol><li>quz</ol>" queryCommandIndeterm("indent") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals(false, false, "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "<ol><li>foo</li><ol><li>bar<li>[baz]</ol><li>quz</ol>" queryCommandState("indent") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals(false, false, "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "<ol><li>foo</li><ol><li>bar<li>[baz]</ol><li>quz</ol>" queryCommandValue("indent") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals("", "", "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "<ol><li>foo</li><ol><li>bar<li>[baz]</ol><li>quz</ol>" queryCommandIndeterm("indent") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals(false, false, "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "<ol><li>foo</li><ol><li>bar<li>[baz]</ol><li>quz</ol>" queryCommandState("indent") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals(false, false, "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "<ol><li>foo</li><ol><li>bar<li>[baz]</ol><li>quz</ol>" queryCommandValue("indent") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals("", "", "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "<ol><li>foo</li><ol data-start=1 data-end=2><li>bar<li>baz</ol><li>quz</ol>": execCommand("indent", false, "") return value
Asserts run
Pass
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[["indent",""]] "<ol><li>foo</li><ol data-start=1 data-end=2><li>bar<li>baz</ol><li>quz</ol>" checks for modifications to non-editable content
Asserts run
Pass
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>indent - HTML editing conformance tests</title>\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>indent - HTML editing conformance tests</title>\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[["indent",""]] "<ol><li>foo</li><ol data-start=1 data-end=2><li>bar<li>baz</ol><li>quz</ol>" compare innerHTML
Asserts run
Pass
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><ol><li>bar</li><ol><li>baz</li></ol></ol><li>quz</li></ol>", "<ol><li>foo</li><ol><li>bar</li><ol><li>baz</li></ol></ol><li>quz</li></ol>", "Unexpected innerHTML (after normalizing inline style)")
    at Test.<anonymous> ( /editing/include/tests.js:5679:11)
Pass[["indent",""]] "<ol><li>foo</li><ol data-start=1 data-end=2><li>bar<li>baz</ol><li>quz</ol>" queryCommandIndeterm("indent") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals(false, false, "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "<ol><li>foo</li><ol data-start=1 data-end=2><li>bar<li>baz</ol><li>quz</ol>" queryCommandState("indent") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals(false, false, "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "<ol><li>foo</li><ol data-start=1 data-end=2><li>bar<li>baz</ol><li>quz</ol>" queryCommandValue("indent") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals("", "", "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "<ol><li>foo</li><ol data-start=1 data-end=2><li>bar<li>baz</ol><li>quz</ol>" queryCommandIndeterm("indent") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals(false, false, "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "<ol><li>foo</li><ol data-start=1 data-end=2><li>bar<li>baz</ol><li>quz</ol>" queryCommandState("indent") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals(false, false, "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "<ol><li>foo</li><ol data-start=1 data-end=2><li>bar<li>baz</ol><li>quz</ol>" queryCommandValue("indent") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals("", "", "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "<ol><li>foo<ol><li>b[a]r</ol><li>baz</ol>": execCommand("indent", false, "") return value
Asserts run
Pass
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[["indent",""]] "<ol><li>foo<ol><li>b[a]r</ol><li>baz</ol>" checks for modifications to non-editable content
Asserts run
Pass
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>indent - HTML editing conformance tests</title>\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>indent - HTML editing conformance tests</title>\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[["indent",""]] "<ol><li>foo<ol><li>b[a]r</ol><li>baz</ol>" compare innerHTMLassert_equals: Unexpected innerHTML (after normalizing inline style) expected "<ol><li>foo</li><ol><ol><li>bar</li></ol></ol><li>baz</li></ol>" but got "<ol><li>foo<ol><ol><li>bar</li></ol></ol></li><li>baz</li></ol>"
    at Test.<anonymous> (https://xn--n8j6ds53lwwkrqhv28a.wpt.live/editing/include/tests.js:5679:11)
    at Test.step (https://xn--n8j6ds53lwwkrqhv28a.wpt.live/resources/testharness.js:2642:25)
    at test (https://xn--n8j6ds53lwwkrqhv28a.wpt.live/resources/testharness.js:633:30)
    at subsetTest (https://xn--n8j6ds53lwwkrqhv28a.wpt.live/common/subset-tests.js:54:14)
    at runConformanceTest (https://xn--n8j6ds53lwwkrqhv28a.wpt.live/editing/include/tests.js:5667:5)
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5668:9)
Fail
assert_equals("<ol><li>foo<ol><ol><li>bar</li></ol></ol></li><li>baz</li></ol>", "<ol><li>foo</li><ol><ol><li>bar</li></ol></ol><li>baz</li></ol>", "Unexpected innerHTML (after normalizing inline style)")
    at Test.<anonymous> ( /editing/include/tests.js:5679:11)
Pass[["indent",""]] "<ol><li>foo<ol><li>b[a]r</ol><li>baz</ol>" queryCommandIndeterm("indent") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals(false, false, "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "<ol><li>foo<ol><li>b[a]r</ol><li>baz</ol>" queryCommandState("indent") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals(false, false, "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "<ol><li>foo<ol><li>b[a]r</ol><li>baz</ol>" queryCommandValue("indent") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals("", "", "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "<ol><li>foo<ol><li>b[a]r</ol><li>baz</ol>" queryCommandIndeterm("indent") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals(false, false, "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "<ol><li>foo<ol><li>b[a]r</ol><li>baz</ol>" queryCommandState("indent") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals(false, false, "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "<ol><li>foo<ol><li>b[a]r</ol><li>baz</ol>" queryCommandValue("indent") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals("", "", "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "<ol><li>foo</li><ol><li>b[a]r</ol><li>baz</ol>": execCommand("indent", false, "") return value
Asserts run
Pass
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[["indent",""]] "<ol><li>foo</li><ol><li>b[a]r</ol><li>baz</ol>" checks for modifications to non-editable content
Asserts run
Pass
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>indent - HTML editing conformance tests</title>\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>indent - HTML editing conformance tests</title>\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[["indent",""]] "<ol><li>foo</li><ol><li>b[a]r</ol><li>baz</ol>" compare innerHTML
Asserts run
Pass
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><ol><ol><li>bar</li></ol></ol><li>baz</li></ol>", "<ol><li>foo</li><ol><ol><li>bar</li></ol></ol><li>baz</li></ol>", "Unexpected innerHTML (after normalizing inline style)")
    at Test.<anonymous> ( /editing/include/tests.js:5679:11)
Pass[["indent",""]] "<ol><li>foo</li><ol><li>b[a]r</ol><li>baz</ol>" queryCommandIndeterm("indent") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals(false, false, "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "<ol><li>foo</li><ol><li>b[a]r</ol><li>baz</ol>" queryCommandState("indent") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals(false, false, "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "<ol><li>foo</li><ol><li>b[a]r</ol><li>baz</ol>" queryCommandValue("indent") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals("", "", "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "<ol><li>foo</li><ol><li>b[a]r</ol><li>baz</ol>" queryCommandIndeterm("indent") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals(false, false, "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "<ol><li>foo</li><ol><li>b[a]r</ol><li>baz</ol>" queryCommandState("indent") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals(false, false, "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "<ol><li>foo</li><ol><li>b[a]r</ol><li>baz</ol>" queryCommandValue("indent") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals("", "", "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "<ol><li>foo{<ol><li>bar</ol>}<li>baz</ol>": execCommand("indent", false, "") return value
Asserts run
Pass
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[["indent",""]] "<ol><li>foo{<ol><li>bar</ol>}<li>baz</ol>" checks for modifications to non-editable content
Asserts run
Pass
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>indent - HTML editing conformance tests</title>\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>indent - HTML editing conformance tests</title>\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[["indent",""]] "<ol><li>foo{<ol><li>bar</ol>}<li>baz</ol>" compare innerHTMLassert_equals: Unexpected innerHTML (after normalizing inline style) expected "<ol><li>foo</li><ol><ol><li>bar</li></ol></ol><li>baz</li></ol>" but got "<ol><ol><li>foo<ol><li>bar</li></ol></li></ol><li>baz</li></ol>"
    at Test.<anonymous> (https://xn--n8j6ds53lwwkrqhv28a.wpt.live/editing/include/tests.js:5679:11)
    at Test.step (https://xn--n8j6ds53lwwkrqhv28a.wpt.live/resources/testharness.js:2642:25)
    at test (https://xn--n8j6ds53lwwkrqhv28a.wpt.live/resources/testharness.js:633:30)
    at subsetTest (https://xn--n8j6ds53lwwkrqhv28a.wpt.live/common/subset-tests.js:54:14)
    at runConformanceTest (https://xn--n8j6ds53lwwkrqhv28a.wpt.live/editing/include/tests.js:5667:5)
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5668:9)
Fail
assert_equals("<ol><ol><li>foo<ol><li>bar</li></ol></li></ol><li>baz</li></ol>", "<ol><li>foo</li><ol><ol><li>bar</li></ol></ol><li>baz</li></ol>", "Unexpected innerHTML (after normalizing inline style)")
    at Test.<anonymous> ( /editing/include/tests.js:5679:11)
Pass[["indent",""]] "<ol><li>foo{<ol><li>bar</ol>}<li>baz</ol>" queryCommandIndeterm("indent") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals(false, false, "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "<ol><li>foo{<ol><li>bar</ol>}<li>baz</ol>" queryCommandState("indent") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals(false, false, "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "<ol><li>foo{<ol><li>bar</ol>}<li>baz</ol>" queryCommandValue("indent") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals("", "", "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "<ol><li>foo{<ol><li>bar</ol>}<li>baz</ol>" queryCommandIndeterm("indent") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals(false, false, "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "<ol><li>foo{<ol><li>bar</ol>}<li>baz</ol>" queryCommandState("indent") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals(false, false, "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "<ol><li>foo{<ol><li>bar</ol>}<li>baz</ol>" queryCommandValue("indent") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals("", "", "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "<ol><li>foo</li>{<ol><li>bar</ol>}<li>baz</ol>": execCommand("indent", false, "") return value
Asserts run
Pass
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[["indent",""]] "<ol><li>foo</li>{<ol><li>bar</ol>}<li>baz</ol>" checks for modifications to non-editable content
Asserts run
Pass
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>indent - HTML editing conformance tests</title>\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>indent - HTML editing conformance tests</title>\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[["indent",""]] "<ol><li>foo</li>{<ol><li>bar</ol>}<li>baz</ol>" compare innerHTML
Asserts run
Pass
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><ol><ol><li>bar</li></ol></ol><li>baz</li></ol>", "<ol><li>foo</li><ol><ol><li>bar</li></ol></ol><li>baz</li></ol>", "Unexpected innerHTML (after normalizing inline style)")
    at Test.<anonymous> ( /editing/include/tests.js:5679:11)
Pass[["indent",""]] "<ol><li>foo</li>{<ol><li>bar</ol>}<li>baz</ol>" queryCommandIndeterm("indent") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals(false, false, "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "<ol><li>foo</li>{<ol><li>bar</ol>}<li>baz</ol>" queryCommandState("indent") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals(false, false, "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "<ol><li>foo</li>{<ol><li>bar</ol>}<li>baz</ol>" queryCommandValue("indent") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals("", "", "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "<ol><li>foo</li>{<ol><li>bar</ol>}<li>baz</ol>" queryCommandIndeterm("indent") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals(false, false, "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "<ol><li>foo</li>{<ol><li>bar</ol>}<li>baz</ol>" queryCommandState("indent") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals(false, false, "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "<ol><li>foo</li>{<ol><li>bar</ol>}<li>baz</ol>" queryCommandValue("indent") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals("", "", "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "<ol><li>[foo]<ol><li>bar</ol><li>baz</ol>": execCommand("indent", false, "") return value
Asserts run
Pass
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[["indent",""]] "<ol><li>[foo]<ol><li>bar</ol><li>baz</ol>" checks for modifications to non-editable content
Asserts run
Pass
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>indent - HTML editing conformance tests</title>\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>indent - HTML editing conformance tests</title>\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[["indent",""]] "<ol><li>[foo]<ol><li>bar</ol><li>baz</ol>" compare innerHTMLassert_equals: Unexpected innerHTML (after normalizing inline style) expected "<ol><ol><li>foo</li><li>bar</li></ol><li>baz</li></ol>" but got "<ol><ol><li>foo<ol><li>bar</li></ol></li></ol><li>baz</li></ol>"
    at Test.<anonymous> (https://xn--n8j6ds53lwwkrqhv28a.wpt.live/editing/include/tests.js:5679:11)
    at Test.step (https://xn--n8j6ds53lwwkrqhv28a.wpt.live/resources/testharness.js:2642:25)
    at test (https://xn--n8j6ds53lwwkrqhv28a.wpt.live/resources/testharness.js:633:30)
    at subsetTest (https://xn--n8j6ds53lwwkrqhv28a.wpt.live/common/subset-tests.js:54:14)
    at runConformanceTest (https://xn--n8j6ds53lwwkrqhv28a.wpt.live/editing/include/tests.js:5667:5)
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5668:9)
Fail
assert_equals("<ol><ol><li>foo<ol><li>bar</li></ol></li></ol><li>baz</li></ol>", "<ol><ol><li>foo</li><li>bar</li></ol><li>baz</li></ol>", "Unexpected innerHTML (after normalizing inline style)")
    at Test.<anonymous> ( /editing/include/tests.js:5679:11)
Pass[["indent",""]] "<ol><li>[foo]<ol><li>bar</ol><li>baz</ol>" queryCommandIndeterm("indent") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals(false, false, "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "<ol><li>[foo]<ol><li>bar</ol><li>baz</ol>" queryCommandState("indent") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals(false, false, "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "<ol><li>[foo]<ol><li>bar</ol><li>baz</ol>" queryCommandValue("indent") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals("", "", "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "<ol><li>[foo]<ol><li>bar</ol><li>baz</ol>" queryCommandIndeterm("indent") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals(false, false, "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "<ol><li>[foo]<ol><li>bar</ol><li>baz</ol>" queryCommandState("indent") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals(false, false, "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "<ol><li>[foo]<ol><li>bar</ol><li>baz</ol>" queryCommandValue("indent") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals("", "", "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "<ol><li>[foo]</li><ol><li>bar</ol><li>baz</ol>": execCommand("indent", false, "") return value
Asserts run
Pass
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[["indent",""]] "<ol><li>[foo]</li><ol><li>bar</ol><li>baz</ol>" checks for modifications to non-editable content
Asserts run
Pass
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>indent - HTML editing conformance tests</title>\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>indent - HTML editing conformance tests</title>\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[["indent",""]] "<ol><li>[foo]</li><ol><li>bar</ol><li>baz</ol>" compare innerHTML
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5668:9)
Pass
assert_equals("<ol><ol><li>foo</li><li>bar</li></ol><li>baz</li></ol>", "<ol><ol><li>foo</li><li>bar</li></ol><li>baz</li></ol>", "Unexpected innerHTML (after normalizing inline style)")
    at Test.<anonymous> ( /editing/include/tests.js:5679:11)
Pass[["indent",""]] "<ol><li>[foo]</li><ol><li>bar</ol><li>baz</ol>" queryCommandIndeterm("indent") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals(false, false, "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "<ol><li>[foo]</li><ol><li>bar</ol><li>baz</ol>" queryCommandState("indent") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals(false, false, "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "<ol><li>[foo]</li><ol><li>bar</ol><li>baz</ol>" queryCommandValue("indent") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals("", "", "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "<ol><li>[foo]</li><ol><li>bar</ol><li>baz</ol>" queryCommandIndeterm("indent") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals(false, false, "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "<ol><li>[foo]</li><ol><li>bar</ol><li>baz</ol>" queryCommandState("indent") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals(false, false, "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "<ol><li>[foo]</li><ol><li>bar</ol><li>baz</ol>" queryCommandValue("indent") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals("", "", "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "<ol><li>foo<li>[bar]<ol><li>baz</ol><li>quz</ol>": execCommand("indent", false, "") return value
Asserts run
Pass
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[["indent",""]] "<ol><li>foo<li>[bar]<ol><li>baz</ol><li>quz</ol>" checks for modifications to non-editable content
Asserts run
Pass
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>indent - HTML editing conformance tests</title>\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>indent - HTML editing conformance tests</title>\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[["indent",""]] "<ol><li>foo<li>[bar]<ol><li>baz</ol><li>quz</ol>" compare innerHTMLassert_equals: Unexpected innerHTML (after normalizing inline style) expected "<ol><li>foo</li><ol><li>bar</li><li>baz</li></ol><li>quz</li></ol>" but got "<ol><li>foo</li><ol><li>bar<ol><li>baz</li></ol></li></ol><li>quz</li></ol>"
    at Test.<anonymous> (https://xn--n8j6ds53lwwkrqhv28a.wpt.live/editing/include/tests.js:5679:11)
    at Test.step (https://xn--n8j6ds53lwwkrqhv28a.wpt.live/resources/testharness.js:2642:25)
    at test (https://xn--n8j6ds53lwwkrqhv28a.wpt.live/resources/testharness.js:633:30)
    at subsetTest (https://xn--n8j6ds53lwwkrqhv28a.wpt.live/common/subset-tests.js:54:14)
    at runConformanceTest (https://xn--n8j6ds53lwwkrqhv28a.wpt.live/editing/include/tests.js:5667:5)
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5668:9)
Fail
assert_equals("<ol><li>foo</li><ol><li>bar<ol><li>baz</li></ol></li></ol><li>quz</li></ol>", "<ol><li>foo</li><ol><li>bar</li><li>baz</li></ol><li>quz</li></ol>", "Unexpected innerHTML (after normalizing inline style)")
    at Test.<anonymous> ( /editing/include/tests.js:5679:11)
Pass[["indent",""]] "<ol><li>foo<li>[bar]<ol><li>baz</ol><li>quz</ol>" queryCommandIndeterm("indent") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals(false, false, "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "<ol><li>foo<li>[bar]<ol><li>baz</ol><li>quz</ol>" queryCommandState("indent") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals(false, false, "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "<ol><li>foo<li>[bar]<ol><li>baz</ol><li>quz</ol>" queryCommandValue("indent") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals("", "", "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "<ol><li>foo<li>[bar]<ol><li>baz</ol><li>quz</ol>" queryCommandIndeterm("indent") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals(false, false, "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "<ol><li>foo<li>[bar]<ol><li>baz</ol><li>quz</ol>" queryCommandState("indent") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals(false, false, "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "<ol><li>foo<li>[bar]<ol><li>baz</ol><li>quz</ol>" queryCommandValue("indent") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals("", "", "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "<ol><li>foo<li>[bar]</li><ol><li>baz</ol><li>quz</ol>": execCommand("indent", false, "") return value
Asserts run
Pass
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[["indent",""]] "<ol><li>foo<li>[bar]</li><ol><li>baz</ol><li>quz</ol>" checks for modifications to non-editable content
Asserts run
Pass
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>indent - HTML editing conformance tests</title>\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>indent - HTML editing conformance tests</title>\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[["indent",""]] "<ol><li>foo<li>[bar]</li><ol><li>baz</ol><li>quz</ol>" compare innerHTML
Asserts run
Pass
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><ol><li>bar</li><li>baz</li></ol><li>quz</li></ol>", "<ol><li>foo</li><ol><li>bar</li><li>baz</li></ol><li>quz</li></ol>", "Unexpected innerHTML (after normalizing inline style)")
    at Test.<anonymous> ( /editing/include/tests.js:5679:11)
Pass[["indent",""]] "<ol><li>foo<li>[bar]</li><ol><li>baz</ol><li>quz</ol>" queryCommandIndeterm("indent") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals(false, false, "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "<ol><li>foo<li>[bar]</li><ol><li>baz</ol><li>quz</ol>" queryCommandState("indent") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals(false, false, "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "<ol><li>foo<li>[bar]</li><ol><li>baz</ol><li>quz</ol>" queryCommandValue("indent") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals("", "", "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "<ol><li>foo<li>[bar]</li><ol><li>baz</ol><li>quz</ol>" queryCommandIndeterm("indent") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals(false, false, "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "<ol><li>foo<li>[bar]</li><ol><li>baz</ol><li>quz</ol>" queryCommandState("indent") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals(false, false, "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "<ol><li>foo<li>[bar]</li><ol><li>baz</ol><li>quz</ol>" queryCommandValue("indent") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals("", "", "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "<ol><li>foo<ol><li>bar<li>baz</ol><li>[quz]</ol>": execCommand("indent", false, "") return value
Asserts run
Pass
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[["indent",""]] "<ol><li>foo<ol><li>bar<li>baz</ol><li>[quz]</ol>" checks for modifications to non-editable content
Asserts run
Pass
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>indent - HTML editing conformance tests</title>\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>indent - HTML editing conformance tests</title>\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[["indent",""]] "<ol><li>foo<ol><li>bar<li>baz</ol><li>[quz]</ol>" compare innerHTMLassert_equals: Unexpected innerHTML (after normalizing inline style) expected "<ol><li>foo</li><ol><li>bar</li><li>baz</li><li>quz</li></ol></ol>" but got "<ol><li>foo<ol><li>bar</li><li>baz</li></ol></li><ol><li>quz</li></ol></ol>"
    at Test.<anonymous> (https://xn--n8j6ds53lwwkrqhv28a.wpt.live/editing/include/tests.js:5679:11)
    at Test.step (https://xn--n8j6ds53lwwkrqhv28a.wpt.live/resources/testharness.js:2642:25)
    at test (https://xn--n8j6ds53lwwkrqhv28a.wpt.live/resources/testharness.js:633:30)
    at subsetTest (https://xn--n8j6ds53lwwkrqhv28a.wpt.live/common/subset-tests.js:54:14)
    at runConformanceTest (https://xn--n8j6ds53lwwkrqhv28a.wpt.live/editing/include/tests.js:5667:5)
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5668:9)
Fail
assert_equals("<ol><li>foo<ol><li>bar</li><li>baz</li></ol></li><ol><li>quz</li></ol></ol>", "<ol><li>foo</li><ol><li>bar</li><li>baz</li><li>quz</li></ol></ol>", "Unexpected innerHTML (after normalizing inline style)")
    at Test.<anonymous> ( /editing/include/tests.js:5679:11)
Pass[["indent",""]] "<ol><li>foo<ol><li>bar<li>baz</ol><li>[quz]</ol>" queryCommandIndeterm("indent") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals(false, false, "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "<ol><li>foo<ol><li>bar<li>baz</ol><li>[quz]</ol>" queryCommandState("indent") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals(false, false, "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "<ol><li>foo<ol><li>bar<li>baz</ol><li>[quz]</ol>" queryCommandValue("indent") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals("", "", "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "<ol><li>foo<ol><li>bar<li>baz</ol><li>[quz]</ol>" queryCommandIndeterm("indent") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals(false, false, "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "<ol><li>foo<ol><li>bar<li>baz</ol><li>[quz]</ol>" queryCommandState("indent") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals(false, false, "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "<ol><li>foo<ol><li>bar<li>baz</ol><li>[quz]</ol>" queryCommandValue("indent") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals("", "", "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "<ol><li>foo</li><ol><li>bar<li>baz</ol><li>[quz]</ol>": execCommand("indent", false, "") return value
Asserts run
Pass
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[["indent",""]] "<ol><li>foo</li><ol><li>bar<li>baz</ol><li>[quz]</ol>" checks for modifications to non-editable content
Asserts run
Pass
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>indent - HTML editing conformance tests</title>\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>indent - HTML editing conformance tests</title>\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[["indent",""]] "<ol><li>foo</li><ol><li>bar<li>baz</ol><li>[quz]</ol>" compare innerHTML
Asserts run
Pass
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><ol><li>bar</li><li>baz</li><li>quz</li></ol></ol>", "<ol><li>foo</li><ol><li>bar</li><li>baz</li><li>quz</li></ol></ol>", "Unexpected innerHTML (after normalizing inline style)")
    at Test.<anonymous> ( /editing/include/tests.js:5679:11)
Pass[["indent",""]] "<ol><li>foo</li><ol><li>bar<li>baz</ol><li>[quz]</ol>" queryCommandIndeterm("indent") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals(false, false, "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "<ol><li>foo</li><ol><li>bar<li>baz</ol><li>[quz]</ol>" queryCommandState("indent") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals(false, false, "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "<ol><li>foo</li><ol><li>bar<li>baz</ol><li>[quz]</ol>" queryCommandValue("indent") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals("", "", "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "<ol><li>foo</li><ol><li>bar<li>baz</ol><li>[quz]</ol>" queryCommandIndeterm("indent") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals(false, false, "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "<ol><li>foo</li><ol><li>bar<li>baz</ol><li>[quz]</ol>" queryCommandState("indent") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals(false, false, "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "<ol><li>foo</li><ol><li>bar<li>baz</ol><li>[quz]</ol>" queryCommandValue("indent") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals("", "", "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "<ol><ol id=u1><li id=i1>foo</ol><li id=i2>[bar]</li><ol id=u3><li id=i3>baz</ol></ol>": execCommand("indent", false, "") return value
Asserts run
Pass
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[["indent",""]] "<ol><ol id=u1><li id=i1>foo</ol><li id=i2>[bar]</li><ol id=u3><li id=i3>baz</ol></ol>" checks for modifications to non-editable content
Asserts run
Pass
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>indent - HTML editing conformance tests</title>\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>indent - HTML editing conformance tests</title>\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[["indent",""]] "<ol><ol id=u1><li id=i1>foo</ol><li id=i2>[bar]</li><ol id=u3><li id=i3>baz</ol></ol>" compare innerHTMLassert_equals: Unexpected innerHTML (after normalizing inline style) expected "<ol><ol id=\"u1\"><li id=\"i1\">foo</li><li id=\"i2\">bar</li><li id=\"i3\">baz</li></ol></ol>" but got "<ol><ol id=\"u3\"><li id=\"i1\">foo</li><li id=\"i2\">bar</li><li id=\"i3\">baz</li></ol></ol>"
    at Test.<anonymous> (https://xn--n8j6ds53lwwkrqhv28a.wpt.live/editing/include/tests.js:5679:11)
    at Test.step (https://xn--n8j6ds53lwwkrqhv28a.wpt.live/resources/testharness.js:2642:25)
    at test (https://xn--n8j6ds53lwwkrqhv28a.wpt.live/resources/testharness.js:633:30)
    at subsetTest (https://xn--n8j6ds53lwwkrqhv28a.wpt.live/common/subset-tests.js:54:14)
    at runConformanceTest (https://xn--n8j6ds53lwwkrqhv28a.wpt.live/editing/include/tests.js:5667:5)
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5668:9)
Fail
assert_equals("<ol><ol id=\"u3\"><li id=\"i1\">foo</li><li id=\"i2\">bar</li><li id=\"i3\">baz</li></ol></ol>", "<ol><ol id=\"u1\"><li id=\"i1\">foo</li><li id=\"i2\">bar</li><li id=\"i3\">baz</li></ol></ol>", "Unexpected innerHTML (after normalizing inline style)")
    at Test.<anonymous> ( /editing/include/tests.js:5679:11)
Pass[["indent",""]] "<ol><ol id=u1><li id=i1>foo</ol><li id=i2>[bar]</li><ol id=u3><li id=i3>baz</ol></ol>" queryCommandIndeterm("indent") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals(false, false, "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "<ol><ol id=u1><li id=i1>foo</ol><li id=i2>[bar]</li><ol id=u3><li id=i3>baz</ol></ol>" queryCommandState("indent") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals(false, false, "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "<ol><ol id=u1><li id=i1>foo</ol><li id=i2>[bar]</li><ol id=u3><li id=i3>baz</ol></ol>" queryCommandValue("indent") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals("", "", "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "<ol><ol id=u1><li id=i1>foo</ol><li id=i2>[bar]</li><ol id=u3><li id=i3>baz</ol></ol>" queryCommandIndeterm("indent") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals(false, false, "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "<ol><ol id=u1><li id=i1>foo</ol><li id=i2>[bar]</li><ol id=u3><li id=i3>baz</ol></ol>" queryCommandState("indent") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals(false, false, "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "<ol><ol id=u1><li id=i1>foo</ol><li id=i2>[bar]</li><ol id=u3><li id=i3>baz</ol></ol>" queryCommandValue("indent") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals("", "", "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "<ol><ol><li id=i1>foo</ol><li id=i2>[bar]</li><ol id=u3><li id=i3>baz</ol></ol>": execCommand("indent", false, "") return value
Asserts run
Pass
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[["indent",""]] "<ol><ol><li id=i1>foo</ol><li id=i2>[bar]</li><ol id=u3><li id=i3>baz</ol></ol>" checks for modifications to non-editable content
Asserts run
Pass
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>indent - HTML editing conformance tests</title>\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>indent - HTML editing conformance tests</title>\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[["indent",""]] "<ol><ol><li id=i1>foo</ol><li id=i2>[bar]</li><ol id=u3><li id=i3>baz</ol></ol>" compare innerHTMLassert_equals: Unexpected innerHTML (after normalizing inline style) expected "<ol><ol><li id=\"i1\">foo</li><li id=\"i2\">bar</li><li id=\"i3\">baz</li></ol></ol>" but got "<ol><ol id=\"u3\"><li id=\"i1\">foo</li><li id=\"i2\">bar</li><li id=\"i3\">baz</li></ol></ol>"
    at Test.<anonymous> (https://xn--n8j6ds53lwwkrqhv28a.wpt.live/editing/include/tests.js:5679:11)
    at Test.step (https://xn--n8j6ds53lwwkrqhv28a.wpt.live/resources/testharness.js:2642:25)
    at test (https://xn--n8j6ds53lwwkrqhv28a.wpt.live/resources/testharness.js:633:30)
    at subsetTest (https://xn--n8j6ds53lwwkrqhv28a.wpt.live/common/subset-tests.js:54:14)
    at runConformanceTest (https://xn--n8j6ds53lwwkrqhv28a.wpt.live/editing/include/tests.js:5667:5)
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5668:9)
Fail
assert_equals("<ol><ol id=\"u3\"><li id=\"i1\">foo</li><li id=\"i2\">bar</li><li id=\"i3\">baz</li></ol></ol>", "<ol><ol><li id=\"i1\">foo</li><li id=\"i2\">bar</li><li id=\"i3\">baz</li></ol></ol>", "Unexpected innerHTML (after normalizing inline style)")
    at Test.<anonymous> ( /editing/include/tests.js:5679:11)
Pass[["indent",""]] "<ol><ol><li id=i1>foo</ol><li id=i2>[bar]</li><ol id=u3><li id=i3>baz</ol></ol>" queryCommandIndeterm("indent") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals(false, false, "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "<ol><ol><li id=i1>foo</ol><li id=i2>[bar]</li><ol id=u3><li id=i3>baz</ol></ol>" queryCommandState("indent") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals(false, false, "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "<ol><ol><li id=i1>foo</ol><li id=i2>[bar]</li><ol id=u3><li id=i3>baz</ol></ol>" queryCommandValue("indent") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals("", "", "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "<ol><ol><li id=i1>foo</ol><li id=i2>[bar]</li><ol id=u3><li id=i3>baz</ol></ol>" queryCommandIndeterm("indent") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals(false, false, "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "<ol><ol><li id=i1>foo</ol><li id=i2>[bar]</li><ol id=u3><li id=i3>baz</ol></ol>" queryCommandState("indent") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals(false, false, "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "<ol><ol><li id=i1>foo</ol><li id=i2>[bar]</li><ol id=u3><li id=i3>baz</ol></ol>" queryCommandValue("indent") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals("", "", "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "<ol><ol id=u1><li id=i1>foo</ol><li id=i2>[bar]</li><ol><li id=i3>baz</ol></ol>": execCommand("indent", false, "") return value
Asserts run
Pass
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[["indent",""]] "<ol><ol id=u1><li id=i1>foo</ol><li id=i2>[bar]</li><ol><li id=i3>baz</ol></ol>" checks for modifications to non-editable content
Asserts run
Pass
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>indent - HTML editing conformance tests</title>\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>indent - HTML editing conformance tests</title>\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[["indent",""]] "<ol><ol id=u1><li id=i1>foo</ol><li id=i2>[bar]</li><ol><li id=i3>baz</ol></ol>" compare innerHTMLassert_equals: Unexpected innerHTML (after normalizing inline style) expected "<ol><ol id=\"u1\"><li id=\"i1\">foo</li><li id=\"i2\">bar</li><li id=\"i3\">baz</li></ol></ol>" but got "<ol><ol><li id=\"i1\">foo</li><li id=\"i2\">bar</li><li id=\"i3\">baz</li></ol></ol>"
    at Test.<anonymous> (https://xn--n8j6ds53lwwkrqhv28a.wpt.live/editing/include/tests.js:5679:11)
    at Test.step (https://xn--n8j6ds53lwwkrqhv28a.wpt.live/resources/testharness.js:2642:25)
    at test (https://xn--n8j6ds53lwwkrqhv28a.wpt.live/resources/testharness.js:633:30)
    at subsetTest (https://xn--n8j6ds53lwwkrqhv28a.wpt.live/common/subset-tests.js:54:14)
    at runConformanceTest (https://xn--n8j6ds53lwwkrqhv28a.wpt.live/editing/include/tests.js:5667:5)
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5668:9)
Fail
assert_equals("<ol><ol><li id=\"i1\">foo</li><li id=\"i2\">bar</li><li id=\"i3\">baz</li></ol></ol>", "<ol><ol id=\"u1\"><li id=\"i1\">foo</li><li id=\"i2\">bar</li><li id=\"i3\">baz</li></ol></ol>", "Unexpected innerHTML (after normalizing inline style)")
    at Test.<anonymous> ( /editing/include/tests.js:5679:11)
Pass[["indent",""]] "<ol><ol id=u1><li id=i1>foo</ol><li id=i2>[bar]</li><ol><li id=i3>baz</ol></ol>" queryCommandIndeterm("indent") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals(false, false, "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "<ol><ol id=u1><li id=i1>foo</ol><li id=i2>[bar]</li><ol><li id=i3>baz</ol></ol>" queryCommandState("indent") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals(false, false, "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "<ol><ol id=u1><li id=i1>foo</ol><li id=i2>[bar]</li><ol><li id=i3>baz</ol></ol>" queryCommandValue("indent") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals("", "", "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "<ol><ol id=u1><li id=i1>foo</ol><li id=i2>[bar]</li><ol><li id=i3>baz</ol></ol>" queryCommandIndeterm("indent") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals(false, false, "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "<ol><ol id=u1><li id=i1>foo</ol><li id=i2>[bar]</li><ol><li id=i3>baz</ol></ol>" queryCommandState("indent") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals(false, false, "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "<ol><ol id=u1><li id=i1>foo</ol><li id=i2>[bar]</li><ol><li id=i3>baz</ol></ol>" queryCommandValue("indent") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals("", "", "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "<ol><li id=i2>[bar]</li><ol id=u3><li id=i3>baz</ol></ol>": execCommand("indent", false, "") return value
Asserts run
Pass
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[["indent",""]] "<ol><li id=i2>[bar]</li><ol id=u3><li id=i3>baz</ol></ol>" checks for modifications to non-editable content
Asserts run
Pass
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>indent - HTML editing conformance tests</title>\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>indent - HTML editing conformance tests</title>\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[["indent",""]] "<ol><li id=i2>[bar]</li><ol id=u3><li id=i3>baz</ol></ol>" compare innerHTML
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5668:9)
Pass
assert_equals("<ol><ol id=\"u3\"><li id=\"i2\">bar</li><li id=\"i3\">baz</li></ol></ol>", "<ol><ol id=\"u3\"><li id=\"i2\">bar</li><li id=\"i3\">baz</li></ol></ol>", "Unexpected innerHTML (after normalizing inline style)")
    at Test.<anonymous> ( /editing/include/tests.js:5679:11)
Pass[["indent",""]] "<ol><li id=i2>[bar]</li><ol id=u3><li id=i3>baz</ol></ol>" queryCommandIndeterm("indent") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals(false, false, "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "<ol><li id=i2>[bar]</li><ol id=u3><li id=i3>baz</ol></ol>" queryCommandState("indent") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals(false, false, "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "<ol><li id=i2>[bar]</li><ol id=u3><li id=i3>baz</ol></ol>" queryCommandValue("indent") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals("", "", "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "<ol><li id=i2>[bar]</li><ol id=u3><li id=i3>baz</ol></ol>" queryCommandIndeterm("indent") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals(false, false, "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "<ol><li id=i2>[bar]</li><ol id=u3><li id=i3>baz</ol></ol>" queryCommandState("indent") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals(false, false, "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "<ol><li id=i2>[bar]</li><ol id=u3><li id=i3>baz</ol></ol>" queryCommandValue("indent") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals("", "", "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "<ol><ol id=u1><li id=i1>foo</ol><li id=i2>[bar]</ol>": execCommand("indent", false, "") return value
Asserts run
Pass
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[["indent",""]] "<ol><ol id=u1><li id=i1>foo</ol><li id=i2>[bar]</ol>" checks for modifications to non-editable content
Asserts run
Pass
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>indent - HTML editing conformance tests</title>\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>indent - HTML editing conformance tests</title>\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[["indent",""]] "<ol><ol id=u1><li id=i1>foo</ol><li id=i2>[bar]</ol>" compare innerHTMLassert_equals: Unexpected innerHTML (after normalizing inline style) expected "<ol><ol id=\"u1\"><li id=\"i1\">foo</li><li id=\"i2\">bar</li></ol></ol>" but got "<ol><ol><li id=\"i1\">foo</li><li id=\"i2\">bar</li></ol></ol>"
    at Test.<anonymous> (https://xn--n8j6ds53lwwkrqhv28a.wpt.live/editing/include/tests.js:5679:11)
    at Test.step (https://xn--n8j6ds53lwwkrqhv28a.wpt.live/resources/testharness.js:2642:25)
    at test (https://xn--n8j6ds53lwwkrqhv28a.wpt.live/resources/testharness.js:633:30)
    at subsetTest (https://xn--n8j6ds53lwwkrqhv28a.wpt.live/common/subset-tests.js:54:14)
    at runConformanceTest (https://xn--n8j6ds53lwwkrqhv28a.wpt.live/editing/include/tests.js:5667:5)
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5668:9)
Fail
assert_equals("<ol><ol><li id=\"i1\">foo</li><li id=\"i2\">bar</li></ol></ol>", "<ol><ol id=\"u1\"><li id=\"i1\">foo</li><li id=\"i2\">bar</li></ol></ol>", "Unexpected innerHTML (after normalizing inline style)")
    at Test.<anonymous> ( /editing/include/tests.js:5679:11)
Pass[["indent",""]] "<ol><ol id=u1><li id=i1>foo</ol><li id=i2>[bar]</ol>" queryCommandIndeterm("indent") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals(false, false, "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "<ol><ol id=u1><li id=i1>foo</ol><li id=i2>[bar]</ol>" queryCommandState("indent") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals(false, false, "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "<ol><ol id=u1><li id=i1>foo</ol><li id=i2>[bar]</ol>" queryCommandValue("indent") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals("", "", "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "<ol><ol id=u1><li id=i1>foo</ol><li id=i2>[bar]</ol>" queryCommandIndeterm("indent") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals(false, false, "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "<ol><ol id=u1><li id=i1>foo</ol><li id=i2>[bar]</ol>" queryCommandState("indent") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals(false, false, "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "<ol><ol id=u1><li id=i1>foo</ol><li id=i2>[bar]</ol>" queryCommandValue("indent") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals("", "", "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "<ol><li>foo<li>b[ar<li>baz]</ol>": execCommand("indent", false, "") return value
Asserts run
Pass
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[["indent",""]] "<ol><li>foo<li>b[ar<li>baz]</ol>" checks for modifications to non-editable content
Asserts run
Pass
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>indent - HTML editing conformance tests</title>\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>indent - HTML editing conformance tests</title>\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[["indent",""]] "<ol><li>foo<li>b[ar<li>baz]</ol>" compare innerHTML
Asserts run
Pass
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><ol><li>bar</li><li>baz</li></ol></ol>", "<ol><li>foo</li><ol><li>bar</li><li>baz</li></ol></ol>", "Unexpected innerHTML (after normalizing inline style)")
    at Test.<anonymous> ( /editing/include/tests.js:5679:11)
Pass[["indent",""]] "<ol><li>foo<li>b[ar<li>baz]</ol>" queryCommandIndeterm("indent") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals(false, false, "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "<ol><li>foo<li>b[ar<li>baz]</ol>" queryCommandState("indent") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals(false, false, "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "<ol><li>foo<li>b[ar<li>baz]</ol>" queryCommandValue("indent") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals("", "", "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "<ol><li>foo<li>b[ar<li>baz]</ol>" queryCommandIndeterm("indent") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals(false, false, "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "<ol><li>foo<li>b[ar<li>baz]</ol>" queryCommandState("indent") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals(false, false, "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "<ol><li>foo<li>b[ar<li>baz]</ol>" queryCommandValue("indent") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals("", "", "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "<ol><li>[foo<ol><li>bar]</ol><li>baz</ol>": execCommand("indent", false, "") return value
Asserts run
Pass
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[["indent",""]] "<ol><li>[foo<ol><li>bar]</ol><li>baz</ol>" checks for modifications to non-editable content
Asserts run
Pass
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>indent - HTML editing conformance tests</title>\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>indent - HTML editing conformance tests</title>\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[["indent",""]] "<ol><li>[foo<ol><li>bar]</ol><li>baz</ol>" compare innerHTMLassert_equals: Unexpected innerHTML (after normalizing inline style) expected "<ol><ol><li>foo</li><ol><li>bar</li></ol></ol><li>baz</li></ol>" but got "<ol><ol><li>foo<ol><li>bar</li></ol></li></ol><li>baz</li></ol>"
    at Test.<anonymous> (https://xn--n8j6ds53lwwkrqhv28a.wpt.live/editing/include/tests.js:5679:11)
    at Test.step (https://xn--n8j6ds53lwwkrqhv28a.wpt.live/resources/testharness.js:2642:25)
    at test (https://xn--n8j6ds53lwwkrqhv28a.wpt.live/resources/testharness.js:633:30)
    at subsetTest (https://xn--n8j6ds53lwwkrqhv28a.wpt.live/common/subset-tests.js:54:14)
    at runConformanceTest (https://xn--n8j6ds53lwwkrqhv28a.wpt.live/editing/include/tests.js:5667:5)
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5668:9)
Fail
assert_equals("<ol><ol><li>foo<ol><li>bar</li></ol></li></ol><li>baz</li></ol>", "<ol><ol><li>foo</li><ol><li>bar</li></ol></ol><li>baz</li></ol>", "Unexpected innerHTML (after normalizing inline style)")
    at Test.<anonymous> ( /editing/include/tests.js:5679:11)
Pass[["indent",""]] "<ol><li>[foo<ol><li>bar]</ol><li>baz</ol>" queryCommandIndeterm("indent") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals(false, false, "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "<ol><li>[foo<ol><li>bar]</ol><li>baz</ol>" queryCommandState("indent") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals(false, false, "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "<ol><li>[foo<ol><li>bar]</ol><li>baz</ol>" queryCommandValue("indent") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals("", "", "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "<ol><li>[foo<ol><li>bar]</ol><li>baz</ol>" queryCommandIndeterm("indent") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals(false, false, "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "<ol><li>[foo<ol><li>bar]</ol><li>baz</ol>" queryCommandState("indent") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals(false, false, "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "<ol><li>[foo<ol><li>bar]</ol><li>baz</ol>" queryCommandValue("indent") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals("", "", "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "<ol><li>[foo</li><ol><li>bar]</ol><li>baz</ol>": execCommand("indent", false, "") return value
Asserts run
Pass
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[["indent",""]] "<ol><li>[foo</li><ol><li>bar]</ol><li>baz</ol>" checks for modifications to non-editable content
Asserts run
Pass
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>indent - HTML editing conformance tests</title>\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>indent - HTML editing conformance tests</title>\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[["indent",""]] "<ol><li>[foo</li><ol><li>bar]</ol><li>baz</ol>" compare innerHTML
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5668:9)
Pass
assert_equals("<ol><ol><li>foo</li><ol><li>bar</li></ol></ol><li>baz</li></ol>", "<ol><ol><li>foo</li><ol><li>bar</li></ol></ol><li>baz</li></ol>", "Unexpected innerHTML (after normalizing inline style)")
    at Test.<anonymous> ( /editing/include/tests.js:5679:11)
Pass[["indent",""]] "<ol><li>[foo</li><ol><li>bar]</ol><li>baz</ol>" queryCommandIndeterm("indent") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals(false, false, "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "<ol><li>[foo</li><ol><li>bar]</ol><li>baz</ol>" queryCommandState("indent") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals(false, false, "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "<ol><li>[foo</li><ol><li>bar]</ol><li>baz</ol>" queryCommandValue("indent") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals("", "", "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "<ol><li>[foo</li><ol><li>bar]</ol><li>baz</ol>" queryCommandIndeterm("indent") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals(false, false, "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "<ol><li>[foo</li><ol><li>bar]</ol><li>baz</ol>" queryCommandState("indent") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals(false, false, "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "<ol><li>[foo</li><ol><li>bar]</ol><li>baz</ol>" queryCommandValue("indent") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals("", "", "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "<ol><li>foo<ol><li>b[ar</ol><li>b]az</ol>": execCommand("indent", false, "") return value
Asserts run
Pass
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[["indent",""]] "<ol><li>foo<ol><li>b[ar</ol><li>b]az</ol>" checks for modifications to non-editable content
Asserts run
Pass
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>indent - HTML editing conformance tests</title>\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>indent - HTML editing conformance tests</title>\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[["indent",""]] "<ol><li>foo<ol><li>b[ar</ol><li>b]az</ol>" compare innerHTMLassert_equals: Unexpected innerHTML (after normalizing inline style) expected "<ol><li>foo</li><ol><ol><li>bar</li></ol><li>baz</li></ol></ol>" but got "<ol><li>foo<ol><ol><li>bar</li></ol></ol></li><ol><li>baz</li></ol></ol>"
    at Test.<anonymous> (https://xn--n8j6ds53lwwkrqhv28a.wpt.live/editing/include/tests.js:5679:11)
    at Test.step (https://xn--n8j6ds53lwwkrqhv28a.wpt.live/resources/testharness.js:2642:25)
    at test (https://xn--n8j6ds53lwwkrqhv28a.wpt.live/resources/testharness.js:633:30)
    at subsetTest (https://xn--n8j6ds53lwwkrqhv28a.wpt.live/common/subset-tests.js:54:14)
    at runConformanceTest (https://xn--n8j6ds53lwwkrqhv28a.wpt.live/editing/include/tests.js:5667:5)
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5668:9)
Fail
assert_equals("<ol><li>foo<ol><ol><li>bar</li></ol></ol></li><ol><li>baz</li></ol></ol>", "<ol><li>foo</li><ol><ol><li>bar</li></ol><li>baz</li></ol></ol>", "Unexpected innerHTML (after normalizing inline style)")
    at Test.<anonymous> ( /editing/include/tests.js:5679:11)
Pass[["indent",""]] "<ol><li>foo<ol><li>b[ar</ol><li>b]az</ol>" queryCommandIndeterm("indent") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals(false, false, "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "<ol><li>foo<ol><li>b[ar</ol><li>b]az</ol>" queryCommandState("indent") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals(false, false, "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "<ol><li>foo<ol><li>b[ar</ol><li>b]az</ol>" queryCommandValue("indent") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals("", "", "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "<ol><li>foo<ol><li>b[ar</ol><li>b]az</ol>" queryCommandIndeterm("indent") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals(false, false, "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "<ol><li>foo<ol><li>b[ar</ol><li>b]az</ol>" queryCommandState("indent") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals(false, false, "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "<ol><li>foo<ol><li>b[ar</ol><li>b]az</ol>" queryCommandValue("indent") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals("", "", "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "<ol><li>foo</li><ol><li>b[ar</ol><li>b]az</ol>": execCommand("indent", false, "") return value
Asserts run
Pass
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[["indent",""]] "<ol><li>foo</li><ol><li>b[ar</ol><li>b]az</ol>" checks for modifications to non-editable content
Asserts run
Pass
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>indent - HTML editing conformance tests</title>\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>indent - HTML editing conformance tests</title>\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[["indent",""]] "<ol><li>foo</li><ol><li>b[ar</ol><li>b]az</ol>" compare innerHTML
Asserts run
Pass
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><ol><ol><li>bar</li></ol><li>baz</li></ol></ol>", "<ol><li>foo</li><ol><ol><li>bar</li></ol><li>baz</li></ol></ol>", "Unexpected innerHTML (after normalizing inline style)")
    at Test.<anonymous> ( /editing/include/tests.js:5679:11)
Pass[["indent",""]] "<ol><li>foo</li><ol><li>b[ar</ol><li>b]az</ol>" queryCommandIndeterm("indent") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals(false, false, "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "<ol><li>foo</li><ol><li>b[ar</ol><li>b]az</ol>" queryCommandState("indent") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals(false, false, "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "<ol><li>foo</li><ol><li>b[ar</ol><li>b]az</ol>" queryCommandValue("indent") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals("", "", "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "<ol><li>foo</li><ol><li>b[ar</ol><li>b]az</ol>" queryCommandIndeterm("indent") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals(false, false, "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "<ol><li>foo</li><ol><li>b[ar</ol><li>b]az</ol>" queryCommandState("indent") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals(false, false, "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "<ol><li>foo</li><ol><li>b[ar</ol><li>b]az</ol>" queryCommandValue("indent") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals("", "", "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "<ol><li>[foo<ol><li>bar</ol><li>baz]</ol><p>extra": execCommand("indent", false, "") return value
Asserts run
Pass
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[["indent",""]] "<ol><li>[foo<ol><li>bar</ol><li>baz]</ol><p>extra" checks for modifications to non-editable content
Asserts run
Pass
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>indent - HTML editing conformance tests</title>\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>indent - HTML editing conformance tests</title>\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[["indent",""]] "<ol><li>[foo<ol><li>bar</ol><li>baz]</ol><p>extra" compare innerHTMLassert_in_array: Unexpected innerHTML (after normalizing inline style) value "<ol><ol><li>foo<ol><li>bar</li></ol></li><li>baz</li></ol></ol><p>extra</p>" not in array ["<blockquote><ol><li>foo</li><ol><li>bar</li></ol><li>baz</li></ol></blockquote><p>extra</p>", "<blockquote style=\"margin:0 0 0 40px; border:none; padding:0px\"><ol><li>foo</li><ol><li>bar</li></ol><li>baz</li></ol></blockquote><p>extra</p>"]
    at Test.<anonymous> (https://xn--n8j6ds53lwwkrqhv28a.wpt.live/editing/include/tests.js:5675:11)
    at Test.step (https://xn--n8j6ds53lwwkrqhv28a.wpt.live/resources/testharness.js:2642:25)
    at test (https://xn--n8j6ds53lwwkrqhv28a.wpt.live/resources/testharness.js:633:30)
    at subsetTest (https://xn--n8j6ds53lwwkrqhv28a.wpt.live/common/subset-tests.js:54:14)
    at runConformanceTest (https://xn--n8j6ds53lwwkrqhv28a.wpt.live/editing/include/tests.js:5667:5)
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5668:9)
Fail
assert_in_array("<ol><ol><li>foo<ol><li>bar</li></ol></li><li>baz</li></ol></ol><p>extra</p>", ["<blockquote><ol><li>foo</li><ol><li>bar</li></ol><li>baz</li></ol></blockquote><p>extra</p>", "<blockquote style=\"margin:0 0 0 40px; border:none; padding:0px\"><ol><li>foo</li><ol><li>bar</li></ol><li>baz</li></ol></blockquote><p>extra</p>"], "Unexpected innerHTML (after normalizing inline style)")
    at Test.<anonymous> ( /editing/include/tests.js:5675:11)
Pass[["indent",""]] "<ol><li>[foo<ol><li>bar</ol><li>baz]</ol><p>extra" queryCommandIndeterm("indent") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals(false, false, "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "<ol><li>[foo<ol><li>bar</ol><li>baz]</ol><p>extra" queryCommandState("indent") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals(false, false, "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "<ol><li>[foo<ol><li>bar</ol><li>baz]</ol><p>extra" queryCommandValue("indent") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals("", "", "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "<ol><li>[foo<ol><li>bar</ol><li>baz]</ol><p>extra" queryCommandIndeterm("indent") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals(false, false, "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "<ol><li>[foo<ol><li>bar</ol><li>baz]</ol><p>extra" queryCommandState("indent") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals(false, false, "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "<ol><li>[foo<ol><li>bar</ol><li>baz]</ol><p>extra" queryCommandValue("indent") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals("", "", "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "<ol><li>[foo</li><ol><li>bar</ol><li>baz]</ol><p>extra": execCommand("indent", false, "") return value
Asserts run
Pass
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[["indent",""]] "<ol><li>[foo</li><ol><li>bar</ol><li>baz]</ol><p>extra" checks for modifications to non-editable content
Asserts run
Pass
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>indent - HTML editing conformance tests</title>\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>indent - HTML editing conformance tests</title>\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[["indent",""]] "<ol><li>[foo</li><ol><li>bar</ol><li>baz]</ol><p>extra" compare innerHTMLassert_in_array: Unexpected innerHTML (after normalizing inline style) value "<ol><ol><li>foo</li><ol><li>bar</li></ol><li>baz</li></ol></ol><p>extra</p>" not in array ["<blockquote><ol><li>foo</li><ol><li>bar</li></ol><li>baz</li></ol></blockquote><p>extra</p>", "<blockquote style=\"margin:0 0 0 40px; border:none; padding:0px\"><ol><li>foo</li><ol><li>bar</li></ol><li>baz</li></ol></blockquote><p>extra</p>"]
    at Test.<anonymous> (https://xn--n8j6ds53lwwkrqhv28a.wpt.live/editing/include/tests.js:5675:11)
    at Test.step (https://xn--n8j6ds53lwwkrqhv28a.wpt.live/resources/testharness.js:2642:25)
    at test (https://xn--n8j6ds53lwwkrqhv28a.wpt.live/resources/testharness.js:633:30)
    at subsetTest (https://xn--n8j6ds53lwwkrqhv28a.wpt.live/common/subset-tests.js:54:14)
    at runConformanceTest (https://xn--n8j6ds53lwwkrqhv28a.wpt.live/editing/include/tests.js:5667:5)
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5668:9)
Fail
assert_in_array("<ol><ol><li>foo</li><ol><li>bar</li></ol><li>baz</li></ol></ol><p>extra</p>", ["<blockquote><ol><li>foo</li><ol><li>bar</li></ol><li>baz</li></ol></blockquote><p>extra</p>", "<blockquote style=\"margin:0 0 0 40px; border:none; padding:0px\"><ol><li>foo</li><ol><li>bar</li></ol><li>baz</li></ol></blockquote><p>extra</p>"], "Unexpected innerHTML (after normalizing inline style)")
    at Test.<anonymous> ( /editing/include/tests.js:5675:11)
Pass[["indent",""]] "<ol><li>[foo</li><ol><li>bar</ol><li>baz]</ol><p>extra" queryCommandIndeterm("indent") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals(false, false, "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "<ol><li>[foo</li><ol><li>bar</ol><li>baz]</ol><p>extra" queryCommandState("indent") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals(false, false, "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "<ol><li>[foo</li><ol><li>bar</ol><li>baz]</ol><p>extra" queryCommandValue("indent") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals("", "", "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "<ol><li>[foo</li><ol><li>bar</ol><li>baz]</ol><p>extra" queryCommandIndeterm("indent") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals(false, false, "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "<ol><li>[foo</li><ol><li>bar</ol><li>baz]</ol><p>extra" queryCommandState("indent") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals(false, false, "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "<ol><li>[foo</li><ol><li>bar</ol><li>baz]</ol><p>extra" queryCommandValue("indent") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals("", "", "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "<ol><li>[foo]<ol><li>bar</ol>baz</ol>": execCommand("indent", false, "") return value
Asserts run
Pass
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[["indent",""]] "<ol><li>[foo]<ol><li>bar</ol>baz</ol>" checks for modifications to non-editable content
Asserts run
Pass
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>indent - HTML editing conformance tests</title>\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>indent - HTML editing conformance tests</title>\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[["indent",""]] "<ol><li>[foo]<ol><li>bar</ol>baz</ol>" compare innerHTMLassert_equals: Unexpected innerHTML (after normalizing inline style) expected "<ol><ol><li>foo</li><li>bar</li></ol><li>baz</li></ol>" but got "<ol><ol><li>foo<ol><li>bar</li></ol>baz</li></ol></ol>"
    at Test.<anonymous> (https://xn--n8j6ds53lwwkrqhv28a.wpt.live/editing/include/tests.js:5679:11)
    at Test.step (https://xn--n8j6ds53lwwkrqhv28a.wpt.live/resources/testharness.js:2642:25)
    at test (https://xn--n8j6ds53lwwkrqhv28a.wpt.live/resources/testharness.js:633:30)
    at subsetTest (https://xn--n8j6ds53lwwkrqhv28a.wpt.live/common/subset-tests.js:54:14)
    at runConformanceTest (https://xn--n8j6ds53lwwkrqhv28a.wpt.live/editing/include/tests.js:5667:5)
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5668:9)
Fail
assert_equals("<ol><ol><li>foo<ol><li>bar</li></ol>baz</li></ol></ol>", "<ol><ol><li>foo</li><li>bar</li></ol><li>baz</li></ol>", "Unexpected innerHTML (after normalizing inline style)")
    at Test.<anonymous> ( /editing/include/tests.js:5679:11)
Pass[["indent",""]] "<ol><li>[foo]<ol><li>bar</ol>baz</ol>" queryCommandIndeterm("indent") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals(false, false, "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "<ol><li>[foo]<ol><li>bar</ol>baz</ol>" queryCommandState("indent") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals(false, false, "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "<ol><li>[foo]<ol><li>bar</ol>baz</ol>" queryCommandValue("indent") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals("", "", "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "<ol><li>[foo]<ol><li>bar</ol>baz</ol>" queryCommandIndeterm("indent") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals(false, false, "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "<ol><li>[foo]<ol><li>bar</ol>baz</ol>" queryCommandState("indent") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals(false, false, "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "<ol><li>[foo]<ol><li>bar</ol>baz</ol>" queryCommandValue("indent") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals("", "", "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "<ol><li>foo<ol><li>[bar]</ol>baz</ol>": execCommand("indent", false, "") return value
Asserts run
Pass
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[["indent",""]] "<ol><li>foo<ol><li>[bar]</ol>baz</ol>" checks for modifications to non-editable content
Asserts run
Pass
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>indent - HTML editing conformance tests</title>\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>indent - HTML editing conformance tests</title>\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[["indent",""]] "<ol><li>foo<ol><li>[bar]</ol>baz</ol>" compare innerHTMLassert_equals: Unexpected innerHTML (after normalizing inline style) expected "<ol><li>foo</li><ol><ol><li>bar</li></ol></ol><li>baz</li></ol>" but got "<ol><li>foo<ol><ol><li>bar</li></ol></ol>baz</li></ol>"
    at Test.<anonymous> (https://xn--n8j6ds53lwwkrqhv28a.wpt.live/editing/include/tests.js:5679:11)
    at Test.step (https://xn--n8j6ds53lwwkrqhv28a.wpt.live/resources/testharness.js:2642:25)
    at test (https://xn--n8j6ds53lwwkrqhv28a.wpt.live/resources/testharness.js:633:30)
    at subsetTest (https://xn--n8j6ds53lwwkrqhv28a.wpt.live/common/subset-tests.js:54:14)
    at runConformanceTest (https://xn--n8j6ds53lwwkrqhv28a.wpt.live/editing/include/tests.js:5667:5)
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5668:9)
Fail
assert_equals("<ol><li>foo<ol><ol><li>bar</li></ol></ol>baz</li></ol>", "<ol><li>foo</li><ol><ol><li>bar</li></ol></ol><li>baz</li></ol>", "Unexpected innerHTML (after normalizing inline style)")
    at Test.<anonymous> ( /editing/include/tests.js:5679:11)
Pass[["indent",""]] "<ol><li>foo<ol><li>[bar]</ol>baz</ol>" queryCommandIndeterm("indent") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals(false, false, "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "<ol><li>foo<ol><li>[bar]</ol>baz</ol>" queryCommandState("indent") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals(false, false, "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "<ol><li>foo<ol><li>[bar]</ol>baz</ol>" queryCommandValue("indent") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals("", "", "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "<ol><li>foo<ol><li>[bar]</ol>baz</ol>" queryCommandIndeterm("indent") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals(false, false, "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "<ol><li>foo<ol><li>[bar]</ol>baz</ol>" queryCommandState("indent") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals(false, false, "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "<ol><li>foo<ol><li>[bar]</ol>baz</ol>" queryCommandValue("indent") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals("", "", "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "<ol><li>foo<ol><li>bar</ol>[baz]</ol>": execCommand("indent", false, "") return value
Asserts run
Pass
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[["indent",""]] "<ol><li>foo<ol><li>bar</ol>[baz]</ol>" checks for modifications to non-editable content
Asserts run
Pass
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>indent - HTML editing conformance tests</title>\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>indent - HTML editing conformance tests</title>\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[["indent",""]] "<ol><li>foo<ol><li>bar</ol>[baz]</ol>" compare innerHTMLassert_equals: Unexpected innerHTML (after normalizing inline style) expected "<ol><ol><li>foo<ol><li>bar</li></ol>baz</li></ol></ol>" but got "<ol><ol><li>baz</li></ol></ol>"
    at Test.<anonymous> (https://xn--n8j6ds53lwwkrqhv28a.wpt.live/editing/include/tests.js:5679:11)
    at Test.step (https://xn--n8j6ds53lwwkrqhv28a.wpt.live/resources/testharness.js:2642:25)
    at test (https://xn--n8j6ds53lwwkrqhv28a.wpt.live/resources/testharness.js:633:30)
    at subsetTest (https://xn--n8j6ds53lwwkrqhv28a.wpt.live/common/subset-tests.js:54:14)
    at runConformanceTest (https://xn--n8j6ds53lwwkrqhv28a.wpt.live/editing/include/tests.js:5667:5)
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5668:9)
Fail
assert_equals("<ol><ol><li>baz</li></ol></ol>", "<ol><ol><li>foo<ol><li>bar</li></ol>baz</li></ol></ol>", "Unexpected innerHTML (after normalizing inline style)")
    at Test.<anonymous> ( /editing/include/tests.js:5679:11)
Pass[["indent",""]] "<ol><li>foo<ol><li>bar</ol>[baz]</ol>" queryCommandIndeterm("indent") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals(false, false, "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "<ol><li>foo<ol><li>bar</ol>[baz]</ol>" queryCommandState("indent") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals(false, false, "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "<ol><li>foo<ol><li>bar</ol>[baz]</ol>" queryCommandValue("indent") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals("", "", "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "<ol><li>foo<ol><li>bar</ol>[baz]</ol>" queryCommandIndeterm("indent") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals(false, false, "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "<ol><li>foo<ol><li>bar</ol>[baz]</ol>" queryCommandState("indent") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals(false, false, "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "<ol><li>foo<ol><li>bar</ol>[baz]</ol>" queryCommandValue("indent") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals("", "", "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "<ol><li>[foo<ol><li>bar]</ol>baz</ol>": execCommand("indent", false, "") return value
Asserts run
Pass
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[["indent",""]] "<ol><li>[foo<ol><li>bar]</ol>baz</ol>" checks for modifications to non-editable content
Asserts run
Pass
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>indent - HTML editing conformance tests</title>\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>indent - HTML editing conformance tests</title>\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[["indent",""]] "<ol><li>[foo<ol><li>bar]</ol>baz</ol>" compare innerHTMLassert_equals: Unexpected innerHTML (after normalizing inline style) expected "<ol><ol><li>foo</li><ol><li>bar</li></ol></ol><li>baz</li></ol>" but got "<ol><ol><li>foo<ol><li>bar</li></ol>baz</li></ol></ol>"
    at Test.<anonymous> (https://xn--n8j6ds53lwwkrqhv28a.wpt.live/editing/include/tests.js:5679:11)
    at Test.step (https://xn--n8j6ds53lwwkrqhv28a.wpt.live/resources/testharness.js:2642:25)
    at test (https://xn--n8j6ds53lwwkrqhv28a.wpt.live/resources/testharness.js:633:30)
    at subsetTest (https://xn--n8j6ds53lwwkrqhv28a.wpt.live/common/subset-tests.js:54:14)
    at runConformanceTest (https://xn--n8j6ds53lwwkrqhv28a.wpt.live/editing/include/tests.js:5667:5)
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5668:9)
Fail
assert_equals("<ol><ol><li>foo<ol><li>bar</li></ol>baz</li></ol></ol>", "<ol><ol><li>foo</li><ol><li>bar</li></ol></ol><li>baz</li></ol>", "Unexpected innerHTML (after normalizing inline style)")
    at Test.<anonymous> ( /editing/include/tests.js:5679:11)
Pass[["indent",""]] "<ol><li>[foo<ol><li>bar]</ol>baz</ol>" queryCommandIndeterm("indent") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals(false, false, "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "<ol><li>[foo<ol><li>bar]</ol>baz</ol>" queryCommandState("indent") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals(false, false, "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "<ol><li>[foo<ol><li>bar]</ol>baz</ol>" queryCommandValue("indent") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals("", "", "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "<ol><li>[foo<ol><li>bar]</ol>baz</ol>" queryCommandIndeterm("indent") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals(false, false, "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "<ol><li>[foo<ol><li>bar]</ol>baz</ol>" queryCommandState("indent") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals(false, false, "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "<ol><li>[foo<ol><li>bar]</ol>baz</ol>" queryCommandValue("indent") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals("", "", "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "foo<!--bar-->[baz]<p>extra": execCommand("indent", false, "") return value
Asserts run
Pass
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[["indent",""]] "foo<!--bar-->[baz]<p>extra" checks for modifications to non-editable content
Asserts run
Pass
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>indent - HTML editing conformance tests</title>\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>indent - HTML editing conformance tests</title>\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[["indent",""]] "foo<!--bar-->[baz]<p>extra" compare innerHTML
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5668:9)
Pass
assert_in_array("<blockquote style=\"margin:0 0 0 40px; border:none; padding:0px\">foo<!--bar-->baz</blockquote><p>extra</p>", ["<blockquote>foo<!--bar-->baz</blockquote><p>extra</p>", "<blockquote style=\"margin:0 0 0 40px; border:none; padding:0px\">foo<!--bar-->baz</blockquote><p>extra</p>"], "Unexpected innerHTML (after normalizing inline style)")
    at Test.<anonymous> ( /editing/include/tests.js:5675:11)
Pass[["indent",""]] "foo<!--bar-->[baz]<p>extra" queryCommandIndeterm("indent") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals(false, false, "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "foo<!--bar-->[baz]<p>extra" queryCommandState("indent") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals(false, false, "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "foo<!--bar-->[baz]<p>extra" queryCommandValue("indent") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals("", "", "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "foo<!--bar-->[baz]<p>extra" queryCommandIndeterm("indent") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals(false, false, "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "foo<!--bar-->[baz]<p>extra" queryCommandState("indent") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals(false, false, "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "foo<!--bar-->[baz]<p>extra" queryCommandValue("indent") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals("", "", "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "[foo]<!--bar-->baz<p>extra": execCommand("indent", false, "") return value
Asserts run
Pass
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[["indent",""]] "[foo]<!--bar-->baz<p>extra" checks for modifications to non-editable content
Asserts run
Pass
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>indent - HTML editing conformance tests</title>\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>indent - HTML editing conformance tests</title>\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[["indent",""]] "[foo]<!--bar-->baz<p>extra" compare innerHTML
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5668:9)
Pass
assert_in_array("<blockquote style=\"margin:0 0 0 40px; border:none; padding:0px\">foo<!--bar-->baz</blockquote><p>extra</p>", ["<blockquote>foo<!--bar-->baz</blockquote><p>extra</p>", "<blockquote style=\"margin:0 0 0 40px; border:none; padding:0px\">foo<!--bar-->baz</blockquote><p>extra</p>"], "Unexpected innerHTML (after normalizing inline style)")
    at Test.<anonymous> ( /editing/include/tests.js:5675:11)
Pass[["indent",""]] "[foo]<!--bar-->baz<p>extra" queryCommandIndeterm("indent") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals(false, false, "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "[foo]<!--bar-->baz<p>extra" queryCommandState("indent") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals(false, false, "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "[foo]<!--bar-->baz<p>extra" queryCommandValue("indent") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals("", "", "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "[foo]<!--bar-->baz<p>extra" queryCommandIndeterm("indent") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals(false, false, "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "[foo]<!--bar-->baz<p>extra" queryCommandState("indent") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals(false, false, "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "[foo]<!--bar-->baz<p>extra" queryCommandValue("indent") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals("", "", "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "<p>foo<!--bar-->{}<p>extra": execCommand("indent", false, "") return value
Asserts run
Pass
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[["indent",""]] "<p>foo<!--bar-->{}<p>extra" checks for modifications to non-editable content
Asserts run
Pass
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>indent - HTML editing conformance tests</title>\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>indent - HTML editing conformance tests</title>\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[["indent",""]] "<p>foo<!--bar-->{}<p>extra" compare innerHTMLassert_in_array: Unexpected innerHTML (after normalizing inline style) value "<blockquote style=\"margin:0 0 0 40px; border:none; padding:0px\"><p>foo</p></blockquote><p>extra</p>" not in array ["<blockquote><p>foo<!--bar--></p></blockquote><p>extra</p>", "<blockquote style=\"margin:0 0 0 40px; border:none; padding:0px\"><p>foo<!--bar--></p></blockquote><p>extra</p>"]
    at Test.<anonymous> (https://xn--n8j6ds53lwwkrqhv28a.wpt.live/editing/include/tests.js:5675:11)
    at Test.step (https://xn--n8j6ds53lwwkrqhv28a.wpt.live/resources/testharness.js:2642:25)
    at test (https://xn--n8j6ds53lwwkrqhv28a.wpt.live/resources/testharness.js:633:30)
    at subsetTest (https://xn--n8j6ds53lwwkrqhv28a.wpt.live/common/subset-tests.js:54:14)
    at runConformanceTest (https://xn--n8j6ds53lwwkrqhv28a.wpt.live/editing/include/tests.js:5667:5)
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5668:9)
Fail
assert_in_array("<blockquote style=\"margin:0 0 0 40px; border:none; padding:0px\"><p>foo</p></blockquote><p>extra</p>", ["<blockquote><p>foo<!--bar--></p></blockquote><p>extra</p>", "<blockquote style=\"margin:0 0 0 40px; border:none; padding:0px\"><p>foo<!--bar--></p></blockquote><p>extra</p>"], "Unexpected innerHTML (after normalizing inline style)")
    at Test.<anonymous> ( /editing/include/tests.js:5675:11)
Pass[["indent",""]] "<p>foo<!--bar-->{}<p>extra" queryCommandIndeterm("indent") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals(false, false, "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "<p>foo<!--bar-->{}<p>extra" queryCommandState("indent") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals(false, false, "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "<p>foo<!--bar-->{}<p>extra" queryCommandValue("indent") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals("", "", "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "<p>foo<!--bar-->{}<p>extra" queryCommandIndeterm("indent") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals(false, false, "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "<p>foo<!--bar-->{}<p>extra" queryCommandState("indent") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals(false, false, "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "<p>foo<!--bar-->{}<p>extra" queryCommandValue("indent") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals("", "", "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "<p>{}<!--foo-->bar<p>extra": execCommand("indent", false, "") return value
Asserts run
Pass
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[["indent",""]] "<p>{}<!--foo-->bar<p>extra" checks for modifications to non-editable content
Asserts run
Pass
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>indent - HTML editing conformance tests</title>\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>indent - HTML editing conformance tests</title>\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[["indent",""]] "<p>{}<!--foo-->bar<p>extra" compare innerHTMLassert_in_array: Unexpected innerHTML (after normalizing inline style) value "<blockquote style=\"margin:0 0 0 40px; border:none; padding:0px\"><p>bar</p></blockquote><p>extra</p>" not in array ["<blockquote><p><!--foo-->bar</p></blockquote><p>extra</p>", "<blockquote style=\"margin:0 0 0 40px; border:none; padding:0px\"><p><!--foo-->bar</p></blockquote><p>extra</p>"]
    at Test.<anonymous> (https://xn--n8j6ds53lwwkrqhv28a.wpt.live/editing/include/tests.js:5675:11)
    at Test.step (https://xn--n8j6ds53lwwkrqhv28a.wpt.live/resources/testharness.js:2642:25)
    at test (https://xn--n8j6ds53lwwkrqhv28a.wpt.live/resources/testharness.js:633:30)
    at subsetTest (https://xn--n8j6ds53lwwkrqhv28a.wpt.live/common/subset-tests.js:54:14)
    at runConformanceTest (https://xn--n8j6ds53lwwkrqhv28a.wpt.live/editing/include/tests.js:5667:5)
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5668:9)
Fail
assert_in_array("<blockquote style=\"margin:0 0 0 40px; border:none; padding:0px\"><p>bar</p></blockquote><p>extra</p>", ["<blockquote><p><!--foo-->bar</p></blockquote><p>extra</p>", "<blockquote style=\"margin:0 0 0 40px; border:none; padding:0px\"><p><!--foo-->bar</p></blockquote><p>extra</p>"], "Unexpected innerHTML (after normalizing inline style)")
    at Test.<anonymous> ( /editing/include/tests.js:5675:11)
Pass[["indent",""]] "<p>{}<!--foo-->bar<p>extra" queryCommandIndeterm("indent") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals(false, false, "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "<p>{}<!--foo-->bar<p>extra" queryCommandState("indent") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals(false, false, "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "<p>{}<!--foo-->bar<p>extra" queryCommandValue("indent") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals("", "", "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "<p>{}<!--foo-->bar<p>extra" queryCommandIndeterm("indent") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals(false, false, "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "<p>{}<!--foo-->bar<p>extra" queryCommandState("indent") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals(false, false, "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "<p>{}<!--foo-->bar<p>extra" queryCommandValue("indent") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals("", "", "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "<blockquote><p>foo</blockquote> <p>[bar]": execCommand("indent", false, "") return value
Asserts run
Pass
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[["indent",""]] "<blockquote><p>foo</blockquote> <p>[bar]" checks for modifications to non-editable content
Asserts run
Pass
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>indent - HTML editing conformance tests</title>\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>indent - HTML editing conformance tests</title>\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[["indent",""]] "<blockquote><p>foo</blockquote> <p>[bar]" compare innerHTMLassert_in_array: Unexpected innerHTML (after normalizing inline style) value "<blockquote><p>foo</p></blockquote> <blockquote style=\"margin:0 0 0 40px; border:none; padding:0px\"><p>bar</p></blockquote>" not in array ["<blockquote><p>foo</p> <p>bar</p></blockquote>", "<blockquote style=\"margin:0 0 0 40px; border:none; padding:0px\"><p>foo</p> <p>bar</p></blockquote>"]
    at Test.<anonymous> (https://xn--n8j6ds53lwwkrqhv28a.wpt.live/editing/include/tests.js:5675:11)
    at Test.step (https://xn--n8j6ds53lwwkrqhv28a.wpt.live/resources/testharness.js:2642:25)
    at test (https://xn--n8j6ds53lwwkrqhv28a.wpt.live/resources/testharness.js:633:30)
    at subsetTest (https://xn--n8j6ds53lwwkrqhv28a.wpt.live/common/subset-tests.js:54:14)
    at runConformanceTest (https://xn--n8j6ds53lwwkrqhv28a.wpt.live/editing/include/tests.js:5667:5)
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5668:9)
Fail
assert_in_array("<blockquote><p>foo</p></blockquote> <blockquote style=\"margin:0 0 0 40px; border:none; padding:0px\"><p>bar</p></blockquote>", ["<blockquote><p>foo</p> <p>bar</p></blockquote>", "<blockquote style=\"margin:0 0 0 40px; border:none; padding:0px\"><p>foo</p> <p>bar</p></blockquote>"], "Unexpected innerHTML (after normalizing inline style)")
    at Test.<anonymous> ( /editing/include/tests.js:5675:11)
Pass[["indent",""]] "<blockquote><p>foo</blockquote> <p>[bar]" queryCommandIndeterm("indent") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals(false, false, "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "<blockquote><p>foo</blockquote> <p>[bar]" queryCommandState("indent") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals(false, false, "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "<blockquote><p>foo</blockquote> <p>[bar]" queryCommandValue("indent") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals("", "", "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "<blockquote><p>foo</blockquote> <p>[bar]" queryCommandIndeterm("indent") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals(false, false, "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "<blockquote><p>foo</blockquote> <p>[bar]" queryCommandState("indent") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals(false, false, "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "<blockquote><p>foo</blockquote> <p>[bar]" queryCommandValue("indent") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals("", "", "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "<p>[foo]</p> <blockquote><p>bar</blockquote>": execCommand("indent", false, "") return value
Asserts run
Pass
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[["indent",""]] "<p>[foo]</p> <blockquote><p>bar</blockquote>" checks for modifications to non-editable content
Asserts run
Pass
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>indent - HTML editing conformance tests</title>\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>indent - HTML editing conformance tests</title>\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[["indent",""]] "<p>[foo]</p> <blockquote><p>bar</blockquote>" compare innerHTMLassert_in_array: Unexpected innerHTML (after normalizing inline style) value "<blockquote style=\"margin:0 0 0 40px; border:none; padding:0px\"><p>foo</p></blockquote> <blockquote><p>bar</p></blockquote>" not in array ["<blockquote><p>foo</p> <p>bar</p></blockquote>", "<blockquote style=\"margin:0 0 0 40px; border:none; padding:0px\"><p>foo</p> <p>bar</p></blockquote>"]
    at Test.<anonymous> (https://xn--n8j6ds53lwwkrqhv28a.wpt.live/editing/include/tests.js:5675:11)
    at Test.step (https://xn--n8j6ds53lwwkrqhv28a.wpt.live/resources/testharness.js:2642:25)
    at test (https://xn--n8j6ds53lwwkrqhv28a.wpt.live/resources/testharness.js:633:30)
    at subsetTest (https://xn--n8j6ds53lwwkrqhv28a.wpt.live/common/subset-tests.js:54:14)
    at runConformanceTest (https://xn--n8j6ds53lwwkrqhv28a.wpt.live/editing/include/tests.js:5667:5)
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5668:9)
Fail
assert_in_array("<blockquote style=\"margin:0 0 0 40px; border:none; padding:0px\"><p>foo</p></blockquote> <blockquote><p>bar</p></blockquote>", ["<blockquote><p>foo</p> <p>bar</p></blockquote>", "<blockquote style=\"margin:0 0 0 40px; border:none; padding:0px\"><p>foo</p> <p>bar</p></blockquote>"], "Unexpected innerHTML (after normalizing inline style)")
    at Test.<anonymous> ( /editing/include/tests.js:5675:11)
Pass[["indent",""]] "<p>[foo]</p> <blockquote><p>bar</blockquote>" queryCommandIndeterm("indent") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals(false, false, "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "<p>[foo]</p> <blockquote><p>bar</blockquote>" queryCommandState("indent") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals(false, false, "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "<p>[foo]</p> <blockquote><p>bar</blockquote>" queryCommandValue("indent") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals("", "", "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "<p>[foo]</p> <blockquote><p>bar</blockquote>" queryCommandIndeterm("indent") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals(false, false, "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "<p>[foo]</p> <blockquote><p>bar</blockquote>" queryCommandState("indent") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals(false, false, "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "<p>[foo]</p> <blockquote><p>bar</blockquote>" queryCommandValue("indent") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals("", "", "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "<blockquote><p>foo</blockquote> <p>[bar]</p> <blockquote><p>baz</blockquote>": execCommand("indent", false, "") return value
Asserts run
Pass
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[["indent",""]] "<blockquote><p>foo</blockquote> <p>[bar]</p> <blockquote><p>baz</blockquote>" checks for modifications to non-editable content
Asserts run
Pass
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>indent - HTML editing conformance tests</title>\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>indent - HTML editing conformance tests</title>\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[["indent",""]] "<blockquote><p>foo</blockquote> <p>[bar]</p> <blockquote><p>baz</blockquote>" compare innerHTMLassert_in_array: Unexpected innerHTML (after normalizing inline style) value "<blockquote><p>foo</p></blockquote> <blockquote style=\"margin:0 0 0 40px; border:none; padding:0px\"><p>bar</p></blockquote> <blockquote><p>baz</p></blockquote>" not in array ["<blockquote><p>foo</p> <p>bar</p> <p>baz</p></blockquote>", "<blockquote style=\"margin:0 0 0 40px; border:none; padding:0px\"><p>foo</p> <p>bar</p> <p>baz</p></blockquote>"]
    at Test.<anonymous> (https://xn--n8j6ds53lwwkrqhv28a.wpt.live/editing/include/tests.js:5675:11)
    at Test.step (https://xn--n8j6ds53lwwkrqhv28a.wpt.live/resources/testharness.js:2642:25)
    at test (https://xn--n8j6ds53lwwkrqhv28a.wpt.live/resources/testharness.js:633:30)
    at subsetTest (https://xn--n8j6ds53lwwkrqhv28a.wpt.live/common/subset-tests.js:54:14)
    at runConformanceTest (https://xn--n8j6ds53lwwkrqhv28a.wpt.live/editing/include/tests.js:5667:5)
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5668:9)
Fail
assert_in_array("<blockquote><p>foo</p></blockquote> <blockquote style=\"margin:0 0 0 40px; border:none; padding:0px\"><p>bar</p></blockquote> <blockquote><p>baz</p></blockquote>", ["<blockquote><p>foo</p> <p>bar</p> <p>baz</p></blockquote>", "<blockquote style=\"margin:0 0 0 40px; border:none; padding:0px\"><p>foo</p> <p>bar</p> <p>baz</p></blockquote>"], "Unexpected innerHTML (after normalizing inline style)")
    at Test.<anonymous> ( /editing/include/tests.js:5675:11)
Pass[["indent",""]] "<blockquote><p>foo</blockquote> <p>[bar]</p> <blockquote><p>baz</blockquote>" queryCommandIndeterm("indent") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals(false, false, "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "<blockquote><p>foo</blockquote> <p>[bar]</p> <blockquote><p>baz</blockquote>" queryCommandState("indent") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals(false, false, "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "<blockquote><p>foo</blockquote> <p>[bar]</p> <blockquote><p>baz</blockquote>" queryCommandValue("indent") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals("", "", "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "<blockquote><p>foo</blockquote> <p>[bar]</p> <blockquote><p>baz</blockquote>" queryCommandIndeterm("indent") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals(false, false, "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "<blockquote><p>foo</blockquote> <p>[bar]</p> <blockquote><p>baz</blockquote>" queryCommandState("indent") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals(false, false, "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "<blockquote><p>foo</blockquote> <p>[bar]</p> <blockquote><p>baz</blockquote>" queryCommandValue("indent") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals("", "", "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "<ol><li>foo</li><ol><li>bar</li> </ol><li>[baz]</ol>": execCommand("indent", false, "") return value
Asserts run
Pass
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[["indent",""]] "<ol><li>foo</li><ol><li>bar</li> </ol><li>[baz]</ol>" checks for modifications to non-editable content
Asserts run
Pass
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>indent - HTML editing conformance tests</title>\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>indent - HTML editing conformance tests</title>\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[["indent",""]] "<ol><li>foo</li><ol><li>bar</li> </ol><li>[baz]</ol>" compare innerHTML
Asserts run
Pass
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><ol><li>bar</li> <li>baz</li></ol></ol>", "<ol><li>foo</li><ol><li>bar</li> <li>baz</li></ol></ol>", "Unexpected innerHTML (after normalizing inline style)")
    at Test.<anonymous> ( /editing/include/tests.js:5679:11)
Pass[["indent",""]] "<ol><li>foo</li><ol><li>bar</li> </ol><li>[baz]</ol>" queryCommandIndeterm("indent") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals(false, false, "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "<ol><li>foo</li><ol><li>bar</li> </ol><li>[baz]</ol>" queryCommandState("indent") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals(false, false, "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "<ol><li>foo</li><ol><li>bar</li> </ol><li>[baz]</ol>" queryCommandValue("indent") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals("", "", "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "<ol><li>foo</li><ol><li>bar</li> </ol><li>[baz]</ol>" queryCommandIndeterm("indent") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals(false, false, "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "<ol><li>foo</li><ol><li>bar</li> </ol><li>[baz]</ol>" queryCommandState("indent") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals(false, false, "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "<ol><li>foo</li><ol><li>bar</li> </ol><li>[baz]</ol>" queryCommandValue("indent") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals("", "", "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "<ol><li>foo</li><ol><li>bar</li></ol> <li>[baz]</ol>": execCommand("indent", false, "") return value
Asserts run
Pass
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[["indent",""]] "<ol><li>foo</li><ol><li>bar</li></ol> <li>[baz]</ol>" checks for modifications to non-editable content
Asserts run
Pass
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>indent - HTML editing conformance tests</title>\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>indent - HTML editing conformance tests</title>\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[["indent",""]] "<ol><li>foo</li><ol><li>bar</li></ol> <li>[baz]</ol>" compare innerHTMLassert_equals: Unexpected innerHTML (after normalizing inline style) expected "<ol><li>foo</li><ol><li>bar</li> <li>baz</li></ol></ol>" but got "<ol><li>foo</li><ol><li>bar</li><li>baz</li></ol> </ol>"
    at Test.<anonymous> (https://xn--n8j6ds53lwwkrqhv28a.wpt.live/editing/include/tests.js:5679:11)
    at Test.step (https://xn--n8j6ds53lwwkrqhv28a.wpt.live/resources/testharness.js:2642:25)
    at test (https://xn--n8j6ds53lwwkrqhv28a.wpt.live/resources/testharness.js:633:30)
    at subsetTest (https://xn--n8j6ds53lwwkrqhv28a.wpt.live/common/subset-tests.js:54:14)
    at runConformanceTest (https://xn--n8j6ds53lwwkrqhv28a.wpt.live/editing/include/tests.js:5667:5)
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5668:9)
Fail
assert_equals("<ol><li>foo</li><ol><li>bar</li><li>baz</li></ol> </ol>", "<ol><li>foo</li><ol><li>bar</li> <li>baz</li></ol></ol>", "Unexpected innerHTML (after normalizing inline style)")
    at Test.<anonymous> ( /editing/include/tests.js:5679:11)
Pass[["indent",""]] "<ol><li>foo</li><ol><li>bar</li></ol> <li>[baz]</ol>" queryCommandIndeterm("indent") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals(false, false, "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "<ol><li>foo</li><ol><li>bar</li></ol> <li>[baz]</ol>" queryCommandState("indent") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals(false, false, "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "<ol><li>foo</li><ol><li>bar</li></ol> <li>[baz]</ol>" queryCommandValue("indent") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals("", "", "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "<ol><li>foo</li><ol><li>bar</li></ol> <li>[baz]</ol>" queryCommandIndeterm("indent") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals(false, false, "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "<ol><li>foo</li><ol><li>bar</li></ol> <li>[baz]</ol>" queryCommandState("indent") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals(false, false, "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "<ol><li>foo</li><ol><li>bar</li></ol> <li>[baz]</ol>" queryCommandValue("indent") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals("", "", "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "<ol><li>foo</li><ol><li>bar</li> </ol> <li>[baz]</ol>": execCommand("indent", false, "") return value
Asserts run
Pass
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[["indent",""]] "<ol><li>foo</li><ol><li>bar</li> </ol> <li>[baz]</ol>" checks for modifications to non-editable content
Asserts run
Pass
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>indent - HTML editing conformance tests</title>\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>indent - HTML editing conformance tests</title>\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[["indent",""]] "<ol><li>foo</li><ol><li>bar</li> </ol> <li>[baz]</ol>" compare innerHTMLassert_equals: Unexpected innerHTML (after normalizing inline style) expected "<ol><li>foo</li><ol><li>bar</li> <li>baz</li></ol></ol>" but got "<ol><li>foo</li><ol><li>bar</li> <li>baz</li></ol> </ol>"
    at Test.<anonymous> (https://xn--n8j6ds53lwwkrqhv28a.wpt.live/editing/include/tests.js:5679:11)
    at Test.step (https://xn--n8j6ds53lwwkrqhv28a.wpt.live/resources/testharness.js:2642:25)
    at test (https://xn--n8j6ds53lwwkrqhv28a.wpt.live/resources/testharness.js:633:30)
    at subsetTest (https://xn--n8j6ds53lwwkrqhv28a.wpt.live/common/subset-tests.js:54:14)
    at runConformanceTest (https://xn--n8j6ds53lwwkrqhv28a.wpt.live/editing/include/tests.js:5667:5)
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5668:9)
Fail
assert_equals("<ol><li>foo</li><ol><li>bar</li> <li>baz</li></ol> </ol>", "<ol><li>foo</li><ol><li>bar</li>  <li>baz</li></ol></ol>", "Unexpected innerHTML (after normalizing inline style)")
    at Test.<anonymous> ( /editing/include/tests.js:5679:11)
Pass[["indent",""]] "<ol><li>foo</li><ol><li>bar</li> </ol> <li>[baz]</ol>" queryCommandIndeterm("indent") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals(false, false, "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "<ol><li>foo</li><ol><li>bar</li> </ol> <li>[baz]</ol>" queryCommandState("indent") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals(false, false, "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "<ol><li>foo</li><ol><li>bar</li> </ol> <li>[baz]</ol>" queryCommandValue("indent") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals("", "", "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "<ol><li>foo</li><ol><li>bar</li> </ol> <li>[baz]</ol>" queryCommandIndeterm("indent") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals(false, false, "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "<ol><li>foo</li><ol><li>bar</li> </ol> <li>[baz]</ol>" queryCommandState("indent") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals(false, false, "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "<ol><li>foo</li><ol><li>bar</li> </ol> <li>[baz]</ol>" queryCommandValue("indent") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals("", "", "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "<ol><li>foo<ol><li>bar</li> </ol></li><li>[baz]</ol>": execCommand("indent", false, "") return value
Asserts run
Pass
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[["indent",""]] "<ol><li>foo<ol><li>bar</li> </ol></li><li>[baz]</ol>" checks for modifications to non-editable content
Asserts run
Pass
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>indent - HTML editing conformance tests</title>\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>indent - HTML editing conformance tests</title>\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[["indent",""]] "<ol><li>foo<ol><li>bar</li> </ol></li><li>[baz]</ol>" compare innerHTMLassert_equals: Unexpected innerHTML (after normalizing inline style) expected "<ol><li>foo</li><ol><li>bar</li> <li>baz</li></ol></ol>" but got "<ol><li>foo<ol><li>bar</li> </ol></li><ol><li>baz</li></ol></ol>"
    at Test.<anonymous> (https://xn--n8j6ds53lwwkrqhv28a.wpt.live/editing/include/tests.js:5679:11)
    at Test.step (https://xn--n8j6ds53lwwkrqhv28a.wpt.live/resources/testharness.js:2642:25)
    at test (https://xn--n8j6ds53lwwkrqhv28a.wpt.live/resources/testharness.js:633:30)
    at subsetTest (https://xn--n8j6ds53lwwkrqhv28a.wpt.live/common/subset-tests.js:54:14)
    at runConformanceTest (https://xn--n8j6ds53lwwkrqhv28a.wpt.live/editing/include/tests.js:5667:5)
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5668:9)
Fail
assert_equals("<ol><li>foo<ol><li>bar</li> </ol></li><ol><li>baz</li></ol></ol>", "<ol><li>foo</li><ol><li>bar</li> <li>baz</li></ol></ol>", "Unexpected innerHTML (after normalizing inline style)")
    at Test.<anonymous> ( /editing/include/tests.js:5679:11)
Pass[["indent",""]] "<ol><li>foo<ol><li>bar</li> </ol></li><li>[baz]</ol>" queryCommandIndeterm("indent") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals(false, false, "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "<ol><li>foo<ol><li>bar</li> </ol></li><li>[baz]</ol>" queryCommandState("indent") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals(false, false, "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "<ol><li>foo<ol><li>bar</li> </ol></li><li>[baz]</ol>" queryCommandValue("indent") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals("", "", "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "<ol><li>foo<ol><li>bar</li> </ol></li><li>[baz]</ol>" queryCommandIndeterm("indent") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals(false, false, "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "<ol><li>foo<ol><li>bar</li> </ol></li><li>[baz]</ol>" queryCommandState("indent") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals(false, false, "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "<ol><li>foo<ol><li>bar</li> </ol></li><li>[baz]</ol>" queryCommandValue("indent") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals("", "", "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "<ol><li>foo<ol><li>bar</li></ol></li> <li>[baz]</ol>": execCommand("indent", false, "") return value
Asserts run
Pass
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[["indent",""]] "<ol><li>foo<ol><li>bar</li></ol></li> <li>[baz]</ol>" checks for modifications to non-editable content
Asserts run
Pass
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>indent - HTML editing conformance tests</title>\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>indent - HTML editing conformance tests</title>\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[["indent",""]] "<ol><li>foo<ol><li>bar</li></ol></li> <li>[baz]</ol>" compare innerHTMLassert_equals: Unexpected innerHTML (after normalizing inline style) expected "<ol><li>foo</li><ol><li>bar</li> <li>baz</li></ol></ol>" but got "<ol><li>foo<ol><li>bar</li></ol></li> <ol><li>baz</li></ol></ol>"
    at Test.<anonymous> (https://xn--n8j6ds53lwwkrqhv28a.wpt.live/editing/include/tests.js:5679:11)
    at Test.step (https://xn--n8j6ds53lwwkrqhv28a.wpt.live/resources/testharness.js:2642:25)
    at test (https://xn--n8j6ds53lwwkrqhv28a.wpt.live/resources/testharness.js:633:30)
    at subsetTest (https://xn--n8j6ds53lwwkrqhv28a.wpt.live/common/subset-tests.js:54:14)
    at runConformanceTest (https://xn--n8j6ds53lwwkrqhv28a.wpt.live/editing/include/tests.js:5667:5)
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5668:9)
Fail
assert_equals("<ol><li>foo<ol><li>bar</li></ol></li> <ol><li>baz</li></ol></ol>", "<ol><li>foo</li><ol><li>bar</li> <li>baz</li></ol></ol>", "Unexpected innerHTML (after normalizing inline style)")
    at Test.<anonymous> ( /editing/include/tests.js:5679:11)
Pass[["indent",""]] "<ol><li>foo<ol><li>bar</li></ol></li> <li>[baz]</ol>" queryCommandIndeterm("indent") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals(false, false, "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "<ol><li>foo<ol><li>bar</li></ol></li> <li>[baz]</ol>" queryCommandState("indent") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals(false, false, "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "<ol><li>foo<ol><li>bar</li></ol></li> <li>[baz]</ol>" queryCommandValue("indent") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals("", "", "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "<ol><li>foo<ol><li>bar</li></ol></li> <li>[baz]</ol>" queryCommandIndeterm("indent") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals(false, false, "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "<ol><li>foo<ol><li>bar</li></ol></li> <li>[baz]</ol>" queryCommandState("indent") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals(false, false, "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "<ol><li>foo<ol><li>bar</li></ol></li> <li>[baz]</ol>" queryCommandValue("indent") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals("", "", "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "<ol><li>foo<ol><li>bar</li> </ol></li> <li>[baz]</ol>": execCommand("indent", false, "") return value
Asserts run
Pass
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[["indent",""]] "<ol><li>foo<ol><li>bar</li> </ol></li> <li>[baz]</ol>" checks for modifications to non-editable content
Asserts run
Pass
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>indent - HTML editing conformance tests</title>\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>indent - HTML editing conformance tests</title>\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[["indent",""]] "<ol><li>foo<ol><li>bar</li> </ol></li> <li>[baz]</ol>" compare innerHTMLassert_equals: Unexpected innerHTML (after normalizing inline style) expected "<ol><li>foo</li><ol><li>bar</li> <li>baz</li></ol></ol>" but got "<ol><li>foo<ol><li>bar</li> </ol></li> <ol><li>baz</li></ol></ol>"
    at Test.<anonymous> (https://xn--n8j6ds53lwwkrqhv28a.wpt.live/editing/include/tests.js:5679:11)
    at Test.step (https://xn--n8j6ds53lwwkrqhv28a.wpt.live/resources/testharness.js:2642:25)
    at test (https://xn--n8j6ds53lwwkrqhv28a.wpt.live/resources/testharness.js:633:30)
    at subsetTest (https://xn--n8j6ds53lwwkrqhv28a.wpt.live/common/subset-tests.js:54:14)
    at runConformanceTest (https://xn--n8j6ds53lwwkrqhv28a.wpt.live/editing/include/tests.js:5667:5)
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5668:9)
Fail
assert_equals("<ol><li>foo<ol><li>bar</li> </ol></li> <ol><li>baz</li></ol></ol>", "<ol><li>foo</li><ol><li>bar</li>  <li>baz</li></ol></ol>", "Unexpected innerHTML (after normalizing inline style)")
    at Test.<anonymous> ( /editing/include/tests.js:5679:11)
Pass[["indent",""]] "<ol><li>foo<ol><li>bar</li> </ol></li> <li>[baz]</ol>" queryCommandIndeterm("indent") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals(false, false, "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "<ol><li>foo<ol><li>bar</li> </ol></li> <li>[baz]</ol>" queryCommandState("indent") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals(false, false, "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "<ol><li>foo<ol><li>bar</li> </ol></li> <li>[baz]</ol>" queryCommandValue("indent") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals("", "", "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "<ol><li>foo<ol><li>bar</li> </ol></li> <li>[baz]</ol>" queryCommandIndeterm("indent") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals(false, false, "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "<ol><li>foo<ol><li>bar</li> </ol></li> <li>[baz]</ol>" queryCommandState("indent") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals(false, false, "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "<ol><li>foo<ol><li>bar</li> </ol></li> <li>[baz]</ol>" queryCommandValue("indent") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals("", "", "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "<ol><li>foo<li>[bar]</li> <ol><li>baz</ol></ol>": execCommand("indent", false, "") return value
Asserts run
Pass
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[["indent",""]] "<ol><li>foo<li>[bar]</li> <ol><li>baz</ol></ol>" checks for modifications to non-editable content
Asserts run
Pass
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>indent - HTML editing conformance tests</title>\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>indent - HTML editing conformance tests</title>\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[["indent",""]] "<ol><li>foo<li>[bar]</li> <ol><li>baz</ol></ol>" compare innerHTMLassert_equals: Unexpected innerHTML (after normalizing inline style) expected "<ol><li>foo</li><ol><li>bar</li> <li>baz</li></ol></ol>" but got "<ol><li>foo</li><ol><li>bar</li><li>baz</li></ol> </ol>"
    at Test.<anonymous> (https://xn--n8j6ds53lwwkrqhv28a.wpt.live/editing/include/tests.js:5679:11)
    at Test.step (https://xn--n8j6ds53lwwkrqhv28a.wpt.live/resources/testharness.js:2642:25)
    at test (https://xn--n8j6ds53lwwkrqhv28a.wpt.live/resources/testharness.js:633:30)
    at subsetTest (https://xn--n8j6ds53lwwkrqhv28a.wpt.live/common/subset-tests.js:54:14)
    at runConformanceTest (https://xn--n8j6ds53lwwkrqhv28a.wpt.live/editing/include/tests.js:5667:5)
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5668:9)
Fail
assert_equals("<ol><li>foo</li><ol><li>bar</li><li>baz</li></ol> </ol>", "<ol><li>foo</li><ol><li>bar</li> <li>baz</li></ol></ol>", "Unexpected innerHTML (after normalizing inline style)")
    at Test.<anonymous> ( /editing/include/tests.js:5679:11)
Pass[["indent",""]] "<ol><li>foo<li>[bar]</li> <ol><li>baz</ol></ol>" queryCommandIndeterm("indent") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals(false, false, "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "<ol><li>foo<li>[bar]</li> <ol><li>baz</ol></ol>" queryCommandState("indent") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals(false, false, "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "<ol><li>foo<li>[bar]</li> <ol><li>baz</ol></ol>" queryCommandValue("indent") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals("", "", "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "<ol><li>foo<li>[bar]</li> <ol><li>baz</ol></ol>" queryCommandIndeterm("indent") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals(false, false, "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "<ol><li>foo<li>[bar]</li> <ol><li>baz</ol></ol>" queryCommandState("indent") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals(false, false, "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "<ol><li>foo<li>[bar]</li> <ol><li>baz</ol></ol>" queryCommandValue("indent") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals("", "", "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "<ol><li>foo<li>[bar]</li><ol> <li>baz</ol></ol>": execCommand("indent", false, "") return value
Asserts run
Pass
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[["indent",""]] "<ol><li>foo<li>[bar]</li><ol> <li>baz</ol></ol>" checks for modifications to non-editable content
Asserts run
Pass
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>indent - HTML editing conformance tests</title>\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>indent - HTML editing conformance tests</title>\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[["indent",""]] "<ol><li>foo<li>[bar]</li><ol> <li>baz</ol></ol>" compare innerHTML
Asserts run
Pass
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><ol><li>bar</li> <li>baz</li></ol></ol>", "<ol><li>foo</li><ol><li>bar</li> <li>baz</li></ol></ol>", "Unexpected innerHTML (after normalizing inline style)")
    at Test.<anonymous> ( /editing/include/tests.js:5679:11)
Pass[["indent",""]] "<ol><li>foo<li>[bar]</li><ol> <li>baz</ol></ol>" queryCommandIndeterm("indent") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals(false, false, "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "<ol><li>foo<li>[bar]</li><ol> <li>baz</ol></ol>" queryCommandState("indent") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals(false, false, "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "<ol><li>foo<li>[bar]</li><ol> <li>baz</ol></ol>" queryCommandValue("indent") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals("", "", "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "<ol><li>foo<li>[bar]</li><ol> <li>baz</ol></ol>" queryCommandIndeterm("indent") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals(false, false, "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "<ol><li>foo<li>[bar]</li><ol> <li>baz</ol></ol>" queryCommandState("indent") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals(false, false, "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "<ol><li>foo<li>[bar]</li><ol> <li>baz</ol></ol>" queryCommandValue("indent") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals("", "", "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "<ol><li>foo<li>[bar]</li> <ol> <li>baz</ol></ol>": execCommand("indent", false, "") return value
Asserts run
Pass
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[["indent",""]] "<ol><li>foo<li>[bar]</li> <ol> <li>baz</ol></ol>" checks for modifications to non-editable content
Asserts run
Pass
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>indent - HTML editing conformance tests</title>\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>indent - HTML editing conformance tests</title>\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[["indent",""]] "<ol><li>foo<li>[bar]</li> <ol> <li>baz</ol></ol>" compare innerHTMLassert_equals: Unexpected innerHTML (after normalizing inline style) expected "<ol><li>foo</li><ol><li>bar</li> <li>baz</li></ol></ol>" but got "<ol><li>foo</li><ol><li>bar</li> <li>baz</li></ol> </ol>"
    at Test.<anonymous> (https://xn--n8j6ds53lwwkrqhv28a.wpt.live/editing/include/tests.js:5679:11)
    at Test.step (https://xn--n8j6ds53lwwkrqhv28a.wpt.live/resources/testharness.js:2642:25)
    at test (https://xn--n8j6ds53lwwkrqhv28a.wpt.live/resources/testharness.js:633:30)
    at subsetTest (https://xn--n8j6ds53lwwkrqhv28a.wpt.live/common/subset-tests.js:54:14)
    at runConformanceTest (https://xn--n8j6ds53lwwkrqhv28a.wpt.live/editing/include/tests.js:5667:5)
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5668:9)
Fail
assert_equals("<ol><li>foo</li><ol><li>bar</li> <li>baz</li></ol> </ol>", "<ol><li>foo</li><ol><li>bar</li>  <li>baz</li></ol></ol>", "Unexpected innerHTML (after normalizing inline style)")
    at Test.<anonymous> ( /editing/include/tests.js:5679:11)
Pass[["indent",""]] "<ol><li>foo<li>[bar]</li> <ol> <li>baz</ol></ol>" queryCommandIndeterm("indent") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals(false, false, "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "<ol><li>foo<li>[bar]</li> <ol> <li>baz</ol></ol>" queryCommandState("indent") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals(false, false, "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "<ol><li>foo<li>[bar]</li> <ol> <li>baz</ol></ol>" queryCommandValue("indent") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals("", "", "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "<ol><li>foo<li>[bar]</li> <ol> <li>baz</ol></ol>" queryCommandIndeterm("indent") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals(false, false, "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "<ol><li>foo<li>[bar]</li> <ol> <li>baz</ol></ol>" queryCommandState("indent") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals(false, false, "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "<ol><li>foo<li>[bar]</li> <ol> <li>baz</ol></ol>" queryCommandValue("indent") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals("", "", "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "<ol><li>foo<li>[bar] <ol><li>baz</ol></ol>": execCommand("indent", false, "") return value
Asserts run
Pass
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[["indent",""]] "<ol><li>foo<li>[bar] <ol><li>baz</ol></ol>" checks for modifications to non-editable content
Asserts run
Pass
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>indent - HTML editing conformance tests</title>\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>indent - HTML editing conformance tests</title>\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[["indent",""]] "<ol><li>foo<li>[bar] <ol><li>baz</ol></ol>" compare innerHTMLassert_equals: Unexpected innerHTML (after normalizing inline style) expected "<ol><li>foo</li><ol><li>bar </li><li>baz</li></ol></ol>" but got "<ol><li>foo</li><ol><li>bar <ol><li>baz</li></ol></li></ol></ol>"
    at Test.<anonymous> (https://xn--n8j6ds53lwwkrqhv28a.wpt.live/editing/include/tests.js:5679:11)
    at Test.step (https://xn--n8j6ds53lwwkrqhv28a.wpt.live/resources/testharness.js:2642:25)
    at test (https://xn--n8j6ds53lwwkrqhv28a.wpt.live/resources/testharness.js:633:30)
    at subsetTest (https://xn--n8j6ds53lwwkrqhv28a.wpt.live/common/subset-tests.js:54:14)
    at runConformanceTest (https://xn--n8j6ds53lwwkrqhv28a.wpt.live/editing/include/tests.js:5667:5)
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5668:9)
Fail
assert_equals("<ol><li>foo</li><ol><li>bar <ol><li>baz</li></ol></li></ol></ol>", "<ol><li>foo</li><ol><li>bar </li><li>baz</li></ol></ol>", "Unexpected innerHTML (after normalizing inline style)")
    at Test.<anonymous> ( /editing/include/tests.js:5679:11)
Pass[["indent",""]] "<ol><li>foo<li>[bar] <ol><li>baz</ol></ol>" queryCommandIndeterm("indent") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals(false, false, "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "<ol><li>foo<li>[bar] <ol><li>baz</ol></ol>" queryCommandState("indent") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals(false, false, "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "<ol><li>foo<li>[bar] <ol><li>baz</ol></ol>" queryCommandValue("indent") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals("", "", "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "<ol><li>foo<li>[bar] <ol><li>baz</ol></ol>" queryCommandIndeterm("indent") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals(false, false, "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "<ol><li>foo<li>[bar] <ol><li>baz</ol></ol>" queryCommandState("indent") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals(false, false, "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "<ol><li>foo<li>[bar] <ol><li>baz</ol></ol>" queryCommandValue("indent") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals("", "", "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "<ol><li>foo<li>[bar]<ol> <li>baz</ol></ol>": execCommand("indent", false, "") return value
Asserts run
Pass
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[["indent",""]] "<ol><li>foo<li>[bar]<ol> <li>baz</ol></ol>" checks for modifications to non-editable content
Asserts run
Pass
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>indent - HTML editing conformance tests</title>\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>indent - HTML editing conformance tests</title>\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[["indent",""]] "<ol><li>foo<li>[bar]<ol> <li>baz</ol></ol>" compare innerHTMLassert_equals: Unexpected innerHTML (after normalizing inline style) expected "<ol><li>foo</li><ol><li>bar</li> <li>baz</li></ol></ol>" but got "<ol><li>foo</li><ol><li>bar<ol> <li>baz</li></ol></li></ol></ol>"
    at Test.<anonymous> (https://xn--n8j6ds53lwwkrqhv28a.wpt.live/editing/include/tests.js:5679:11)
    at Test.step (https://xn--n8j6ds53lwwkrqhv28a.wpt.live/resources/testharness.js:2642:25)
    at test (https://xn--n8j6ds53lwwkrqhv28a.wpt.live/resources/testharness.js:633:30)
    at subsetTest (https://xn--n8j6ds53lwwkrqhv28a.wpt.live/common/subset-tests.js:54:14)
    at runConformanceTest (https://xn--n8j6ds53lwwkrqhv28a.wpt.live/editing/include/tests.js:5667:5)
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5668:9)
Fail
assert_equals("<ol><li>foo</li><ol><li>bar<ol> <li>baz</li></ol></li></ol></ol>", "<ol><li>foo</li><ol><li>bar</li> <li>baz</li></ol></ol>", "Unexpected innerHTML (after normalizing inline style)")
    at Test.<anonymous> ( /editing/include/tests.js:5679:11)
Pass[["indent",""]] "<ol><li>foo<li>[bar]<ol> <li>baz</ol></ol>" queryCommandIndeterm("indent") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals(false, false, "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "<ol><li>foo<li>[bar]<ol> <li>baz</ol></ol>" queryCommandState("indent") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals(false, false, "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "<ol><li>foo<li>[bar]<ol> <li>baz</ol></ol>" queryCommandValue("indent") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals("", "", "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "<ol><li>foo<li>[bar]<ol> <li>baz</ol></ol>" queryCommandIndeterm("indent") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals(false, false, "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "<ol><li>foo<li>[bar]<ol> <li>baz</ol></ol>" queryCommandState("indent") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals(false, false, "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "<ol><li>foo<li>[bar]<ol> <li>baz</ol></ol>" queryCommandValue("indent") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals("", "", "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "<ol><li>foo<li>[bar] <ol> <li>baz</ol></ol>": execCommand("indent", false, "") return value
Asserts run
Pass
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[["indent",""]] "<ol><li>foo<li>[bar] <ol> <li>baz</ol></ol>" checks for modifications to non-editable content
Asserts run
Pass
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>indent - HTML editing conformance tests</title>\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>indent - HTML editing conformance tests</title>\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[["indent",""]] "<ol><li>foo<li>[bar] <ol> <li>baz</ol></ol>" compare innerHTMLassert_equals: Unexpected innerHTML (after normalizing inline style) expected "<ol><li>foo</li><ol><li>bar </li> <li>baz</li></ol></ol>" but got "<ol><li>foo</li><ol><li>bar <ol> <li>baz</li></ol></li></ol></ol>"
    at Test.<anonymous> (https://xn--n8j6ds53lwwkrqhv28a.wpt.live/editing/include/tests.js:5679:11)
    at Test.step (https://xn--n8j6ds53lwwkrqhv28a.wpt.live/resources/testharness.js:2642:25)
    at test (https://xn--n8j6ds53lwwkrqhv28a.wpt.live/resources/testharness.js:633:30)
    at subsetTest (https://xn--n8j6ds53lwwkrqhv28a.wpt.live/common/subset-tests.js:54:14)
    at runConformanceTest (https://xn--n8j6ds53lwwkrqhv28a.wpt.live/editing/include/tests.js:5667:5)
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5668:9)
Fail
assert_equals("<ol><li>foo</li><ol><li>bar <ol> <li>baz</li></ol></li></ol></ol>", "<ol><li>foo</li><ol><li>bar </li> <li>baz</li></ol></ol>", "Unexpected innerHTML (after normalizing inline style)")
    at Test.<anonymous> ( /editing/include/tests.js:5679:11)
Pass[["indent",""]] "<ol><li>foo<li>[bar] <ol> <li>baz</ol></ol>" queryCommandIndeterm("indent") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals(false, false, "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "<ol><li>foo<li>[bar] <ol> <li>baz</ol></ol>" queryCommandState("indent") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals(false, false, "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "<ol><li>foo<li>[bar] <ol> <li>baz</ol></ol>" queryCommandValue("indent") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals("", "", "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "<ol><li>foo<li>[bar] <ol> <li>baz</ol></ol>" queryCommandIndeterm("indent") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals(false, false, "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "<ol><li>foo<li>[bar] <ol> <li>baz</ol></ol>" queryCommandState("indent") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals(false, false, "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "<ol><li>foo<li>[bar] <ol> <li>baz</ol></ol>" queryCommandValue("indent") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals("", "", "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "<ul><li>a<br>{<br>}</li><li>b</li></ul>": execCommand("indent", false, "") return value
Asserts run
Pass
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[["indent",""]] "<ul><li>a<br>{<br>}</li><li>b</li></ul>" checks for modifications to non-editable content
Asserts run
Pass
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>indent - HTML editing conformance tests</title>\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>indent - HTML editing conformance tests</title>\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[["indent",""]] "<ul><li>a<br>{<br>}</li><li>b</li></ul>" compare innerHTMLassert_equals: Unexpected innerHTML (after normalizing inline style) expected "<ul><ul><li>a<br><br></li></ul><li>b</li></ul>" but got "<ul><ul><li><br></li></ul><li>b</li></ul>"
    at Test.<anonymous> (https://xn--n8j6ds53lwwkrqhv28a.wpt.live/editing/include/tests.js:5679:11)
    at Test.step (https://xn--n8j6ds53lwwkrqhv28a.wpt.live/resources/testharness.js:2642:25)
    at test (https://xn--n8j6ds53lwwkrqhv28a.wpt.live/resources/testharness.js:633:30)
    at subsetTest (https://xn--n8j6ds53lwwkrqhv28a.wpt.live/common/subset-tests.js:54:14)
    at runConformanceTest (https://xn--n8j6ds53lwwkrqhv28a.wpt.live/editing/include/tests.js:5667:5)
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5668:9)
Fail
assert_equals("<ul><ul><li><br></li></ul><li>b</li></ul>", "<ul><ul><li>a<br><br></li></ul><li>b</li></ul>", "Unexpected innerHTML (after normalizing inline style)")
    at Test.<anonymous> ( /editing/include/tests.js:5679:11)
Pass[["indent",""]] "<ul><li>a<br>{<br>}</li><li>b</li></ul>" queryCommandIndeterm("indent") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals(false, false, "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "<ul><li>a<br>{<br>}</li><li>b</li></ul>" queryCommandState("indent") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals(false, false, "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "<ul><li>a<br>{<br>}</li><li>b</li></ul>" queryCommandValue("indent") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals("", "", "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "<ul><li>a<br>{<br>}</li><li>b</li></ul>" queryCommandIndeterm("indent") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals(false, false, "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "<ul><li>a<br>{<br>}</li><li>b</li></ul>" queryCommandState("indent") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals(false, false, "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["indent",""]] "<ul><li>a<br>{<br>}</li><li>b</li></ul>" queryCommandValue("indent") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at 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"],["indent",""]] "<p>[abc]</p>": execCommand("stylewithcss", false, "true") return value
Asserts run
Pass
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"],["indent",""]] "<p>[abc]</p>": execCommand("indent", false, "") return value
Asserts run
Pass
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"],["indent",""]] "<p>[abc]</p>" checks for modifications to non-editable content
Asserts run
Pass
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>indent - HTML editing conformance tests</title>\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>indent - HTML editing conformance tests</title>\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"],["indent",""]] "<p>[abc]</p>" compare innerHTML
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5668:9)
Pass
assert_in_array("<blockquote style=\"margin:0 0 0 40px; border:none; padding:0px\"><p>abc</p></blockquote>", ["<p style=\"margin-left:40px\">abc</p>", "<blockquote style=\"margin:0 0 0 40px; border:none; padding:0px\"><p>abc</p></blockquote>"], "Unexpected innerHTML (after normalizing inline style)")
    at Test.<anonymous> ( /editing/include/tests.js:5675:11)
Pass[["stylewithcss","true"],["indent",""]] "<p>[abc]</p>" queryCommandIndeterm("indent") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /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"],["indent",""]] "<p>[abc]</p>" queryCommandState("indent") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /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"],["indent",""]] "<p>[abc]</p>" queryCommandValue("indent") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at 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"],["indent",""]] "<p>[abc]</p>" queryCommandIndeterm("indent") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /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"],["indent",""]] "<p>[abc]</p>" queryCommandState("indent") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /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"],["indent",""]] "<p>[abc]</p>" queryCommandValue("indent") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at 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"],["indent",""]] "<div contenteditable=false><div contenteditable>[abc]</div></div>": execCommand("stylewithcss", false, "true") return value
Asserts run
Pass
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"],["indent",""]] "<div contenteditable=false><div contenteditable>[abc]</div></div>": execCommand("indent", false, "") return value
Asserts run
Pass
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"],["indent",""]] "<div contenteditable=false><div contenteditable>[abc]</div></div>" checks for modifications to non-editable content
Asserts run
Pass
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>indent - HTML editing conformance tests</title>\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>indent - HTML editing conformance tests</title>\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"],["indent",""]] "<div contenteditable=false><div contenteditable>[abc]</div></div>" compare innerHTML
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5668:9)
Pass
assert_in_array("<div contenteditable=\"false\"><div contenteditable=\"\"><blockquote style=\"margin:0 0 0 40px; border:none; padding:0px\">abc</blockquote></div></div>", ["<div contenteditable=\"false\"><div contenteditable=\"\"><div style=\"margin-left:40px\">abc</div></div></div>", "<div contenteditable=\"false\"><div contenteditable=\"\"><blockquote style=\"margin:0 0 0 40px; border:none; padding:0px\">abc</blockquote></div></div>"], "Unexpected innerHTML (after normalizing inline style)")
    at Test.<anonymous> ( /editing/include/tests.js:5675:11)
Pass[["stylewithcss","true"],["indent",""]] "<div contenteditable=false><div contenteditable>[abc]</div></div>" queryCommandIndeterm("indent") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /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"],["indent",""]] "<div contenteditable=false><div contenteditable>[abc]</div></div>" queryCommandState("indent") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /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"],["indent",""]] "<div contenteditable=false><div contenteditable>[abc]</div></div>" queryCommandValue("indent") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at 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"],["indent",""]] "<div contenteditable=false><div contenteditable>[abc]</div></div>" queryCommandIndeterm("indent") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /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"],["indent",""]] "<div contenteditable=false><div contenteditable>[abc]</div></div>" queryCommandState("indent") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /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"],["indent",""]] "<div contenteditable=false><div contenteditable>[abc]</div></div>" queryCommandValue("indent") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals("", "", "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)