Summary

Harness status: OK

Found 2418 tests

Details

ResultTest NameMessage
Pass[["fontsize","4"]] "foo[]bar": execCommand("fontsize", false, "4") 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[["fontsize","4"]] "foo[]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<meta name=\"variant\" content=\"?1-1000\">\n<meta name=\"variant\" content=\"?1001-2000\">\n<meta name=\"variant\" content=\"?2001-last\">\n<link rel=\"stylesheet\" href=\"../include/reset.css\">\n<title>fontsize - HTML editing conformance tests</title>\n\n</head><body>\n\n<div id=\"test-container\"><p>test</p></div>\n\n\n\n\n\n\n\n\n</body>", "<head><meta charset=\"utf-8\">\n<meta name=\"timeout\" content=\"long\">\n<meta name=\"variant\" content=\"?1-1000\">\n<meta name=\"variant\" content=\"?1001-2000\">\n<meta name=\"variant\" content=\"?2001-last\">\n<link rel=\"stylesheet\" href=\"../include/reset.css\">\n<title>fontsize - HTML editing conformance tests</title>\n\n</head><body>\n\n<div id=\"test-container\"><p>test</p></div>\n\n\n\n\n\n\n\n\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[["fontsize","4"]] "foo[]bar" 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("foobar", "foobar", "Unexpected innerHTML (after normalizing inline style)")
    at Test.<anonymous> ( /editing/include/tests.js:5679:11)
Pass[["fontsize","4"]] "foo[]bar" queryCommandIndeterm("fontsize") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals(false, false, "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["fontsize","4"]] "foo[]bar" queryCommandState("fontsize") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals(false, false, "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["fontsize","4"]] "foo[]bar" queryCommandValue("fontsize") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals("3", "3", "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["fontsize","4"]] "foo[]bar" queryCommandIndeterm("fontsize") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals(false, false, "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["fontsize","4"]] "foo[]bar" queryCommandState("fontsize") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals(false, false, "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["fontsize","4"]] "foo[]bar" queryCommandValue("fontsize") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals("4", "4", "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["stylewithcss","true"],["fontsize","4"]] "<p>[foo</p> <p>bar]</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"],["fontsize","4"]] "<p>[foo</p> <p>bar]</p>": execCommand("fontsize", false, "4") 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"],["fontsize","4"]] "<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<meta name=\"variant\" content=\"?1-1000\">\n<meta name=\"variant\" content=\"?1001-2000\">\n<meta name=\"variant\" content=\"?2001-last\">\n<link rel=\"stylesheet\" href=\"../include/reset.css\">\n<title>fontsize - HTML editing conformance tests</title>\n\n</head><body>\n\n<div id=\"test-container\"><p>test</p></div>\n\n\n\n\n\n\n\n\n</body>", "<head><meta charset=\"utf-8\">\n<meta name=\"timeout\" content=\"long\">\n<meta name=\"variant\" content=\"?1-1000\">\n<meta name=\"variant\" content=\"?1001-2000\">\n<meta name=\"variant\" content=\"?2001-last\">\n<link rel=\"stylesheet\" href=\"../include/reset.css\">\n<title>fontsize - HTML editing conformance tests</title>\n\n</head><body>\n\n<div id=\"test-container\"><p>test</p></div>\n\n\n\n\n\n\n\n\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"],["fontsize","4"]] "<p>[foo</p> <p>bar]</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_equals("<p><span style=\"font-size:large\">foo</span></p> <p><span style=\"font-size:large\">bar</span></p>", "<p><span style=\"font-size:large\">foo</span></p> <p><span style=\"font-size:large\">bar</span></p>", "Unexpected innerHTML (after normalizing inline style)")
    at Test.<anonymous> ( /editing/include/tests.js:5679:11)
Pass[["stylewithcss","true"],["fontsize","4"]] "<p>[foo</p> <p>bar]</p>" 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"],["fontsize","4"]] "<p>[foo</p> <p>bar]</p>" 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"],["fontsize","4"]] "<p>[foo</p> <p>bar]</p>" 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"],["fontsize","4"]] "<p>[foo</p> <p>bar]</p>" 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"],["fontsize","4"]] "<p>[foo</p> <p>bar]</p>" 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"],["fontsize","4"]] "<p>[foo</p> <p>bar]</p>" 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"],["fontsize","4"]] "<p>[foo</p> <p>bar]</p>" queryCommandIndeterm("fontsize") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /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"],["fontsize","4"]] "<p>[foo</p> <p>bar]</p>" queryCommandState("fontsize") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /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"],["fontsize","4"]] "<p>[foo</p> <p>bar]</p>" queryCommandValue("fontsize") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals("3", "3", "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["stylewithcss","true"],["fontsize","4"]] "<p>[foo</p> <p>bar]</p>" queryCommandIndeterm("fontsize") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /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"],["fontsize","4"]] "<p>[foo</p> <p>bar]</p>" queryCommandState("fontsize") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /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"],["fontsize","4"]] "<p>[foo</p> <p>bar]</p>" queryCommandValue("fontsize") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals("4", "4", "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["stylewithcss","false"],["fontsize","4"]] "<p>[foo</p> <p>bar]</p>": 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"],["fontsize","4"]] "<p>[foo</p> <p>bar]</p>": execCommand("fontsize", false, "4") 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"],["fontsize","4"]] "<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<meta name=\"variant\" content=\"?1-1000\">\n<meta name=\"variant\" content=\"?1001-2000\">\n<meta name=\"variant\" content=\"?2001-last\">\n<link rel=\"stylesheet\" href=\"../include/reset.css\">\n<title>fontsize - HTML editing conformance tests</title>\n\n</head><body>\n\n<div id=\"test-container\"><p>test</p></div>\n\n\n\n\n\n\n\n\n</body>", "<head><meta charset=\"utf-8\">\n<meta name=\"timeout\" content=\"long\">\n<meta name=\"variant\" content=\"?1-1000\">\n<meta name=\"variant\" content=\"?1001-2000\">\n<meta name=\"variant\" content=\"?2001-last\">\n<link rel=\"stylesheet\" href=\"../include/reset.css\">\n<title>fontsize - HTML editing conformance tests</title>\n\n</head><body>\n\n<div id=\"test-container\"><p>test</p></div>\n\n\n\n\n\n\n\n\n</body>", "Everything outside the editable div must be unchanged, but some change did occur")
    at Test.<anonymous> ( /editing/include/tests.js:5663:9)
Pass[["stylewithcss","false"],["fontsize","4"]] "<p>[foo</p> <p>bar]</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_equals("<p><font size=\"4\">foo</font></p> <p><font size=\"4\">bar</font></p>", "<p><font size=\"4\">foo</font></p> <p><font size=\"4\">bar</font></p>", "Unexpected innerHTML (after normalizing inline style)")
    at Test.<anonymous> ( /editing/include/tests.js:5679:11)
Pass[["stylewithcss","false"],["fontsize","4"]] "<p>[foo</p> <p>bar]</p>" 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"],["fontsize","4"]] "<p>[foo</p> <p>bar]</p>" 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"],["fontsize","4"]] "<p>[foo</p> <p>bar]</p>" 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"],["fontsize","4"]] "<p>[foo</p> <p>bar]</p>" 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"],["fontsize","4"]] "<p>[foo</p> <p>bar]</p>" 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"],["fontsize","4"]] "<p>[foo</p> <p>bar]</p>" 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"],["fontsize","4"]] "<p>[foo</p> <p>bar]</p>" queryCommandIndeterm("fontsize") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /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"],["fontsize","4"]] "<p>[foo</p> <p>bar]</p>" queryCommandState("fontsize") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /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"],["fontsize","4"]] "<p>[foo</p> <p>bar]</p>" queryCommandValue("fontsize") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals("3", "3", "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["stylewithcss","false"],["fontsize","4"]] "<p>[foo</p> <p>bar]</p>" queryCommandIndeterm("fontsize") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /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"],["fontsize","4"]] "<p>[foo</p> <p>bar]</p>" queryCommandState("fontsize") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /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"],["fontsize","4"]] "<p>[foo</p> <p>bar]</p>" queryCommandValue("fontsize") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals("4", "4", "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["stylewithcss","true"],["fontsize","4"]] "<span>[foo</span> <span>bar]</span>": 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"],["fontsize","4"]] "<span>[foo</span> <span>bar]</span>": execCommand("fontsize", false, "4") 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"],["fontsize","4"]] "<span>[foo</span> <span>bar]</span>" 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<meta name=\"variant\" content=\"?1-1000\">\n<meta name=\"variant\" content=\"?1001-2000\">\n<meta name=\"variant\" content=\"?2001-last\">\n<link rel=\"stylesheet\" href=\"../include/reset.css\">\n<title>fontsize - HTML editing conformance tests</title>\n\n</head><body>\n\n<div id=\"test-container\"><p>test</p></div>\n\n\n\n\n\n\n\n\n</body>", "<head><meta charset=\"utf-8\">\n<meta name=\"timeout\" content=\"long\">\n<meta name=\"variant\" content=\"?1-1000\">\n<meta name=\"variant\" content=\"?1001-2000\">\n<meta name=\"variant\" content=\"?2001-last\">\n<link rel=\"stylesheet\" href=\"../include/reset.css\">\n<title>fontsize - HTML editing conformance tests</title>\n\n</head><body>\n\n<div id=\"test-container\"><p>test</p></div>\n\n\n\n\n\n\n\n\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"],["fontsize","4"]] "<span>[foo</span> <span>bar]</span>" 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("<span style=\"font-size:large\"><span>foo</span> <span>bar</span></span>", "<span style=\"font-size:large\"><span>foo</span> <span>bar</span></span>", "Unexpected innerHTML (after normalizing inline style)")
    at Test.<anonymous> ( /editing/include/tests.js:5679:11)
Pass[["stylewithcss","true"],["fontsize","4"]] "<span>[foo</span> <span>bar]</span>" 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","true"],["fontsize","4"]] "<span>[foo</span> <span>bar]</span>" 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(false, false, "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["stylewithcss","true"],["fontsize","4"]] "<span>[foo</span> <span>bar]</span>" 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"],["fontsize","4"]] "<span>[foo</span> <span>bar]</span>" 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"],["fontsize","4"]] "<span>[foo</span> <span>bar]</span>" 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"],["fontsize","4"]] "<span>[foo</span> <span>bar]</span>" 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"],["fontsize","4"]] "<span>[foo</span> <span>bar]</span>" queryCommandIndeterm("fontsize") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /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"],["fontsize","4"]] "<span>[foo</span> <span>bar]</span>" queryCommandState("fontsize") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /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"],["fontsize","4"]] "<span>[foo</span> <span>bar]</span>" queryCommandValue("fontsize") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals("3", "3", "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["stylewithcss","true"],["fontsize","4"]] "<span>[foo</span> <span>bar]</span>" queryCommandIndeterm("fontsize") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /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"],["fontsize","4"]] "<span>[foo</span> <span>bar]</span>" queryCommandState("fontsize") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /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"],["fontsize","4"]] "<span>[foo</span> <span>bar]</span>" queryCommandValue("fontsize") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals("4", "4", "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["stylewithcss","false"],["fontsize","4"]] "<span>[foo</span> <span>bar]</span>": 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"],["fontsize","4"]] "<span>[foo</span> <span>bar]</span>": execCommand("fontsize", false, "4") 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"],["fontsize","4"]] "<span>[foo</span> <span>bar]</span>" 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<meta name=\"variant\" content=\"?1-1000\">\n<meta name=\"variant\" content=\"?1001-2000\">\n<meta name=\"variant\" content=\"?2001-last\">\n<link rel=\"stylesheet\" href=\"../include/reset.css\">\n<title>fontsize - HTML editing conformance tests</title>\n\n</head><body>\n\n<div id=\"test-container\"><p>test</p></div>\n\n\n\n\n\n\n\n\n</body>", "<head><meta charset=\"utf-8\">\n<meta name=\"timeout\" content=\"long\">\n<meta name=\"variant\" content=\"?1-1000\">\n<meta name=\"variant\" content=\"?1001-2000\">\n<meta name=\"variant\" content=\"?2001-last\">\n<link rel=\"stylesheet\" href=\"../include/reset.css\">\n<title>fontsize - HTML editing conformance tests</title>\n\n</head><body>\n\n<div id=\"test-container\"><p>test</p></div>\n\n\n\n\n\n\n\n\n</body>", "Everything outside the editable div must be unchanged, but some change did occur")
    at Test.<anonymous> ( /editing/include/tests.js:5663:9)
Pass[["stylewithcss","false"],["fontsize","4"]] "<span>[foo</span> <span>bar]</span>" 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("<font size=\"4\"><span>foo</span> <span>bar</span></font>", "<font size=\"4\"><span>foo</span> <span>bar</span></font>", "Unexpected innerHTML (after normalizing inline style)")
    at Test.<anonymous> ( /editing/include/tests.js:5679:11)
Pass[["stylewithcss","false"],["fontsize","4"]] "<span>[foo</span> <span>bar]</span>" 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"],["fontsize","4"]] "<span>[foo</span> <span>bar]</span>" 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"],["fontsize","4"]] "<span>[foo</span> <span>bar]</span>" 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"],["fontsize","4"]] "<span>[foo</span> <span>bar]</span>" 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"],["fontsize","4"]] "<span>[foo</span> <span>bar]</span>" 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"],["fontsize","4"]] "<span>[foo</span> <span>bar]</span>" 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"],["fontsize","4"]] "<span>[foo</span> <span>bar]</span>" queryCommandIndeterm("fontsize") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /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"],["fontsize","4"]] "<span>[foo</span> <span>bar]</span>" queryCommandState("fontsize") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /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"],["fontsize","4"]] "<span>[foo</span> <span>bar]</span>" queryCommandValue("fontsize") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals("3", "3", "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["stylewithcss","false"],["fontsize","4"]] "<span>[foo</span> <span>bar]</span>" queryCommandIndeterm("fontsize") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /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"],["fontsize","4"]] "<span>[foo</span> <span>bar]</span>" queryCommandState("fontsize") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /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"],["fontsize","4"]] "<span>[foo</span> <span>bar]</span>" queryCommandValue("fontsize") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals("4", "4", "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["stylewithcss","true"],["fontsize","4"]] "<p>[foo</p><p> <span>bar</span> </p><p>baz]</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"],["fontsize","4"]] "<p>[foo</p><p> <span>bar</span> </p><p>baz]</p>": execCommand("fontsize", false, "4") 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"],["fontsize","4"]] "<p>[foo</p><p> <span>bar</span> </p><p>baz]</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<meta name=\"variant\" content=\"?1-1000\">\n<meta name=\"variant\" content=\"?1001-2000\">\n<meta name=\"variant\" content=\"?2001-last\">\n<link rel=\"stylesheet\" href=\"../include/reset.css\">\n<title>fontsize - HTML editing conformance tests</title>\n\n</head><body>\n\n<div id=\"test-container\"><p>test</p></div>\n\n\n\n\n\n\n\n\n</body>", "<head><meta charset=\"utf-8\">\n<meta name=\"timeout\" content=\"long\">\n<meta name=\"variant\" content=\"?1-1000\">\n<meta name=\"variant\" content=\"?1001-2000\">\n<meta name=\"variant\" content=\"?2001-last\">\n<link rel=\"stylesheet\" href=\"../include/reset.css\">\n<title>fontsize - HTML editing conformance tests</title>\n\n</head><body>\n\n<div id=\"test-container\"><p>test</p></div>\n\n\n\n\n\n\n\n\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"],["fontsize","4"]] "<p>[foo</p><p> <span>bar</span> </p><p>baz]</p>" compare innerHTMLassert_equals: Unexpected innerHTML (after normalizing inline style) expected "<p><span style=\"font-size:large\">foo</span></p><p> <span style=\"font-size:large\"><span>bar</span></span> </p><p><span style=\"font-size:large\">baz</span></p>" but got "<p><span style=\"font-size:large\">foo</span></p><p> <span style=\"font-size:large\"><span>bar</span> </span></p><p><span style=\"font-size:large\">baz</span></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><span style=\"font-size:large\">foo</span></p><p> <span style=\"font-size:large\"><span>bar</span> </span></p><p><span style=\"font-size:large\">baz</span></p>", "<p><span style=\"font-size:large\">foo</span></p><p> <span style=\"font-size:large\"><span>bar</span></span> </p><p><span style=\"font-size:large\">baz</span></p>", "Unexpected innerHTML (after normalizing inline style)")
    at Test.<anonymous> ( /editing/include/tests.js:5679:11)
Pass[["stylewithcss","true"],["fontsize","4"]] "<p>[foo</p><p> <span>bar</span> </p><p>baz]</p>" 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","true"],["fontsize","4"]] "<p>[foo</p><p> <span>bar</span> </p><p>baz]</p>" 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(false, false, "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["stylewithcss","true"],["fontsize","4"]] "<p>[foo</p><p> <span>bar</span> </p><p>baz]</p>" 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"],["fontsize","4"]] "<p>[foo</p><p> <span>bar</span> </p><p>baz]</p>" 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"],["fontsize","4"]] "<p>[foo</p><p> <span>bar</span> </p><p>baz]</p>" 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"],["fontsize","4"]] "<p>[foo</p><p> <span>bar</span> </p><p>baz]</p>" 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"],["fontsize","4"]] "<p>[foo</p><p> <span>bar</span> </p><p>baz]</p>" queryCommandIndeterm("fontsize") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /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"],["fontsize","4"]] "<p>[foo</p><p> <span>bar</span> </p><p>baz]</p>" queryCommandState("fontsize") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /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"],["fontsize","4"]] "<p>[foo</p><p> <span>bar</span> </p><p>baz]</p>" queryCommandValue("fontsize") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals("3", "3", "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["stylewithcss","true"],["fontsize","4"]] "<p>[foo</p><p> <span>bar</span> </p><p>baz]</p>" queryCommandIndeterm("fontsize") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /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"],["fontsize","4"]] "<p>[foo</p><p> <span>bar</span> </p><p>baz]</p>" queryCommandState("fontsize") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /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"],["fontsize","4"]] "<p>[foo</p><p> <span>bar</span> </p><p>baz]</p>" queryCommandValue("fontsize") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals("4", "4", "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["stylewithcss","false"],["fontsize","4"]] "<p>[foo</p><p> <span>bar</span> </p><p>baz]</p>": 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"],["fontsize","4"]] "<p>[foo</p><p> <span>bar</span> </p><p>baz]</p>": execCommand("fontsize", false, "4") 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"],["fontsize","4"]] "<p>[foo</p><p> <span>bar</span> </p><p>baz]</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<meta name=\"variant\" content=\"?1-1000\">\n<meta name=\"variant\" content=\"?1001-2000\">\n<meta name=\"variant\" content=\"?2001-last\">\n<link rel=\"stylesheet\" href=\"../include/reset.css\">\n<title>fontsize - HTML editing conformance tests</title>\n\n</head><body>\n\n<div id=\"test-container\"><p>test</p></div>\n\n\n\n\n\n\n\n\n</body>", "<head><meta charset=\"utf-8\">\n<meta name=\"timeout\" content=\"long\">\n<meta name=\"variant\" content=\"?1-1000\">\n<meta name=\"variant\" content=\"?1001-2000\">\n<meta name=\"variant\" content=\"?2001-last\">\n<link rel=\"stylesheet\" href=\"../include/reset.css\">\n<title>fontsize - HTML editing conformance tests</title>\n\n</head><body>\n\n<div id=\"test-container\"><p>test</p></div>\n\n\n\n\n\n\n\n\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"],["fontsize","4"]] "<p>[foo</p><p> <span>bar</span> </p><p>baz]</p>" compare innerHTMLassert_equals: Unexpected innerHTML (after normalizing inline style) expected "<p><font size=\"4\">foo</font></p><p> <font size=\"4\"><span>bar</span></font> </p><p><font size=\"4\">baz</font></p>" but got "<p><font size=\"4\">foo</font></p><p> <font size=\"4\"><span>bar</span> </font></p><p><font size=\"4\">baz</font></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><font size=\"4\">foo</font></p><p> <font size=\"4\"><span>bar</span> </font></p><p><font size=\"4\">baz</font></p>", "<p><font size=\"4\">foo</font></p><p> <font size=\"4\"><span>bar</span></font> </p><p><font size=\"4\">baz</font></p>", "Unexpected innerHTML (after normalizing inline style)")
    at Test.<anonymous> ( /editing/include/tests.js:5679:11)
Pass[["stylewithcss","false"],["fontsize","4"]] "<p>[foo</p><p> <span>bar</span> </p><p>baz]</p>" 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"],["fontsize","4"]] "<p>[foo</p><p> <span>bar</span> </p><p>baz]</p>" 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"],["fontsize","4"]] "<p>[foo</p><p> <span>bar</span> </p><p>baz]</p>" 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"],["fontsize","4"]] "<p>[foo</p><p> <span>bar</span> </p><p>baz]</p>" 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"],["fontsize","4"]] "<p>[foo</p><p> <span>bar</span> </p><p>baz]</p>" 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"],["fontsize","4"]] "<p>[foo</p><p> <span>bar</span> </p><p>baz]</p>" 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"],["fontsize","4"]] "<p>[foo</p><p> <span>bar</span> </p><p>baz]</p>" queryCommandIndeterm("fontsize") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /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"],["fontsize","4"]] "<p>[foo</p><p> <span>bar</span> </p><p>baz]</p>" queryCommandState("fontsize") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /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"],["fontsize","4"]] "<p>[foo</p><p> <span>bar</span> </p><p>baz]</p>" queryCommandValue("fontsize") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals("3", "3", "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["stylewithcss","false"],["fontsize","4"]] "<p>[foo</p><p> <span>bar</span> </p><p>baz]</p>" queryCommandIndeterm("fontsize") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /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"],["fontsize","4"]] "<p>[foo</p><p> <span>bar</span> </p><p>baz]</p>" queryCommandState("fontsize") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /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"],["fontsize","4"]] "<p>[foo</p><p> <span>bar</span> </p><p>baz]</p>" queryCommandValue("fontsize") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals("4", "4", "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["stylewithcss","true"],["fontsize","4"]] "<p>[foo<p><br><p>bar]": 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"],["fontsize","4"]] "<p>[foo<p><br><p>bar]": execCommand("fontsize", false, "4") 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"],["fontsize","4"]] "<p>[foo<p><br><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<meta name=\"variant\" content=\"?1-1000\">\n<meta name=\"variant\" content=\"?1001-2000\">\n<meta name=\"variant\" content=\"?2001-last\">\n<link rel=\"stylesheet\" href=\"../include/reset.css\">\n<title>fontsize - HTML editing conformance tests</title>\n\n</head><body>\n\n<div id=\"test-container\"><p>test</p></div>\n\n\n\n\n\n\n\n\n</body>", "<head><meta charset=\"utf-8\">\n<meta name=\"timeout\" content=\"long\">\n<meta name=\"variant\" content=\"?1-1000\">\n<meta name=\"variant\" content=\"?1001-2000\">\n<meta name=\"variant\" content=\"?2001-last\">\n<link rel=\"stylesheet\" href=\"../include/reset.css\">\n<title>fontsize - HTML editing conformance tests</title>\n\n</head><body>\n\n<div id=\"test-container\"><p>test</p></div>\n\n\n\n\n\n\n\n\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"],["fontsize","4"]] "<p>[foo<p><br><p>bar]" compare innerHTMLassert_equals: Unexpected innerHTML (after normalizing inline style) expected "<p><span style=\"font-size:large\">foo</span></p><p><br></p><p><span style=\"font-size:large\">bar</span></p>" but got "<p><span style=\"font-size:large\">foo</span></p><p><span style=\"font-size:large\"><br></span></p><p><span style=\"font-size:large\">bar</span></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><span style=\"font-size:large\">foo</span></p><p><span style=\"font-size:large\"><br></span></p><p><span style=\"font-size:large\">bar</span></p>", "<p><span style=\"font-size:large\">foo</span></p><p><br></p><p><span style=\"font-size:large\">bar</span></p>", "Unexpected innerHTML (after normalizing inline style)")
    at Test.<anonymous> ( /editing/include/tests.js:5679:11)
Pass[["stylewithcss","true"],["fontsize","4"]] "<p>[foo<p><br><p>bar]" 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","true"],["fontsize","4"]] "<p>[foo<p><br><p>bar]" 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(false, false, "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["stylewithcss","true"],["fontsize","4"]] "<p>[foo<p><br><p>bar]" 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"],["fontsize","4"]] "<p>[foo<p><br><p>bar]" 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"],["fontsize","4"]] "<p>[foo<p><br><p>bar]" 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"],["fontsize","4"]] "<p>[foo<p><br><p>bar]" 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"],["fontsize","4"]] "<p>[foo<p><br><p>bar]" queryCommandIndeterm("fontsize") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /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"],["fontsize","4"]] "<p>[foo<p><br><p>bar]" queryCommandState("fontsize") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /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"],["fontsize","4"]] "<p>[foo<p><br><p>bar]" queryCommandValue("fontsize") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals("3", "3", "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Fail[["stylewithcss","true"],["fontsize","4"]] "<p>[foo<p><br><p>bar]" queryCommandIndeterm("fontsize") afterassert_equals: Wrong result returned expected true but got false
    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(false, true, "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["stylewithcss","true"],["fontsize","4"]] "<p>[foo<p><br><p>bar]" queryCommandState("fontsize") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /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"],["fontsize","4"]] "<p>[foo<p><br><p>bar]" queryCommandValue("fontsize") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals("4", "4", "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["stylewithcss","false"],["fontsize","4"]] "<p>[foo<p><br><p>bar]": 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"],["fontsize","4"]] "<p>[foo<p><br><p>bar]": execCommand("fontsize", false, "4") 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"],["fontsize","4"]] "<p>[foo<p><br><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<meta name=\"variant\" content=\"?1-1000\">\n<meta name=\"variant\" content=\"?1001-2000\">\n<meta name=\"variant\" content=\"?2001-last\">\n<link rel=\"stylesheet\" href=\"../include/reset.css\">\n<title>fontsize - HTML editing conformance tests</title>\n\n</head><body>\n\n<div id=\"test-container\"><p>test</p></div>\n\n\n\n\n\n\n\n\n</body>", "<head><meta charset=\"utf-8\">\n<meta name=\"timeout\" content=\"long\">\n<meta name=\"variant\" content=\"?1-1000\">\n<meta name=\"variant\" content=\"?1001-2000\">\n<meta name=\"variant\" content=\"?2001-last\">\n<link rel=\"stylesheet\" href=\"../include/reset.css\">\n<title>fontsize - HTML editing conformance tests</title>\n\n</head><body>\n\n<div id=\"test-container\"><p>test</p></div>\n\n\n\n\n\n\n\n\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"],["fontsize","4"]] "<p>[foo<p><br><p>bar]" compare innerHTMLassert_equals: Unexpected innerHTML (after normalizing inline style) expected "<p><font size=\"4\">foo</font></p><p><br></p><p><font size=\"4\">bar</font></p>" but got "<p><font size=\"4\">foo</font></p><p><font size=\"4\"><br></font></p><p><font size=\"4\">bar</font></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><font size=\"4\">foo</font></p><p><font size=\"4\"><br></font></p><p><font size=\"4\">bar</font></p>", "<p><font size=\"4\">foo</font></p><p><br></p><p><font size=\"4\">bar</font></p>", "Unexpected innerHTML (after normalizing inline style)")
    at Test.<anonymous> ( /editing/include/tests.js:5679:11)
Pass[["stylewithcss","false"],["fontsize","4"]] "<p>[foo<p><br><p>bar]" 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"],["fontsize","4"]] "<p>[foo<p><br><p>bar]" 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"],["fontsize","4"]] "<p>[foo<p><br><p>bar]" 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"],["fontsize","4"]] "<p>[foo<p><br><p>bar]" 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"],["fontsize","4"]] "<p>[foo<p><br><p>bar]" 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"],["fontsize","4"]] "<p>[foo<p><br><p>bar]" 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"],["fontsize","4"]] "<p>[foo<p><br><p>bar]" queryCommandIndeterm("fontsize") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /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"],["fontsize","4"]] "<p>[foo<p><br><p>bar]" queryCommandState("fontsize") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /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"],["fontsize","4"]] "<p>[foo<p><br><p>bar]" queryCommandValue("fontsize") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals("3", "3", "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Fail[["stylewithcss","false"],["fontsize","4"]] "<p>[foo<p><br><p>bar]" queryCommandIndeterm("fontsize") afterassert_equals: Wrong result returned expected true but got false
    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(false, true, "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["stylewithcss","false"],["fontsize","4"]] "<p>[foo<p><br><p>bar]" queryCommandState("fontsize") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /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"],["fontsize","4"]] "<p>[foo<p><br><p>bar]" queryCommandValue("fontsize") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals("4", "4", "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["fontsize","4"]] "<b>foo[]bar</b>": execCommand("fontsize", false, "4") 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[["fontsize","4"]] "<b>foo[]bar</b>" 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<meta name=\"variant\" content=\"?1-1000\">\n<meta name=\"variant\" content=\"?1001-2000\">\n<meta name=\"variant\" content=\"?2001-last\">\n<link rel=\"stylesheet\" href=\"../include/reset.css\">\n<title>fontsize - HTML editing conformance tests</title>\n\n</head><body>\n\n<div id=\"test-container\"><p>test</p></div>\n\n\n\n\n\n\n\n\n</body>", "<head><meta charset=\"utf-8\">\n<meta name=\"timeout\" content=\"long\">\n<meta name=\"variant\" content=\"?1-1000\">\n<meta name=\"variant\" content=\"?1001-2000\">\n<meta name=\"variant\" content=\"?2001-last\">\n<link rel=\"stylesheet\" href=\"../include/reset.css\">\n<title>fontsize - HTML editing conformance tests</title>\n\n</head><body>\n\n<div id=\"test-container\"><p>test</p></div>\n\n\n\n\n\n\n\n\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[["fontsize","4"]] "<b>foo[]bar</b>" 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("<b>foobar</b>", "<b>foobar</b>", "Unexpected innerHTML (after normalizing inline style)")
    at Test.<anonymous> ( /editing/include/tests.js:5679:11)
Pass[["fontsize","4"]] "<b>foo[]bar</b>" queryCommandIndeterm("fontsize") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals(false, false, "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["fontsize","4"]] "<b>foo[]bar</b>" queryCommandState("fontsize") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals(false, false, "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["fontsize","4"]] "<b>foo[]bar</b>" queryCommandValue("fontsize") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals("3", "3", "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["fontsize","4"]] "<b>foo[]bar</b>" queryCommandIndeterm("fontsize") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals(false, false, "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["fontsize","4"]] "<b>foo[]bar</b>" queryCommandState("fontsize") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals(false, false, "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["fontsize","4"]] "<b>foo[]bar</b>" queryCommandValue("fontsize") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals("4", "4", "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["fontsize","4"]] "<i>foo[]bar</i>": execCommand("fontsize", false, "4") 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[["fontsize","4"]] "<i>foo[]bar</i>" 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<meta name=\"variant\" content=\"?1-1000\">\n<meta name=\"variant\" content=\"?1001-2000\">\n<meta name=\"variant\" content=\"?2001-last\">\n<link rel=\"stylesheet\" href=\"../include/reset.css\">\n<title>fontsize - HTML editing conformance tests</title>\n\n</head><body>\n\n<div id=\"test-container\"><p>test</p></div>\n\n\n\n\n\n\n\n\n</body>", "<head><meta charset=\"utf-8\">\n<meta name=\"timeout\" content=\"long\">\n<meta name=\"variant\" content=\"?1-1000\">\n<meta name=\"variant\" content=\"?1001-2000\">\n<meta name=\"variant\" content=\"?2001-last\">\n<link rel=\"stylesheet\" href=\"../include/reset.css\">\n<title>fontsize - HTML editing conformance tests</title>\n\n</head><body>\n\n<div id=\"test-container\"><p>test</p></div>\n\n\n\n\n\n\n\n\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[["fontsize","4"]] "<i>foo[]bar</i>" 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("<i>foobar</i>", "<i>foobar</i>", "Unexpected innerHTML (after normalizing inline style)")
    at Test.<anonymous> ( /editing/include/tests.js:5679:11)
Pass[["fontsize","4"]] "<i>foo[]bar</i>" queryCommandIndeterm("fontsize") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals(false, false, "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["fontsize","4"]] "<i>foo[]bar</i>" queryCommandState("fontsize") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals(false, false, "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["fontsize","4"]] "<i>foo[]bar</i>" queryCommandValue("fontsize") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals("3", "3", "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["fontsize","4"]] "<i>foo[]bar</i>" queryCommandIndeterm("fontsize") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals(false, false, "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["fontsize","4"]] "<i>foo[]bar</i>" queryCommandState("fontsize") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals(false, false, "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["fontsize","4"]] "<i>foo[]bar</i>" queryCommandValue("fontsize") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals("4", "4", "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["fontsize","4"]] "<span>foo</span>{}<span>bar</span>": execCommand("fontsize", false, "4") 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[["fontsize","4"]] "<span>foo</span>{}<span>bar</span>" 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<meta name=\"variant\" content=\"?1-1000\">\n<meta name=\"variant\" content=\"?1001-2000\">\n<meta name=\"variant\" content=\"?2001-last\">\n<link rel=\"stylesheet\" href=\"../include/reset.css\">\n<title>fontsize - HTML editing conformance tests</title>\n\n</head><body>\n\n<div id=\"test-container\"><p>test</p></div>\n\n\n\n\n\n\n\n\n</body>", "<head><meta charset=\"utf-8\">\n<meta name=\"timeout\" content=\"long\">\n<meta name=\"variant\" content=\"?1-1000\">\n<meta name=\"variant\" content=\"?1001-2000\">\n<meta name=\"variant\" content=\"?2001-last\">\n<link rel=\"stylesheet\" href=\"../include/reset.css\">\n<title>fontsize - HTML editing conformance tests</title>\n\n</head><body>\n\n<div id=\"test-container\"><p>test</p></div>\n\n\n\n\n\n\n\n\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[["fontsize","4"]] "<span>foo</span>{}<span>bar</span>" 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("<span>foo</span><span>bar</span>", "<span>foo</span><span>bar</span>", "Unexpected innerHTML (after normalizing inline style)")
    at Test.<anonymous> ( /editing/include/tests.js:5679:11)
Pass[["fontsize","4"]] "<span>foo</span>{}<span>bar</span>" queryCommandIndeterm("fontsize") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals(false, false, "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["fontsize","4"]] "<span>foo</span>{}<span>bar</span>" queryCommandState("fontsize") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals(false, false, "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["fontsize","4"]] "<span>foo</span>{}<span>bar</span>" queryCommandValue("fontsize") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals("3", "3", "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["fontsize","4"]] "<span>foo</span>{}<span>bar</span>" queryCommandIndeterm("fontsize") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals(false, false, "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["fontsize","4"]] "<span>foo</span>{}<span>bar</span>" queryCommandState("fontsize") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals(false, false, "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["fontsize","4"]] "<span>foo</span>{}<span>bar</span>" queryCommandValue("fontsize") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals("4", "4", "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["fontsize","4"]] "<span>foo[</span><span>]bar</span>": execCommand("fontsize", false, "4") 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[["fontsize","4"]] "<span>foo[</span><span>]bar</span>" 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<meta name=\"variant\" content=\"?1-1000\">\n<meta name=\"variant\" content=\"?1001-2000\">\n<meta name=\"variant\" content=\"?2001-last\">\n<link rel=\"stylesheet\" href=\"../include/reset.css\">\n<title>fontsize - HTML editing conformance tests</title>\n\n</head><body>\n\n<div id=\"test-container\"><p>test</p></div>\n\n\n\n\n\n\n\n\n</body>", "<head><meta charset=\"utf-8\">\n<meta name=\"timeout\" content=\"long\">\n<meta name=\"variant\" content=\"?1-1000\">\n<meta name=\"variant\" content=\"?1001-2000\">\n<meta name=\"variant\" content=\"?2001-last\">\n<link rel=\"stylesheet\" href=\"../include/reset.css\">\n<title>fontsize - HTML editing conformance tests</title>\n\n</head><body>\n\n<div id=\"test-container\"><p>test</p></div>\n\n\n\n\n\n\n\n\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[["fontsize","4"]] "<span>foo[</span><span>]bar</span>" 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("<span>foo</span><span>bar</span>", "<span>foo</span><span>bar</span>", "Unexpected innerHTML (after normalizing inline style)")
    at Test.<anonymous> ( /editing/include/tests.js:5679:11)
Pass[["fontsize","4"]] "<span>foo[</span><span>]bar</span>" queryCommandIndeterm("fontsize") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals(false, false, "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["fontsize","4"]] "<span>foo[</span><span>]bar</span>" queryCommandState("fontsize") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals(false, false, "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["fontsize","4"]] "<span>foo[</span><span>]bar</span>" queryCommandValue("fontsize") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals("3", "3", "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["fontsize","4"]] "<span>foo[</span><span>]bar</span>" queryCommandIndeterm("fontsize") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals(false, false, "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["fontsize","4"]] "<span>foo[</span><span>]bar</span>" queryCommandState("fontsize") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals(false, false, "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["fontsize","4"]] "<span>foo[</span><span>]bar</span>" queryCommandValue("fontsize") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals("4", "4", "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["stylewithcss","true"],["fontsize","4"]] "foo[bar]baz": 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"],["fontsize","4"]] "foo[bar]baz": execCommand("fontsize", false, "4") 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"],["fontsize","4"]] "foo[bar]baz" 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<meta name=\"variant\" content=\"?1-1000\">\n<meta name=\"variant\" content=\"?1001-2000\">\n<meta name=\"variant\" content=\"?2001-last\">\n<link rel=\"stylesheet\" href=\"../include/reset.css\">\n<title>fontsize - HTML editing conformance tests</title>\n\n</head><body>\n\n<div id=\"test-container\"><p>test</p></div>\n\n\n\n\n\n\n\n\n</body>", "<head><meta charset=\"utf-8\">\n<meta name=\"timeout\" content=\"long\">\n<meta name=\"variant\" content=\"?1-1000\">\n<meta name=\"variant\" content=\"?1001-2000\">\n<meta name=\"variant\" content=\"?2001-last\">\n<link rel=\"stylesheet\" href=\"../include/reset.css\">\n<title>fontsize - HTML editing conformance tests</title>\n\n</head><body>\n\n<div id=\"test-container\"><p>test</p></div>\n\n\n\n\n\n\n\n\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"],["fontsize","4"]] "foo[bar]baz" 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("foo<span style=\"font-size:large\">bar</span>baz", "foo<span style=\"font-size:large\">bar</span>baz", "Unexpected innerHTML (after normalizing inline style)")
    at Test.<anonymous> ( /editing/include/tests.js:5679:11)
Pass[["stylewithcss","true"],["fontsize","4"]] "foo[bar]baz" 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","true"],["fontsize","4"]] "foo[bar]baz" 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(false, false, "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["stylewithcss","true"],["fontsize","4"]] "foo[bar]baz" 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"],["fontsize","4"]] "foo[bar]baz" 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"],["fontsize","4"]] "foo[bar]baz" 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"],["fontsize","4"]] "foo[bar]baz" 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"],["fontsize","4"]] "foo[bar]baz" queryCommandIndeterm("fontsize") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /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"],["fontsize","4"]] "foo[bar]baz" queryCommandState("fontsize") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /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"],["fontsize","4"]] "foo[bar]baz" queryCommandValue("fontsize") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals("3", "3", "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["stylewithcss","true"],["fontsize","4"]] "foo[bar]baz" queryCommandIndeterm("fontsize") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /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"],["fontsize","4"]] "foo[bar]baz" queryCommandState("fontsize") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /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"],["fontsize","4"]] "foo[bar]baz" queryCommandValue("fontsize") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals("4", "4", "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["stylewithcss","false"],["fontsize","4"]] "foo[bar]baz": 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"],["fontsize","4"]] "foo[bar]baz": execCommand("fontsize", false, "4") 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"],["fontsize","4"]] "foo[bar]baz" 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<meta name=\"variant\" content=\"?1-1000\">\n<meta name=\"variant\" content=\"?1001-2000\">\n<meta name=\"variant\" content=\"?2001-last\">\n<link rel=\"stylesheet\" href=\"../include/reset.css\">\n<title>fontsize - HTML editing conformance tests</title>\n\n</head><body>\n\n<div id=\"test-container\"><p>test</p></div>\n\n\n\n\n\n\n\n\n</body>", "<head><meta charset=\"utf-8\">\n<meta name=\"timeout\" content=\"long\">\n<meta name=\"variant\" content=\"?1-1000\">\n<meta name=\"variant\" content=\"?1001-2000\">\n<meta name=\"variant\" content=\"?2001-last\">\n<link rel=\"stylesheet\" href=\"../include/reset.css\">\n<title>fontsize - HTML editing conformance tests</title>\n\n</head><body>\n\n<div id=\"test-container\"><p>test</p></div>\n\n\n\n\n\n\n\n\n</body>", "Everything outside the editable div must be unchanged, but some change did occur")
    at Test.<anonymous> ( /editing/include/tests.js:5663:9)
Pass[["stylewithcss","false"],["fontsize","4"]] "foo[bar]baz" 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("foo<font size=\"4\">bar</font>baz", "foo<font size=\"4\">bar</font>baz", "Unexpected innerHTML (after normalizing inline style)")
    at Test.<anonymous> ( /editing/include/tests.js:5679:11)
Pass[["stylewithcss","false"],["fontsize","4"]] "foo[bar]baz" 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"],["fontsize","4"]] "foo[bar]baz" 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"],["fontsize","4"]] "foo[bar]baz" 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"],["fontsize","4"]] "foo[bar]baz" 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"],["fontsize","4"]] "foo[bar]baz" 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"],["fontsize","4"]] "foo[bar]baz" 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"],["fontsize","4"]] "foo[bar]baz" queryCommandIndeterm("fontsize") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /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"],["fontsize","4"]] "foo[bar]baz" queryCommandState("fontsize") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /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"],["fontsize","4"]] "foo[bar]baz" queryCommandValue("fontsize") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals("3", "3", "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["stylewithcss","false"],["fontsize","4"]] "foo[bar]baz" queryCommandIndeterm("fontsize") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /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"],["fontsize","4"]] "foo[bar]baz" queryCommandState("fontsize") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /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"],["fontsize","4"]] "foo[bar]baz" queryCommandValue("fontsize") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals("4", "4", "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["stylewithcss","true"],["fontsize","4"]] "foo[bar<b>baz]qoz</b>quz": 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"],["fontsize","4"]] "foo[bar<b>baz]qoz</b>quz": execCommand("fontsize", false, "4") 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"],["fontsize","4"]] "foo[bar<b>baz]qoz</b>quz" 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<meta name=\"variant\" content=\"?1-1000\">\n<meta name=\"variant\" content=\"?1001-2000\">\n<meta name=\"variant\" content=\"?2001-last\">\n<link rel=\"stylesheet\" href=\"../include/reset.css\">\n<title>fontsize - HTML editing conformance tests</title>\n\n</head><body>\n\n<div id=\"test-container\"><p>test</p></div>\n\n\n\n\n\n\n\n\n</body>", "<head><meta charset=\"utf-8\">\n<meta name=\"timeout\" content=\"long\">\n<meta name=\"variant\" content=\"?1-1000\">\n<meta name=\"variant\" content=\"?1001-2000\">\n<meta name=\"variant\" content=\"?2001-last\">\n<link rel=\"stylesheet\" href=\"../include/reset.css\">\n<title>fontsize - HTML editing conformance tests</title>\n\n</head><body>\n\n<div id=\"test-container\"><p>test</p></div>\n\n\n\n\n\n\n\n\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"],["fontsize","4"]] "foo[bar<b>baz]qoz</b>quz" 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("foo<span style=\"font-size:large\">bar</span><b><span style=\"font-size:large\">baz</span>qoz</b>quz", "foo<span style=\"font-size:large\">bar</span><b><span style=\"font-size:large\">baz</span>qoz</b>quz", "Unexpected innerHTML (after normalizing inline style)")
    at Test.<anonymous> ( /editing/include/tests.js:5679:11)
Pass[["stylewithcss","true"],["fontsize","4"]] "foo[bar<b>baz]qoz</b>quz" 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","true"],["fontsize","4"]] "foo[bar<b>baz]qoz</b>quz" 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(false, false, "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["stylewithcss","true"],["fontsize","4"]] "foo[bar<b>baz]qoz</b>quz" 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"],["fontsize","4"]] "foo[bar<b>baz]qoz</b>quz" 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"],["fontsize","4"]] "foo[bar<b>baz]qoz</b>quz" 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"],["fontsize","4"]] "foo[bar<b>baz]qoz</b>quz" 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"],["fontsize","4"]] "foo[bar<b>baz]qoz</b>quz" queryCommandIndeterm("fontsize") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /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"],["fontsize","4"]] "foo[bar<b>baz]qoz</b>quz" queryCommandState("fontsize") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /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"],["fontsize","4"]] "foo[bar<b>baz]qoz</b>quz" queryCommandValue("fontsize") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals("3", "3", "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["stylewithcss","true"],["fontsize","4"]] "foo[bar<b>baz]qoz</b>quz" queryCommandIndeterm("fontsize") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /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"],["fontsize","4"]] "foo[bar<b>baz]qoz</b>quz" queryCommandState("fontsize") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /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"],["fontsize","4"]] "foo[bar<b>baz]qoz</b>quz" queryCommandValue("fontsize") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals("4", "4", "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["stylewithcss","false"],["fontsize","4"]] "foo[bar<b>baz]qoz</b>quz": 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"],["fontsize","4"]] "foo[bar<b>baz]qoz</b>quz": execCommand("fontsize", false, "4") 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"],["fontsize","4"]] "foo[bar<b>baz]qoz</b>quz" 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<meta name=\"variant\" content=\"?1-1000\">\n<meta name=\"variant\" content=\"?1001-2000\">\n<meta name=\"variant\" content=\"?2001-last\">\n<link rel=\"stylesheet\" href=\"../include/reset.css\">\n<title>fontsize - HTML editing conformance tests</title>\n\n</head><body>\n\n<div id=\"test-container\"><p>test</p></div>\n\n\n\n\n\n\n\n\n</body>", "<head><meta charset=\"utf-8\">\n<meta name=\"timeout\" content=\"long\">\n<meta name=\"variant\" content=\"?1-1000\">\n<meta name=\"variant\" content=\"?1001-2000\">\n<meta name=\"variant\" content=\"?2001-last\">\n<link rel=\"stylesheet\" href=\"../include/reset.css\">\n<title>fontsize - HTML editing conformance tests</title>\n\n</head><body>\n\n<div id=\"test-container\"><p>test</p></div>\n\n\n\n\n\n\n\n\n</body>", "Everything outside the editable div must be unchanged, but some change did occur")
    at Test.<anonymous> ( /editing/include/tests.js:5663:9)
Pass[["stylewithcss","false"],["fontsize","4"]] "foo[bar<b>baz]qoz</b>quz" 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("foo<font size=\"4\">bar</font><b><font size=\"4\">baz</font>qoz</b>quz", "foo<font size=\"4\">bar</font><b><font size=\"4\">baz</font>qoz</b>quz", "Unexpected innerHTML (after normalizing inline style)")
    at Test.<anonymous> ( /editing/include/tests.js:5679:11)
Pass[["stylewithcss","false"],["fontsize","4"]] "foo[bar<b>baz]qoz</b>quz" 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"],["fontsize","4"]] "foo[bar<b>baz]qoz</b>quz" 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"],["fontsize","4"]] "foo[bar<b>baz]qoz</b>quz" 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"],["fontsize","4"]] "foo[bar<b>baz]qoz</b>quz" 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"],["fontsize","4"]] "foo[bar<b>baz]qoz</b>quz" 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"],["fontsize","4"]] "foo[bar<b>baz]qoz</b>quz" 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"],["fontsize","4"]] "foo[bar<b>baz]qoz</b>quz" queryCommandIndeterm("fontsize") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /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"],["fontsize","4"]] "foo[bar<b>baz]qoz</b>quz" queryCommandState("fontsize") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /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"],["fontsize","4"]] "foo[bar<b>baz]qoz</b>quz" queryCommandValue("fontsize") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals("3", "3", "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["stylewithcss","false"],["fontsize","4"]] "foo[bar<b>baz]qoz</b>quz" queryCommandIndeterm("fontsize") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /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"],["fontsize","4"]] "foo[bar<b>baz]qoz</b>quz" queryCommandState("fontsize") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /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"],["fontsize","4"]] "foo[bar<b>baz]qoz</b>quz" queryCommandValue("fontsize") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals("4", "4", "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["stylewithcss","true"],["fontsize","4"]] "foo[bar<i>baz]qoz</i>quz": 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"],["fontsize","4"]] "foo[bar<i>baz]qoz</i>quz": execCommand("fontsize", false, "4") 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"],["fontsize","4"]] "foo[bar<i>baz]qoz</i>quz" 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<meta name=\"variant\" content=\"?1-1000\">\n<meta name=\"variant\" content=\"?1001-2000\">\n<meta name=\"variant\" content=\"?2001-last\">\n<link rel=\"stylesheet\" href=\"../include/reset.css\">\n<title>fontsize - HTML editing conformance tests</title>\n\n</head><body>\n\n<div id=\"test-container\"><p>test</p></div>\n\n\n\n\n\n\n\n\n</body>", "<head><meta charset=\"utf-8\">\n<meta name=\"timeout\" content=\"long\">\n<meta name=\"variant\" content=\"?1-1000\">\n<meta name=\"variant\" content=\"?1001-2000\">\n<meta name=\"variant\" content=\"?2001-last\">\n<link rel=\"stylesheet\" href=\"../include/reset.css\">\n<title>fontsize - HTML editing conformance tests</title>\n\n</head><body>\n\n<div id=\"test-container\"><p>test</p></div>\n\n\n\n\n\n\n\n\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"],["fontsize","4"]] "foo[bar<i>baz]qoz</i>quz" 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("foo<span style=\"font-size:large\">bar</span><i><span style=\"font-size:large\">baz</span>qoz</i>quz", "foo<span style=\"font-size:large\">bar</span><i><span style=\"font-size:large\">baz</span>qoz</i>quz", "Unexpected innerHTML (after normalizing inline style)")
    at Test.<anonymous> ( /editing/include/tests.js:5679:11)
Pass[["stylewithcss","true"],["fontsize","4"]] "foo[bar<i>baz]qoz</i>quz" 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","true"],["fontsize","4"]] "foo[bar<i>baz]qoz</i>quz" 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(false, false, "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["stylewithcss","true"],["fontsize","4"]] "foo[bar<i>baz]qoz</i>quz" 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"],["fontsize","4"]] "foo[bar<i>baz]qoz</i>quz" 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"],["fontsize","4"]] "foo[bar<i>baz]qoz</i>quz" 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"],["fontsize","4"]] "foo[bar<i>baz]qoz</i>quz" 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"],["fontsize","4"]] "foo[bar<i>baz]qoz</i>quz" queryCommandIndeterm("fontsize") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /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"],["fontsize","4"]] "foo[bar<i>baz]qoz</i>quz" queryCommandState("fontsize") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /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"],["fontsize","4"]] "foo[bar<i>baz]qoz</i>quz" queryCommandValue("fontsize") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals("3", "3", "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["stylewithcss","true"],["fontsize","4"]] "foo[bar<i>baz]qoz</i>quz" queryCommandIndeterm("fontsize") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /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"],["fontsize","4"]] "foo[bar<i>baz]qoz</i>quz" queryCommandState("fontsize") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /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"],["fontsize","4"]] "foo[bar<i>baz]qoz</i>quz" queryCommandValue("fontsize") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals("4", "4", "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["stylewithcss","false"],["fontsize","4"]] "foo[bar<i>baz]qoz</i>quz": 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"],["fontsize","4"]] "foo[bar<i>baz]qoz</i>quz": execCommand("fontsize", false, "4") 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"],["fontsize","4"]] "foo[bar<i>baz]qoz</i>quz" 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<meta name=\"variant\" content=\"?1-1000\">\n<meta name=\"variant\" content=\"?1001-2000\">\n<meta name=\"variant\" content=\"?2001-last\">\n<link rel=\"stylesheet\" href=\"../include/reset.css\">\n<title>fontsize - HTML editing conformance tests</title>\n\n</head><body>\n\n<div id=\"test-container\"><p>test</p></div>\n\n\n\n\n\n\n\n\n</body>", "<head><meta charset=\"utf-8\">\n<meta name=\"timeout\" content=\"long\">\n<meta name=\"variant\" content=\"?1-1000\">\n<meta name=\"variant\" content=\"?1001-2000\">\n<meta name=\"variant\" content=\"?2001-last\">\n<link rel=\"stylesheet\" href=\"../include/reset.css\">\n<title>fontsize - HTML editing conformance tests</title>\n\n</head><body>\n\n<div id=\"test-container\"><p>test</p></div>\n\n\n\n\n\n\n\n\n</body>", "Everything outside the editable div must be unchanged, but some change did occur")
    at Test.<anonymous> ( /editing/include/tests.js:5663:9)
Pass[["stylewithcss","false"],["fontsize","4"]] "foo[bar<i>baz]qoz</i>quz" 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("foo<font size=\"4\">bar</font><i><font size=\"4\">baz</font>qoz</i>quz", "foo<font size=\"4\">bar</font><i><font size=\"4\">baz</font>qoz</i>quz", "Unexpected innerHTML (after normalizing inline style)")
    at Test.<anonymous> ( /editing/include/tests.js:5679:11)
Pass[["stylewithcss","false"],["fontsize","4"]] "foo[bar<i>baz]qoz</i>quz" 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"],["fontsize","4"]] "foo[bar<i>baz]qoz</i>quz" 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"],["fontsize","4"]] "foo[bar<i>baz]qoz</i>quz" 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"],["fontsize","4"]] "foo[bar<i>baz]qoz</i>quz" 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"],["fontsize","4"]] "foo[bar<i>baz]qoz</i>quz" 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"],["fontsize","4"]] "foo[bar<i>baz]qoz</i>quz" 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"],["fontsize","4"]] "foo[bar<i>baz]qoz</i>quz" queryCommandIndeterm("fontsize") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /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"],["fontsize","4"]] "foo[bar<i>baz]qoz</i>quz" queryCommandState("fontsize") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /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"],["fontsize","4"]] "foo[bar<i>baz]qoz</i>quz" queryCommandValue("fontsize") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals("3", "3", "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["stylewithcss","false"],["fontsize","4"]] "foo[bar<i>baz]qoz</i>quz" queryCommandIndeterm("fontsize") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /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"],["fontsize","4"]] "foo[bar<i>baz]qoz</i>quz" queryCommandState("fontsize") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /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"],["fontsize","4"]] "foo[bar<i>baz]qoz</i>quz" queryCommandValue("fontsize") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals("4", "4", "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["stylewithcss","true"],["fontsize","4"]] "{<p><p> <p>foo</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"],["fontsize","4"]] "{<p><p> <p>foo</p>}": execCommand("fontsize", false, "4") 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"],["fontsize","4"]] "{<p><p> <p>foo</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<meta name=\"variant\" content=\"?1-1000\">\n<meta name=\"variant\" content=\"?1001-2000\">\n<meta name=\"variant\" content=\"?2001-last\">\n<link rel=\"stylesheet\" href=\"../include/reset.css\">\n<title>fontsize - HTML editing conformance tests</title>\n\n</head><body>\n\n<div id=\"test-container\"><p>test</p></div>\n\n\n\n\n\n\n\n\n</body>", "<head><meta charset=\"utf-8\">\n<meta name=\"timeout\" content=\"long\">\n<meta name=\"variant\" content=\"?1-1000\">\n<meta name=\"variant\" content=\"?1001-2000\">\n<meta name=\"variant\" content=\"?2001-last\">\n<link rel=\"stylesheet\" href=\"../include/reset.css\">\n<title>fontsize - HTML editing conformance tests</title>\n\n</head><body>\n\n<div id=\"test-container\"><p>test</p></div>\n\n\n\n\n\n\n\n\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"],["fontsize","4"]] "{<p><p> <p>foo</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_equals("<p></p><p> </p><p><span style=\"font-size:large\">foo</span></p>", "<p></p><p> </p><p><span style=\"font-size:large\">foo</span></p>", "Unexpected innerHTML (after normalizing inline style)")
    at Test.<anonymous> ( /editing/include/tests.js:5679:11)
Pass[["stylewithcss","true"],["fontsize","4"]] "{<p><p> <p>foo</p>}" 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","true"],["fontsize","4"]] "{<p><p> <p>foo</p>}" 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(false, false, "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["stylewithcss","true"],["fontsize","4"]] "{<p><p> <p>foo</p>}" 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"],["fontsize","4"]] "{<p><p> <p>foo</p>}" 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"],["fontsize","4"]] "{<p><p> <p>foo</p>}" 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"],["fontsize","4"]] "{<p><p> <p>foo</p>}" 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"],["fontsize","4"]] "{<p><p> <p>foo</p>}" queryCommandIndeterm("fontsize") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /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"],["fontsize","4"]] "{<p><p> <p>foo</p>}" queryCommandState("fontsize") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /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"],["fontsize","4"]] "{<p><p> <p>foo</p>}" queryCommandValue("fontsize") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals("3", "3", "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["stylewithcss","true"],["fontsize","4"]] "{<p><p> <p>foo</p>}" queryCommandIndeterm("fontsize") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /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"],["fontsize","4"]] "{<p><p> <p>foo</p>}" queryCommandState("fontsize") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /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"],["fontsize","4"]] "{<p><p> <p>foo</p>}" queryCommandValue("fontsize") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals("4", "4", "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["stylewithcss","false"],["fontsize","4"]] "{<p><p> <p>foo</p>}": 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"],["fontsize","4"]] "{<p><p> <p>foo</p>}": execCommand("fontsize", false, "4") 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"],["fontsize","4"]] "{<p><p> <p>foo</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<meta name=\"variant\" content=\"?1-1000\">\n<meta name=\"variant\" content=\"?1001-2000\">\n<meta name=\"variant\" content=\"?2001-last\">\n<link rel=\"stylesheet\" href=\"../include/reset.css\">\n<title>fontsize - HTML editing conformance tests</title>\n\n</head><body>\n\n<div id=\"test-container\"><p>test</p></div>\n\n\n\n\n\n\n\n\n</body>", "<head><meta charset=\"utf-8\">\n<meta name=\"timeout\" content=\"long\">\n<meta name=\"variant\" content=\"?1-1000\">\n<meta name=\"variant\" content=\"?1001-2000\">\n<meta name=\"variant\" content=\"?2001-last\">\n<link rel=\"stylesheet\" href=\"../include/reset.css\">\n<title>fontsize - HTML editing conformance tests</title>\n\n</head><body>\n\n<div id=\"test-container\"><p>test</p></div>\n\n\n\n\n\n\n\n\n</body>", "Everything outside the editable div must be unchanged, but some change did occur")
    at Test.<anonymous> ( /editing/include/tests.js:5663:9)
Pass[["stylewithcss","false"],["fontsize","4"]] "{<p><p> <p>foo</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_equals("<p></p><p> </p><p><font size=\"4\">foo</font></p>", "<p></p><p> </p><p><font size=\"4\">foo</font></p>", "Unexpected innerHTML (after normalizing inline style)")
    at Test.<anonymous> ( /editing/include/tests.js:5679:11)
Pass[["stylewithcss","false"],["fontsize","4"]] "{<p><p> <p>foo</p>}" 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"],["fontsize","4"]] "{<p><p> <p>foo</p>}" 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"],["fontsize","4"]] "{<p><p> <p>foo</p>}" 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"],["fontsize","4"]] "{<p><p> <p>foo</p>}" 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"],["fontsize","4"]] "{<p><p> <p>foo</p>}" 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"],["fontsize","4"]] "{<p><p> <p>foo</p>}" 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"],["fontsize","4"]] "{<p><p> <p>foo</p>}" queryCommandIndeterm("fontsize") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /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"],["fontsize","4"]] "{<p><p> <p>foo</p>}" queryCommandState("fontsize") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /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"],["fontsize","4"]] "{<p><p> <p>foo</p>}" queryCommandValue("fontsize") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals("3", "3", "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["stylewithcss","false"],["fontsize","4"]] "{<p><p> <p>foo</p>}" queryCommandIndeterm("fontsize") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /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"],["fontsize","4"]] "{<p><p> <p>foo</p>}" queryCommandState("fontsize") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /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"],["fontsize","4"]] "{<p><p> <p>foo</p>}" queryCommandValue("fontsize") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals("4", "4", "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["stylewithcss","true"],["fontsize","1"]] "foo[bar]baz": 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"],["fontsize","1"]] "foo[bar]baz": execCommand("fontsize", false, "1") 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"],["fontsize","1"]] "foo[bar]baz" 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<meta name=\"variant\" content=\"?1-1000\">\n<meta name=\"variant\" content=\"?1001-2000\">\n<meta name=\"variant\" content=\"?2001-last\">\n<link rel=\"stylesheet\" href=\"../include/reset.css\">\n<title>fontsize - HTML editing conformance tests</title>\n\n</head><body>\n\n<div id=\"test-container\"><p>test</p></div>\n\n\n\n\n\n\n\n\n</body>", "<head><meta charset=\"utf-8\">\n<meta name=\"timeout\" content=\"long\">\n<meta name=\"variant\" content=\"?1-1000\">\n<meta name=\"variant\" content=\"?1001-2000\">\n<meta name=\"variant\" content=\"?2001-last\">\n<link rel=\"stylesheet\" href=\"../include/reset.css\">\n<title>fontsize - HTML editing conformance tests</title>\n\n</head><body>\n\n<div id=\"test-container\"><p>test</p></div>\n\n\n\n\n\n\n\n\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"],["fontsize","1"]] "foo[bar]baz" 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("foo<span style=\"font-size:x-small\">bar</span>baz", "foo<span style=\"font-size:x-small\">bar</span>baz", "Unexpected innerHTML (after normalizing inline style)")
    at Test.<anonymous> ( /editing/include/tests.js:5679:11)
Pass[["stylewithcss","true"],["fontsize","1"]] "foo[bar]baz" 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","true"],["fontsize","1"]] "foo[bar]baz" 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(false, false, "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["stylewithcss","true"],["fontsize","1"]] "foo[bar]baz" 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"],["fontsize","1"]] "foo[bar]baz" 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"],["fontsize","1"]] "foo[bar]baz" 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"],["fontsize","1"]] "foo[bar]baz" 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"],["fontsize","1"]] "foo[bar]baz" queryCommandIndeterm("fontsize") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /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"],["fontsize","1"]] "foo[bar]baz" queryCommandState("fontsize") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /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"],["fontsize","1"]] "foo[bar]baz" queryCommandValue("fontsize") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals("3", "3", "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["stylewithcss","true"],["fontsize","1"]] "foo[bar]baz" queryCommandIndeterm("fontsize") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /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"],["fontsize","1"]] "foo[bar]baz" queryCommandState("fontsize") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /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"],["fontsize","1"]] "foo[bar]baz" queryCommandValue("fontsize") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals("1", "1", "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["stylewithcss","false"],["fontsize","1"]] "foo[bar]baz": 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"],["fontsize","1"]] "foo[bar]baz": execCommand("fontsize", false, "1") 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"],["fontsize","1"]] "foo[bar]baz" 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<meta name=\"variant\" content=\"?1-1000\">\n<meta name=\"variant\" content=\"?1001-2000\">\n<meta name=\"variant\" content=\"?2001-last\">\n<link rel=\"stylesheet\" href=\"../include/reset.css\">\n<title>fontsize - HTML editing conformance tests</title>\n\n</head><body>\n\n<div id=\"test-container\"><p>test</p></div>\n\n\n\n\n\n\n\n\n</body>", "<head><meta charset=\"utf-8\">\n<meta name=\"timeout\" content=\"long\">\n<meta name=\"variant\" content=\"?1-1000\">\n<meta name=\"variant\" content=\"?1001-2000\">\n<meta name=\"variant\" content=\"?2001-last\">\n<link rel=\"stylesheet\" href=\"../include/reset.css\">\n<title>fontsize - HTML editing conformance tests</title>\n\n</head><body>\n\n<div id=\"test-container\"><p>test</p></div>\n\n\n\n\n\n\n\n\n</body>", "Everything outside the editable div must be unchanged, but some change did occur")
    at Test.<anonymous> ( /editing/include/tests.js:5663:9)
Pass[["stylewithcss","false"],["fontsize","1"]] "foo[bar]baz" 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("foo<font size=\"1\">bar</font>baz", "foo<font size=\"1\">bar</font>baz", "Unexpected innerHTML (after normalizing inline style)")
    at Test.<anonymous> ( /editing/include/tests.js:5679:11)
Pass[["stylewithcss","false"],["fontsize","1"]] "foo[bar]baz" 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"],["fontsize","1"]] "foo[bar]baz" 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"],["fontsize","1"]] "foo[bar]baz" 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"],["fontsize","1"]] "foo[bar]baz" 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"],["fontsize","1"]] "foo[bar]baz" 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"],["fontsize","1"]] "foo[bar]baz" 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"],["fontsize","1"]] "foo[bar]baz" queryCommandIndeterm("fontsize") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /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"],["fontsize","1"]] "foo[bar]baz" queryCommandState("fontsize") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /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"],["fontsize","1"]] "foo[bar]baz" queryCommandValue("fontsize") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals("3", "3", "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["stylewithcss","false"],["fontsize","1"]] "foo[bar]baz" queryCommandIndeterm("fontsize") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /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"],["fontsize","1"]] "foo[bar]baz" queryCommandState("fontsize") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /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"],["fontsize","1"]] "foo[bar]baz" queryCommandValue("fontsize") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals("1", "1", "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["stylewithcss","true"],["fontsize","0"]] "foo[bar]baz": 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"],["fontsize","0"]] "foo[bar]baz": execCommand("fontsize", false, "0") 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"],["fontsize","0"]] "foo[bar]baz" 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<meta name=\"variant\" content=\"?1-1000\">\n<meta name=\"variant\" content=\"?1001-2000\">\n<meta name=\"variant\" content=\"?2001-last\">\n<link rel=\"stylesheet\" href=\"../include/reset.css\">\n<title>fontsize - HTML editing conformance tests</title>\n\n</head><body>\n\n<div id=\"test-container\"><p>test</p></div>\n\n\n\n\n\n\n\n\n</body>", "<head><meta charset=\"utf-8\">\n<meta name=\"timeout\" content=\"long\">\n<meta name=\"variant\" content=\"?1-1000\">\n<meta name=\"variant\" content=\"?1001-2000\">\n<meta name=\"variant\" content=\"?2001-last\">\n<link rel=\"stylesheet\" href=\"../include/reset.css\">\n<title>fontsize - HTML editing conformance tests</title>\n\n</head><body>\n\n<div id=\"test-container\"><p>test</p></div>\n\n\n\n\n\n\n\n\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"],["fontsize","0"]] "foo[bar]baz" 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("foo<span style=\"font-size:x-small\">bar</span>baz", "foo<span style=\"font-size:x-small\">bar</span>baz", "Unexpected innerHTML (after normalizing inline style)")
    at Test.<anonymous> ( /editing/include/tests.js:5679:11)
Pass[["stylewithcss","true"],["fontsize","0"]] "foo[bar]baz" 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","true"],["fontsize","0"]] "foo[bar]baz" 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(false, false, "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["stylewithcss","true"],["fontsize","0"]] "foo[bar]baz" 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"],["fontsize","0"]] "foo[bar]baz" 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"],["fontsize","0"]] "foo[bar]baz" 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"],["fontsize","0"]] "foo[bar]baz" 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"],["fontsize","0"]] "foo[bar]baz" queryCommandIndeterm("fontsize") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /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"],["fontsize","0"]] "foo[bar]baz" queryCommandState("fontsize") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /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"],["fontsize","0"]] "foo[bar]baz" queryCommandValue("fontsize") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals("3", "3", "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["stylewithcss","true"],["fontsize","0"]] "foo[bar]baz" queryCommandIndeterm("fontsize") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /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"],["fontsize","0"]] "foo[bar]baz" queryCommandState("fontsize") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /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"],["fontsize","0"]] "foo[bar]baz" queryCommandValue("fontsize") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals("1", "1", "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["stylewithcss","false"],["fontsize","0"]] "foo[bar]baz": 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"],["fontsize","0"]] "foo[bar]baz": execCommand("fontsize", false, "0") 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"],["fontsize","0"]] "foo[bar]baz" 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<meta name=\"variant\" content=\"?1-1000\">\n<meta name=\"variant\" content=\"?1001-2000\">\n<meta name=\"variant\" content=\"?2001-last\">\n<link rel=\"stylesheet\" href=\"../include/reset.css\">\n<title>fontsize - HTML editing conformance tests</title>\n\n</head><body>\n\n<div id=\"test-container\"><p>test</p></div>\n\n\n\n\n\n\n\n\n</body>", "<head><meta charset=\"utf-8\">\n<meta name=\"timeout\" content=\"long\">\n<meta name=\"variant\" content=\"?1-1000\">\n<meta name=\"variant\" content=\"?1001-2000\">\n<meta name=\"variant\" content=\"?2001-last\">\n<link rel=\"stylesheet\" href=\"../include/reset.css\">\n<title>fontsize - HTML editing conformance tests</title>\n\n</head><body>\n\n<div id=\"test-container\"><p>test</p></div>\n\n\n\n\n\n\n\n\n</body>", "Everything outside the editable div must be unchanged, but some change did occur")
    at Test.<anonymous> ( /editing/include/tests.js:5663:9)
Pass[["stylewithcss","false"],["fontsize","0"]] "foo[bar]baz" 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("foo<font size=\"1\">bar</font>baz", "foo<font size=\"1\">bar</font>baz", "Unexpected innerHTML (after normalizing inline style)")
    at Test.<anonymous> ( /editing/include/tests.js:5679:11)
Pass[["stylewithcss","false"],["fontsize","0"]] "foo[bar]baz" 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"],["fontsize","0"]] "foo[bar]baz" 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"],["fontsize","0"]] "foo[bar]baz" 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"],["fontsize","0"]] "foo[bar]baz" 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"],["fontsize","0"]] "foo[bar]baz" 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"],["fontsize","0"]] "foo[bar]baz" 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"],["fontsize","0"]] "foo[bar]baz" queryCommandIndeterm("fontsize") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /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"],["fontsize","0"]] "foo[bar]baz" queryCommandState("fontsize") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /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"],["fontsize","0"]] "foo[bar]baz" queryCommandValue("fontsize") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals("3", "3", "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["stylewithcss","false"],["fontsize","0"]] "foo[bar]baz" queryCommandIndeterm("fontsize") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /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"],["fontsize","0"]] "foo[bar]baz" queryCommandState("fontsize") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /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"],["fontsize","0"]] "foo[bar]baz" queryCommandValue("fontsize") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals("1", "1", "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["stylewithcss","true"],["fontsize","-5"]] "foo[bar]baz": 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"],["fontsize","-5"]] "foo[bar]baz": execCommand("fontsize", false, "-5") 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"],["fontsize","-5"]] "foo[bar]baz" 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<meta name=\"variant\" content=\"?1-1000\">\n<meta name=\"variant\" content=\"?1001-2000\">\n<meta name=\"variant\" content=\"?2001-last\">\n<link rel=\"stylesheet\" href=\"../include/reset.css\">\n<title>fontsize - HTML editing conformance tests</title>\n\n</head><body>\n\n<div id=\"test-container\"><p>test</p></div>\n\n\n\n\n\n\n\n\n</body>", "<head><meta charset=\"utf-8\">\n<meta name=\"timeout\" content=\"long\">\n<meta name=\"variant\" content=\"?1-1000\">\n<meta name=\"variant\" content=\"?1001-2000\">\n<meta name=\"variant\" content=\"?2001-last\">\n<link rel=\"stylesheet\" href=\"../include/reset.css\">\n<title>fontsize - HTML editing conformance tests</title>\n\n</head><body>\n\n<div id=\"test-container\"><p>test</p></div>\n\n\n\n\n\n\n\n\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"],["fontsize","-5"]] "foo[bar]baz" 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("foo<span style=\"font-size:x-small\">bar</span>baz", "foo<span style=\"font-size:x-small\">bar</span>baz", "Unexpected innerHTML (after normalizing inline style)")
    at Test.<anonymous> ( /editing/include/tests.js:5679:11)
Pass[["stylewithcss","true"],["fontsize","-5"]] "foo[bar]baz" 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","true"],["fontsize","-5"]] "foo[bar]baz" 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(false, false, "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["stylewithcss","true"],["fontsize","-5"]] "foo[bar]baz" 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"],["fontsize","-5"]] "foo[bar]baz" 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"],["fontsize","-5"]] "foo[bar]baz" 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"],["fontsize","-5"]] "foo[bar]baz" 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"],["fontsize","-5"]] "foo[bar]baz" queryCommandIndeterm("fontsize") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /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"],["fontsize","-5"]] "foo[bar]baz" queryCommandState("fontsize") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /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"],["fontsize","-5"]] "foo[bar]baz" queryCommandValue("fontsize") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals("3", "3", "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["stylewithcss","true"],["fontsize","-5"]] "foo[bar]baz" queryCommandIndeterm("fontsize") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /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"],["fontsize","-5"]] "foo[bar]baz" queryCommandState("fontsize") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /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"],["fontsize","-5"]] "foo[bar]baz" queryCommandValue("fontsize") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals("1", "1", "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["stylewithcss","false"],["fontsize","-5"]] "foo[bar]baz": 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"],["fontsize","-5"]] "foo[bar]baz": execCommand("fontsize", false, "-5") 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"],["fontsize","-5"]] "foo[bar]baz" 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<meta name=\"variant\" content=\"?1-1000\">\n<meta name=\"variant\" content=\"?1001-2000\">\n<meta name=\"variant\" content=\"?2001-last\">\n<link rel=\"stylesheet\" href=\"../include/reset.css\">\n<title>fontsize - HTML editing conformance tests</title>\n\n</head><body>\n\n<div id=\"test-container\"><p>test</p></div>\n\n\n\n\n\n\n\n\n</body>", "<head><meta charset=\"utf-8\">\n<meta name=\"timeout\" content=\"long\">\n<meta name=\"variant\" content=\"?1-1000\">\n<meta name=\"variant\" content=\"?1001-2000\">\n<meta name=\"variant\" content=\"?2001-last\">\n<link rel=\"stylesheet\" href=\"../include/reset.css\">\n<title>fontsize - HTML editing conformance tests</title>\n\n</head><body>\n\n<div id=\"test-container\"><p>test</p></div>\n\n\n\n\n\n\n\n\n</body>", "Everything outside the editable div must be unchanged, but some change did occur")
    at Test.<anonymous> ( /editing/include/tests.js:5663:9)
Pass[["stylewithcss","false"],["fontsize","-5"]] "foo[bar]baz" 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("foo<font size=\"1\">bar</font>baz", "foo<font size=\"1\">bar</font>baz", "Unexpected innerHTML (after normalizing inline style)")
    at Test.<anonymous> ( /editing/include/tests.js:5679:11)
Pass[["stylewithcss","false"],["fontsize","-5"]] "foo[bar]baz" 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"],["fontsize","-5"]] "foo[bar]baz" 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"],["fontsize","-5"]] "foo[bar]baz" 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"],["fontsize","-5"]] "foo[bar]baz" 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"],["fontsize","-5"]] "foo[bar]baz" 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"],["fontsize","-5"]] "foo[bar]baz" 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"],["fontsize","-5"]] "foo[bar]baz" queryCommandIndeterm("fontsize") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /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"],["fontsize","-5"]] "foo[bar]baz" queryCommandState("fontsize") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /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"],["fontsize","-5"]] "foo[bar]baz" queryCommandValue("fontsize") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals("3", "3", "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["stylewithcss","false"],["fontsize","-5"]] "foo[bar]baz" queryCommandIndeterm("fontsize") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /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"],["fontsize","-5"]] "foo[bar]baz" queryCommandState("fontsize") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /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"],["fontsize","-5"]] "foo[bar]baz" queryCommandValue("fontsize") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals("1", "1", "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["stylewithcss","true"],["fontsize","6"]] "foo[bar]baz": 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"],["fontsize","6"]] "foo[bar]baz": execCommand("fontsize", false, "6") 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"],["fontsize","6"]] "foo[bar]baz" 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<meta name=\"variant\" content=\"?1-1000\">\n<meta name=\"variant\" content=\"?1001-2000\">\n<meta name=\"variant\" content=\"?2001-last\">\n<link rel=\"stylesheet\" href=\"../include/reset.css\">\n<title>fontsize - HTML editing conformance tests</title>\n\n</head><body>\n\n<div id=\"test-container\"><p>test</p></div>\n\n\n\n\n\n\n\n\n</body>", "<head><meta charset=\"utf-8\">\n<meta name=\"timeout\" content=\"long\">\n<meta name=\"variant\" content=\"?1-1000\">\n<meta name=\"variant\" content=\"?1001-2000\">\n<meta name=\"variant\" content=\"?2001-last\">\n<link rel=\"stylesheet\" href=\"../include/reset.css\">\n<title>fontsize - HTML editing conformance tests</title>\n\n</head><body>\n\n<div id=\"test-container\"><p>test</p></div>\n\n\n\n\n\n\n\n\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"],["fontsize","6"]] "foo[bar]baz" 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("foo<span style=\"font-size:xx-large\">bar</span>baz", "foo<span style=\"font-size:xx-large\">bar</span>baz", "Unexpected innerHTML (after normalizing inline style)")
    at Test.<anonymous> ( /editing/include/tests.js:5679:11)
Pass[["stylewithcss","true"],["fontsize","6"]] "foo[bar]baz" 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","true"],["fontsize","6"]] "foo[bar]baz" 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(false, false, "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["stylewithcss","true"],["fontsize","6"]] "foo[bar]baz" 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"],["fontsize","6"]] "foo[bar]baz" 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"],["fontsize","6"]] "foo[bar]baz" 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"],["fontsize","6"]] "foo[bar]baz" 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"],["fontsize","6"]] "foo[bar]baz" queryCommandIndeterm("fontsize") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /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"],["fontsize","6"]] "foo[bar]baz" queryCommandState("fontsize") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /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"],["fontsize","6"]] "foo[bar]baz" queryCommandValue("fontsize") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals("3", "3", "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["stylewithcss","true"],["fontsize","6"]] "foo[bar]baz" queryCommandIndeterm("fontsize") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /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"],["fontsize","6"]] "foo[bar]baz" queryCommandState("fontsize") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /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"],["fontsize","6"]] "foo[bar]baz" queryCommandValue("fontsize") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals("6", "6", "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["stylewithcss","false"],["fontsize","6"]] "foo[bar]baz": 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"],["fontsize","6"]] "foo[bar]baz": execCommand("fontsize", false, "6") 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"],["fontsize","6"]] "foo[bar]baz" 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<meta name=\"variant\" content=\"?1-1000\">\n<meta name=\"variant\" content=\"?1001-2000\">\n<meta name=\"variant\" content=\"?2001-last\">\n<link rel=\"stylesheet\" href=\"../include/reset.css\">\n<title>fontsize - HTML editing conformance tests</title>\n\n</head><body>\n\n<div id=\"test-container\"><p>test</p></div>\n\n\n\n\n\n\n\n\n</body>", "<head><meta charset=\"utf-8\">\n<meta name=\"timeout\" content=\"long\">\n<meta name=\"variant\" content=\"?1-1000\">\n<meta name=\"variant\" content=\"?1001-2000\">\n<meta name=\"variant\" content=\"?2001-last\">\n<link rel=\"stylesheet\" href=\"../include/reset.css\">\n<title>fontsize - HTML editing conformance tests</title>\n\n</head><body>\n\n<div id=\"test-container\"><p>test</p></div>\n\n\n\n\n\n\n\n\n</body>", "Everything outside the editable div must be unchanged, but some change did occur")
    at Test.<anonymous> ( /editing/include/tests.js:5663:9)
Pass[["stylewithcss","false"],["fontsize","6"]] "foo[bar]baz" 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("foo<font size=\"6\">bar</font>baz", "foo<font size=\"6\">bar</font>baz", "Unexpected innerHTML (after normalizing inline style)")
    at Test.<anonymous> ( /editing/include/tests.js:5679:11)
Pass[["stylewithcss","false"],["fontsize","6"]] "foo[bar]baz" 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"],["fontsize","6"]] "foo[bar]baz" 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"],["fontsize","6"]] "foo[bar]baz" 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"],["fontsize","6"]] "foo[bar]baz" 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"],["fontsize","6"]] "foo[bar]baz" 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"],["fontsize","6"]] "foo[bar]baz" 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"],["fontsize","6"]] "foo[bar]baz" queryCommandIndeterm("fontsize") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /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"],["fontsize","6"]] "foo[bar]baz" queryCommandState("fontsize") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /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"],["fontsize","6"]] "foo[bar]baz" queryCommandValue("fontsize") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals("3", "3", "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["stylewithcss","false"],["fontsize","6"]] "foo[bar]baz" queryCommandIndeterm("fontsize") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /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"],["fontsize","6"]] "foo[bar]baz" queryCommandState("fontsize") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /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"],["fontsize","6"]] "foo[bar]baz" queryCommandValue("fontsize") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals("6", "6", "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["stylewithcss","true"],["fontsize","7"]] "foo[bar]baz": 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"],["fontsize","7"]] "foo[bar]baz": execCommand("fontsize", false, "7") 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"],["fontsize","7"]] "foo[bar]baz" 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<meta name=\"variant\" content=\"?1-1000\">\n<meta name=\"variant\" content=\"?1001-2000\">\n<meta name=\"variant\" content=\"?2001-last\">\n<link rel=\"stylesheet\" href=\"../include/reset.css\">\n<title>fontsize - HTML editing conformance tests</title>\n\n</head><body>\n\n<div id=\"test-container\"><p>test</p></div>\n\n\n\n\n\n\n\n\n</body>", "<head><meta charset=\"utf-8\">\n<meta name=\"timeout\" content=\"long\">\n<meta name=\"variant\" content=\"?1-1000\">\n<meta name=\"variant\" content=\"?1001-2000\">\n<meta name=\"variant\" content=\"?2001-last\">\n<link rel=\"stylesheet\" href=\"../include/reset.css\">\n<title>fontsize - HTML editing conformance tests</title>\n\n</head><body>\n\n<div id=\"test-container\"><p>test</p></div>\n\n\n\n\n\n\n\n\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"],["fontsize","7"]] "foo[bar]baz" compare innerHTMLassert_equals: Unexpected innerHTML (after normalizing inline style) expected "foo<font size=\"7\">bar</font>baz" but got "foo<span style=\"font-size:xxx-large\">bar</span>baz"
    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("foo<span style=\"font-size:xxx-large\">bar</span>baz", "foo<font size=\"7\">bar</font>baz", "Unexpected innerHTML (after normalizing inline style)")
    at Test.<anonymous> ( /editing/include/tests.js:5679:11)
Pass[["stylewithcss","true"],["fontsize","7"]] "foo[bar]baz" 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","true"],["fontsize","7"]] "foo[bar]baz" 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(false, false, "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["stylewithcss","true"],["fontsize","7"]] "foo[bar]baz" 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"],["fontsize","7"]] "foo[bar]baz" 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"],["fontsize","7"]] "foo[bar]baz" 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"],["fontsize","7"]] "foo[bar]baz" 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"],["fontsize","7"]] "foo[bar]baz" queryCommandIndeterm("fontsize") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /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"],["fontsize","7"]] "foo[bar]baz" queryCommandState("fontsize") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /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"],["fontsize","7"]] "foo[bar]baz" queryCommandValue("fontsize") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals("3", "3", "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["stylewithcss","true"],["fontsize","7"]] "foo[bar]baz" queryCommandIndeterm("fontsize") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /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"],["fontsize","7"]] "foo[bar]baz" queryCommandState("fontsize") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /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"],["fontsize","7"]] "foo[bar]baz" queryCommandValue("fontsize") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals("7", "7", "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["stylewithcss","false"],["fontsize","7"]] "foo[bar]baz": 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"],["fontsize","7"]] "foo[bar]baz": execCommand("fontsize", false, "7") 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"],["fontsize","7"]] "foo[bar]baz" 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<meta name=\"variant\" content=\"?1-1000\">\n<meta name=\"variant\" content=\"?1001-2000\">\n<meta name=\"variant\" content=\"?2001-last\">\n<link rel=\"stylesheet\" href=\"../include/reset.css\">\n<title>fontsize - HTML editing conformance tests</title>\n\n</head><body>\n\n<div id=\"test-container\"><p>test</p></div>\n\n\n\n\n\n\n\n\n</body>", "<head><meta charset=\"utf-8\">\n<meta name=\"timeout\" content=\"long\">\n<meta name=\"variant\" content=\"?1-1000\">\n<meta name=\"variant\" content=\"?1001-2000\">\n<meta name=\"variant\" content=\"?2001-last\">\n<link rel=\"stylesheet\" href=\"../include/reset.css\">\n<title>fontsize - HTML editing conformance tests</title>\n\n</head><body>\n\n<div id=\"test-container\"><p>test</p></div>\n\n\n\n\n\n\n\n\n</body>", "Everything outside the editable div must be unchanged, but some change did occur")
    at Test.<anonymous> ( /editing/include/tests.js:5663:9)
Pass[["stylewithcss","false"],["fontsize","7"]] "foo[bar]baz" 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("foo<font size=\"7\">bar</font>baz", "foo<font size=\"7\">bar</font>baz", "Unexpected innerHTML (after normalizing inline style)")
    at Test.<anonymous> ( /editing/include/tests.js:5679:11)
Pass[["stylewithcss","false"],["fontsize","7"]] "foo[bar]baz" 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"],["fontsize","7"]] "foo[bar]baz" 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"],["fontsize","7"]] "foo[bar]baz" 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"],["fontsize","7"]] "foo[bar]baz" 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"],["fontsize","7"]] "foo[bar]baz" 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"],["fontsize","7"]] "foo[bar]baz" 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"],["fontsize","7"]] "foo[bar]baz" queryCommandIndeterm("fontsize") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /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"],["fontsize","7"]] "foo[bar]baz" queryCommandState("fontsize") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /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"],["fontsize","7"]] "foo[bar]baz" queryCommandValue("fontsize") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals("3", "3", "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["stylewithcss","false"],["fontsize","7"]] "foo[bar]baz" queryCommandIndeterm("fontsize") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /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"],["fontsize","7"]] "foo[bar]baz" queryCommandState("fontsize") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /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"],["fontsize","7"]] "foo[bar]baz" queryCommandValue("fontsize") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals("7", "7", "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["stylewithcss","true"],["fontsize","8"]] "foo[bar]baz": 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"],["fontsize","8"]] "foo[bar]baz": execCommand("fontsize", false, "8") 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"],["fontsize","8"]] "foo[bar]baz" 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<meta name=\"variant\" content=\"?1-1000\">\n<meta name=\"variant\" content=\"?1001-2000\">\n<meta name=\"variant\" content=\"?2001-last\">\n<link rel=\"stylesheet\" href=\"../include/reset.css\">\n<title>fontsize - HTML editing conformance tests</title>\n\n</head><body>\n\n<div id=\"test-container\"><p>test</p></div>\n\n\n\n\n\n\n\n\n</body>", "<head><meta charset=\"utf-8\">\n<meta name=\"timeout\" content=\"long\">\n<meta name=\"variant\" content=\"?1-1000\">\n<meta name=\"variant\" content=\"?1001-2000\">\n<meta name=\"variant\" content=\"?2001-last\">\n<link rel=\"stylesheet\" href=\"../include/reset.css\">\n<title>fontsize - HTML editing conformance tests</title>\n\n</head><body>\n\n<div id=\"test-container\"><p>test</p></div>\n\n\n\n\n\n\n\n\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"],["fontsize","8"]] "foo[bar]baz" compare innerHTMLassert_equals: Unexpected innerHTML (after normalizing inline style) expected "foo<font size=\"7\">bar</font>baz" but got "foo<span style=\"font-size:xxx-large\">bar</span>baz"
    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("foo<span style=\"font-size:xxx-large\">bar</span>baz", "foo<font size=\"7\">bar</font>baz", "Unexpected innerHTML (after normalizing inline style)")
    at Test.<anonymous> ( /editing/include/tests.js:5679:11)
Pass[["stylewithcss","true"],["fontsize","8"]] "foo[bar]baz" 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","true"],["fontsize","8"]] "foo[bar]baz" 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(false, false, "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["stylewithcss","true"],["fontsize","8"]] "foo[bar]baz" 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"],["fontsize","8"]] "foo[bar]baz" 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"],["fontsize","8"]] "foo[bar]baz" 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"],["fontsize","8"]] "foo[bar]baz" 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"],["fontsize","8"]] "foo[bar]baz" queryCommandIndeterm("fontsize") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /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"],["fontsize","8"]] "foo[bar]baz" queryCommandState("fontsize") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /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"],["fontsize","8"]] "foo[bar]baz" queryCommandValue("fontsize") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals("3", "3", "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["stylewithcss","true"],["fontsize","8"]] "foo[bar]baz" queryCommandIndeterm("fontsize") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /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"],["fontsize","8"]] "foo[bar]baz" queryCommandState("fontsize") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /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"],["fontsize","8"]] "foo[bar]baz" queryCommandValue("fontsize") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals("7", "7", "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["stylewithcss","false"],["fontsize","8"]] "foo[bar]baz": 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"],["fontsize","8"]] "foo[bar]baz": execCommand("fontsize", false, "8") 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"],["fontsize","8"]] "foo[bar]baz" 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<meta name=\"variant\" content=\"?1-1000\">\n<meta name=\"variant\" content=\"?1001-2000\">\n<meta name=\"variant\" content=\"?2001-last\">\n<link rel=\"stylesheet\" href=\"../include/reset.css\">\n<title>fontsize - HTML editing conformance tests</title>\n\n</head><body>\n\n<div id=\"test-container\"><p>test</p></div>\n\n\n\n\n\n\n\n\n</body>", "<head><meta charset=\"utf-8\">\n<meta name=\"timeout\" content=\"long\">\n<meta name=\"variant\" content=\"?1-1000\">\n<meta name=\"variant\" content=\"?1001-2000\">\n<meta name=\"variant\" content=\"?2001-last\">\n<link rel=\"stylesheet\" href=\"../include/reset.css\">\n<title>fontsize - HTML editing conformance tests</title>\n\n</head><body>\n\n<div id=\"test-container\"><p>test</p></div>\n\n\n\n\n\n\n\n\n</body>", "Everything outside the editable div must be unchanged, but some change did occur")
    at Test.<anonymous> ( /editing/include/tests.js:5663:9)
Pass[["stylewithcss","false"],["fontsize","8"]] "foo[bar]baz" 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("foo<font size=\"7\">bar</font>baz", "foo<font size=\"7\">bar</font>baz", "Unexpected innerHTML (after normalizing inline style)")
    at Test.<anonymous> ( /editing/include/tests.js:5679:11)
Pass[["stylewithcss","false"],["fontsize","8"]] "foo[bar]baz" 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"],["fontsize","8"]] "foo[bar]baz" 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"],["fontsize","8"]] "foo[bar]baz" 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"],["fontsize","8"]] "foo[bar]baz" 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"],["fontsize","8"]] "foo[bar]baz" 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"],["fontsize","8"]] "foo[bar]baz" 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"],["fontsize","8"]] "foo[bar]baz" queryCommandIndeterm("fontsize") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /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"],["fontsize","8"]] "foo[bar]baz" queryCommandState("fontsize") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /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"],["fontsize","8"]] "foo[bar]baz" queryCommandValue("fontsize") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals("3", "3", "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["stylewithcss","false"],["fontsize","8"]] "foo[bar]baz" queryCommandIndeterm("fontsize") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /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"],["fontsize","8"]] "foo[bar]baz" queryCommandState("fontsize") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /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"],["fontsize","8"]] "foo[bar]baz" queryCommandValue("fontsize") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals("7", "7", "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["stylewithcss","true"],["fontsize","100"]] "foo[bar]baz": 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"],["fontsize","100"]] "foo[bar]baz": execCommand("fontsize", false, "100") 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"],["fontsize","100"]] "foo[bar]baz" 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<meta name=\"variant\" content=\"?1-1000\">\n<meta name=\"variant\" content=\"?1001-2000\">\n<meta name=\"variant\" content=\"?2001-last\">\n<link rel=\"stylesheet\" href=\"../include/reset.css\">\n<title>fontsize - HTML editing conformance tests</title>\n\n</head><body>\n\n<div id=\"test-container\"><p>test</p></div>\n\n\n\n\n\n\n\n\n</body>", "<head><meta charset=\"utf-8\">\n<meta name=\"timeout\" content=\"long\">\n<meta name=\"variant\" content=\"?1-1000\">\n<meta name=\"variant\" content=\"?1001-2000\">\n<meta name=\"variant\" content=\"?2001-last\">\n<link rel=\"stylesheet\" href=\"../include/reset.css\">\n<title>fontsize - HTML editing conformance tests</title>\n\n</head><body>\n\n<div id=\"test-container\"><p>test</p></div>\n\n\n\n\n\n\n\n\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"],["fontsize","100"]] "foo[bar]baz" compare innerHTMLassert_equals: Unexpected innerHTML (after normalizing inline style) expected "foo<font size=\"7\">bar</font>baz" but got "foo<span style=\"font-size:xxx-large\">bar</span>baz"
    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("foo<span style=\"font-size:xxx-large\">bar</span>baz", "foo<font size=\"7\">bar</font>baz", "Unexpected innerHTML (after normalizing inline style)")
    at Test.<anonymous> ( /editing/include/tests.js:5679:11)
Pass[["stylewithcss","true"],["fontsize","100"]] "foo[bar]baz" 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","true"],["fontsize","100"]] "foo[bar]baz" 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(false, false, "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["stylewithcss","true"],["fontsize","100"]] "foo[bar]baz" 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"],["fontsize","100"]] "foo[bar]baz" 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"],["fontsize","100"]] "foo[bar]baz" 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"],["fontsize","100"]] "foo[bar]baz" 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"],["fontsize","100"]] "foo[bar]baz" queryCommandIndeterm("fontsize") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /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"],["fontsize","100"]] "foo[bar]baz" queryCommandState("fontsize") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /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"],["fontsize","100"]] "foo[bar]baz" queryCommandValue("fontsize") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals("3", "3", "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["stylewithcss","true"],["fontsize","100"]] "foo[bar]baz" queryCommandIndeterm("fontsize") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /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"],["fontsize","100"]] "foo[bar]baz" queryCommandState("fontsize") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /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"],["fontsize","100"]] "foo[bar]baz" queryCommandValue("fontsize") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals("7", "7", "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["stylewithcss","false"],["fontsize","100"]] "foo[bar]baz": 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"],["fontsize","100"]] "foo[bar]baz": execCommand("fontsize", false, "100") 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"],["fontsize","100"]] "foo[bar]baz" 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<meta name=\"variant\" content=\"?1-1000\">\n<meta name=\"variant\" content=\"?1001-2000\">\n<meta name=\"variant\" content=\"?2001-last\">\n<link rel=\"stylesheet\" href=\"../include/reset.css\">\n<title>fontsize - HTML editing conformance tests</title>\n\n</head><body>\n\n<div id=\"test-container\"><p>test</p></div>\n\n\n\n\n\n\n\n\n</body>", "<head><meta charset=\"utf-8\">\n<meta name=\"timeout\" content=\"long\">\n<meta name=\"variant\" content=\"?1-1000\">\n<meta name=\"variant\" content=\"?1001-2000\">\n<meta name=\"variant\" content=\"?2001-last\">\n<link rel=\"stylesheet\" href=\"../include/reset.css\">\n<title>fontsize - HTML editing conformance tests</title>\n\n</head><body>\n\n<div id=\"test-container\"><p>test</p></div>\n\n\n\n\n\n\n\n\n</body>", "Everything outside the editable div must be unchanged, but some change did occur")
    at Test.<anonymous> ( /editing/include/tests.js:5663:9)
Pass[["stylewithcss","false"],["fontsize","100"]] "foo[bar]baz" 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("foo<font size=\"7\">bar</font>baz", "foo<font size=\"7\">bar</font>baz", "Unexpected innerHTML (after normalizing inline style)")
    at Test.<anonymous> ( /editing/include/tests.js:5679:11)
Pass[["stylewithcss","false"],["fontsize","100"]] "foo[bar]baz" 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"],["fontsize","100"]] "foo[bar]baz" 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"],["fontsize","100"]] "foo[bar]baz" 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"],["fontsize","100"]] "foo[bar]baz" 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"],["fontsize","100"]] "foo[bar]baz" 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"],["fontsize","100"]] "foo[bar]baz" 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"],["fontsize","100"]] "foo[bar]baz" queryCommandIndeterm("fontsize") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /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"],["fontsize","100"]] "foo[bar]baz" queryCommandState("fontsize") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /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"],["fontsize","100"]] "foo[bar]baz" queryCommandValue("fontsize") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals("3", "3", "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["stylewithcss","false"],["fontsize","100"]] "foo[bar]baz" queryCommandIndeterm("fontsize") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /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"],["fontsize","100"]] "foo[bar]baz" queryCommandState("fontsize") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /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"],["fontsize","100"]] "foo[bar]baz" queryCommandValue("fontsize") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals("7", "7", "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Fail[["fontsize","2em"]] "foo[bar]baz": execCommand("fontsize", false, "2em") return valueassert_equals: expected false but got true
    at Test.<anonymous> (https://xn--n8j6ds53lwwkrqhv28a.wpt.live/editing/include/tests.js:5613:13)
    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:5610:9)
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5611:13)
Fail
assert_equals(true, false)
    at Test.<anonymous> ( /editing/include/tests.js:5613:13)
Pass[["fontsize","2em"]] "foo[bar]baz" 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<meta name=\"variant\" content=\"?1-1000\">\n<meta name=\"variant\" content=\"?1001-2000\">\n<meta name=\"variant\" content=\"?2001-last\">\n<link rel=\"stylesheet\" href=\"../include/reset.css\">\n<title>fontsize - HTML editing conformance tests</title>\n\n</head><body>\n\n<div id=\"test-container\"><p>test</p></div>\n\n\n\n\n\n\n\n\n</body>", "<head><meta charset=\"utf-8\">\n<meta name=\"timeout\" content=\"long\">\n<meta name=\"variant\" content=\"?1-1000\">\n<meta name=\"variant\" content=\"?1001-2000\">\n<meta name=\"variant\" content=\"?2001-last\">\n<link rel=\"stylesheet\" href=\"../include/reset.css\">\n<title>fontsize - HTML editing conformance tests</title>\n\n</head><body>\n\n<div id=\"test-container\"><p>test</p></div>\n\n\n\n\n\n\n\n\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[["fontsize","2em"]] "foo[bar]baz" compare innerHTMLassert_equals: Unexpected innerHTML (after normalizing inline style) expected "foobarbaz" but got "foo<font size=\"2\">bar</font>baz"
    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("foo<font size=\"2\">bar</font>baz", "foobarbaz", "Unexpected innerHTML (after normalizing inline style)")
    at Test.<anonymous> ( /editing/include/tests.js:5679:11)
Pass[["fontsize","2em"]] "foo[bar]baz" queryCommandIndeterm("fontsize") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals(false, false, "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["fontsize","2em"]] "foo[bar]baz" queryCommandState("fontsize") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals(false, false, "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["fontsize","2em"]] "foo[bar]baz" queryCommandValue("fontsize") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals("3", "3", "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["fontsize","2em"]] "foo[bar]baz" queryCommandIndeterm("fontsize") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals(false, false, "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["fontsize","2em"]] "foo[bar]baz" queryCommandState("fontsize") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<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[["fontsize","2em"]] "foo[bar]baz" queryCommandValue("fontsize") afterassert_equals: Wrong result returned expected "3" but got "2"
    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("2", "3", "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Fail[["fontsize","20pt"]] "foo[bar]baz": execCommand("fontsize", false, "20pt") return valueassert_equals: expected false but got true
    at Test.<anonymous> (https://xn--n8j6ds53lwwkrqhv28a.wpt.live/editing/include/tests.js:5613:13)
    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:5610:9)
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5611:13)
Fail
assert_equals(true, false)
    at Test.<anonymous> ( /editing/include/tests.js:5613:13)
Pass[["fontsize","20pt"]] "foo[bar]baz" 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<meta name=\"variant\" content=\"?1-1000\">\n<meta name=\"variant\" content=\"?1001-2000\">\n<meta name=\"variant\" content=\"?2001-last\">\n<link rel=\"stylesheet\" href=\"../include/reset.css\">\n<title>fontsize - HTML editing conformance tests</title>\n\n</head><body>\n\n<div id=\"test-container\"><p>test</p></div>\n\n\n\n\n\n\n\n\n</body>", "<head><meta charset=\"utf-8\">\n<meta name=\"timeout\" content=\"long\">\n<meta name=\"variant\" content=\"?1-1000\">\n<meta name=\"variant\" content=\"?1001-2000\">\n<meta name=\"variant\" content=\"?2001-last\">\n<link rel=\"stylesheet\" href=\"../include/reset.css\">\n<title>fontsize - HTML editing conformance tests</title>\n\n</head><body>\n\n<div id=\"test-container\"><p>test</p></div>\n\n\n\n\n\n\n\n\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[["fontsize","20pt"]] "foo[bar]baz" compare innerHTMLassert_equals: Unexpected innerHTML (after normalizing inline style) expected "foobarbaz" but got "foo<font size=\"7\">bar</font>baz"
    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("foo<font size=\"7\">bar</font>baz", "foobarbaz", "Unexpected innerHTML (after normalizing inline style)")
    at Test.<anonymous> ( /editing/include/tests.js:5679:11)
Pass[["fontsize","20pt"]] "foo[bar]baz" queryCommandIndeterm("fontsize") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals(false, false, "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["fontsize","20pt"]] "foo[bar]baz" queryCommandState("fontsize") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals(false, false, "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["fontsize","20pt"]] "foo[bar]baz" queryCommandValue("fontsize") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals("3", "3", "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["fontsize","20pt"]] "foo[bar]baz" queryCommandIndeterm("fontsize") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals(false, false, "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["fontsize","20pt"]] "foo[bar]baz" queryCommandState("fontsize") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<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[["fontsize","20pt"]] "foo[bar]baz" queryCommandValue("fontsize") afterassert_equals: Wrong result returned expected "3" but got "7"
    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("7", "3", "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["fontsize","xx-large"]] "foo[bar]baz": execCommand("fontsize", false, "xx-large") 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(false, false)
    at Test.<anonymous> ( /editing/include/tests.js:5613:13)
Pass[["fontsize","xx-large"]] "foo[bar]baz" 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<meta name=\"variant\" content=\"?1-1000\">\n<meta name=\"variant\" content=\"?1001-2000\">\n<meta name=\"variant\" content=\"?2001-last\">\n<link rel=\"stylesheet\" href=\"../include/reset.css\">\n<title>fontsize - HTML editing conformance tests</title>\n\n</head><body>\n\n<div id=\"test-container\"><p>test</p></div>\n\n\n\n\n\n\n\n\n</body>", "<head><meta charset=\"utf-8\">\n<meta name=\"timeout\" content=\"long\">\n<meta name=\"variant\" content=\"?1-1000\">\n<meta name=\"variant\" content=\"?1001-2000\">\n<meta name=\"variant\" content=\"?2001-last\">\n<link rel=\"stylesheet\" href=\"../include/reset.css\">\n<title>fontsize - HTML editing conformance tests</title>\n\n</head><body>\n\n<div id=\"test-container\"><p>test</p></div>\n\n\n\n\n\n\n\n\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[["fontsize","xx-large"]] "foo[bar]baz" 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("foobarbaz", "foobarbaz", "Unexpected innerHTML (after normalizing inline style)")
    at Test.<anonymous> ( /editing/include/tests.js:5679:11)
Pass[["fontsize","xx-large"]] "foo[bar]baz" queryCommandIndeterm("fontsize") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals(false, false, "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["fontsize","xx-large"]] "foo[bar]baz" queryCommandState("fontsize") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals(false, false, "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["fontsize","xx-large"]] "foo[bar]baz" queryCommandValue("fontsize") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals("3", "3", "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["fontsize","xx-large"]] "foo[bar]baz" queryCommandIndeterm("fontsize") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals(false, false, "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["fontsize","xx-large"]] "foo[bar]baz" queryCommandState("fontsize") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals(false, false, "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["fontsize","xx-large"]] "foo[bar]baz" queryCommandValue("fontsize") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals("3", "3", "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["stylewithcss","true"],["fontsize"," 1 "]] "foo[bar]baz": 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"],["fontsize"," 1 "]] "foo[bar]baz": execCommand("fontsize", false, " 1 ") 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"],["fontsize"," 1 "]] "foo[bar]baz" 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<meta name=\"variant\" content=\"?1-1000\">\n<meta name=\"variant\" content=\"?1001-2000\">\n<meta name=\"variant\" content=\"?2001-last\">\n<link rel=\"stylesheet\" href=\"../include/reset.css\">\n<title>fontsize - HTML editing conformance tests</title>\n\n</head><body>\n\n<div id=\"test-container\"><p>test</p></div>\n\n\n\n\n\n\n\n\n</body>", "<head><meta charset=\"utf-8\">\n<meta name=\"timeout\" content=\"long\">\n<meta name=\"variant\" content=\"?1-1000\">\n<meta name=\"variant\" content=\"?1001-2000\">\n<meta name=\"variant\" content=\"?2001-last\">\n<link rel=\"stylesheet\" href=\"../include/reset.css\">\n<title>fontsize - HTML editing conformance tests</title>\n\n</head><body>\n\n<div id=\"test-container\"><p>test</p></div>\n\n\n\n\n\n\n\n\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"],["fontsize"," 1 "]] "foo[bar]baz" 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("foo<span style=\"font-size:x-small\">bar</span>baz", "foo<span style=\"font-size:x-small\">bar</span>baz", "Unexpected innerHTML (after normalizing inline style)")
    at Test.<anonymous> ( /editing/include/tests.js:5679:11)
Pass[["stylewithcss","true"],["fontsize"," 1 "]] "foo[bar]baz" 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","true"],["fontsize"," 1 "]] "foo[bar]baz" 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(false, false, "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["stylewithcss","true"],["fontsize"," 1 "]] "foo[bar]baz" 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"],["fontsize"," 1 "]] "foo[bar]baz" 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"],["fontsize"," 1 "]] "foo[bar]baz" 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"],["fontsize"," 1 "]] "foo[bar]baz" 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"],["fontsize"," 1 "]] "foo[bar]baz" queryCommandIndeterm("fontsize") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /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"],["fontsize"," 1 "]] "foo[bar]baz" queryCommandState("fontsize") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /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"],["fontsize"," 1 "]] "foo[bar]baz" queryCommandValue("fontsize") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals("3", "3", "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["stylewithcss","true"],["fontsize"," 1 "]] "foo[bar]baz" queryCommandIndeterm("fontsize") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /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"],["fontsize"," 1 "]] "foo[bar]baz" queryCommandState("fontsize") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /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"],["fontsize"," 1 "]] "foo[bar]baz" queryCommandValue("fontsize") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals("1", "1", "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["stylewithcss","false"],["fontsize"," 1 "]] "foo[bar]baz": 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"],["fontsize"," 1 "]] "foo[bar]baz": execCommand("fontsize", false, " 1 ") 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"],["fontsize"," 1 "]] "foo[bar]baz" 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<meta name=\"variant\" content=\"?1-1000\">\n<meta name=\"variant\" content=\"?1001-2000\">\n<meta name=\"variant\" content=\"?2001-last\">\n<link rel=\"stylesheet\" href=\"../include/reset.css\">\n<title>fontsize - HTML editing conformance tests</title>\n\n</head><body>\n\n<div id=\"test-container\"><p>test</p></div>\n\n\n\n\n\n\n\n\n</body>", "<head><meta charset=\"utf-8\">\n<meta name=\"timeout\" content=\"long\">\n<meta name=\"variant\" content=\"?1-1000\">\n<meta name=\"variant\" content=\"?1001-2000\">\n<meta name=\"variant\" content=\"?2001-last\">\n<link rel=\"stylesheet\" href=\"../include/reset.css\">\n<title>fontsize - HTML editing conformance tests</title>\n\n</head><body>\n\n<div id=\"test-container\"><p>test</p></div>\n\n\n\n\n\n\n\n\n</body>", "Everything outside the editable div must be unchanged, but some change did occur")
    at Test.<anonymous> ( /editing/include/tests.js:5663:9)
Pass[["stylewithcss","false"],["fontsize"," 1 "]] "foo[bar]baz" 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("foo<font size=\"1\">bar</font>baz", "foo<font size=\"1\">bar</font>baz", "Unexpected innerHTML (after normalizing inline style)")
    at Test.<anonymous> ( /editing/include/tests.js:5679:11)
Pass[["stylewithcss","false"],["fontsize"," 1 "]] "foo[bar]baz" 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"],["fontsize"," 1 "]] "foo[bar]baz" 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"],["fontsize"," 1 "]] "foo[bar]baz" 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"],["fontsize"," 1 "]] "foo[bar]baz" 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"],["fontsize"," 1 "]] "foo[bar]baz" 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"],["fontsize"," 1 "]] "foo[bar]baz" 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"],["fontsize"," 1 "]] "foo[bar]baz" queryCommandIndeterm("fontsize") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /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"],["fontsize"," 1 "]] "foo[bar]baz" queryCommandState("fontsize") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /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"],["fontsize"," 1 "]] "foo[bar]baz" queryCommandValue("fontsize") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals("3", "3", "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["stylewithcss","false"],["fontsize"," 1 "]] "foo[bar]baz" queryCommandIndeterm("fontsize") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /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"],["fontsize"," 1 "]] "foo[bar]baz" queryCommandState("fontsize") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /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"],["fontsize"," 1 "]] "foo[bar]baz" queryCommandValue("fontsize") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals("1", "1", "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Fail[["fontsize","1."]] "foo[bar]baz": execCommand("fontsize", false, "1.") return valueassert_equals: expected false but got true
    at Test.<anonymous> (https://xn--n8j6ds53lwwkrqhv28a.wpt.live/editing/include/tests.js:5613:13)
    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:5610:9)
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5611:13)
Fail
assert_equals(true, false)
    at Test.<anonymous> ( /editing/include/tests.js:5613:13)
Pass[["fontsize","1."]] "foo[bar]baz" 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<meta name=\"variant\" content=\"?1-1000\">\n<meta name=\"variant\" content=\"?1001-2000\">\n<meta name=\"variant\" content=\"?2001-last\">\n<link rel=\"stylesheet\" href=\"../include/reset.css\">\n<title>fontsize - HTML editing conformance tests</title>\n\n</head><body>\n\n<div id=\"test-container\"><p>test</p></div>\n\n\n\n\n\n\n\n\n</body>", "<head><meta charset=\"utf-8\">\n<meta name=\"timeout\" content=\"long\">\n<meta name=\"variant\" content=\"?1-1000\">\n<meta name=\"variant\" content=\"?1001-2000\">\n<meta name=\"variant\" content=\"?2001-last\">\n<link rel=\"stylesheet\" href=\"../include/reset.css\">\n<title>fontsize - HTML editing conformance tests</title>\n\n</head><body>\n\n<div id=\"test-container\"><p>test</p></div>\n\n\n\n\n\n\n\n\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[["fontsize","1."]] "foo[bar]baz" compare innerHTMLassert_equals: Unexpected innerHTML (after normalizing inline style) expected "foobarbaz" but got "foo<font size=\"1\">bar</font>baz"
    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("foo<font size=\"1\">bar</font>baz", "foobarbaz", "Unexpected innerHTML (after normalizing inline style)")
    at Test.<anonymous> ( /editing/include/tests.js:5679:11)
Pass[["fontsize","1."]] "foo[bar]baz" queryCommandIndeterm("fontsize") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals(false, false, "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["fontsize","1."]] "foo[bar]baz" queryCommandState("fontsize") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals(false, false, "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["fontsize","1."]] "foo[bar]baz" queryCommandValue("fontsize") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals("3", "3", "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["fontsize","1."]] "foo[bar]baz" queryCommandIndeterm("fontsize") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals(false, false, "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["fontsize","1."]] "foo[bar]baz" queryCommandState("fontsize") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<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[["fontsize","1."]] "foo[bar]baz" queryCommandValue("fontsize") afterassert_equals: Wrong result returned expected "3" but got "1"
    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("1", "3", "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["stylewithcss","true"],["fontsize","1.0"]] "foo[bar]baz": 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"],["fontsize","1.0"]] "foo[bar]baz": execCommand("fontsize", false, "1.0") 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"],["fontsize","1.0"]] "foo[bar]baz" 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<meta name=\"variant\" content=\"?1-1000\">\n<meta name=\"variant\" content=\"?1001-2000\">\n<meta name=\"variant\" content=\"?2001-last\">\n<link rel=\"stylesheet\" href=\"../include/reset.css\">\n<title>fontsize - HTML editing conformance tests</title>\n\n</head><body>\n\n<div id=\"test-container\"><p>test</p></div>\n\n\n\n\n\n\n\n\n</body>", "<head><meta charset=\"utf-8\">\n<meta name=\"timeout\" content=\"long\">\n<meta name=\"variant\" content=\"?1-1000\">\n<meta name=\"variant\" content=\"?1001-2000\">\n<meta name=\"variant\" content=\"?2001-last\">\n<link rel=\"stylesheet\" href=\"../include/reset.css\">\n<title>fontsize - HTML editing conformance tests</title>\n\n</head><body>\n\n<div id=\"test-container\"><p>test</p></div>\n\n\n\n\n\n\n\n\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"],["fontsize","1.0"]] "foo[bar]baz" 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("foo<span style=\"font-size:x-small\">bar</span>baz", "foo<span style=\"font-size:x-small\">bar</span>baz", "Unexpected innerHTML (after normalizing inline style)")
    at Test.<anonymous> ( /editing/include/tests.js:5679:11)
Pass[["stylewithcss","true"],["fontsize","1.0"]] "foo[bar]baz" 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","true"],["fontsize","1.0"]] "foo[bar]baz" 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(false, false, "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["stylewithcss","true"],["fontsize","1.0"]] "foo[bar]baz" 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"],["fontsize","1.0"]] "foo[bar]baz" 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"],["fontsize","1.0"]] "foo[bar]baz" 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"],["fontsize","1.0"]] "foo[bar]baz" 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"],["fontsize","1.0"]] "foo[bar]baz" queryCommandIndeterm("fontsize") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /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"],["fontsize","1.0"]] "foo[bar]baz" queryCommandState("fontsize") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /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"],["fontsize","1.0"]] "foo[bar]baz" queryCommandValue("fontsize") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals("3", "3", "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["stylewithcss","true"],["fontsize","1.0"]] "foo[bar]baz" queryCommandIndeterm("fontsize") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /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"],["fontsize","1.0"]] "foo[bar]baz" queryCommandState("fontsize") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /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"],["fontsize","1.0"]] "foo[bar]baz" queryCommandValue("fontsize") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals("1", "1", "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["stylewithcss","false"],["fontsize","1.0"]] "foo[bar]baz": 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"],["fontsize","1.0"]] "foo[bar]baz": execCommand("fontsize", false, "1.0") 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"],["fontsize","1.0"]] "foo[bar]baz" 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<meta name=\"variant\" content=\"?1-1000\">\n<meta name=\"variant\" content=\"?1001-2000\">\n<meta name=\"variant\" content=\"?2001-last\">\n<link rel=\"stylesheet\" href=\"../include/reset.css\">\n<title>fontsize - HTML editing conformance tests</title>\n\n</head><body>\n\n<div id=\"test-container\"><p>test</p></div>\n\n\n\n\n\n\n\n\n</body>", "<head><meta charset=\"utf-8\">\n<meta name=\"timeout\" content=\"long\">\n<meta name=\"variant\" content=\"?1-1000\">\n<meta name=\"variant\" content=\"?1001-2000\">\n<meta name=\"variant\" content=\"?2001-last\">\n<link rel=\"stylesheet\" href=\"../include/reset.css\">\n<title>fontsize - HTML editing conformance tests</title>\n\n</head><body>\n\n<div id=\"test-container\"><p>test</p></div>\n\n\n\n\n\n\n\n\n</body>", "Everything outside the editable div must be unchanged, but some change did occur")
    at Test.<anonymous> ( /editing/include/tests.js:5663:9)
Pass[["stylewithcss","false"],["fontsize","1.0"]] "foo[bar]baz" 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("foo<font size=\"1\">bar</font>baz", "foo<font size=\"1\">bar</font>baz", "Unexpected innerHTML (after normalizing inline style)")
    at Test.<anonymous> ( /editing/include/tests.js:5679:11)
Pass[["stylewithcss","false"],["fontsize","1.0"]] "foo[bar]baz" 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"],["fontsize","1.0"]] "foo[bar]baz" 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"],["fontsize","1.0"]] "foo[bar]baz" 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"],["fontsize","1.0"]] "foo[bar]baz" 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"],["fontsize","1.0"]] "foo[bar]baz" 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"],["fontsize","1.0"]] "foo[bar]baz" 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"],["fontsize","1.0"]] "foo[bar]baz" queryCommandIndeterm("fontsize") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /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"],["fontsize","1.0"]] "foo[bar]baz" queryCommandState("fontsize") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /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"],["fontsize","1.0"]] "foo[bar]baz" queryCommandValue("fontsize") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals("3", "3", "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["stylewithcss","false"],["fontsize","1.0"]] "foo[bar]baz" queryCommandIndeterm("fontsize") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /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"],["fontsize","1.0"]] "foo[bar]baz" queryCommandState("fontsize") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /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"],["fontsize","1.0"]] "foo[bar]baz" queryCommandValue("fontsize") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals("1", "1", "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["stylewithcss","true"],["fontsize","1.0e2"]] "foo[bar]baz": 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"],["fontsize","1.0e2"]] "foo[bar]baz": execCommand("fontsize", false, "1.0e2") 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"],["fontsize","1.0e2"]] "foo[bar]baz" 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<meta name=\"variant\" content=\"?1-1000\">\n<meta name=\"variant\" content=\"?1001-2000\">\n<meta name=\"variant\" content=\"?2001-last\">\n<link rel=\"stylesheet\" href=\"../include/reset.css\">\n<title>fontsize - HTML editing conformance tests</title>\n\n</head><body>\n\n<div id=\"test-container\"><p>test</p></div>\n\n\n\n\n\n\n\n\n</body>", "<head><meta charset=\"utf-8\">\n<meta name=\"timeout\" content=\"long\">\n<meta name=\"variant\" content=\"?1-1000\">\n<meta name=\"variant\" content=\"?1001-2000\">\n<meta name=\"variant\" content=\"?2001-last\">\n<link rel=\"stylesheet\" href=\"../include/reset.css\">\n<title>fontsize - HTML editing conformance tests</title>\n\n</head><body>\n\n<div id=\"test-container\"><p>test</p></div>\n\n\n\n\n\n\n\n\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"],["fontsize","1.0e2"]] "foo[bar]baz" 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("foo<span style=\"font-size:x-small\">bar</span>baz", "foo<span style=\"font-size:x-small\">bar</span>baz", "Unexpected innerHTML (after normalizing inline style)")
    at Test.<anonymous> ( /editing/include/tests.js:5679:11)
Pass[["stylewithcss","true"],["fontsize","1.0e2"]] "foo[bar]baz" 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","true"],["fontsize","1.0e2"]] "foo[bar]baz" 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(false, false, "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["stylewithcss","true"],["fontsize","1.0e2"]] "foo[bar]baz" 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"],["fontsize","1.0e2"]] "foo[bar]baz" 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"],["fontsize","1.0e2"]] "foo[bar]baz" 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"],["fontsize","1.0e2"]] "foo[bar]baz" 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"],["fontsize","1.0e2"]] "foo[bar]baz" queryCommandIndeterm("fontsize") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /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"],["fontsize","1.0e2"]] "foo[bar]baz" queryCommandState("fontsize") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /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"],["fontsize","1.0e2"]] "foo[bar]baz" queryCommandValue("fontsize") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals("3", "3", "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["stylewithcss","true"],["fontsize","1.0e2"]] "foo[bar]baz" queryCommandIndeterm("fontsize") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /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"],["fontsize","1.0e2"]] "foo[bar]baz" queryCommandState("fontsize") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /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"],["fontsize","1.0e2"]] "foo[bar]baz" queryCommandValue("fontsize") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals("1", "1", "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["stylewithcss","false"],["fontsize","1.0e2"]] "foo[bar]baz": 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"],["fontsize","1.0e2"]] "foo[bar]baz": execCommand("fontsize", false, "1.0e2") 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"],["fontsize","1.0e2"]] "foo[bar]baz" 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<meta name=\"variant\" content=\"?1-1000\">\n<meta name=\"variant\" content=\"?1001-2000\">\n<meta name=\"variant\" content=\"?2001-last\">\n<link rel=\"stylesheet\" href=\"../include/reset.css\">\n<title>fontsize - HTML editing conformance tests</title>\n\n</head><body>\n\n<div id=\"test-container\"><p>test</p></div>\n\n\n\n\n\n\n\n\n</body>", "<head><meta charset=\"utf-8\">\n<meta name=\"timeout\" content=\"long\">\n<meta name=\"variant\" content=\"?1-1000\">\n<meta name=\"variant\" content=\"?1001-2000\">\n<meta name=\"variant\" content=\"?2001-last\">\n<link rel=\"stylesheet\" href=\"../include/reset.css\">\n<title>fontsize - HTML editing conformance tests</title>\n\n</head><body>\n\n<div id=\"test-container\"><p>test</p></div>\n\n\n\n\n\n\n\n\n</body>", "Everything outside the editable div must be unchanged, but some change did occur")
    at Test.<anonymous> ( /editing/include/tests.js:5663:9)
Pass[["stylewithcss","false"],["fontsize","1.0e2"]] "foo[bar]baz" 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("foo<font size=\"1\">bar</font>baz", "foo<font size=\"1\">bar</font>baz", "Unexpected innerHTML (after normalizing inline style)")
    at Test.<anonymous> ( /editing/include/tests.js:5679:11)
Pass[["stylewithcss","false"],["fontsize","1.0e2"]] "foo[bar]baz" 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"],["fontsize","1.0e2"]] "foo[bar]baz" 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"],["fontsize","1.0e2"]] "foo[bar]baz" 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"],["fontsize","1.0e2"]] "foo[bar]baz" 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"],["fontsize","1.0e2"]] "foo[bar]baz" 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"],["fontsize","1.0e2"]] "foo[bar]baz" 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"],["fontsize","1.0e2"]] "foo[bar]baz" queryCommandIndeterm("fontsize") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /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"],["fontsize","1.0e2"]] "foo[bar]baz" queryCommandState("fontsize") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /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"],["fontsize","1.0e2"]] "foo[bar]baz" queryCommandValue("fontsize") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals("3", "3", "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["stylewithcss","false"],["fontsize","1.0e2"]] "foo[bar]baz" queryCommandIndeterm("fontsize") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /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"],["fontsize","1.0e2"]] "foo[bar]baz" queryCommandState("fontsize") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /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"],["fontsize","1.0e2"]] "foo[bar]baz" queryCommandValue("fontsize") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals("1", "1", "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["stylewithcss","true"],["fontsize","1.1"]] "foo[bar]baz": 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"],["fontsize","1.1"]] "foo[bar]baz": execCommand("fontsize", false, "1.1") 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"],["fontsize","1.1"]] "foo[bar]baz" 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<meta name=\"variant\" content=\"?1-1000\">\n<meta name=\"variant\" content=\"?1001-2000\">\n<meta name=\"variant\" content=\"?2001-last\">\n<link rel=\"stylesheet\" href=\"../include/reset.css\">\n<title>fontsize - HTML editing conformance tests</title>\n\n</head><body>\n\n<div id=\"test-container\"><p>test</p></div>\n\n\n\n\n\n\n\n\n</body>", "<head><meta charset=\"utf-8\">\n<meta name=\"timeout\" content=\"long\">\n<meta name=\"variant\" content=\"?1-1000\">\n<meta name=\"variant\" content=\"?1001-2000\">\n<meta name=\"variant\" content=\"?2001-last\">\n<link rel=\"stylesheet\" href=\"../include/reset.css\">\n<title>fontsize - HTML editing conformance tests</title>\n\n</head><body>\n\n<div id=\"test-container\"><p>test</p></div>\n\n\n\n\n\n\n\n\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"],["fontsize","1.1"]] "foo[bar]baz" 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("foo<span style=\"font-size:x-small\">bar</span>baz", "foo<span style=\"font-size:x-small\">bar</span>baz", "Unexpected innerHTML (after normalizing inline style)")
    at Test.<anonymous> ( /editing/include/tests.js:5679:11)
Pass[["stylewithcss","true"],["fontsize","1.1"]] "foo[bar]baz" 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","true"],["fontsize","1.1"]] "foo[bar]baz" 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(false, false, "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["stylewithcss","true"],["fontsize","1.1"]] "foo[bar]baz" 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"],["fontsize","1.1"]] "foo[bar]baz" 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"],["fontsize","1.1"]] "foo[bar]baz" 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"],["fontsize","1.1"]] "foo[bar]baz" 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"],["fontsize","1.1"]] "foo[bar]baz" queryCommandIndeterm("fontsize") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /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"],["fontsize","1.1"]] "foo[bar]baz" queryCommandState("fontsize") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /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"],["fontsize","1.1"]] "foo[bar]baz" queryCommandValue("fontsize") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals("3", "3", "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["stylewithcss","true"],["fontsize","1.1"]] "foo[bar]baz" queryCommandIndeterm("fontsize") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /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"],["fontsize","1.1"]] "foo[bar]baz" queryCommandState("fontsize") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /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"],["fontsize","1.1"]] "foo[bar]baz" queryCommandValue("fontsize") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals("1", "1", "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["stylewithcss","false"],["fontsize","1.1"]] "foo[bar]baz": 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"],["fontsize","1.1"]] "foo[bar]baz": execCommand("fontsize", false, "1.1") 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"],["fontsize","1.1"]] "foo[bar]baz" 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<meta name=\"variant\" content=\"?1-1000\">\n<meta name=\"variant\" content=\"?1001-2000\">\n<meta name=\"variant\" content=\"?2001-last\">\n<link rel=\"stylesheet\" href=\"../include/reset.css\">\n<title>fontsize - HTML editing conformance tests</title>\n\n</head><body>\n\n<div id=\"test-container\"><p>test</p></div>\n\n\n\n\n\n\n\n\n</body>", "<head><meta charset=\"utf-8\">\n<meta name=\"timeout\" content=\"long\">\n<meta name=\"variant\" content=\"?1-1000\">\n<meta name=\"variant\" content=\"?1001-2000\">\n<meta name=\"variant\" content=\"?2001-last\">\n<link rel=\"stylesheet\" href=\"../include/reset.css\">\n<title>fontsize - HTML editing conformance tests</title>\n\n</head><body>\n\n<div id=\"test-container\"><p>test</p></div>\n\n\n\n\n\n\n\n\n</body>", "Everything outside the editable div must be unchanged, but some change did occur")
    at Test.<anonymous> ( /editing/include/tests.js:5663:9)
Pass[["stylewithcss","false"],["fontsize","1.1"]] "foo[bar]baz" 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("foo<font size=\"1\">bar</font>baz", "foo<font size=\"1\">bar</font>baz", "Unexpected innerHTML (after normalizing inline style)")
    at Test.<anonymous> ( /editing/include/tests.js:5679:11)
Pass[["stylewithcss","false"],["fontsize","1.1"]] "foo[bar]baz" 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"],["fontsize","1.1"]] "foo[bar]baz" 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"],["fontsize","1.1"]] "foo[bar]baz" 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"],["fontsize","1.1"]] "foo[bar]baz" 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"],["fontsize","1.1"]] "foo[bar]baz" 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"],["fontsize","1.1"]] "foo[bar]baz" 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"],["fontsize","1.1"]] "foo[bar]baz" queryCommandIndeterm("fontsize") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /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"],["fontsize","1.1"]] "foo[bar]baz" queryCommandState("fontsize") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /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"],["fontsize","1.1"]] "foo[bar]baz" queryCommandValue("fontsize") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals("3", "3", "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["stylewithcss","false"],["fontsize","1.1"]] "foo[bar]baz" queryCommandIndeterm("fontsize") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /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"],["fontsize","1.1"]] "foo[bar]baz" queryCommandState("fontsize") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /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"],["fontsize","1.1"]] "foo[bar]baz" queryCommandValue("fontsize") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals("1", "1", "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["stylewithcss","true"],["fontsize","1.9"]] "foo[bar]baz": 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"],["fontsize","1.9"]] "foo[bar]baz": execCommand("fontsize", false, "1.9") 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"],["fontsize","1.9"]] "foo[bar]baz" 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<meta name=\"variant\" content=\"?1-1000\">\n<meta name=\"variant\" content=\"?1001-2000\">\n<meta name=\"variant\" content=\"?2001-last\">\n<link rel=\"stylesheet\" href=\"../include/reset.css\">\n<title>fontsize - HTML editing conformance tests</title>\n\n</head><body>\n\n<div id=\"test-container\"><p>test</p></div>\n\n\n\n\n\n\n\n\n</body>", "<head><meta charset=\"utf-8\">\n<meta name=\"timeout\" content=\"long\">\n<meta name=\"variant\" content=\"?1-1000\">\n<meta name=\"variant\" content=\"?1001-2000\">\n<meta name=\"variant\" content=\"?2001-last\">\n<link rel=\"stylesheet\" href=\"../include/reset.css\">\n<title>fontsize - HTML editing conformance tests</title>\n\n</head><body>\n\n<div id=\"test-container\"><p>test</p></div>\n\n\n\n\n\n\n\n\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"],["fontsize","1.9"]] "foo[bar]baz" 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("foo<span style=\"font-size:x-small\">bar</span>baz", "foo<span style=\"font-size:x-small\">bar</span>baz", "Unexpected innerHTML (after normalizing inline style)")
    at Test.<anonymous> ( /editing/include/tests.js:5679:11)
Pass[["stylewithcss","true"],["fontsize","1.9"]] "foo[bar]baz" 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","true"],["fontsize","1.9"]] "foo[bar]baz" 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(false, false, "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["stylewithcss","true"],["fontsize","1.9"]] "foo[bar]baz" 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"],["fontsize","1.9"]] "foo[bar]baz" 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"],["fontsize","1.9"]] "foo[bar]baz" 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"],["fontsize","1.9"]] "foo[bar]baz" 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"],["fontsize","1.9"]] "foo[bar]baz" queryCommandIndeterm("fontsize") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /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"],["fontsize","1.9"]] "foo[bar]baz" queryCommandState("fontsize") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /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"],["fontsize","1.9"]] "foo[bar]baz" queryCommandValue("fontsize") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals("3", "3", "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["stylewithcss","true"],["fontsize","1.9"]] "foo[bar]baz" queryCommandIndeterm("fontsize") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /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"],["fontsize","1.9"]] "foo[bar]baz" queryCommandState("fontsize") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /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"],["fontsize","1.9"]] "foo[bar]baz" queryCommandValue("fontsize") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals("1", "1", "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["stylewithcss","false"],["fontsize","1.9"]] "foo[bar]baz": 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"],["fontsize","1.9"]] "foo[bar]baz": execCommand("fontsize", false, "1.9") 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"],["fontsize","1.9"]] "foo[bar]baz" 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<meta name=\"variant\" content=\"?1-1000\">\n<meta name=\"variant\" content=\"?1001-2000\">\n<meta name=\"variant\" content=\"?2001-last\">\n<link rel=\"stylesheet\" href=\"../include/reset.css\">\n<title>fontsize - HTML editing conformance tests</title>\n\n</head><body>\n\n<div id=\"test-container\"><p>test</p></div>\n\n\n\n\n\n\n\n\n</body>", "<head><meta charset=\"utf-8\">\n<meta name=\"timeout\" content=\"long\">\n<meta name=\"variant\" content=\"?1-1000\">\n<meta name=\"variant\" content=\"?1001-2000\">\n<meta name=\"variant\" content=\"?2001-last\">\n<link rel=\"stylesheet\" href=\"../include/reset.css\">\n<title>fontsize - HTML editing conformance tests</title>\n\n</head><body>\n\n<div id=\"test-container\"><p>test</p></div>\n\n\n\n\n\n\n\n\n</body>", "Everything outside the editable div must be unchanged, but some change did occur")
    at Test.<anonymous> ( /editing/include/tests.js:5663:9)
Pass[["stylewithcss","false"],["fontsize","1.9"]] "foo[bar]baz" 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("foo<font size=\"1\">bar</font>baz", "foo<font size=\"1\">bar</font>baz", "Unexpected innerHTML (after normalizing inline style)")
    at Test.<anonymous> ( /editing/include/tests.js:5679:11)
Pass[["stylewithcss","false"],["fontsize","1.9"]] "foo[bar]baz" 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"],["fontsize","1.9"]] "foo[bar]baz" 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"],["fontsize","1.9"]] "foo[bar]baz" 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"],["fontsize","1.9"]] "foo[bar]baz" 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"],["fontsize","1.9"]] "foo[bar]baz" 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"],["fontsize","1.9"]] "foo[bar]baz" 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"],["fontsize","1.9"]] "foo[bar]baz" queryCommandIndeterm("fontsize") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /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"],["fontsize","1.9"]] "foo[bar]baz" queryCommandState("fontsize") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /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"],["fontsize","1.9"]] "foo[bar]baz" queryCommandValue("fontsize") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals("3", "3", "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["stylewithcss","false"],["fontsize","1.9"]] "foo[bar]baz" queryCommandIndeterm("fontsize") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /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"],["fontsize","1.9"]] "foo[bar]baz" queryCommandState("fontsize") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /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"],["fontsize","1.9"]] "foo[bar]baz" queryCommandValue("fontsize") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals("1", "1", "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["fontsize","+0"]] "foo[bar]baz": execCommand("fontsize", false, "+0") 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[["fontsize","+0"]] "foo[bar]baz" 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<meta name=\"variant\" content=\"?1-1000\">\n<meta name=\"variant\" content=\"?1001-2000\">\n<meta name=\"variant\" content=\"?2001-last\">\n<link rel=\"stylesheet\" href=\"../include/reset.css\">\n<title>fontsize - HTML editing conformance tests</title>\n\n</head><body>\n\n<div id=\"test-container\"><p>test</p></div>\n\n\n\n\n\n\n\n\n</body>", "<head><meta charset=\"utf-8\">\n<meta name=\"timeout\" content=\"long\">\n<meta name=\"variant\" content=\"?1-1000\">\n<meta name=\"variant\" content=\"?1001-2000\">\n<meta name=\"variant\" content=\"?2001-last\">\n<link rel=\"stylesheet\" href=\"../include/reset.css\">\n<title>fontsize - HTML editing conformance tests</title>\n\n</head><body>\n\n<div id=\"test-container\"><p>test</p></div>\n\n\n\n\n\n\n\n\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[["fontsize","+0"]] "foo[bar]baz" 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("foobarbaz", "foobarbaz", "Unexpected innerHTML (after normalizing inline style)")
    at Test.<anonymous> ( /editing/include/tests.js:5679:11)
Pass[["fontsize","+0"]] "foo[bar]baz" queryCommandIndeterm("fontsize") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals(false, false, "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["fontsize","+0"]] "foo[bar]baz" queryCommandState("fontsize") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals(false, false, "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["fontsize","+0"]] "foo[bar]baz" queryCommandValue("fontsize") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals("3", "3", "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["fontsize","+0"]] "foo[bar]baz" queryCommandIndeterm("fontsize") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals(false, false, "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["fontsize","+0"]] "foo[bar]baz" queryCommandState("fontsize") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals(false, false, "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["fontsize","+0"]] "foo[bar]baz" queryCommandValue("fontsize") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals("3", "3", "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["stylewithcss","true"],["fontsize","+1"]] "foo[bar]baz": 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"],["fontsize","+1"]] "foo[bar]baz": execCommand("fontsize", false, "+1") 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"],["fontsize","+1"]] "foo[bar]baz" 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<meta name=\"variant\" content=\"?1-1000\">\n<meta name=\"variant\" content=\"?1001-2000\">\n<meta name=\"variant\" content=\"?2001-last\">\n<link rel=\"stylesheet\" href=\"../include/reset.css\">\n<title>fontsize - HTML editing conformance tests</title>\n\n</head><body>\n\n<div id=\"test-container\"><p>test</p></div>\n\n\n\n\n\n\n\n\n</body>", "<head><meta charset=\"utf-8\">\n<meta name=\"timeout\" content=\"long\">\n<meta name=\"variant\" content=\"?1-1000\">\n<meta name=\"variant\" content=\"?1001-2000\">\n<meta name=\"variant\" content=\"?2001-last\">\n<link rel=\"stylesheet\" href=\"../include/reset.css\">\n<title>fontsize - HTML editing conformance tests</title>\n\n</head><body>\n\n<div id=\"test-container\"><p>test</p></div>\n\n\n\n\n\n\n\n\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"],["fontsize","+1"]] "foo[bar]baz" 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("foo<span style=\"font-size:large\">bar</span>baz", "foo<span style=\"font-size:large\">bar</span>baz", "Unexpected innerHTML (after normalizing inline style)")
    at Test.<anonymous> ( /editing/include/tests.js:5679:11)
Pass[["stylewithcss","true"],["fontsize","+1"]] "foo[bar]baz" 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","true"],["fontsize","+1"]] "foo[bar]baz" 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(false, false, "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["stylewithcss","true"],["fontsize","+1"]] "foo[bar]baz" 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"],["fontsize","+1"]] "foo[bar]baz" 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"],["fontsize","+1"]] "foo[bar]baz" 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"],["fontsize","+1"]] "foo[bar]baz" 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"],["fontsize","+1"]] "foo[bar]baz" queryCommandIndeterm("fontsize") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /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"],["fontsize","+1"]] "foo[bar]baz" queryCommandState("fontsize") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /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"],["fontsize","+1"]] "foo[bar]baz" queryCommandValue("fontsize") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals("3", "3", "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["stylewithcss","true"],["fontsize","+1"]] "foo[bar]baz" queryCommandIndeterm("fontsize") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /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"],["fontsize","+1"]] "foo[bar]baz" queryCommandState("fontsize") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /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"],["fontsize","+1"]] "foo[bar]baz" queryCommandValue("fontsize") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals("4", "4", "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["stylewithcss","false"],["fontsize","+1"]] "foo[bar]baz": 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"],["fontsize","+1"]] "foo[bar]baz": execCommand("fontsize", false, "+1") 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"],["fontsize","+1"]] "foo[bar]baz" 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<meta name=\"variant\" content=\"?1-1000\">\n<meta name=\"variant\" content=\"?1001-2000\">\n<meta name=\"variant\" content=\"?2001-last\">\n<link rel=\"stylesheet\" href=\"../include/reset.css\">\n<title>fontsize - HTML editing conformance tests</title>\n\n</head><body>\n\n<div id=\"test-container\"><p>test</p></div>\n\n\n\n\n\n\n\n\n</body>", "<head><meta charset=\"utf-8\">\n<meta name=\"timeout\" content=\"long\">\n<meta name=\"variant\" content=\"?1-1000\">\n<meta name=\"variant\" content=\"?1001-2000\">\n<meta name=\"variant\" content=\"?2001-last\">\n<link rel=\"stylesheet\" href=\"../include/reset.css\">\n<title>fontsize - HTML editing conformance tests</title>\n\n</head><body>\n\n<div id=\"test-container\"><p>test</p></div>\n\n\n\n\n\n\n\n\n</body>", "Everything outside the editable div must be unchanged, but some change did occur")
    at Test.<anonymous> ( /editing/include/tests.js:5663:9)
Pass[["stylewithcss","false"],["fontsize","+1"]] "foo[bar]baz" 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("foo<font size=\"4\">bar</font>baz", "foo<font size=\"4\">bar</font>baz", "Unexpected innerHTML (after normalizing inline style)")
    at Test.<anonymous> ( /editing/include/tests.js:5679:11)
Pass[["stylewithcss","false"],["fontsize","+1"]] "foo[bar]baz" 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"],["fontsize","+1"]] "foo[bar]baz" 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"],["fontsize","+1"]] "foo[bar]baz" 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"],["fontsize","+1"]] "foo[bar]baz" 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"],["fontsize","+1"]] "foo[bar]baz" 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"],["fontsize","+1"]] "foo[bar]baz" 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"],["fontsize","+1"]] "foo[bar]baz" queryCommandIndeterm("fontsize") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /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"],["fontsize","+1"]] "foo[bar]baz" queryCommandState("fontsize") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /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"],["fontsize","+1"]] "foo[bar]baz" queryCommandValue("fontsize") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals("3", "3", "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["stylewithcss","false"],["fontsize","+1"]] "foo[bar]baz" queryCommandIndeterm("fontsize") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /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"],["fontsize","+1"]] "foo[bar]baz" queryCommandState("fontsize") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /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"],["fontsize","+1"]] "foo[bar]baz" queryCommandValue("fontsize") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals("4", "4", "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["stylewithcss","true"],["fontsize","+9"]] "foo[bar]baz": 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"],["fontsize","+9"]] "foo[bar]baz": execCommand("fontsize", false, "+9") 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"],["fontsize","+9"]] "foo[bar]baz" 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<meta name=\"variant\" content=\"?1-1000\">\n<meta name=\"variant\" content=\"?1001-2000\">\n<meta name=\"variant\" content=\"?2001-last\">\n<link rel=\"stylesheet\" href=\"../include/reset.css\">\n<title>fontsize - HTML editing conformance tests</title>\n\n</head><body>\n\n<div id=\"test-container\"><p>test</p></div>\n\n\n\n\n\n\n\n\n</body>", "<head><meta charset=\"utf-8\">\n<meta name=\"timeout\" content=\"long\">\n<meta name=\"variant\" content=\"?1-1000\">\n<meta name=\"variant\" content=\"?1001-2000\">\n<meta name=\"variant\" content=\"?2001-last\">\n<link rel=\"stylesheet\" href=\"../include/reset.css\">\n<title>fontsize - HTML editing conformance tests</title>\n\n</head><body>\n\n<div id=\"test-container\"><p>test</p></div>\n\n\n\n\n\n\n\n\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"],["fontsize","+9"]] "foo[bar]baz" compare innerHTMLassert_equals: Unexpected innerHTML (after normalizing inline style) expected "foo<font size=\"7\">bar</font>baz" but got "foo<span style=\"font-size:xxx-large\">bar</span>baz"
    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("foo<span style=\"font-size:xxx-large\">bar</span>baz", "foo<font size=\"7\">bar</font>baz", "Unexpected innerHTML (after normalizing inline style)")
    at Test.<anonymous> ( /editing/include/tests.js:5679:11)
Pass[["stylewithcss","true"],["fontsize","+9"]] "foo[bar]baz" 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","true"],["fontsize","+9"]] "foo[bar]baz" 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(false, false, "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["stylewithcss","true"],["fontsize","+9"]] "foo[bar]baz" 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"],["fontsize","+9"]] "foo[bar]baz" 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"],["fontsize","+9"]] "foo[bar]baz" 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"],["fontsize","+9"]] "foo[bar]baz" 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"],["fontsize","+9"]] "foo[bar]baz" queryCommandIndeterm("fontsize") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /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"],["fontsize","+9"]] "foo[bar]baz" queryCommandState("fontsize") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /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"],["fontsize","+9"]] "foo[bar]baz" queryCommandValue("fontsize") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals("3", "3", "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["stylewithcss","true"],["fontsize","+9"]] "foo[bar]baz" queryCommandIndeterm("fontsize") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /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"],["fontsize","+9"]] "foo[bar]baz" queryCommandState("fontsize") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /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"],["fontsize","+9"]] "foo[bar]baz" queryCommandValue("fontsize") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals("7", "7", "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["stylewithcss","false"],["fontsize","+9"]] "foo[bar]baz": 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"],["fontsize","+9"]] "foo[bar]baz": execCommand("fontsize", false, "+9") 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"],["fontsize","+9"]] "foo[bar]baz" 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<meta name=\"variant\" content=\"?1-1000\">\n<meta name=\"variant\" content=\"?1001-2000\">\n<meta name=\"variant\" content=\"?2001-last\">\n<link rel=\"stylesheet\" href=\"../include/reset.css\">\n<title>fontsize - HTML editing conformance tests</title>\n\n</head><body>\n\n<div id=\"test-container\"><p>test</p></div>\n\n\n\n\n\n\n\n\n</body>", "<head><meta charset=\"utf-8\">\n<meta name=\"timeout\" content=\"long\">\n<meta name=\"variant\" content=\"?1-1000\">\n<meta name=\"variant\" content=\"?1001-2000\">\n<meta name=\"variant\" content=\"?2001-last\">\n<link rel=\"stylesheet\" href=\"../include/reset.css\">\n<title>fontsize - HTML editing conformance tests</title>\n\n</head><body>\n\n<div id=\"test-container\"><p>test</p></div>\n\n\n\n\n\n\n\n\n</body>", "Everything outside the editable div must be unchanged, but some change did occur")
    at Test.<anonymous> ( /editing/include/tests.js:5663:9)
Pass[["stylewithcss","false"],["fontsize","+9"]] "foo[bar]baz" 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("foo<font size=\"7\">bar</font>baz", "foo<font size=\"7\">bar</font>baz", "Unexpected innerHTML (after normalizing inline style)")
    at Test.<anonymous> ( /editing/include/tests.js:5679:11)
Pass[["stylewithcss","false"],["fontsize","+9"]] "foo[bar]baz" 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"],["fontsize","+9"]] "foo[bar]baz" 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"],["fontsize","+9"]] "foo[bar]baz" 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"],["fontsize","+9"]] "foo[bar]baz" 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"],["fontsize","+9"]] "foo[bar]baz" 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"],["fontsize","+9"]] "foo[bar]baz" 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"],["fontsize","+9"]] "foo[bar]baz" queryCommandIndeterm("fontsize") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /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"],["fontsize","+9"]] "foo[bar]baz" queryCommandState("fontsize") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /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"],["fontsize","+9"]] "foo[bar]baz" queryCommandValue("fontsize") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals("3", "3", "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["stylewithcss","false"],["fontsize","+9"]] "foo[bar]baz" queryCommandIndeterm("fontsize") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /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"],["fontsize","+9"]] "foo[bar]baz" queryCommandState("fontsize") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /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"],["fontsize","+9"]] "foo[bar]baz" queryCommandValue("fontsize") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals("7", "7", "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["fontsize","-0"]] "foo[bar]baz": execCommand("fontsize", false, "-0") 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[["fontsize","-0"]] "foo[bar]baz" 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<meta name=\"variant\" content=\"?1-1000\">\n<meta name=\"variant\" content=\"?1001-2000\">\n<meta name=\"variant\" content=\"?2001-last\">\n<link rel=\"stylesheet\" href=\"../include/reset.css\">\n<title>fontsize - HTML editing conformance tests</title>\n\n</head><body>\n\n<div id=\"test-container\"><p>test</p></div>\n\n\n\n\n\n\n\n\n</body>", "<head><meta charset=\"utf-8\">\n<meta name=\"timeout\" content=\"long\">\n<meta name=\"variant\" content=\"?1-1000\">\n<meta name=\"variant\" content=\"?1001-2000\">\n<meta name=\"variant\" content=\"?2001-last\">\n<link rel=\"stylesheet\" href=\"../include/reset.css\">\n<title>fontsize - HTML editing conformance tests</title>\n\n</head><body>\n\n<div id=\"test-container\"><p>test</p></div>\n\n\n\n\n\n\n\n\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[["fontsize","-0"]] "foo[bar]baz" 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("foobarbaz", "foobarbaz", "Unexpected innerHTML (after normalizing inline style)")
    at Test.<anonymous> ( /editing/include/tests.js:5679:11)
Pass[["fontsize","-0"]] "foo[bar]baz" queryCommandIndeterm("fontsize") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals(false, false, "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["fontsize","-0"]] "foo[bar]baz" queryCommandState("fontsize") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals(false, false, "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["fontsize","-0"]] "foo[bar]baz" queryCommandValue("fontsize") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals("3", "3", "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["fontsize","-0"]] "foo[bar]baz" queryCommandIndeterm("fontsize") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals(false, false, "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["fontsize","-0"]] "foo[bar]baz" queryCommandState("fontsize") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals(false, false, "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["fontsize","-0"]] "foo[bar]baz" queryCommandValue("fontsize") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals("3", "3", "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["stylewithcss","true"],["fontsize","-1"]] "foo[bar]baz": 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"],["fontsize","-1"]] "foo[bar]baz": execCommand("fontsize", false, "-1") 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"],["fontsize","-1"]] "foo[bar]baz" 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<meta name=\"variant\" content=\"?1-1000\">\n<meta name=\"variant\" content=\"?1001-2000\">\n<meta name=\"variant\" content=\"?2001-last\">\n<link rel=\"stylesheet\" href=\"../include/reset.css\">\n<title>fontsize - HTML editing conformance tests</title>\n\n</head><body>\n\n<div id=\"test-container\"><p>test</p></div>\n\n\n\n\n\n\n\n\n</body>", "<head><meta charset=\"utf-8\">\n<meta name=\"timeout\" content=\"long\">\n<meta name=\"variant\" content=\"?1-1000\">\n<meta name=\"variant\" content=\"?1001-2000\">\n<meta name=\"variant\" content=\"?2001-last\">\n<link rel=\"stylesheet\" href=\"../include/reset.css\">\n<title>fontsize - HTML editing conformance tests</title>\n\n</head><body>\n\n<div id=\"test-container\"><p>test</p></div>\n\n\n\n\n\n\n\n\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"],["fontsize","-1"]] "foo[bar]baz" 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("foo<span style=\"font-size:small\">bar</span>baz", "foo<span style=\"font-size:small\">bar</span>baz", "Unexpected innerHTML (after normalizing inline style)")
    at Test.<anonymous> ( /editing/include/tests.js:5679:11)
Pass[["stylewithcss","true"],["fontsize","-1"]] "foo[bar]baz" 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","true"],["fontsize","-1"]] "foo[bar]baz" 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(false, false, "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["stylewithcss","true"],["fontsize","-1"]] "foo[bar]baz" 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"],["fontsize","-1"]] "foo[bar]baz" 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"],["fontsize","-1"]] "foo[bar]baz" 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"],["fontsize","-1"]] "foo[bar]baz" 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"],["fontsize","-1"]] "foo[bar]baz" queryCommandIndeterm("fontsize") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /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"],["fontsize","-1"]] "foo[bar]baz" queryCommandState("fontsize") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /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"],["fontsize","-1"]] "foo[bar]baz" queryCommandValue("fontsize") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals("3", "3", "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["stylewithcss","true"],["fontsize","-1"]] "foo[bar]baz" queryCommandIndeterm("fontsize") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /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"],["fontsize","-1"]] "foo[bar]baz" queryCommandState("fontsize") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /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"],["fontsize","-1"]] "foo[bar]baz" queryCommandValue("fontsize") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals("2", "2", "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["stylewithcss","false"],["fontsize","-1"]] "foo[bar]baz": 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"],["fontsize","-1"]] "foo[bar]baz": execCommand("fontsize", false, "-1") 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"],["fontsize","-1"]] "foo[bar]baz" 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<meta name=\"variant\" content=\"?1-1000\">\n<meta name=\"variant\" content=\"?1001-2000\">\n<meta name=\"variant\" content=\"?2001-last\">\n<link rel=\"stylesheet\" href=\"../include/reset.css\">\n<title>fontsize - HTML editing conformance tests</title>\n\n</head><body>\n\n<div id=\"test-container\"><p>test</p></div>\n\n\n\n\n\n\n\n\n</body>", "<head><meta charset=\"utf-8\">\n<meta name=\"timeout\" content=\"long\">\n<meta name=\"variant\" content=\"?1-1000\">\n<meta name=\"variant\" content=\"?1001-2000\">\n<meta name=\"variant\" content=\"?2001-last\">\n<link rel=\"stylesheet\" href=\"../include/reset.css\">\n<title>fontsize - HTML editing conformance tests</title>\n\n</head><body>\n\n<div id=\"test-container\"><p>test</p></div>\n\n\n\n\n\n\n\n\n</body>", "Everything outside the editable div must be unchanged, but some change did occur")
    at Test.<anonymous> ( /editing/include/tests.js:5663:9)
Pass[["stylewithcss","false"],["fontsize","-1"]] "foo[bar]baz" 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("foo<font size=\"2\">bar</font>baz", "foo<font size=\"2\">bar</font>baz", "Unexpected innerHTML (after normalizing inline style)")
    at Test.<anonymous> ( /editing/include/tests.js:5679:11)
Pass[["stylewithcss","false"],["fontsize","-1"]] "foo[bar]baz" 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"],["fontsize","-1"]] "foo[bar]baz" 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"],["fontsize","-1"]] "foo[bar]baz" 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"],["fontsize","-1"]] "foo[bar]baz" 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"],["fontsize","-1"]] "foo[bar]baz" 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"],["fontsize","-1"]] "foo[bar]baz" 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"],["fontsize","-1"]] "foo[bar]baz" queryCommandIndeterm("fontsize") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /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"],["fontsize","-1"]] "foo[bar]baz" queryCommandState("fontsize") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /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"],["fontsize","-1"]] "foo[bar]baz" queryCommandValue("fontsize") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals("3", "3", "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["stylewithcss","false"],["fontsize","-1"]] "foo[bar]baz" queryCommandIndeterm("fontsize") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /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"],["fontsize","-1"]] "foo[bar]baz" queryCommandState("fontsize") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /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"],["fontsize","-1"]] "foo[bar]baz" queryCommandValue("fontsize") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals("2", "2", "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["stylewithcss","true"],["fontsize","-9"]] "foo[bar]baz": 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"],["fontsize","-9"]] "foo[bar]baz": execCommand("fontsize", false, "-9") 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"],["fontsize","-9"]] "foo[bar]baz" 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<meta name=\"variant\" content=\"?1-1000\">\n<meta name=\"variant\" content=\"?1001-2000\">\n<meta name=\"variant\" content=\"?2001-last\">\n<link rel=\"stylesheet\" href=\"../include/reset.css\">\n<title>fontsize - HTML editing conformance tests</title>\n\n</head><body>\n\n<div id=\"test-container\"><p>test</p></div>\n\n\n\n\n\n\n\n\n</body>", "<head><meta charset=\"utf-8\">\n<meta name=\"timeout\" content=\"long\">\n<meta name=\"variant\" content=\"?1-1000\">\n<meta name=\"variant\" content=\"?1001-2000\">\n<meta name=\"variant\" content=\"?2001-last\">\n<link rel=\"stylesheet\" href=\"../include/reset.css\">\n<title>fontsize - HTML editing conformance tests</title>\n\n</head><body>\n\n<div id=\"test-container\"><p>test</p></div>\n\n\n\n\n\n\n\n\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"],["fontsize","-9"]] "foo[bar]baz" 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("foo<span style=\"font-size:x-small\">bar</span>baz", "foo<span style=\"font-size:x-small\">bar</span>baz", "Unexpected innerHTML (after normalizing inline style)")
    at Test.<anonymous> ( /editing/include/tests.js:5679:11)
Pass[["stylewithcss","true"],["fontsize","-9"]] "foo[bar]baz" 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","true"],["fontsize","-9"]] "foo[bar]baz" 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(false, false, "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["stylewithcss","true"],["fontsize","-9"]] "foo[bar]baz" 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"],["fontsize","-9"]] "foo[bar]baz" 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"],["fontsize","-9"]] "foo[bar]baz" 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"],["fontsize","-9"]] "foo[bar]baz" 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"],["fontsize","-9"]] "foo[bar]baz" queryCommandIndeterm("fontsize") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /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"],["fontsize","-9"]] "foo[bar]baz" queryCommandState("fontsize") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /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"],["fontsize","-9"]] "foo[bar]baz" queryCommandValue("fontsize") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals("3", "3", "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["stylewithcss","true"],["fontsize","-9"]] "foo[bar]baz" queryCommandIndeterm("fontsize") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /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"],["fontsize","-9"]] "foo[bar]baz" queryCommandState("fontsize") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /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"],["fontsize","-9"]] "foo[bar]baz" queryCommandValue("fontsize") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals("1", "1", "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["stylewithcss","false"],["fontsize","-9"]] "foo[bar]baz": 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"],["fontsize","-9"]] "foo[bar]baz": execCommand("fontsize", false, "-9") 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"],["fontsize","-9"]] "foo[bar]baz" 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<meta name=\"variant\" content=\"?1-1000\">\n<meta name=\"variant\" content=\"?1001-2000\">\n<meta name=\"variant\" content=\"?2001-last\">\n<link rel=\"stylesheet\" href=\"../include/reset.css\">\n<title>fontsize - HTML editing conformance tests</title>\n\n</head><body>\n\n<div id=\"test-container\"><p>test</p></div>\n\n\n\n\n\n\n\n\n</body>", "<head><meta charset=\"utf-8\">\n<meta name=\"timeout\" content=\"long\">\n<meta name=\"variant\" content=\"?1-1000\">\n<meta name=\"variant\" content=\"?1001-2000\">\n<meta name=\"variant\" content=\"?2001-last\">\n<link rel=\"stylesheet\" href=\"../include/reset.css\">\n<title>fontsize - HTML editing conformance tests</title>\n\n</head><body>\n\n<div id=\"test-container\"><p>test</p></div>\n\n\n\n\n\n\n\n\n</body>", "Everything outside the editable div must be unchanged, but some change did occur")
    at Test.<anonymous> ( /editing/include/tests.js:5663:9)
Pass[["stylewithcss","false"],["fontsize","-9"]] "foo[bar]baz" 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("foo<font size=\"1\">bar</font>baz", "foo<font size=\"1\">bar</font>baz", "Unexpected innerHTML (after normalizing inline style)")
    at Test.<anonymous> ( /editing/include/tests.js:5679:11)
Pass[["stylewithcss","false"],["fontsize","-9"]] "foo[bar]baz" 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"],["fontsize","-9"]] "foo[bar]baz" 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"],["fontsize","-9"]] "foo[bar]baz" 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"],["fontsize","-9"]] "foo[bar]baz" 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"],["fontsize","-9"]] "foo[bar]baz" 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"],["fontsize","-9"]] "foo[bar]baz" 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"],["fontsize","-9"]] "foo[bar]baz" queryCommandIndeterm("fontsize") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /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"],["fontsize","-9"]] "foo[bar]baz" queryCommandState("fontsize") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /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"],["fontsize","-9"]] "foo[bar]baz" queryCommandValue("fontsize") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals("3", "3", "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["stylewithcss","false"],["fontsize","-9"]] "foo[bar]baz" queryCommandIndeterm("fontsize") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /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"],["fontsize","-9"]] "foo[bar]baz" queryCommandState("fontsize") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /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"],["fontsize","-9"]] "foo[bar]baz" queryCommandValue("fontsize") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals("1", "1", "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["fontsize",""]] "foo[bar]baz": execCommand("fontsize", 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(false, false)
    at Test.<anonymous> ( /editing/include/tests.js:5613:13)
Pass[["fontsize",""]] "foo[bar]baz" 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<meta name=\"variant\" content=\"?1-1000\">\n<meta name=\"variant\" content=\"?1001-2000\">\n<meta name=\"variant\" content=\"?2001-last\">\n<link rel=\"stylesheet\" href=\"../include/reset.css\">\n<title>fontsize - HTML editing conformance tests</title>\n\n</head><body>\n\n<div id=\"test-container\"><p>test</p></div>\n\n\n\n\n\n\n\n\n</body>", "<head><meta charset=\"utf-8\">\n<meta name=\"timeout\" content=\"long\">\n<meta name=\"variant\" content=\"?1-1000\">\n<meta name=\"variant\" content=\"?1001-2000\">\n<meta name=\"variant\" content=\"?2001-last\">\n<link rel=\"stylesheet\" href=\"../include/reset.css\">\n<title>fontsize - HTML editing conformance tests</title>\n\n</head><body>\n\n<div id=\"test-container\"><p>test</p></div>\n\n\n\n\n\n\n\n\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[["fontsize",""]] "foo[bar]baz" 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("foobarbaz", "foobarbaz", "Unexpected innerHTML (after normalizing inline style)")
    at Test.<anonymous> ( /editing/include/tests.js:5679:11)
Pass[["fontsize",""]] "foo[bar]baz" queryCommandIndeterm("fontsize") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals(false, false, "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["fontsize",""]] "foo[bar]baz" queryCommandState("fontsize") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals(false, false, "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["fontsize",""]] "foo[bar]baz" queryCommandValue("fontsize") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals("3", "3", "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["fontsize",""]] "foo[bar]baz" queryCommandIndeterm("fontsize") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals(false, false, "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["fontsize",""]] "foo[bar]baz" queryCommandState("fontsize") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals(false, false, "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["fontsize",""]] "foo[bar]baz" queryCommandValue("fontsize") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals("3", "3", "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["stylewithcss","true"],["fontsize","4"]] "<table><tbody><tr><td>foo<td>b[a]r<td>baz</table>": 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"],["fontsize","4"]] "<table><tbody><tr><td>foo<td>b[a]r<td>baz</table>": execCommand("fontsize", false, "4") 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"],["fontsize","4"]] "<table><tbody><tr><td>foo<td>b[a]r<td>baz</table>" 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<meta name=\"variant\" content=\"?1-1000\">\n<meta name=\"variant\" content=\"?1001-2000\">\n<meta name=\"variant\" content=\"?2001-last\">\n<link rel=\"stylesheet\" href=\"../include/reset.css\">\n<title>fontsize - HTML editing conformance tests</title>\n\n</head><body>\n\n<div id=\"test-container\"><p>test</p></div>\n\n\n\n\n\n\n\n\n</body>", "<head><meta charset=\"utf-8\">\n<meta name=\"timeout\" content=\"long\">\n<meta name=\"variant\" content=\"?1-1000\">\n<meta name=\"variant\" content=\"?1001-2000\">\n<meta name=\"variant\" content=\"?2001-last\">\n<link rel=\"stylesheet\" href=\"../include/reset.css\">\n<title>fontsize - HTML editing conformance tests</title>\n\n</head><body>\n\n<div id=\"test-container\"><p>test</p></div>\n\n\n\n\n\n\n\n\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"],["fontsize","4"]] "<table><tbody><tr><td>foo<td>b[a]r<td>baz</table>" 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("<table><tbody><tr><td>foo</td><td>b<span style=\"font-size:large\">a</span>r</td><td>baz</td></tr></tbody></table>", "<table><tbody><tr><td>foo</td><td>b<span style=\"font-size:large\">a</span>r</td><td>baz</td></tr></tbody></table>", "Unexpected innerHTML (after normalizing inline style)")
    at Test.<anonymous> ( /editing/include/tests.js:5679:11)
Pass[["stylewithcss","true"],["fontsize","4"]] "<table><tbody><tr><td>foo<td>b[a]r<td>baz</table>" 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","true"],["fontsize","4"]] "<table><tbody><tr><td>foo<td>b[a]r<td>baz</table>" 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(false, false, "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["stylewithcss","true"],["fontsize","4"]] "<table><tbody><tr><td>foo<td>b[a]r<td>baz</table>" 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"],["fontsize","4"]] "<table><tbody><tr><td>foo<td>b[a]r<td>baz</table>" 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"],["fontsize","4"]] "<table><tbody><tr><td>foo<td>b[a]r<td>baz</table>" 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"],["fontsize","4"]] "<table><tbody><tr><td>foo<td>b[a]r<td>baz</table>" 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"],["fontsize","4"]] "<table><tbody><tr><td>foo<td>b[a]r<td>baz</table>" queryCommandIndeterm("fontsize") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /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"],["fontsize","4"]] "<table><tbody><tr><td>foo<td>b[a]r<td>baz</table>" queryCommandState("fontsize") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /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"],["fontsize","4"]] "<table><tbody><tr><td>foo<td>b[a]r<td>baz</table>" queryCommandValue("fontsize") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals("3", "3", "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["stylewithcss","true"],["fontsize","4"]] "<table><tbody><tr><td>foo<td>b[a]r<td>baz</table>" queryCommandIndeterm("fontsize") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /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"],["fontsize","4"]] "<table><tbody><tr><td>foo<td>b[a]r<td>baz</table>" queryCommandState("fontsize") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /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"],["fontsize","4"]] "<table><tbody><tr><td>foo<td>b[a]r<td>baz</table>" queryCommandValue("fontsize") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals("4", "4", "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["stylewithcss","false"],["fontsize","4"]] "<table><tbody><tr><td>foo<td>b[a]r<td>baz</table>": 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"],["fontsize","4"]] "<table><tbody><tr><td>foo<td>b[a]r<td>baz</table>": execCommand("fontsize", false, "4") 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"],["fontsize","4"]] "<table><tbody><tr><td>foo<td>b[a]r<td>baz</table>" 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<meta name=\"variant\" content=\"?1-1000\">\n<meta name=\"variant\" content=\"?1001-2000\">\n<meta name=\"variant\" content=\"?2001-last\">\n<link rel=\"stylesheet\" href=\"../include/reset.css\">\n<title>fontsize - HTML editing conformance tests</title>\n\n</head><body>\n\n<div id=\"test-container\"><p>test</p></div>\n\n\n\n\n\n\n\n\n</body>", "<head><meta charset=\"utf-8\">\n<meta name=\"timeout\" content=\"long\">\n<meta name=\"variant\" content=\"?1-1000\">\n<meta name=\"variant\" content=\"?1001-2000\">\n<meta name=\"variant\" content=\"?2001-last\">\n<link rel=\"stylesheet\" href=\"../include/reset.css\">\n<title>fontsize - HTML editing conformance tests</title>\n\n</head><body>\n\n<div id=\"test-container\"><p>test</p></div>\n\n\n\n\n\n\n\n\n</body>", "Everything outside the editable div must be unchanged, but some change did occur")
    at Test.<anonymous> ( /editing/include/tests.js:5663:9)
Pass[["stylewithcss","false"],["fontsize","4"]] "<table><tbody><tr><td>foo<td>b[a]r<td>baz</table>" 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("<table><tbody><tr><td>foo</td><td>b<font size=\"4\">a</font>r</td><td>baz</td></tr></tbody></table>", "<table><tbody><tr><td>foo</td><td>b<font size=\"4\">a</font>r</td><td>baz</td></tr></tbody></table>", "Unexpected innerHTML (after normalizing inline style)")
    at Test.<anonymous> ( /editing/include/tests.js:5679:11)
Pass[["stylewithcss","false"],["fontsize","4"]] "<table><tbody><tr><td>foo<td>b[a]r<td>baz</table>" 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"],["fontsize","4"]] "<table><tbody><tr><td>foo<td>b[a]r<td>baz</table>" 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"],["fontsize","4"]] "<table><tbody><tr><td>foo<td>b[a]r<td>baz</table>" 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"],["fontsize","4"]] "<table><tbody><tr><td>foo<td>b[a]r<td>baz</table>" 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"],["fontsize","4"]] "<table><tbody><tr><td>foo<td>b[a]r<td>baz</table>" 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"],["fontsize","4"]] "<table><tbody><tr><td>foo<td>b[a]r<td>baz</table>" 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"],["fontsize","4"]] "<table><tbody><tr><td>foo<td>b[a]r<td>baz</table>" queryCommandIndeterm("fontsize") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /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"],["fontsize","4"]] "<table><tbody><tr><td>foo<td>b[a]r<td>baz</table>" queryCommandState("fontsize") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /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"],["fontsize","4"]] "<table><tbody><tr><td>foo<td>b[a]r<td>baz</table>" queryCommandValue("fontsize") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals("3", "3", "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["stylewithcss","false"],["fontsize","4"]] "<table><tbody><tr><td>foo<td>b[a]r<td>baz</table>" queryCommandIndeterm("fontsize") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /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"],["fontsize","4"]] "<table><tbody><tr><td>foo<td>b[a]r<td>baz</table>" queryCommandState("fontsize") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /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"],["fontsize","4"]] "<table><tbody><tr><td>foo<td>b[a]r<td>baz</table>" queryCommandValue("fontsize") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals("4", "4", "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["stylewithcss","true"],["fontsize","4"]] "<table><tbody><tr data-start=1 data-end=2><td>foo<td>bar<td>baz</table>": 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"],["fontsize","4"]] "<table><tbody><tr data-start=1 data-end=2><td>foo<td>bar<td>baz</table>": execCommand("fontsize", false, "4") 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"],["fontsize","4"]] "<table><tbody><tr data-start=1 data-end=2><td>foo<td>bar<td>baz</table>" 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<meta name=\"variant\" content=\"?1-1000\">\n<meta name=\"variant\" content=\"?1001-2000\">\n<meta name=\"variant\" content=\"?2001-last\">\n<link rel=\"stylesheet\" href=\"../include/reset.css\">\n<title>fontsize - HTML editing conformance tests</title>\n\n</head><body>\n\n<div id=\"test-container\"><p>test</p></div>\n\n\n\n\n\n\n\n\n</body>", "<head><meta charset=\"utf-8\">\n<meta name=\"timeout\" content=\"long\">\n<meta name=\"variant\" content=\"?1-1000\">\n<meta name=\"variant\" content=\"?1001-2000\">\n<meta name=\"variant\" content=\"?2001-last\">\n<link rel=\"stylesheet\" href=\"../include/reset.css\">\n<title>fontsize - HTML editing conformance tests</title>\n\n</head><body>\n\n<div id=\"test-container\"><p>test</p></div>\n\n\n\n\n\n\n\n\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"],["fontsize","4"]] "<table><tbody><tr data-start=1 data-end=2><td>foo<td>bar<td>baz</table>" 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("<table><tbody><tr><td>foo</td><td><span style=\"font-size:large\">bar</span></td><td>baz</td></tr></tbody></table>", "<table><tbody><tr><td>foo</td><td><span style=\"font-size:large\">bar</span></td><td>baz</td></tr></tbody></table>", "Unexpected innerHTML (after normalizing inline style)")
    at Test.<anonymous> ( /editing/include/tests.js:5679:11)
Pass[["stylewithcss","true"],["fontsize","4"]] "<table><tbody><tr data-start=1 data-end=2><td>foo<td>bar<td>baz</table>" 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","true"],["fontsize","4"]] "<table><tbody><tr data-start=1 data-end=2><td>foo<td>bar<td>baz</table>" 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(false, false, "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["stylewithcss","true"],["fontsize","4"]] "<table><tbody><tr data-start=1 data-end=2><td>foo<td>bar<td>baz</table>" 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"],["fontsize","4"]] "<table><tbody><tr data-start=1 data-end=2><td>foo<td>bar<td>baz</table>" 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"],["fontsize","4"]] "<table><tbody><tr data-start=1 data-end=2><td>foo<td>bar<td>baz</table>" 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"],["fontsize","4"]] "<table><tbody><tr data-start=1 data-end=2><td>foo<td>bar<td>baz</table>" 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"],["fontsize","4"]] "<table><tbody><tr data-start=1 data-end=2><td>foo<td>bar<td>baz</table>" queryCommandIndeterm("fontsize") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /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"],["fontsize","4"]] "<table><tbody><tr data-start=1 data-end=2><td>foo<td>bar<td>baz</table>" queryCommandState("fontsize") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /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"],["fontsize","4"]] "<table><tbody><tr data-start=1 data-end=2><td>foo<td>bar<td>baz</table>" queryCommandValue("fontsize") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals("3", "3", "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["stylewithcss","true"],["fontsize","4"]] "<table><tbody><tr data-start=1 data-end=2><td>foo<td>bar<td>baz</table>" queryCommandIndeterm("fontsize") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /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"],["fontsize","4"]] "<table><tbody><tr data-start=1 data-end=2><td>foo<td>bar<td>baz</table>" queryCommandState("fontsize") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /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"],["fontsize","4"]] "<table><tbody><tr data-start=1 data-end=2><td>foo<td>bar<td>baz</table>" queryCommandValue("fontsize") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals("4", "4", "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["stylewithcss","false"],["fontsize","4"]] "<table><tbody><tr data-start=1 data-end=2><td>foo<td>bar<td>baz</table>": 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"],["fontsize","4"]] "<table><tbody><tr data-start=1 data-end=2><td>foo<td>bar<td>baz</table>": execCommand("fontsize", false, "4") 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"],["fontsize","4"]] "<table><tbody><tr data-start=1 data-end=2><td>foo<td>bar<td>baz</table>" 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<meta name=\"variant\" content=\"?1-1000\">\n<meta name=\"variant\" content=\"?1001-2000\">\n<meta name=\"variant\" content=\"?2001-last\">\n<link rel=\"stylesheet\" href=\"../include/reset.css\">\n<title>fontsize - HTML editing conformance tests</title>\n\n</head><body>\n\n<div id=\"test-container\"><p>test</p></div>\n\n\n\n\n\n\n\n\n</body>", "<head><meta charset=\"utf-8\">\n<meta name=\"timeout\" content=\"long\">\n<meta name=\"variant\" content=\"?1-1000\">\n<meta name=\"variant\" content=\"?1001-2000\">\n<meta name=\"variant\" content=\"?2001-last\">\n<link rel=\"stylesheet\" href=\"../include/reset.css\">\n<title>fontsize - HTML editing conformance tests</title>\n\n</head><body>\n\n<div id=\"test-container\"><p>test</p></div>\n\n\n\n\n\n\n\n\n</body>", "Everything outside the editable div must be unchanged, but some change did occur")
    at Test.<anonymous> ( /editing/include/tests.js:5663:9)
Pass[["stylewithcss","false"],["fontsize","4"]] "<table><tbody><tr data-start=1 data-end=2><td>foo<td>bar<td>baz</table>" 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("<table><tbody><tr><td>foo</td><td><font size=\"4\">bar</font></td><td>baz</td></tr></tbody></table>", "<table><tbody><tr><td>foo</td><td><font size=\"4\">bar</font></td><td>baz</td></tr></tbody></table>", "Unexpected innerHTML (after normalizing inline style)")
    at Test.<anonymous> ( /editing/include/tests.js:5679:11)
Pass[["stylewithcss","false"],["fontsize","4"]] "<table><tbody><tr data-start=1 data-end=2><td>foo<td>bar<td>baz</table>" 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"],["fontsize","4"]] "<table><tbody><tr data-start=1 data-end=2><td>foo<td>bar<td>baz</table>" 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"],["fontsize","4"]] "<table><tbody><tr data-start=1 data-end=2><td>foo<td>bar<td>baz</table>" 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"],["fontsize","4"]] "<table><tbody><tr data-start=1 data-end=2><td>foo<td>bar<td>baz</table>" 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"],["fontsize","4"]] "<table><tbody><tr data-start=1 data-end=2><td>foo<td>bar<td>baz</table>" 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"],["fontsize","4"]] "<table><tbody><tr data-start=1 data-end=2><td>foo<td>bar<td>baz</table>" 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"],["fontsize","4"]] "<table><tbody><tr data-start=1 data-end=2><td>foo<td>bar<td>baz</table>" queryCommandIndeterm("fontsize") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /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"],["fontsize","4"]] "<table><tbody><tr data-start=1 data-end=2><td>foo<td>bar<td>baz</table>" queryCommandState("fontsize") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /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"],["fontsize","4"]] "<table><tbody><tr data-start=1 data-end=2><td>foo<td>bar<td>baz</table>" queryCommandValue("fontsize") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals("3", "3", "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["stylewithcss","false"],["fontsize","4"]] "<table><tbody><tr data-start=1 data-end=2><td>foo<td>bar<td>baz</table>" queryCommandIndeterm("fontsize") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /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"],["fontsize","4"]] "<table><tbody><tr data-start=1 data-end=2><td>foo<td>bar<td>baz</table>" queryCommandState("fontsize") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /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"],["fontsize","4"]] "<table><tbody><tr data-start=1 data-end=2><td>foo<td>bar<td>baz</table>" queryCommandValue("fontsize") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals("4", "4", "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["stylewithcss","true"],["fontsize","4"]] "<table><tbody><tr data-start=0 data-end=2><td>foo<td>bar<td>baz</table>": 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"],["fontsize","4"]] "<table><tbody><tr data-start=0 data-end=2><td>foo<td>bar<td>baz</table>": execCommand("fontsize", false, "4") 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"],["fontsize","4"]] "<table><tbody><tr data-start=0 data-end=2><td>foo<td>bar<td>baz</table>" 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<meta name=\"variant\" content=\"?1-1000\">\n<meta name=\"variant\" content=\"?1001-2000\">\n<meta name=\"variant\" content=\"?2001-last\">\n<link rel=\"stylesheet\" href=\"../include/reset.css\">\n<title>fontsize - HTML editing conformance tests</title>\n\n</head><body>\n\n<div id=\"test-container\"><p>test</p></div>\n\n\n\n\n\n\n\n\n</body>", "<head><meta charset=\"utf-8\">\n<meta name=\"timeout\" content=\"long\">\n<meta name=\"variant\" content=\"?1-1000\">\n<meta name=\"variant\" content=\"?1001-2000\">\n<meta name=\"variant\" content=\"?2001-last\">\n<link rel=\"stylesheet\" href=\"../include/reset.css\">\n<title>fontsize - HTML editing conformance tests</title>\n\n</head><body>\n\n<div id=\"test-container\"><p>test</p></div>\n\n\n\n\n\n\n\n\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"],["fontsize","4"]] "<table><tbody><tr data-start=0 data-end=2><td>foo<td>bar<td>baz</table>" 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("<table><tbody><tr><td><span style=\"font-size:large\">foo</span></td><td><span style=\"font-size:large\">bar</span></td><td>baz</td></tr></tbody></table>", "<table><tbody><tr><td><span style=\"font-size:large\">foo</span></td><td><span style=\"font-size:large\">bar</span></td><td>baz</td></tr></tbody></table>", "Unexpected innerHTML (after normalizing inline style)")
    at Test.<anonymous> ( /editing/include/tests.js:5679:11)
Pass[["stylewithcss","true"],["fontsize","4"]] "<table><tbody><tr data-start=0 data-end=2><td>foo<td>bar<td>baz</table>" 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","true"],["fontsize","4"]] "<table><tbody><tr data-start=0 data-end=2><td>foo<td>bar<td>baz</table>" 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(false, false, "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["stylewithcss","true"],["fontsize","4"]] "<table><tbody><tr data-start=0 data-end=2><td>foo<td>bar<td>baz</table>" 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"],["fontsize","4"]] "<table><tbody><tr data-start=0 data-end=2><td>foo<td>bar<td>baz</table>" 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"],["fontsize","4"]] "<table><tbody><tr data-start=0 data-end=2><td>foo<td>bar<td>baz</table>" 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"],["fontsize","4"]] "<table><tbody><tr data-start=0 data-end=2><td>foo<td>bar<td>baz</table>" 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"],["fontsize","4"]] "<table><tbody><tr data-start=0 data-end=2><td>foo<td>bar<td>baz</table>" queryCommandIndeterm("fontsize") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /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"],["fontsize","4"]] "<table><tbody><tr data-start=0 data-end=2><td>foo<td>bar<td>baz</table>" queryCommandState("fontsize") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /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"],["fontsize","4"]] "<table><tbody><tr data-start=0 data-end=2><td>foo<td>bar<td>baz</table>" queryCommandValue("fontsize") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals("3", "3", "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["stylewithcss","true"],["fontsize","4"]] "<table><tbody><tr data-start=0 data-end=2><td>foo<td>bar<td>baz</table>" queryCommandIndeterm("fontsize") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /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"],["fontsize","4"]] "<table><tbody><tr data-start=0 data-end=2><td>foo<td>bar<td>baz</table>" queryCommandState("fontsize") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /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"],["fontsize","4"]] "<table><tbody><tr data-start=0 data-end=2><td>foo<td>bar<td>baz</table>" queryCommandValue("fontsize") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals("4", "4", "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["stylewithcss","false"],["fontsize","4"]] "<table><tbody><tr data-start=0 data-end=2><td>foo<td>bar<td>baz</table>": 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"],["fontsize","4"]] "<table><tbody><tr data-start=0 data-end=2><td>foo<td>bar<td>baz</table>": execCommand("fontsize", false, "4") 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"],["fontsize","4"]] "<table><tbody><tr data-start=0 data-end=2><td>foo<td>bar<td>baz</table>" 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<meta name=\"variant\" content=\"?1-1000\">\n<meta name=\"variant\" content=\"?1001-2000\">\n<meta name=\"variant\" content=\"?2001-last\">\n<link rel=\"stylesheet\" href=\"../include/reset.css\">\n<title>fontsize - HTML editing conformance tests</title>\n\n</head><body>\n\n<div id=\"test-container\"><p>test</p></div>\n\n\n\n\n\n\n\n\n</body>", "<head><meta charset=\"utf-8\">\n<meta name=\"timeout\" content=\"long\">\n<meta name=\"variant\" content=\"?1-1000\">\n<meta name=\"variant\" content=\"?1001-2000\">\n<meta name=\"variant\" content=\"?2001-last\">\n<link rel=\"stylesheet\" href=\"../include/reset.css\">\n<title>fontsize - HTML editing conformance tests</title>\n\n</head><body>\n\n<div id=\"test-container\"><p>test</p></div>\n\n\n\n\n\n\n\n\n</body>", "Everything outside the editable div must be unchanged, but some change did occur")
    at Test.<anonymous> ( /editing/include/tests.js:5663:9)
Pass[["stylewithcss","false"],["fontsize","4"]] "<table><tbody><tr data-start=0 data-end=2><td>foo<td>bar<td>baz</table>" 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("<table><tbody><tr><td><font size=\"4\">foo</font></td><td><font size=\"4\">bar</font></td><td>baz</td></tr></tbody></table>", "<table><tbody><tr><td><font size=\"4\">foo</font></td><td><font size=\"4\">bar</font></td><td>baz</td></tr></tbody></table>", "Unexpected innerHTML (after normalizing inline style)")
    at Test.<anonymous> ( /editing/include/tests.js:5679:11)
Pass[["stylewithcss","false"],["fontsize","4"]] "<table><tbody><tr data-start=0 data-end=2><td>foo<td>bar<td>baz</table>" 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"],["fontsize","4"]] "<table><tbody><tr data-start=0 data-end=2><td>foo<td>bar<td>baz</table>" 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"],["fontsize","4"]] "<table><tbody><tr data-start=0 data-end=2><td>foo<td>bar<td>baz</table>" 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"],["fontsize","4"]] "<table><tbody><tr data-start=0 data-end=2><td>foo<td>bar<td>baz</table>" 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"],["fontsize","4"]] "<table><tbody><tr data-start=0 data-end=2><td>foo<td>bar<td>baz</table>" 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"],["fontsize","4"]] "<table><tbody><tr data-start=0 data-end=2><td>foo<td>bar<td>baz</table>" 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"],["fontsize","4"]] "<table><tbody><tr data-start=0 data-end=2><td>foo<td>bar<td>baz</table>" queryCommandIndeterm("fontsize") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /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"],["fontsize","4"]] "<table><tbody><tr data-start=0 data-end=2><td>foo<td>bar<td>baz</table>" queryCommandState("fontsize") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /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"],["fontsize","4"]] "<table><tbody><tr data-start=0 data-end=2><td>foo<td>bar<td>baz</table>" queryCommandValue("fontsize") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals("3", "3", "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["stylewithcss","false"],["fontsize","4"]] "<table><tbody><tr data-start=0 data-end=2><td>foo<td>bar<td>baz</table>" queryCommandIndeterm("fontsize") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /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"],["fontsize","4"]] "<table><tbody><tr data-start=0 data-end=2><td>foo<td>bar<td>baz</table>" queryCommandState("fontsize") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /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"],["fontsize","4"]] "<table><tbody><tr data-start=0 data-end=2><td>foo<td>bar<td>baz</table>" queryCommandValue("fontsize") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals("4", "4", "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["stylewithcss","true"],["fontsize","4"]] "<table><tbody data-start=0 data-end=1><tr><td>foo<td>bar<td>baz</table>": 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"],["fontsize","4"]] "<table><tbody data-start=0 data-end=1><tr><td>foo<td>bar<td>baz</table>": execCommand("fontsize", false, "4") 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"],["fontsize","4"]] "<table><tbody data-start=0 data-end=1><tr><td>foo<td>bar<td>baz</table>" 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<meta name=\"variant\" content=\"?1-1000\">\n<meta name=\"variant\" content=\"?1001-2000\">\n<meta name=\"variant\" content=\"?2001-last\">\n<link rel=\"stylesheet\" href=\"../include/reset.css\">\n<title>fontsize - HTML editing conformance tests</title>\n\n</head><body>\n\n<div id=\"test-container\"><p>test</p></div>\n\n\n\n\n\n\n\n\n</body>", "<head><meta charset=\"utf-8\">\n<meta name=\"timeout\" content=\"long\">\n<meta name=\"variant\" content=\"?1-1000\">\n<meta name=\"variant\" content=\"?1001-2000\">\n<meta name=\"variant\" content=\"?2001-last\">\n<link rel=\"stylesheet\" href=\"../include/reset.css\">\n<title>fontsize - HTML editing conformance tests</title>\n\n</head><body>\n\n<div id=\"test-container\"><p>test</p></div>\n\n\n\n\n\n\n\n\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"],["fontsize","4"]] "<table><tbody data-start=0 data-end=1><tr><td>foo<td>bar<td>baz</table>" 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("<table><tbody><tr><td><span style=\"font-size:large\">foo</span></td><td><span style=\"font-size:large\">bar</span></td><td><span style=\"font-size:large\">baz</span></td></tr></tbody></table>", "<table><tbody><tr><td><span style=\"font-size:large\">foo</span></td><td><span style=\"font-size:large\">bar</span></td><td><span style=\"font-size:large\">baz</span></td></tr></tbody></table>", "Unexpected innerHTML (after normalizing inline style)")
    at Test.<anonymous> ( /editing/include/tests.js:5679:11)
Pass[["stylewithcss","true"],["fontsize","4"]] "<table><tbody data-start=0 data-end=1><tr><td>foo<td>bar<td>baz</table>" 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","true"],["fontsize","4"]] "<table><tbody data-start=0 data-end=1><tr><td>foo<td>bar<td>baz</table>" 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(false, false, "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["stylewithcss","true"],["fontsize","4"]] "<table><tbody data-start=0 data-end=1><tr><td>foo<td>bar<td>baz</table>" 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"],["fontsize","4"]] "<table><tbody data-start=0 data-end=1><tr><td>foo<td>bar<td>baz</table>" 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"],["fontsize","4"]] "<table><tbody data-start=0 data-end=1><tr><td>foo<td>bar<td>baz</table>" 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"],["fontsize","4"]] "<table><tbody data-start=0 data-end=1><tr><td>foo<td>bar<td>baz</table>" 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"],["fontsize","4"]] "<table><tbody data-start=0 data-end=1><tr><td>foo<td>bar<td>baz</table>" queryCommandIndeterm("fontsize") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /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"],["fontsize","4"]] "<table><tbody data-start=0 data-end=1><tr><td>foo<td>bar<td>baz</table>" queryCommandState("fontsize") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /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"],["fontsize","4"]] "<table><tbody data-start=0 data-end=1><tr><td>foo<td>bar<td>baz</table>" queryCommandValue("fontsize") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals("3", "3", "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["stylewithcss","true"],["fontsize","4"]] "<table><tbody data-start=0 data-end=1><tr><td>foo<td>bar<td>baz</table>" queryCommandIndeterm("fontsize") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /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"],["fontsize","4"]] "<table><tbody data-start=0 data-end=1><tr><td>foo<td>bar<td>baz</table>" queryCommandState("fontsize") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /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"],["fontsize","4"]] "<table><tbody data-start=0 data-end=1><tr><td>foo<td>bar<td>baz</table>" queryCommandValue("fontsize") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals("4", "4", "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["stylewithcss","false"],["fontsize","4"]] "<table><tbody data-start=0 data-end=1><tr><td>foo<td>bar<td>baz</table>": 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"],["fontsize","4"]] "<table><tbody data-start=0 data-end=1><tr><td>foo<td>bar<td>baz</table>": execCommand("fontsize", false, "4") 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"],["fontsize","4"]] "<table><tbody data-start=0 data-end=1><tr><td>foo<td>bar<td>baz</table>" 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<meta name=\"variant\" content=\"?1-1000\">\n<meta name=\"variant\" content=\"?1001-2000\">\n<meta name=\"variant\" content=\"?2001-last\">\n<link rel=\"stylesheet\" href=\"../include/reset.css\">\n<title>fontsize - HTML editing conformance tests</title>\n\n</head><body>\n\n<div id=\"test-container\"><p>test</p></div>\n\n\n\n\n\n\n\n\n</body>", "<head><meta charset=\"utf-8\">\n<meta name=\"timeout\" content=\"long\">\n<meta name=\"variant\" content=\"?1-1000\">\n<meta name=\"variant\" content=\"?1001-2000\">\n<meta name=\"variant\" content=\"?2001-last\">\n<link rel=\"stylesheet\" href=\"../include/reset.css\">\n<title>fontsize - HTML editing conformance tests</title>\n\n</head><body>\n\n<div id=\"test-container\"><p>test</p></div>\n\n\n\n\n\n\n\n\n</body>", "Everything outside the editable div must be unchanged, but some change did occur")
    at Test.<anonymous> ( /editing/include/tests.js:5663:9)
Pass[["stylewithcss","false"],["fontsize","4"]] "<table><tbody data-start=0 data-end=1><tr><td>foo<td>bar<td>baz</table>" 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("<table><tbody><tr><td><font size=\"4\">foo</font></td><td><font size=\"4\">bar</font></td><td><font size=\"4\">baz</font></td></tr></tbody></table>", "<table><tbody><tr><td><font size=\"4\">foo</font></td><td><font size=\"4\">bar</font></td><td><font size=\"4\">baz</font></td></tr></tbody></table>", "Unexpected innerHTML (after normalizing inline style)")
    at Test.<anonymous> ( /editing/include/tests.js:5679:11)
Pass[["stylewithcss","false"],["fontsize","4"]] "<table><tbody data-start=0 data-end=1><tr><td>foo<td>bar<td>baz</table>" 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"],["fontsize","4"]] "<table><tbody data-start=0 data-end=1><tr><td>foo<td>bar<td>baz</table>" 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"],["fontsize","4"]] "<table><tbody data-start=0 data-end=1><tr><td>foo<td>bar<td>baz</table>" 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"],["fontsize","4"]] "<table><tbody data-start=0 data-end=1><tr><td>foo<td>bar<td>baz</table>" 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"],["fontsize","4"]] "<table><tbody data-start=0 data-end=1><tr><td>foo<td>bar<td>baz</table>" 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"],["fontsize","4"]] "<table><tbody data-start=0 data-end=1><tr><td>foo<td>bar<td>baz</table>" 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"],["fontsize","4"]] "<table><tbody data-start=0 data-end=1><tr><td>foo<td>bar<td>baz</table>" queryCommandIndeterm("fontsize") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /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"],["fontsize","4"]] "<table><tbody data-start=0 data-end=1><tr><td>foo<td>bar<td>baz</table>" queryCommandState("fontsize") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /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"],["fontsize","4"]] "<table><tbody data-start=0 data-end=1><tr><td>foo<td>bar<td>baz</table>" queryCommandValue("fontsize") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals("3", "3", "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["stylewithcss","false"],["fontsize","4"]] "<table><tbody data-start=0 data-end=1><tr><td>foo<td>bar<td>baz</table>" queryCommandIndeterm("fontsize") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /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"],["fontsize","4"]] "<table><tbody data-start=0 data-end=1><tr><td>foo<td>bar<td>baz</table>" queryCommandState("fontsize") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /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"],["fontsize","4"]] "<table><tbody data-start=0 data-end=1><tr><td>foo<td>bar<td>baz</table>" queryCommandValue("fontsize") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals("4", "4", "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["stylewithcss","true"],["fontsize","4"]] "<table data-start=0 data-end=1><tbody><tr><td>foo<td>bar<td>baz</table>": 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"],["fontsize","4"]] "<table data-start=0 data-end=1><tbody><tr><td>foo<td>bar<td>baz</table>": execCommand("fontsize", false, "4") 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"],["fontsize","4"]] "<table data-start=0 data-end=1><tbody><tr><td>foo<td>bar<td>baz</table>" 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<meta name=\"variant\" content=\"?1-1000\">\n<meta name=\"variant\" content=\"?1001-2000\">\n<meta name=\"variant\" content=\"?2001-last\">\n<link rel=\"stylesheet\" href=\"../include/reset.css\">\n<title>fontsize - HTML editing conformance tests</title>\n\n</head><body>\n\n<div id=\"test-container\"><p>test</p></div>\n\n\n\n\n\n\n\n\n</body>", "<head><meta charset=\"utf-8\">\n<meta name=\"timeout\" content=\"long\">\n<meta name=\"variant\" content=\"?1-1000\">\n<meta name=\"variant\" content=\"?1001-2000\">\n<meta name=\"variant\" content=\"?2001-last\">\n<link rel=\"stylesheet\" href=\"../include/reset.css\">\n<title>fontsize - HTML editing conformance tests</title>\n\n</head><body>\n\n<div id=\"test-container\"><p>test</p></div>\n\n\n\n\n\n\n\n\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"],["fontsize","4"]] "<table data-start=0 data-end=1><tbody><tr><td>foo<td>bar<td>baz</table>" 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("<table><tbody><tr><td><span style=\"font-size:large\">foo</span></td><td><span style=\"font-size:large\">bar</span></td><td><span style=\"font-size:large\">baz</span></td></tr></tbody></table>", "<table><tbody><tr><td><span style=\"font-size:large\">foo</span></td><td><span style=\"font-size:large\">bar</span></td><td><span style=\"font-size:large\">baz</span></td></tr></tbody></table>", "Unexpected innerHTML (after normalizing inline style)")
    at Test.<anonymous> ( /editing/include/tests.js:5679:11)
Pass[["stylewithcss","true"],["fontsize","4"]] "<table data-start=0 data-end=1><tbody><tr><td>foo<td>bar<td>baz</table>" 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","true"],["fontsize","4"]] "<table data-start=0 data-end=1><tbody><tr><td>foo<td>bar<td>baz</table>" 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(false, false, "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["stylewithcss","true"],["fontsize","4"]] "<table data-start=0 data-end=1><tbody><tr><td>foo<td>bar<td>baz</table>" 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"],["fontsize","4"]] "<table data-start=0 data-end=1><tbody><tr><td>foo<td>bar<td>baz</table>" 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"],["fontsize","4"]] "<table data-start=0 data-end=1><tbody><tr><td>foo<td>bar<td>baz</table>" 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"],["fontsize","4"]] "<table data-start=0 data-end=1><tbody><tr><td>foo<td>bar<td>baz</table>" 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"],["fontsize","4"]] "<table data-start=0 data-end=1><tbody><tr><td>foo<td>bar<td>baz</table>" queryCommandIndeterm("fontsize") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /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"],["fontsize","4"]] "<table data-start=0 data-end=1><tbody><tr><td>foo<td>bar<td>baz</table>" queryCommandState("fontsize") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /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"],["fontsize","4"]] "<table data-start=0 data-end=1><tbody><tr><td>foo<td>bar<td>baz</table>" queryCommandValue("fontsize") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals("3", "3", "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["stylewithcss","true"],["fontsize","4"]] "<table data-start=0 data-end=1><tbody><tr><td>foo<td>bar<td>baz</table>" queryCommandIndeterm("fontsize") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /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"],["fontsize","4"]] "<table data-start=0 data-end=1><tbody><tr><td>foo<td>bar<td>baz</table>" queryCommandState("fontsize") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<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"],["fontsize","4"]] "<table data-start=0 data-end=1><tbody><tr><td>foo<td>bar<td>baz</table>" queryCommandValue("fontsize") afterassert_equals: Wrong result returned expected "4" but got "3"
    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("3", "4", "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["stylewithcss","false"],["fontsize","4"]] "<table data-start=0 data-end=1><tbody><tr><td>foo<td>bar<td>baz</table>": 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"],["fontsize","4"]] "<table data-start=0 data-end=1><tbody><tr><td>foo<td>bar<td>baz</table>": execCommand("fontsize", false, "4") 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"],["fontsize","4"]] "<table data-start=0 data-end=1><tbody><tr><td>foo<td>bar<td>baz</table>" 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<meta name=\"variant\" content=\"?1-1000\">\n<meta name=\"variant\" content=\"?1001-2000\">\n<meta name=\"variant\" content=\"?2001-last\">\n<link rel=\"stylesheet\" href=\"../include/reset.css\">\n<title>fontsize - HTML editing conformance tests</title>\n\n</head><body>\n\n<div id=\"test-container\"><p>test</p></div>\n\n\n\n\n\n\n\n\n</body>", "<head><meta charset=\"utf-8\">\n<meta name=\"timeout\" content=\"long\">\n<meta name=\"variant\" content=\"?1-1000\">\n<meta name=\"variant\" content=\"?1001-2000\">\n<meta name=\"variant\" content=\"?2001-last\">\n<link rel=\"stylesheet\" href=\"../include/reset.css\">\n<title>fontsize - HTML editing conformance tests</title>\n\n</head><body>\n\n<div id=\"test-container\"><p>test</p></div>\n\n\n\n\n\n\n\n\n</body>", "Everything outside the editable div must be unchanged, but some change did occur")
    at Test.<anonymous> ( /editing/include/tests.js:5663:9)
Pass[["stylewithcss","false"],["fontsize","4"]] "<table data-start=0 data-end=1><tbody><tr><td>foo<td>bar<td>baz</table>" 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("<table><tbody><tr><td><font size=\"4\">foo</font></td><td><font size=\"4\">bar</font></td><td><font size=\"4\">baz</font></td></tr></tbody></table>", "<table><tbody><tr><td><font size=\"4\">foo</font></td><td><font size=\"4\">bar</font></td><td><font size=\"4\">baz</font></td></tr></tbody></table>", "Unexpected innerHTML (after normalizing inline style)")
    at Test.<anonymous> ( /editing/include/tests.js:5679:11)
Pass[["stylewithcss","false"],["fontsize","4"]] "<table data-start=0 data-end=1><tbody><tr><td>foo<td>bar<td>baz</table>" 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"],["fontsize","4"]] "<table data-start=0 data-end=1><tbody><tr><td>foo<td>bar<td>baz</table>" 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"],["fontsize","4"]] "<table data-start=0 data-end=1><tbody><tr><td>foo<td>bar<td>baz</table>" 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"],["fontsize","4"]] "<table data-start=0 data-end=1><tbody><tr><td>foo<td>bar<td>baz</table>" 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"],["fontsize","4"]] "<table data-start=0 data-end=1><tbody><tr><td>foo<td>bar<td>baz</table>" 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"],["fontsize","4"]] "<table data-start=0 data-end=1><tbody><tr><td>foo<td>bar<td>baz</table>" 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"],["fontsize","4"]] "<table data-start=0 data-end=1><tbody><tr><td>foo<td>bar<td>baz</table>" queryCommandIndeterm("fontsize") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /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"],["fontsize","4"]] "<table data-start=0 data-end=1><tbody><tr><td>foo<td>bar<td>baz</table>" queryCommandState("fontsize") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /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"],["fontsize","4"]] "<table data-start=0 data-end=1><tbody><tr><td>foo<td>bar<td>baz</table>" queryCommandValue("fontsize") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals("3", "3", "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["stylewithcss","false"],["fontsize","4"]] "<table data-start=0 data-end=1><tbody><tr><td>foo<td>bar<td>baz</table>" queryCommandIndeterm("fontsize") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /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"],["fontsize","4"]] "<table data-start=0 data-end=1><tbody><tr><td>foo<td>bar<td>baz</table>" queryCommandState("fontsize") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<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","false"],["fontsize","4"]] "<table data-start=0 data-end=1><tbody><tr><td>foo<td>bar<td>baz</table>" queryCommandValue("fontsize") afterassert_equals: Wrong result returned expected "4" but got "3"
    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("3", "4", "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["stylewithcss","true"],["fontsize","4"]] "{<table><tr><td>foo<td>bar<td>baz</table>}": 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"],["fontsize","4"]] "{<table><tr><td>foo<td>bar<td>baz</table>}": execCommand("fontsize", false, "4") 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"],["fontsize","4"]] "{<table><tr><td>foo<td>bar<td>baz</table>}" 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<meta name=\"variant\" content=\"?1-1000\">\n<meta name=\"variant\" content=\"?1001-2000\">\n<meta name=\"variant\" content=\"?2001-last\">\n<link rel=\"stylesheet\" href=\"../include/reset.css\">\n<title>fontsize - HTML editing conformance tests</title>\n\n</head><body>\n\n<div id=\"test-container\"><p>test</p></div>\n\n\n\n\n\n\n\n\n</body>", "<head><meta charset=\"utf-8\">\n<meta name=\"timeout\" content=\"long\">\n<meta name=\"variant\" content=\"?1-1000\">\n<meta name=\"variant\" content=\"?1001-2000\">\n<meta name=\"variant\" content=\"?2001-last\">\n<link rel=\"stylesheet\" href=\"../include/reset.css\">\n<title>fontsize - HTML editing conformance tests</title>\n\n</head><body>\n\n<div id=\"test-container\"><p>test</p></div>\n\n\n\n\n\n\n\n\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"],["fontsize","4"]] "{<table><tr><td>foo<td>bar<td>baz</table>}" 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("<table><tbody><tr><td><span style=\"font-size:large\">foo</span></td><td><span style=\"font-size:large\">bar</span></td><td><span style=\"font-size:large\">baz</span></td></tr></tbody></table>", "<table><tbody><tr><td><span style=\"font-size:large\">foo</span></td><td><span style=\"font-size:large\">bar</span></td><td><span style=\"font-size:large\">baz</span></td></tr></tbody></table>", "Unexpected innerHTML (after normalizing inline style)")
    at Test.<anonymous> ( /editing/include/tests.js:5679:11)
Pass[["stylewithcss","true"],["fontsize","4"]] "{<table><tr><td>foo<td>bar<td>baz</table>}" 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","true"],["fontsize","4"]] "{<table><tr><td>foo<td>bar<td>baz</table>}" 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(false, false, "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["stylewithcss","true"],["fontsize","4"]] "{<table><tr><td>foo<td>bar<td>baz</table>}" 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"],["fontsize","4"]] "{<table><tr><td>foo<td>bar<td>baz</table>}" 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"],["fontsize","4"]] "{<table><tr><td>foo<td>bar<td>baz</table>}" 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"],["fontsize","4"]] "{<table><tr><td>foo<td>bar<td>baz</table>}" 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"],["fontsize","4"]] "{<table><tr><td>foo<td>bar<td>baz</table>}" queryCommandIndeterm("fontsize") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /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"],["fontsize","4"]] "{<table><tr><td>foo<td>bar<td>baz</table>}" queryCommandState("fontsize") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /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"],["fontsize","4"]] "{<table><tr><td>foo<td>bar<td>baz</table>}" queryCommandValue("fontsize") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals("3", "3", "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["stylewithcss","true"],["fontsize","4"]] "{<table><tr><td>foo<td>bar<td>baz</table>}" queryCommandIndeterm("fontsize") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /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"],["fontsize","4"]] "{<table><tr><td>foo<td>bar<td>baz</table>}" queryCommandState("fontsize") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<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"],["fontsize","4"]] "{<table><tr><td>foo<td>bar<td>baz</table>}" queryCommandValue("fontsize") afterassert_equals: Wrong result returned expected "4" but got "3"
    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("3", "4", "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["stylewithcss","false"],["fontsize","4"]] "{<table><tr><td>foo<td>bar<td>baz</table>}": 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"],["fontsize","4"]] "{<table><tr><td>foo<td>bar<td>baz</table>}": execCommand("fontsize", false, "4") 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"],["fontsize","4"]] "{<table><tr><td>foo<td>bar<td>baz</table>}" 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<meta name=\"variant\" content=\"?1-1000\">\n<meta name=\"variant\" content=\"?1001-2000\">\n<meta name=\"variant\" content=\"?2001-last\">\n<link rel=\"stylesheet\" href=\"../include/reset.css\">\n<title>fontsize - HTML editing conformance tests</title>\n\n</head><body>\n\n<div id=\"test-container\"><p>test</p></div>\n\n\n\n\n\n\n\n\n</body>", "<head><meta charset=\"utf-8\">\n<meta name=\"timeout\" content=\"long\">\n<meta name=\"variant\" content=\"?1-1000\">\n<meta name=\"variant\" content=\"?1001-2000\">\n<meta name=\"variant\" content=\"?2001-last\">\n<link rel=\"stylesheet\" href=\"../include/reset.css\">\n<title>fontsize - HTML editing conformance tests</title>\n\n</head><body>\n\n<div id=\"test-container\"><p>test</p></div>\n\n\n\n\n\n\n\n\n</body>", "Everything outside the editable div must be unchanged, but some change did occur")
    at Test.<anonymous> ( /editing/include/tests.js:5663:9)
Pass[["stylewithcss","false"],["fontsize","4"]] "{<table><tr><td>foo<td>bar<td>baz</table>}" 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("<table><tbody><tr><td><font size=\"4\">foo</font></td><td><font size=\"4\">bar</font></td><td><font size=\"4\">baz</font></td></tr></tbody></table>", "<table><tbody><tr><td><font size=\"4\">foo</font></td><td><font size=\"4\">bar</font></td><td><font size=\"4\">baz</font></td></tr></tbody></table>", "Unexpected innerHTML (after normalizing inline style)")
    at Test.<anonymous> ( /editing/include/tests.js:5679:11)
Pass[["stylewithcss","false"],["fontsize","4"]] "{<table><tr><td>foo<td>bar<td>baz</table>}" 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"],["fontsize","4"]] "{<table><tr><td>foo<td>bar<td>baz</table>}" 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"],["fontsize","4"]] "{<table><tr><td>foo<td>bar<td>baz</table>}" 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"],["fontsize","4"]] "{<table><tr><td>foo<td>bar<td>baz</table>}" 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"],["fontsize","4"]] "{<table><tr><td>foo<td>bar<td>baz</table>}" 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"],["fontsize","4"]] "{<table><tr><td>foo<td>bar<td>baz</table>}" 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"],["fontsize","4"]] "{<table><tr><td>foo<td>bar<td>baz</table>}" queryCommandIndeterm("fontsize") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /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"],["fontsize","4"]] "{<table><tr><td>foo<td>bar<td>baz</table>}" queryCommandState("fontsize") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /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"],["fontsize","4"]] "{<table><tr><td>foo<td>bar<td>baz</table>}" queryCommandValue("fontsize") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals("3", "3", "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["stylewithcss","false"],["fontsize","4"]] "{<table><tr><td>foo<td>bar<td>baz</table>}" queryCommandIndeterm("fontsize") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /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"],["fontsize","4"]] "{<table><tr><td>foo<td>bar<td>baz</table>}" queryCommandState("fontsize") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<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","false"],["fontsize","4"]] "{<table><tr><td>foo<td>bar<td>baz</table>}" queryCommandValue("fontsize") afterassert_equals: Wrong result returned expected "4" but got "3"
    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("3", "4", "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["stylewithcss","true"],["fontsize","4"]] "foo<font size=1>[bar]</font>baz": 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"],["fontsize","4"]] "foo<font size=1>[bar]</font>baz": execCommand("fontsize", false, "4") 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"],["fontsize","4"]] "foo<font size=1>[bar]</font>baz" 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<meta name=\"variant\" content=\"?1-1000\">\n<meta name=\"variant\" content=\"?1001-2000\">\n<meta name=\"variant\" content=\"?2001-last\">\n<link rel=\"stylesheet\" href=\"../include/reset.css\">\n<title>fontsize - HTML editing conformance tests</title>\n\n</head><body>\n\n<div id=\"test-container\"><p>test</p></div>\n\n\n\n\n\n\n\n\n</body>", "<head><meta charset=\"utf-8\">\n<meta name=\"timeout\" content=\"long\">\n<meta name=\"variant\" content=\"?1-1000\">\n<meta name=\"variant\" content=\"?1001-2000\">\n<meta name=\"variant\" content=\"?2001-last\">\n<link rel=\"stylesheet\" href=\"../include/reset.css\">\n<title>fontsize - HTML editing conformance tests</title>\n\n</head><body>\n\n<div id=\"test-container\"><p>test</p></div>\n\n\n\n\n\n\n\n\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"],["fontsize","4"]] "foo<font size=1>[bar]</font>baz" 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("foo<span style=\"font-size:large\">bar</span>baz", "foo<span style=\"font-size:large\">bar</span>baz", "Unexpected innerHTML (after normalizing inline style)")
    at Test.<anonymous> ( /editing/include/tests.js:5679:11)
Pass[["stylewithcss","true"],["fontsize","4"]] "foo<font size=1>[bar]</font>baz" 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","true"],["fontsize","4"]] "foo<font size=1>[bar]</font>baz" 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(false, false, "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["stylewithcss","true"],["fontsize","4"]] "foo<font size=1>[bar]</font>baz" 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"],["fontsize","4"]] "foo<font size=1>[bar]</font>baz" 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"],["fontsize","4"]] "foo<font size=1>[bar]</font>baz" 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"],["fontsize","4"]] "foo<font size=1>[bar]</font>baz" 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"],["fontsize","4"]] "foo<font size=1>[bar]</font>baz" queryCommandIndeterm("fontsize") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /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"],["fontsize","4"]] "foo<font size=1>[bar]</font>baz" queryCommandState("fontsize") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /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"],["fontsize","4"]] "foo<font size=1>[bar]</font>baz" queryCommandValue("fontsize") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals("1", "1", "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["stylewithcss","true"],["fontsize","4"]] "foo<font size=1>[bar]</font>baz" queryCommandIndeterm("fontsize") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /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"],["fontsize","4"]] "foo<font size=1>[bar]</font>baz" queryCommandState("fontsize") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /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"],["fontsize","4"]] "foo<font size=1>[bar]</font>baz" queryCommandValue("fontsize") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals("4", "4", "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["stylewithcss","false"],["fontsize","4"]] "foo<font size=1>[bar]</font>baz": 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"],["fontsize","4"]] "foo<font size=1>[bar]</font>baz": execCommand("fontsize", false, "4") 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"],["fontsize","4"]] "foo<font size=1>[bar]</font>baz" 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<meta name=\"variant\" content=\"?1-1000\">\n<meta name=\"variant\" content=\"?1001-2000\">\n<meta name=\"variant\" content=\"?2001-last\">\n<link rel=\"stylesheet\" href=\"../include/reset.css\">\n<title>fontsize - HTML editing conformance tests</title>\n\n</head><body>\n\n<div id=\"test-container\"><p>test</p></div>\n\n\n\n\n\n\n\n\n</body>", "<head><meta charset=\"utf-8\">\n<meta name=\"timeout\" content=\"long\">\n<meta name=\"variant\" content=\"?1-1000\">\n<meta name=\"variant\" content=\"?1001-2000\">\n<meta name=\"variant\" content=\"?2001-last\">\n<link rel=\"stylesheet\" href=\"../include/reset.css\">\n<title>fontsize - HTML editing conformance tests</title>\n\n</head><body>\n\n<div id=\"test-container\"><p>test</p></div>\n\n\n\n\n\n\n\n\n</body>", "Everything outside the editable div must be unchanged, but some change did occur")
    at Test.<anonymous> ( /editing/include/tests.js:5663:9)
Pass[["stylewithcss","false"],["fontsize","4"]] "foo<font size=1>[bar]</font>baz" 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("foo<font size=\"4\">bar</font>baz", "foo<font size=\"4\">bar</font>baz", "Unexpected innerHTML (after normalizing inline style)")
    at Test.<anonymous> ( /editing/include/tests.js:5679:11)
Pass[["stylewithcss","false"],["fontsize","4"]] "foo<font size=1>[bar]</font>baz" 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"],["fontsize","4"]] "foo<font size=1>[bar]</font>baz" 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"],["fontsize","4"]] "foo<font size=1>[bar]</font>baz" 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"],["fontsize","4"]] "foo<font size=1>[bar]</font>baz" 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"],["fontsize","4"]] "foo<font size=1>[bar]</font>baz" 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"],["fontsize","4"]] "foo<font size=1>[bar]</font>baz" 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"],["fontsize","4"]] "foo<font size=1>[bar]</font>baz" queryCommandIndeterm("fontsize") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /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"],["fontsize","4"]] "foo<font size=1>[bar]</font>baz" queryCommandState("fontsize") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /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"],["fontsize","4"]] "foo<font size=1>[bar]</font>baz" queryCommandValue("fontsize") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals("1", "1", "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["stylewithcss","false"],["fontsize","4"]] "foo<font size=1>[bar]</font>baz" queryCommandIndeterm("fontsize") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /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"],["fontsize","4"]] "foo<font size=1>[bar]</font>baz" queryCommandState("fontsize") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /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"],["fontsize","4"]] "foo<font size=1>[bar]</font>baz" queryCommandValue("fontsize") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals("4", "4", "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["stylewithcss","true"],["fontsize","4"]] "<font size=1>foo[bar]baz</font>": 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"],["fontsize","4"]] "<font size=1>foo[bar]baz</font>": execCommand("fontsize", false, "4") 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"],["fontsize","4"]] "<font size=1>foo[bar]baz</font>" 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<meta name=\"variant\" content=\"?1-1000\">\n<meta name=\"variant\" content=\"?1001-2000\">\n<meta name=\"variant\" content=\"?2001-last\">\n<link rel=\"stylesheet\" href=\"../include/reset.css\">\n<title>fontsize - HTML editing conformance tests</title>\n\n</head><body>\n\n<div id=\"test-container\"><p>test</p></div>\n\n\n\n\n\n\n\n\n</body>", "<head><meta charset=\"utf-8\">\n<meta name=\"timeout\" content=\"long\">\n<meta name=\"variant\" content=\"?1-1000\">\n<meta name=\"variant\" content=\"?1001-2000\">\n<meta name=\"variant\" content=\"?2001-last\">\n<link rel=\"stylesheet\" href=\"../include/reset.css\">\n<title>fontsize - HTML editing conformance tests</title>\n\n</head><body>\n\n<div id=\"test-container\"><p>test</p></div>\n\n\n\n\n\n\n\n\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"],["fontsize","4"]] "<font size=1>foo[bar]baz</font>" 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("<font size=\"1\">foo</font><span style=\"font-size:large\">bar</span><font size=\"1\">baz</font>", "<font size=\"1\">foo</font><span style=\"font-size:large\">bar</span><font size=\"1\">baz</font>", "Unexpected innerHTML (after normalizing inline style)")
    at Test.<anonymous> ( /editing/include/tests.js:5679:11)
Pass[["stylewithcss","true"],["fontsize","4"]] "<font size=1>foo[bar]baz</font>" 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","true"],["fontsize","4"]] "<font size=1>foo[bar]baz</font>" 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(false, false, "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["stylewithcss","true"],["fontsize","4"]] "<font size=1>foo[bar]baz</font>" 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"],["fontsize","4"]] "<font size=1>foo[bar]baz</font>" 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"],["fontsize","4"]] "<font size=1>foo[bar]baz</font>" 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"],["fontsize","4"]] "<font size=1>foo[bar]baz</font>" 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"],["fontsize","4"]] "<font size=1>foo[bar]baz</font>" queryCommandIndeterm("fontsize") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /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"],["fontsize","4"]] "<font size=1>foo[bar]baz</font>" queryCommandState("fontsize") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /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"],["fontsize","4"]] "<font size=1>foo[bar]baz</font>" queryCommandValue("fontsize") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals("1", "1", "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["stylewithcss","true"],["fontsize","4"]] "<font size=1>foo[bar]baz</font>" queryCommandIndeterm("fontsize") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /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"],["fontsize","4"]] "<font size=1>foo[bar]baz</font>" queryCommandState("fontsize") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /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"],["fontsize","4"]] "<font size=1>foo[bar]baz</font>" queryCommandValue("fontsize") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals("4", "4", "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["stylewithcss","false"],["fontsize","4"]] "<font size=1>foo[bar]baz</font>": 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"],["fontsize","4"]] "<font size=1>foo[bar]baz</font>": execCommand("fontsize", false, "4") 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"],["fontsize","4"]] "<font size=1>foo[bar]baz</font>" 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<meta name=\"variant\" content=\"?1-1000\">\n<meta name=\"variant\" content=\"?1001-2000\">\n<meta name=\"variant\" content=\"?2001-last\">\n<link rel=\"stylesheet\" href=\"../include/reset.css\">\n<title>fontsize - HTML editing conformance tests</title>\n\n</head><body>\n\n<div id=\"test-container\"><p>test</p></div>\n\n\n\n\n\n\n\n\n</body>", "<head><meta charset=\"utf-8\">\n<meta name=\"timeout\" content=\"long\">\n<meta name=\"variant\" content=\"?1-1000\">\n<meta name=\"variant\" content=\"?1001-2000\">\n<meta name=\"variant\" content=\"?2001-last\">\n<link rel=\"stylesheet\" href=\"../include/reset.css\">\n<title>fontsize - HTML editing conformance tests</title>\n\n</head><body>\n\n<div id=\"test-container\"><p>test</p></div>\n\n\n\n\n\n\n\n\n</body>", "Everything outside the editable div must be unchanged, but some change did occur")
    at Test.<anonymous> ( /editing/include/tests.js:5663:9)
Pass[["stylewithcss","false"],["fontsize","4"]] "<font size=1>foo[bar]baz</font>" 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("<font size=\"1\">foo</font><font size=\"4\">bar</font><font size=\"1\">baz</font>", "<font size=\"1\">foo</font><font size=\"4\">bar</font><font size=\"1\">baz</font>", "Unexpected innerHTML (after normalizing inline style)")
    at Test.<anonymous> ( /editing/include/tests.js:5679:11)
Pass[["stylewithcss","false"],["fontsize","4"]] "<font size=1>foo[bar]baz</font>" 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"],["fontsize","4"]] "<font size=1>foo[bar]baz</font>" 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"],["fontsize","4"]] "<font size=1>foo[bar]baz</font>" 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"],["fontsize","4"]] "<font size=1>foo[bar]baz</font>" 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"],["fontsize","4"]] "<font size=1>foo[bar]baz</font>" 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"],["fontsize","4"]] "<font size=1>foo[bar]baz</font>" 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"],["fontsize","4"]] "<font size=1>foo[bar]baz</font>" queryCommandIndeterm("fontsize") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /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"],["fontsize","4"]] "<font size=1>foo[bar]baz</font>" queryCommandState("fontsize") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /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"],["fontsize","4"]] "<font size=1>foo[bar]baz</font>" queryCommandValue("fontsize") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals("1", "1", "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["stylewithcss","false"],["fontsize","4"]] "<font size=1>foo[bar]baz</font>" queryCommandIndeterm("fontsize") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /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"],["fontsize","4"]] "<font size=1>foo[bar]baz</font>" queryCommandState("fontsize") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /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"],["fontsize","4"]] "<font size=1>foo[bar]baz</font>" queryCommandValue("fontsize") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals("4", "4", "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["stylewithcss","true"],["fontsize","4"]] "foo<font size=3>[bar]</font>baz": 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"],["fontsize","4"]] "foo<font size=3>[bar]</font>baz": execCommand("fontsize", false, "4") 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"],["fontsize","4"]] "foo<font size=3>[bar]</font>baz" 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<meta name=\"variant\" content=\"?1-1000\">\n<meta name=\"variant\" content=\"?1001-2000\">\n<meta name=\"variant\" content=\"?2001-last\">\n<link rel=\"stylesheet\" href=\"../include/reset.css\">\n<title>fontsize - HTML editing conformance tests</title>\n\n</head><body>\n\n<div id=\"test-container\"><p>test</p></div>\n\n\n\n\n\n\n\n\n</body>", "<head><meta charset=\"utf-8\">\n<meta name=\"timeout\" content=\"long\">\n<meta name=\"variant\" content=\"?1-1000\">\n<meta name=\"variant\" content=\"?1001-2000\">\n<meta name=\"variant\" content=\"?2001-last\">\n<link rel=\"stylesheet\" href=\"../include/reset.css\">\n<title>fontsize - HTML editing conformance tests</title>\n\n</head><body>\n\n<div id=\"test-container\"><p>test</p></div>\n\n\n\n\n\n\n\n\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"],["fontsize","4"]] "foo<font size=3>[bar]</font>baz" 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("foo<span style=\"font-size:large\">bar</span>baz", "foo<span style=\"font-size:large\">bar</span>baz", "Unexpected innerHTML (after normalizing inline style)")
    at Test.<anonymous> ( /editing/include/tests.js:5679:11)
Pass[["stylewithcss","true"],["fontsize","4"]] "foo<font size=3>[bar]</font>baz" 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","true"],["fontsize","4"]] "foo<font size=3>[bar]</font>baz" 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(false, false, "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["stylewithcss","true"],["fontsize","4"]] "foo<font size=3>[bar]</font>baz" 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"],["fontsize","4"]] "foo<font size=3>[bar]</font>baz" 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"],["fontsize","4"]] "foo<font size=3>[bar]</font>baz" 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"],["fontsize","4"]] "foo<font size=3>[bar]</font>baz" 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"],["fontsize","4"]] "foo<font size=3>[bar]</font>baz" queryCommandIndeterm("fontsize") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /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"],["fontsize","4"]] "foo<font size=3>[bar]</font>baz" queryCommandState("fontsize") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /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"],["fontsize","4"]] "foo<font size=3>[bar]</font>baz" queryCommandValue("fontsize") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals("3", "3", "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["stylewithcss","true"],["fontsize","4"]] "foo<font size=3>[bar]</font>baz" queryCommandIndeterm("fontsize") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /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"],["fontsize","4"]] "foo<font size=3>[bar]</font>baz" queryCommandState("fontsize") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /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"],["fontsize","4"]] "foo<font size=3>[bar]</font>baz" queryCommandValue("fontsize") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals("4", "4", "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["stylewithcss","false"],["fontsize","4"]] "foo<font size=3>[bar]</font>baz": 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"],["fontsize","4"]] "foo<font size=3>[bar]</font>baz": execCommand("fontsize", false, "4") 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"],["fontsize","4"]] "foo<font size=3>[bar]</font>baz" 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<meta name=\"variant\" content=\"?1-1000\">\n<meta name=\"variant\" content=\"?1001-2000\">\n<meta name=\"variant\" content=\"?2001-last\">\n<link rel=\"stylesheet\" href=\"../include/reset.css\">\n<title>fontsize - HTML editing conformance tests</title>\n\n</head><body>\n\n<div id=\"test-container\"><p>test</p></div>\n\n\n\n\n\n\n\n\n</body>", "<head><meta charset=\"utf-8\">\n<meta name=\"timeout\" content=\"long\">\n<meta name=\"variant\" content=\"?1-1000\">\n<meta name=\"variant\" content=\"?1001-2000\">\n<meta name=\"variant\" content=\"?2001-last\">\n<link rel=\"stylesheet\" href=\"../include/reset.css\">\n<title>fontsize - HTML editing conformance tests</title>\n\n</head><body>\n\n<div id=\"test-container\"><p>test</p></div>\n\n\n\n\n\n\n\n\n</body>", "Everything outside the editable div must be unchanged, but some change did occur")
    at Test.<anonymous> ( /editing/include/tests.js:5663:9)
Pass[["stylewithcss","false"],["fontsize","4"]] "foo<font size=3>[bar]</font>baz" 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("foo<font size=\"4\">bar</font>baz", "foo<font size=\"4\">bar</font>baz", "Unexpected innerHTML (after normalizing inline style)")
    at Test.<anonymous> ( /editing/include/tests.js:5679:11)
Pass[["stylewithcss","false"],["fontsize","4"]] "foo<font size=3>[bar]</font>baz" 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"],["fontsize","4"]] "foo<font size=3>[bar]</font>baz" 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"],["fontsize","4"]] "foo<font size=3>[bar]</font>baz" 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"],["fontsize","4"]] "foo<font size=3>[bar]</font>baz" 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"],["fontsize","4"]] "foo<font size=3>[bar]</font>baz" 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"],["fontsize","4"]] "foo<font size=3>[bar]</font>baz" 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"],["fontsize","4"]] "foo<font size=3>[bar]</font>baz" queryCommandIndeterm("fontsize") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /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"],["fontsize","4"]] "foo<font size=3>[bar]</font>baz" queryCommandState("fontsize") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /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"],["fontsize","4"]] "foo<font size=3>[bar]</font>baz" queryCommandValue("fontsize") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals("3", "3", "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["stylewithcss","false"],["fontsize","4"]] "foo<font size=3>[bar]</font>baz" queryCommandIndeterm("fontsize") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /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"],["fontsize","4"]] "foo<font size=3>[bar]</font>baz" queryCommandState("fontsize") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /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"],["fontsize","4"]] "foo<font size=3>[bar]</font>baz" queryCommandValue("fontsize") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals("4", "4", "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["stylewithcss","true"],["fontsize","4"]] "<font size=3>foo[bar]baz</font>": 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"],["fontsize","4"]] "<font size=3>foo[bar]baz</font>": execCommand("fontsize", false, "4") 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"],["fontsize","4"]] "<font size=3>foo[bar]baz</font>" 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<meta name=\"variant\" content=\"?1-1000\">\n<meta name=\"variant\" content=\"?1001-2000\">\n<meta name=\"variant\" content=\"?2001-last\">\n<link rel=\"stylesheet\" href=\"../include/reset.css\">\n<title>fontsize - HTML editing conformance tests</title>\n\n</head><body>\n\n<div id=\"test-container\"><p>test</p></div>\n\n\n\n\n\n\n\n\n</body>", "<head><meta charset=\"utf-8\">\n<meta name=\"timeout\" content=\"long\">\n<meta name=\"variant\" content=\"?1-1000\">\n<meta name=\"variant\" content=\"?1001-2000\">\n<meta name=\"variant\" content=\"?2001-last\">\n<link rel=\"stylesheet\" href=\"../include/reset.css\">\n<title>fontsize - HTML editing conformance tests</title>\n\n</head><body>\n\n<div id=\"test-container\"><p>test</p></div>\n\n\n\n\n\n\n\n\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"],["fontsize","4"]] "<font size=3>foo[bar]baz</font>" 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("<font size=\"3\">foo</font><span style=\"font-size:large\">bar</span><font size=\"3\">baz</font>", "<font size=\"3\">foo</font><span style=\"font-size:large\">bar</span><font size=\"3\">baz</font>", "Unexpected innerHTML (after normalizing inline style)")
    at Test.<anonymous> ( /editing/include/tests.js:5679:11)
Pass[["stylewithcss","true"],["fontsize","4"]] "<font size=3>foo[bar]baz</font>" 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","true"],["fontsize","4"]] "<font size=3>foo[bar]baz</font>" 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(false, false, "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["stylewithcss","true"],["fontsize","4"]] "<font size=3>foo[bar]baz</font>" 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"],["fontsize","4"]] "<font size=3>foo[bar]baz</font>" 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"],["fontsize","4"]] "<font size=3>foo[bar]baz</font>" 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"],["fontsize","4"]] "<font size=3>foo[bar]baz</font>" 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"],["fontsize","4"]] "<font size=3>foo[bar]baz</font>" queryCommandIndeterm("fontsize") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /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"],["fontsize","4"]] "<font size=3>foo[bar]baz</font>" queryCommandState("fontsize") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /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"],["fontsize","4"]] "<font size=3>foo[bar]baz</font>" queryCommandValue("fontsize") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals("3", "3", "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["stylewithcss","true"],["fontsize","4"]] "<font size=3>foo[bar]baz</font>" queryCommandIndeterm("fontsize") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /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"],["fontsize","4"]] "<font size=3>foo[bar]baz</font>" queryCommandState("fontsize") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /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"],["fontsize","4"]] "<font size=3>foo[bar]baz</font>" queryCommandValue("fontsize") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals("4", "4", "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["stylewithcss","false"],["fontsize","4"]] "<font size=3>foo[bar]baz</font>": 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"],["fontsize","4"]] "<font size=3>foo[bar]baz</font>": execCommand("fontsize", false, "4") 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"],["fontsize","4"]] "<font size=3>foo[bar]baz</font>" 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<meta name=\"variant\" content=\"?1-1000\">\n<meta name=\"variant\" content=\"?1001-2000\">\n<meta name=\"variant\" content=\"?2001-last\">\n<link rel=\"stylesheet\" href=\"../include/reset.css\">\n<title>fontsize - HTML editing conformance tests</title>\n\n</head><body>\n\n<div id=\"test-container\"><p>test</p></div>\n\n\n\n\n\n\n\n\n</body>", "<head><meta charset=\"utf-8\">\n<meta name=\"timeout\" content=\"long\">\n<meta name=\"variant\" content=\"?1-1000\">\n<meta name=\"variant\" content=\"?1001-2000\">\n<meta name=\"variant\" content=\"?2001-last\">\n<link rel=\"stylesheet\" href=\"../include/reset.css\">\n<title>fontsize - HTML editing conformance tests</title>\n\n</head><body>\n\n<div id=\"test-container\"><p>test</p></div>\n\n\n\n\n\n\n\n\n</body>", "Everything outside the editable div must be unchanged, but some change did occur")
    at Test.<anonymous> ( /editing/include/tests.js:5663:9)
Pass[["stylewithcss","false"],["fontsize","4"]] "<font size=3>foo[bar]baz</font>" 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("<font size=\"3\">foo</font><font size=\"4\">bar</font><font size=\"3\">baz</font>", "<font size=\"3\">foo</font><font size=\"4\">bar</font><font size=\"3\">baz</font>", "Unexpected innerHTML (after normalizing inline style)")
    at Test.<anonymous> ( /editing/include/tests.js:5679:11)
Pass[["stylewithcss","false"],["fontsize","4"]] "<font size=3>foo[bar]baz</font>" 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"],["fontsize","4"]] "<font size=3>foo[bar]baz</font>" 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"],["fontsize","4"]] "<font size=3>foo[bar]baz</font>" 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"],["fontsize","4"]] "<font size=3>foo[bar]baz</font>" 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"],["fontsize","4"]] "<font size=3>foo[bar]baz</font>" 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"],["fontsize","4"]] "<font size=3>foo[bar]baz</font>" 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"],["fontsize","4"]] "<font size=3>foo[bar]baz</font>" queryCommandIndeterm("fontsize") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /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"],["fontsize","4"]] "<font size=3>foo[bar]baz</font>" queryCommandState("fontsize") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /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"],["fontsize","4"]] "<font size=3>foo[bar]baz</font>" queryCommandValue("fontsize") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals("3", "3", "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["stylewithcss","false"],["fontsize","4"]] "<font size=3>foo[bar]baz</font>" queryCommandIndeterm("fontsize") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /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"],["fontsize","4"]] "<font size=3>foo[bar]baz</font>" queryCommandState("fontsize") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /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"],["fontsize","4"]] "<font size=3>foo[bar]baz</font>" queryCommandValue("fontsize") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals("4", "4", "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["stylewithcss","true"],["fontsize","4"]] "foo<font size=4>[bar]</font>baz": 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"],["fontsize","4"]] "foo<font size=4>[bar]</font>baz": execCommand("fontsize", false, "4") 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"],["fontsize","4"]] "foo<font size=4>[bar]</font>baz" 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<meta name=\"variant\" content=\"?1-1000\">\n<meta name=\"variant\" content=\"?1001-2000\">\n<meta name=\"variant\" content=\"?2001-last\">\n<link rel=\"stylesheet\" href=\"../include/reset.css\">\n<title>fontsize - HTML editing conformance tests</title>\n\n</head><body>\n\n<div id=\"test-container\"><p>test</p></div>\n\n\n\n\n\n\n\n\n</body>", "<head><meta charset=\"utf-8\">\n<meta name=\"timeout\" content=\"long\">\n<meta name=\"variant\" content=\"?1-1000\">\n<meta name=\"variant\" content=\"?1001-2000\">\n<meta name=\"variant\" content=\"?2001-last\">\n<link rel=\"stylesheet\" href=\"../include/reset.css\">\n<title>fontsize - HTML editing conformance tests</title>\n\n</head><body>\n\n<div id=\"test-container\"><p>test</p></div>\n\n\n\n\n\n\n\n\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"],["fontsize","4"]] "foo<font size=4>[bar]</font>baz" compare innerHTMLassert_equals: Unexpected innerHTML (after normalizing inline style) expected "foo<span style=\"font-size:large\">bar</span>baz" but got "foo<font size=\"4\">bar</font>baz"
    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("foo<font size=\"4\">bar</font>baz", "foo<span style=\"font-size:large\">bar</span>baz", "Unexpected innerHTML (after normalizing inline style)")
    at Test.<anonymous> ( /editing/include/tests.js:5679:11)
Pass[["stylewithcss","true"],["fontsize","4"]] "foo<font size=4>[bar]</font>baz" 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","true"],["fontsize","4"]] "foo<font size=4>[bar]</font>baz" 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(false, false, "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["stylewithcss","true"],["fontsize","4"]] "foo<font size=4>[bar]</font>baz" 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"],["fontsize","4"]] "foo<font size=4>[bar]</font>baz" 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"],["fontsize","4"]] "foo<font size=4>[bar]</font>baz" 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"],["fontsize","4"]] "foo<font size=4>[bar]</font>baz" 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"],["fontsize","4"]] "foo<font size=4>[bar]</font>baz" queryCommandIndeterm("fontsize") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /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"],["fontsize","4"]] "foo<font size=4>[bar]</font>baz" queryCommandState("fontsize") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /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"],["fontsize","4"]] "foo<font size=4>[bar]</font>baz" queryCommandValue("fontsize") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals("4", "4", "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["stylewithcss","true"],["fontsize","4"]] "foo<font size=4>[bar]</font>baz" queryCommandIndeterm("fontsize") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /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"],["fontsize","4"]] "foo<font size=4>[bar]</font>baz" queryCommandState("fontsize") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /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"],["fontsize","4"]] "foo<font size=4>[bar]</font>baz" queryCommandValue("fontsize") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals("4", "4", "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["stylewithcss","false"],["fontsize","4"]] "foo<font size=4>[bar]</font>baz": 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"],["fontsize","4"]] "foo<font size=4>[bar]</font>baz": execCommand("fontsize", false, "4") 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"],["fontsize","4"]] "foo<font size=4>[bar]</font>baz" 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<meta name=\"variant\" content=\"?1-1000\">\n<meta name=\"variant\" content=\"?1001-2000\">\n<meta name=\"variant\" content=\"?2001-last\">\n<link rel=\"stylesheet\" href=\"../include/reset.css\">\n<title>fontsize - HTML editing conformance tests</title>\n\n</head><body>\n\n<div id=\"test-container\"><p>test</p></div>\n\n\n\n\n\n\n\n\n</body>", "<head><meta charset=\"utf-8\">\n<meta name=\"timeout\" content=\"long\">\n<meta name=\"variant\" content=\"?1-1000\">\n<meta name=\"variant\" content=\"?1001-2000\">\n<meta name=\"variant\" content=\"?2001-last\">\n<link rel=\"stylesheet\" href=\"../include/reset.css\">\n<title>fontsize - HTML editing conformance tests</title>\n\n</head><body>\n\n<div id=\"test-container\"><p>test</p></div>\n\n\n\n\n\n\n\n\n</body>", "Everything outside the editable div must be unchanged, but some change did occur")
    at Test.<anonymous> ( /editing/include/tests.js:5663:9)
Pass[["stylewithcss","false"],["fontsize","4"]] "foo<font size=4>[bar]</font>baz" 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("foo<font size=\"4\">bar</font>baz", "foo<font size=\"4\">bar</font>baz", "Unexpected innerHTML (after normalizing inline style)")
    at Test.<anonymous> ( /editing/include/tests.js:5679:11)
Pass[["stylewithcss","false"],["fontsize","4"]] "foo<font size=4>[bar]</font>baz" 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"],["fontsize","4"]] "foo<font size=4>[bar]</font>baz" 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"],["fontsize","4"]] "foo<font size=4>[bar]</font>baz" 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"],["fontsize","4"]] "foo<font size=4>[bar]</font>baz" 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"],["fontsize","4"]] "foo<font size=4>[bar]</font>baz" 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"],["fontsize","4"]] "foo<font size=4>[bar]</font>baz" 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"],["fontsize","4"]] "foo<font size=4>[bar]</font>baz" queryCommandIndeterm("fontsize") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /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"],["fontsize","4"]] "foo<font size=4>[bar]</font>baz" queryCommandState("fontsize") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /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"],["fontsize","4"]] "foo<font size=4>[bar]</font>baz" queryCommandValue("fontsize") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals("4", "4", "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["stylewithcss","false"],["fontsize","4"]] "foo<font size=4>[bar]</font>baz" queryCommandIndeterm("fontsize") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /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"],["fontsize","4"]] "foo<font size=4>[bar]</font>baz" queryCommandState("fontsize") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /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"],["fontsize","4"]] "foo<font size=4>[bar]</font>baz" queryCommandValue("fontsize") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals("4", "4", "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["fontsize","4"]] "<font size=4>foo[bar]baz</font>": execCommand("fontsize", false, "4") 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[["fontsize","4"]] "<font size=4>foo[bar]baz</font>" 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<meta name=\"variant\" content=\"?1-1000\">\n<meta name=\"variant\" content=\"?1001-2000\">\n<meta name=\"variant\" content=\"?2001-last\">\n<link rel=\"stylesheet\" href=\"../include/reset.css\">\n<title>fontsize - HTML editing conformance tests</title>\n\n</head><body>\n\n<div id=\"test-container\"><p>test</p></div>\n\n\n\n\n\n\n\n\n</body>", "<head><meta charset=\"utf-8\">\n<meta name=\"timeout\" content=\"long\">\n<meta name=\"variant\" content=\"?1-1000\">\n<meta name=\"variant\" content=\"?1001-2000\">\n<meta name=\"variant\" content=\"?2001-last\">\n<link rel=\"stylesheet\" href=\"../include/reset.css\">\n<title>fontsize - HTML editing conformance tests</title>\n\n</head><body>\n\n<div id=\"test-container\"><p>test</p></div>\n\n\n\n\n\n\n\n\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[["fontsize","4"]] "<font size=4>foo[bar]baz</font>" 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("<font size=\"4\">foobarbaz</font>", "<font size=\"4\">foobarbaz</font>", "Unexpected innerHTML (after normalizing inline style)")
    at Test.<anonymous> ( /editing/include/tests.js:5679:11)
Pass[["fontsize","4"]] "<font size=4>foo[bar]baz</font>" queryCommandIndeterm("fontsize") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals(false, false, "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["fontsize","4"]] "<font size=4>foo[bar]baz</font>" queryCommandState("fontsize") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals(false, false, "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["fontsize","4"]] "<font size=4>foo[bar]baz</font>" queryCommandValue("fontsize") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals("4", "4", "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["fontsize","4"]] "<font size=4>foo[bar]baz</font>" queryCommandIndeterm("fontsize") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals(false, false, "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["fontsize","4"]] "<font size=4>foo[bar]baz</font>" queryCommandState("fontsize") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals(false, false, "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["fontsize","4"]] "<font size=4>foo[bar]baz</font>" queryCommandValue("fontsize") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals("4", "4", "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["stylewithcss","true"],["fontsize","4"]] "foo<font size=+1>[bar]</font>baz": 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"],["fontsize","4"]] "foo<font size=+1>[bar]</font>baz": execCommand("fontsize", false, "4") 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"],["fontsize","4"]] "foo<font size=+1>[bar]</font>baz" 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<meta name=\"variant\" content=\"?1-1000\">\n<meta name=\"variant\" content=\"?1001-2000\">\n<meta name=\"variant\" content=\"?2001-last\">\n<link rel=\"stylesheet\" href=\"../include/reset.css\">\n<title>fontsize - HTML editing conformance tests</title>\n\n</head><body>\n\n<div id=\"test-container\"><p>test</p></div>\n\n\n\n\n\n\n\n\n</body>", "<head><meta charset=\"utf-8\">\n<meta name=\"timeout\" content=\"long\">\n<meta name=\"variant\" content=\"?1-1000\">\n<meta name=\"variant\" content=\"?1001-2000\">\n<meta name=\"variant\" content=\"?2001-last\">\n<link rel=\"stylesheet\" href=\"../include/reset.css\">\n<title>fontsize - HTML editing conformance tests</title>\n\n</head><body>\n\n<div id=\"test-container\"><p>test</p></div>\n\n\n\n\n\n\n\n\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"],["fontsize","4"]] "foo<font size=+1>[bar]</font>baz" compare innerHTMLassert_equals: Unexpected innerHTML (after normalizing inline style) expected "foo<span style=\"font-size:large\">bar</span>baz" but got "foo<font size=\"+1\">bar</font>baz"
    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("foo<font size=\"+1\">bar</font>baz", "foo<span style=\"font-size:large\">bar</span>baz", "Unexpected innerHTML (after normalizing inline style)")
    at Test.<anonymous> ( /editing/include/tests.js:5679:11)
Pass[["stylewithcss","true"],["fontsize","4"]] "foo<font size=+1>[bar]</font>baz" 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","true"],["fontsize","4"]] "foo<font size=+1>[bar]</font>baz" 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(false, false, "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["stylewithcss","true"],["fontsize","4"]] "foo<font size=+1>[bar]</font>baz" 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"],["fontsize","4"]] "foo<font size=+1>[bar]</font>baz" 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"],["fontsize","4"]] "foo<font size=+1>[bar]</font>baz" 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"],["fontsize","4"]] "foo<font size=+1>[bar]</font>baz" 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"],["fontsize","4"]] "foo<font size=+1>[bar]</font>baz" queryCommandIndeterm("fontsize") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /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"],["fontsize","4"]] "foo<font size=+1>[bar]</font>baz" queryCommandState("fontsize") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /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"],["fontsize","4"]] "foo<font size=+1>[bar]</font>baz" queryCommandValue("fontsize") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals("4", "4", "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["stylewithcss","true"],["fontsize","4"]] "foo<font size=+1>[bar]</font>baz" queryCommandIndeterm("fontsize") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /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"],["fontsize","4"]] "foo<font size=+1>[bar]</font>baz" queryCommandState("fontsize") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /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"],["fontsize","4"]] "foo<font size=+1>[bar]</font>baz" queryCommandValue("fontsize") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals("4", "4", "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["stylewithcss","false"],["fontsize","4"]] "foo<font size=+1>[bar]</font>baz": 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"],["fontsize","4"]] "foo<font size=+1>[bar]</font>baz": execCommand("fontsize", false, "4") 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"],["fontsize","4"]] "foo<font size=+1>[bar]</font>baz" 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<meta name=\"variant\" content=\"?1-1000\">\n<meta name=\"variant\" content=\"?1001-2000\">\n<meta name=\"variant\" content=\"?2001-last\">\n<link rel=\"stylesheet\" href=\"../include/reset.css\">\n<title>fontsize - HTML editing conformance tests</title>\n\n</head><body>\n\n<div id=\"test-container\"><p>test</p></div>\n\n\n\n\n\n\n\n\n</body>", "<head><meta charset=\"utf-8\">\n<meta name=\"timeout\" content=\"long\">\n<meta name=\"variant\" content=\"?1-1000\">\n<meta name=\"variant\" content=\"?1001-2000\">\n<meta name=\"variant\" content=\"?2001-last\">\n<link rel=\"stylesheet\" href=\"../include/reset.css\">\n<title>fontsize - HTML editing conformance tests</title>\n\n</head><body>\n\n<div id=\"test-container\"><p>test</p></div>\n\n\n\n\n\n\n\n\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"],["fontsize","4"]] "foo<font size=+1>[bar]</font>baz" compare innerHTMLassert_equals: Unexpected innerHTML (after normalizing inline style) expected "foo<font size=\"4\">bar</font>baz" but got "foo<font size=\"+1\">bar</font>baz"
    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("foo<font size=\"+1\">bar</font>baz", "foo<font size=\"4\">bar</font>baz", "Unexpected innerHTML (after normalizing inline style)")
    at Test.<anonymous> ( /editing/include/tests.js:5679:11)
Pass[["stylewithcss","false"],["fontsize","4"]] "foo<font size=+1>[bar]</font>baz" 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"],["fontsize","4"]] "foo<font size=+1>[bar]</font>baz" 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"],["fontsize","4"]] "foo<font size=+1>[bar]</font>baz" 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"],["fontsize","4"]] "foo<font size=+1>[bar]</font>baz" 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"],["fontsize","4"]] "foo<font size=+1>[bar]</font>baz" 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"],["fontsize","4"]] "foo<font size=+1>[bar]</font>baz" 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"],["fontsize","4"]] "foo<font size=+1>[bar]</font>baz" queryCommandIndeterm("fontsize") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /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"],["fontsize","4"]] "foo<font size=+1>[bar]</font>baz" queryCommandState("fontsize") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /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"],["fontsize","4"]] "foo<font size=+1>[bar]</font>baz" queryCommandValue("fontsize") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals("4", "4", "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["stylewithcss","false"],["fontsize","4"]] "foo<font size=+1>[bar]</font>baz" queryCommandIndeterm("fontsize") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /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"],["fontsize","4"]] "foo<font size=+1>[bar]</font>baz" queryCommandState("fontsize") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /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"],["fontsize","4"]] "foo<font size=+1>[bar]</font>baz" queryCommandValue("fontsize") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals("4", "4", "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["fontsize","4"]] "<font size=+1>foo[bar]baz</font>": execCommand("fontsize", false, "4") 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[["fontsize","4"]] "<font size=+1>foo[bar]baz</font>" 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<meta name=\"variant\" content=\"?1-1000\">\n<meta name=\"variant\" content=\"?1001-2000\">\n<meta name=\"variant\" content=\"?2001-last\">\n<link rel=\"stylesheet\" href=\"../include/reset.css\">\n<title>fontsize - HTML editing conformance tests</title>\n\n</head><body>\n\n<div id=\"test-container\"><p>test</p></div>\n\n\n\n\n\n\n\n\n</body>", "<head><meta charset=\"utf-8\">\n<meta name=\"timeout\" content=\"long\">\n<meta name=\"variant\" content=\"?1-1000\">\n<meta name=\"variant\" content=\"?1001-2000\">\n<meta name=\"variant\" content=\"?2001-last\">\n<link rel=\"stylesheet\" href=\"../include/reset.css\">\n<title>fontsize - HTML editing conformance tests</title>\n\n</head><body>\n\n<div id=\"test-container\"><p>test</p></div>\n\n\n\n\n\n\n\n\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[["fontsize","4"]] "<font size=+1>foo[bar]baz</font>" 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("<font size=\"+1\">foobarbaz</font>", "<font size=\"+1\">foobarbaz</font>", "Unexpected innerHTML (after normalizing inline style)")
    at Test.<anonymous> ( /editing/include/tests.js:5679:11)
Pass[["fontsize","4"]] "<font size=+1>foo[bar]baz</font>" queryCommandIndeterm("fontsize") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals(false, false, "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["fontsize","4"]] "<font size=+1>foo[bar]baz</font>" queryCommandState("fontsize") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals(false, false, "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["fontsize","4"]] "<font size=+1>foo[bar]baz</font>" queryCommandValue("fontsize") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals("4", "4", "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["fontsize","4"]] "<font size=+1>foo[bar]baz</font>" queryCommandIndeterm("fontsize") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals(false, false, "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["fontsize","4"]] "<font size=+1>foo[bar]baz</font>" queryCommandState("fontsize") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals(false, false, "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["fontsize","4"]] "<font size=+1>foo[bar]baz</font>" queryCommandValue("fontsize") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals("4", "4", "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["stylewithcss","true"],["fontsize","4"]] "<font size=4>foo<font size=1>b[a]r</font>baz</font>": 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"],["fontsize","4"]] "<font size=4>foo<font size=1>b[a]r</font>baz</font>": execCommand("fontsize", false, "4") 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"],["fontsize","4"]] "<font size=4>foo<font size=1>b[a]r</font>baz</font>" 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<meta name=\"variant\" content=\"?1-1000\">\n<meta name=\"variant\" content=\"?1001-2000\">\n<meta name=\"variant\" content=\"?2001-last\">\n<link rel=\"stylesheet\" href=\"../include/reset.css\">\n<title>fontsize - HTML editing conformance tests</title>\n\n</head><body>\n\n<div id=\"test-container\"><p>test</p></div>\n\n\n\n\n\n\n\n\n</body>", "<head><meta charset=\"utf-8\">\n<meta name=\"timeout\" content=\"long\">\n<meta name=\"variant\" content=\"?1-1000\">\n<meta name=\"variant\" content=\"?1001-2000\">\n<meta name=\"variant\" content=\"?2001-last\">\n<link rel=\"stylesheet\" href=\"../include/reset.css\">\n<title>fontsize - HTML editing conformance tests</title>\n\n</head><body>\n\n<div id=\"test-container\"><p>test</p></div>\n\n\n\n\n\n\n\n\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"],["fontsize","4"]] "<font size=4>foo<font size=1>b[a]r</font>baz</font>" compare innerHTMLassert_equals: Unexpected innerHTML (after normalizing inline style) expected "<font size=\"4\">foo<span style=\"font-size:x-small\">b</span>a<span style=\"font-size:x-small\">r</span>baz</font>" but got "<font size=\"4\">foo<font size=\"1\">b</font>a<font size=\"1\">r</font>baz</font>"
    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("<font size=\"4\">foo<font size=\"1\">b</font>a<font size=\"1\">r</font>baz</font>", "<font size=\"4\">foo<span style=\"font-size:x-small\">b</span>a<span style=\"font-size:x-small\">r</span>baz</font>", "Unexpected innerHTML (after normalizing inline style)")
    at Test.<anonymous> ( /editing/include/tests.js:5679:11)
Pass[["stylewithcss","true"],["fontsize","4"]] "<font size=4>foo<font size=1>b[a]r</font>baz</font>" 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","true"],["fontsize","4"]] "<font size=4>foo<font size=1>b[a]r</font>baz</font>" 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(false, false, "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["stylewithcss","true"],["fontsize","4"]] "<font size=4>foo<font size=1>b[a]r</font>baz</font>" 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"],["fontsize","4"]] "<font size=4>foo<font size=1>b[a]r</font>baz</font>" 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"],["fontsize","4"]] "<font size=4>foo<font size=1>b[a]r</font>baz</font>" 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"],["fontsize","4"]] "<font size=4>foo<font size=1>b[a]r</font>baz</font>" 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"],["fontsize","4"]] "<font size=4>foo<font size=1>b[a]r</font>baz</font>" queryCommandIndeterm("fontsize") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /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"],["fontsize","4"]] "<font size=4>foo<font size=1>b[a]r</font>baz</font>" queryCommandState("fontsize") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /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"],["fontsize","4"]] "<font size=4>foo<font size=1>b[a]r</font>baz</font>" queryCommandValue("fontsize") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals("1", "1", "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["stylewithcss","true"],["fontsize","4"]] "<font size=4>foo<font size=1>b[a]r</font>baz</font>" queryCommandIndeterm("fontsize") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /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"],["fontsize","4"]] "<font size=4>foo<font size=1>b[a]r</font>baz</font>" queryCommandState("fontsize") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /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"],["fontsize","4"]] "<font size=4>foo<font size=1>b[a]r</font>baz</font>" queryCommandValue("fontsize") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals("4", "4", "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["stylewithcss","false"],["fontsize","4"]] "<font size=4>foo<font size=1>b[a]r</font>baz</font>": 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"],["fontsize","4"]] "<font size=4>foo<font size=1>b[a]r</font>baz</font>": execCommand("fontsize", false, "4") 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"],["fontsize","4"]] "<font size=4>foo<font size=1>b[a]r</font>baz</font>" 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<meta name=\"variant\" content=\"?1-1000\">\n<meta name=\"variant\" content=\"?1001-2000\">\n<meta name=\"variant\" content=\"?2001-last\">\n<link rel=\"stylesheet\" href=\"../include/reset.css\">\n<title>fontsize - HTML editing conformance tests</title>\n\n</head><body>\n\n<div id=\"test-container\"><p>test</p></div>\n\n\n\n\n\n\n\n\n</body>", "<head><meta charset=\"utf-8\">\n<meta name=\"timeout\" content=\"long\">\n<meta name=\"variant\" content=\"?1-1000\">\n<meta name=\"variant\" content=\"?1001-2000\">\n<meta name=\"variant\" content=\"?2001-last\">\n<link rel=\"stylesheet\" href=\"../include/reset.css\">\n<title>fontsize - HTML editing conformance tests</title>\n\n</head><body>\n\n<div id=\"test-container\"><p>test</p></div>\n\n\n\n\n\n\n\n\n</body>", "Everything outside the editable div must be unchanged, but some change did occur")
    at Test.<anonymous> ( /editing/include/tests.js:5663:9)
Pass[["stylewithcss","false"],["fontsize","4"]] "<font size=4>foo<font size=1>b[a]r</font>baz</font>" 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("<font size=\"4\">foo<font size=\"1\">b</font>a<font size=\"1\">r</font>baz</font>", "<font size=\"4\">foo<font size=\"1\">b</font>a<font size=\"1\">r</font>baz</font>", "Unexpected innerHTML (after normalizing inline style)")
    at Test.<anonymous> ( /editing/include/tests.js:5679:11)
Pass[["stylewithcss","false"],["fontsize","4"]] "<font size=4>foo<font size=1>b[a]r</font>baz</font>" 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"],["fontsize","4"]] "<font size=4>foo<font size=1>b[a]r</font>baz</font>" 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"],["fontsize","4"]] "<font size=4>foo<font size=1>b[a]r</font>baz</font>" 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"],["fontsize","4"]] "<font size=4>foo<font size=1>b[a]r</font>baz</font>" 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"],["fontsize","4"]] "<font size=4>foo<font size=1>b[a]r</font>baz</font>" 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"],["fontsize","4"]] "<font size=4>foo<font size=1>b[a]r</font>baz</font>" 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"],["fontsize","4"]] "<font size=4>foo<font size=1>b[a]r</font>baz</font>" queryCommandIndeterm("fontsize") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /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"],["fontsize","4"]] "<font size=4>foo<font size=1>b[a]r</font>baz</font>" queryCommandState("fontsize") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /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"],["fontsize","4"]] "<font size=4>foo<font size=1>b[a]r</font>baz</font>" queryCommandValue("fontsize") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals("1", "1", "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["stylewithcss","false"],["fontsize","4"]] "<font size=4>foo<font size=1>b[a]r</font>baz</font>" queryCommandIndeterm("fontsize") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /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"],["fontsize","4"]] "<font size=4>foo<font size=1>b[a]r</font>baz</font>" queryCommandState("fontsize") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /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"],["fontsize","4"]] "<font size=4>foo<font size=1>b[a]r</font>baz</font>" queryCommandValue("fontsize") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals("4", "4", "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["stylewithcss","true"],["fontsize","4"]] "foo<span style=\"font-size: xx-small\">[bar]</span>baz": 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"],["fontsize","4"]] "foo<span style=\"font-size: xx-small\">[bar]</span>baz": execCommand("fontsize", false, "4") 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"],["fontsize","4"]] "foo<span style=\"font-size: xx-small\">[bar]</span>baz" 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<meta name=\"variant\" content=\"?1-1000\">\n<meta name=\"variant\" content=\"?1001-2000\">\n<meta name=\"variant\" content=\"?2001-last\">\n<link rel=\"stylesheet\" href=\"../include/reset.css\">\n<title>fontsize - HTML editing conformance tests</title>\n\n</head><body>\n\n<div id=\"test-container\"><p>test</p></div>\n\n\n\n\n\n\n\n\n</body>", "<head><meta charset=\"utf-8\">\n<meta name=\"timeout\" content=\"long\">\n<meta name=\"variant\" content=\"?1-1000\">\n<meta name=\"variant\" content=\"?1001-2000\">\n<meta name=\"variant\" content=\"?2001-last\">\n<link rel=\"stylesheet\" href=\"../include/reset.css\">\n<title>fontsize - HTML editing conformance tests</title>\n\n</head><body>\n\n<div id=\"test-container\"><p>test</p></div>\n\n\n\n\n\n\n\n\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"],["fontsize","4"]] "foo<span style=\"font-size: xx-small\">[bar]</span>baz" 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("foo<span style=\"font-size:large\">bar</span>baz", "foo<span style=\"font-size:large\">bar</span>baz", "Unexpected innerHTML (after normalizing inline style)")
    at Test.<anonymous> ( /editing/include/tests.js:5679:11)
Pass[["stylewithcss","true"],["fontsize","4"]] "foo<span style=\"font-size: xx-small\">[bar]</span>baz" 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","true"],["fontsize","4"]] "foo<span style=\"font-size: xx-small\">[bar]</span>baz" 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(false, false, "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["stylewithcss","true"],["fontsize","4"]] "foo<span style=\"font-size: xx-small\">[bar]</span>baz" 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"],["fontsize","4"]] "foo<span style=\"font-size: xx-small\">[bar]</span>baz" 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"],["fontsize","4"]] "foo<span style=\"font-size: xx-small\">[bar]</span>baz" 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"],["fontsize","4"]] "foo<span style=\"font-size: xx-small\">[bar]</span>baz" 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"],["fontsize","4"]] "foo<span style=\"font-size: xx-small\">[bar]</span>baz" queryCommandIndeterm("fontsize") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /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"],["fontsize","4"]] "foo<span style=\"font-size: xx-small\">[bar]</span>baz" queryCommandState("fontsize") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<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"],["fontsize","4"]] "foo<span style=\"font-size: xx-small\">[bar]</span>baz" queryCommandValue("fontsize") beforeassert_equals: Wrong result returned expected "1" but got "0"
    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("0", "1", "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["stylewithcss","true"],["fontsize","4"]] "foo<span style=\"font-size: xx-small\">[bar]</span>baz" queryCommandIndeterm("fontsize") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /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"],["fontsize","4"]] "foo<span style=\"font-size: xx-small\">[bar]</span>baz" queryCommandState("fontsize") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /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"],["fontsize","4"]] "foo<span style=\"font-size: xx-small\">[bar]</span>baz" queryCommandValue("fontsize") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals("4", "4", "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["stylewithcss","false"],["fontsize","4"]] "foo<span style=\"font-size: xx-small\">[bar]</span>baz": 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"],["fontsize","4"]] "foo<span style=\"font-size: xx-small\">[bar]</span>baz": execCommand("fontsize", false, "4") 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"],["fontsize","4"]] "foo<span style=\"font-size: xx-small\">[bar]</span>baz" 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<meta name=\"variant\" content=\"?1-1000\">\n<meta name=\"variant\" content=\"?1001-2000\">\n<meta name=\"variant\" content=\"?2001-last\">\n<link rel=\"stylesheet\" href=\"../include/reset.css\">\n<title>fontsize - HTML editing conformance tests</title>\n\n</head><body>\n\n<div id=\"test-container\"><p>test</p></div>\n\n\n\n\n\n\n\n\n</body>", "<head><meta charset=\"utf-8\">\n<meta name=\"timeout\" content=\"long\">\n<meta name=\"variant\" content=\"?1-1000\">\n<meta name=\"variant\" content=\"?1001-2000\">\n<meta name=\"variant\" content=\"?2001-last\">\n<link rel=\"stylesheet\" href=\"../include/reset.css\">\n<title>fontsize - HTML editing conformance tests</title>\n\n</head><body>\n\n<div id=\"test-container\"><p>test</p></div>\n\n\n\n\n\n\n\n\n</body>", "Everything outside the editable div must be unchanged, but some change did occur")
    at Test.<anonymous> ( /editing/include/tests.js:5663:9)
Pass[["stylewithcss","false"],["fontsize","4"]] "foo<span style=\"font-size: xx-small\">[bar]</span>baz" 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("foo<font size=\"4\">bar</font>baz", "foo<font size=\"4\">bar</font>baz", "Unexpected innerHTML (after normalizing inline style)")
    at Test.<anonymous> ( /editing/include/tests.js:5679:11)
Pass[["stylewithcss","false"],["fontsize","4"]] "foo<span style=\"font-size: xx-small\">[bar]</span>baz" 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"],["fontsize","4"]] "foo<span style=\"font-size: xx-small\">[bar]</span>baz" 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"],["fontsize","4"]] "foo<span style=\"font-size: xx-small\">[bar]</span>baz" 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"],["fontsize","4"]] "foo<span style=\"font-size: xx-small\">[bar]</span>baz" 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"],["fontsize","4"]] "foo<span style=\"font-size: xx-small\">[bar]</span>baz" 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"],["fontsize","4"]] "foo<span style=\"font-size: xx-small\">[bar]</span>baz" 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"],["fontsize","4"]] "foo<span style=\"font-size: xx-small\">[bar]</span>baz" queryCommandIndeterm("fontsize") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /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"],["fontsize","4"]] "foo<span style=\"font-size: xx-small\">[bar]</span>baz" queryCommandState("fontsize") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<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","false"],["fontsize","4"]] "foo<span style=\"font-size: xx-small\">[bar]</span>baz" queryCommandValue("fontsize") beforeassert_equals: Wrong result returned expected "1" but got "0"
    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("0", "1", "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["stylewithcss","false"],["fontsize","4"]] "foo<span style=\"font-size: xx-small\">[bar]</span>baz" queryCommandIndeterm("fontsize") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /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"],["fontsize","4"]] "foo<span style=\"font-size: xx-small\">[bar]</span>baz" queryCommandState("fontsize") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /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"],["fontsize","4"]] "foo<span style=\"font-size: xx-small\">[bar]</span>baz" queryCommandValue("fontsize") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals("4", "4", "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["stylewithcss","true"],["fontsize","4"]] "<span style=\"font-size: xx-small\">foo[bar]baz</span>": 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"],["fontsize","4"]] "<span style=\"font-size: xx-small\">foo[bar]baz</span>": execCommand("fontsize", false, "4") 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"],["fontsize","4"]] "<span style=\"font-size: xx-small\">foo[bar]baz</span>" 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<meta name=\"variant\" content=\"?1-1000\">\n<meta name=\"variant\" content=\"?1001-2000\">\n<meta name=\"variant\" content=\"?2001-last\">\n<link rel=\"stylesheet\" href=\"../include/reset.css\">\n<title>fontsize - HTML editing conformance tests</title>\n\n</head><body>\n\n<div id=\"test-container\"><p>test</p></div>\n\n\n\n\n\n\n\n\n</body>", "<head><meta charset=\"utf-8\">\n<meta name=\"timeout\" content=\"long\">\n<meta name=\"variant\" content=\"?1-1000\">\n<meta name=\"variant\" content=\"?1001-2000\">\n<meta name=\"variant\" content=\"?2001-last\">\n<link rel=\"stylesheet\" href=\"../include/reset.css\">\n<title>fontsize - HTML editing conformance tests</title>\n\n</head><body>\n\n<div id=\"test-container\"><p>test</p></div>\n\n\n\n\n\n\n\n\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"],["fontsize","4"]] "<span style=\"font-size: xx-small\">foo[bar]baz</span>" 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("<span style=\"font-size:xx-small\">foo</span><span style=\"font-size:large\">bar</span><span style=\"font-size:xx-small\">baz</span>", "<span style=\"font-size:xx-small\">foo</span><span style=\"font-size:large\">bar</span><span style=\"font-size:xx-small\">baz</span>", "Unexpected innerHTML (after normalizing inline style)")
    at Test.<anonymous> ( /editing/include/tests.js:5679:11)
Pass[["stylewithcss","true"],["fontsize","4"]] "<span style=\"font-size: xx-small\">foo[bar]baz</span>" 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","true"],["fontsize","4"]] "<span style=\"font-size: xx-small\">foo[bar]baz</span>" 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(false, false, "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["stylewithcss","true"],["fontsize","4"]] "<span style=\"font-size: xx-small\">foo[bar]baz</span>" 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"],["fontsize","4"]] "<span style=\"font-size: xx-small\">foo[bar]baz</span>" 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"],["fontsize","4"]] "<span style=\"font-size: xx-small\">foo[bar]baz</span>" 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"],["fontsize","4"]] "<span style=\"font-size: xx-small\">foo[bar]baz</span>" 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"],["fontsize","4"]] "<span style=\"font-size: xx-small\">foo[bar]baz</span>" queryCommandIndeterm("fontsize") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /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"],["fontsize","4"]] "<span style=\"font-size: xx-small\">foo[bar]baz</span>" queryCommandState("fontsize") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<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"],["fontsize","4"]] "<span style=\"font-size: xx-small\">foo[bar]baz</span>" queryCommandValue("fontsize") beforeassert_equals: Wrong result returned expected "1" but got "0"
    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("0", "1", "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["stylewithcss","true"],["fontsize","4"]] "<span style=\"font-size: xx-small\">foo[bar]baz</span>" queryCommandIndeterm("fontsize") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /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"],["fontsize","4"]] "<span style=\"font-size: xx-small\">foo[bar]baz</span>" queryCommandState("fontsize") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /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"],["fontsize","4"]] "<span style=\"font-size: xx-small\">foo[bar]baz</span>" queryCommandValue("fontsize") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals("4", "4", "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["stylewithcss","false"],["fontsize","4"]] "<span style=\"font-size: xx-small\">foo[bar]baz</span>": 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"],["fontsize","4"]] "<span style=\"font-size: xx-small\">foo[bar]baz</span>": execCommand("fontsize", false, "4") 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"],["fontsize","4"]] "<span style=\"font-size: xx-small\">foo[bar]baz</span>" 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<meta name=\"variant\" content=\"?1-1000\">\n<meta name=\"variant\" content=\"?1001-2000\">\n<meta name=\"variant\" content=\"?2001-last\">\n<link rel=\"stylesheet\" href=\"../include/reset.css\">\n<title>fontsize - HTML editing conformance tests</title>\n\n</head><body>\n\n<div id=\"test-container\"><p>test</p></div>\n\n\n\n\n\n\n\n\n</body>", "<head><meta charset=\"utf-8\">\n<meta name=\"timeout\" content=\"long\">\n<meta name=\"variant\" content=\"?1-1000\">\n<meta name=\"variant\" content=\"?1001-2000\">\n<meta name=\"variant\" content=\"?2001-last\">\n<link rel=\"stylesheet\" href=\"../include/reset.css\">\n<title>fontsize - HTML editing conformance tests</title>\n\n</head><body>\n\n<div id=\"test-container\"><p>test</p></div>\n\n\n\n\n\n\n\n\n</body>", "Everything outside the editable div must be unchanged, but some change did occur")
    at Test.<anonymous> ( /editing/include/tests.js:5663:9)
Pass[["stylewithcss","false"],["fontsize","4"]] "<span style=\"font-size: xx-small\">foo[bar]baz</span>" 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("<span style=\"font-size:xx-small\">foo</span><font size=\"4\">bar</font><span style=\"font-size:xx-small\">baz</span>", "<span style=\"font-size:xx-small\">foo</span><font size=\"4\">bar</font><span style=\"font-size:xx-small\">baz</span>", "Unexpected innerHTML (after normalizing inline style)")
    at Test.<anonymous> ( /editing/include/tests.js:5679:11)
Pass[["stylewithcss","false"],["fontsize","4"]] "<span style=\"font-size: xx-small\">foo[bar]baz</span>" 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"],["fontsize","4"]] "<span style=\"font-size: xx-small\">foo[bar]baz</span>" 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"],["fontsize","4"]] "<span style=\"font-size: xx-small\">foo[bar]baz</span>" 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"],["fontsize","4"]] "<span style=\"font-size: xx-small\">foo[bar]baz</span>" 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"],["fontsize","4"]] "<span style=\"font-size: xx-small\">foo[bar]baz</span>" 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"],["fontsize","4"]] "<span style=\"font-size: xx-small\">foo[bar]baz</span>" 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"],["fontsize","4"]] "<span style=\"font-size: xx-small\">foo[bar]baz</span>" queryCommandIndeterm("fontsize") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /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"],["fontsize","4"]] "<span style=\"font-size: xx-small\">foo[bar]baz</span>" queryCommandState("fontsize") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<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","false"],["fontsize","4"]] "<span style=\"font-size: xx-small\">foo[bar]baz</span>" queryCommandValue("fontsize") beforeassert_equals: Wrong result returned expected "1" but got "0"
    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("0", "1", "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["stylewithcss","false"],["fontsize","4"]] "<span style=\"font-size: xx-small\">foo[bar]baz</span>" queryCommandIndeterm("fontsize") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /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"],["fontsize","4"]] "<span style=\"font-size: xx-small\">foo[bar]baz</span>" queryCommandState("fontsize") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /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"],["fontsize","4"]] "<span style=\"font-size: xx-small\">foo[bar]baz</span>" queryCommandValue("fontsize") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals("4", "4", "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["stylewithcss","true"],["fontsize","4"]] "foo<span style=\"font-size: medium\">[bar]</span>baz": 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"],["fontsize","4"]] "foo<span style=\"font-size: medium\">[bar]</span>baz": execCommand("fontsize", false, "4") 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"],["fontsize","4"]] "foo<span style=\"font-size: medium\">[bar]</span>baz" 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<meta name=\"variant\" content=\"?1-1000\">\n<meta name=\"variant\" content=\"?1001-2000\">\n<meta name=\"variant\" content=\"?2001-last\">\n<link rel=\"stylesheet\" href=\"../include/reset.css\">\n<title>fontsize - HTML editing conformance tests</title>\n\n</head><body>\n\n<div id=\"test-container\"><p>test</p></div>\n\n\n\n\n\n\n\n\n</body>", "<head><meta charset=\"utf-8\">\n<meta name=\"timeout\" content=\"long\">\n<meta name=\"variant\" content=\"?1-1000\">\n<meta name=\"variant\" content=\"?1001-2000\">\n<meta name=\"variant\" content=\"?2001-last\">\n<link rel=\"stylesheet\" href=\"../include/reset.css\">\n<title>fontsize - HTML editing conformance tests</title>\n\n</head><body>\n\n<div id=\"test-container\"><p>test</p></div>\n\n\n\n\n\n\n\n\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"],["fontsize","4"]] "foo<span style=\"font-size: medium\">[bar]</span>baz" 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("foo<span style=\"font-size:large\">bar</span>baz", "foo<span style=\"font-size:large\">bar</span>baz", "Unexpected innerHTML (after normalizing inline style)")
    at Test.<anonymous> ( /editing/include/tests.js:5679:11)
Pass[["stylewithcss","true"],["fontsize","4"]] "foo<span style=\"font-size: medium\">[bar]</span>baz" 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","true"],["fontsize","4"]] "foo<span style=\"font-size: medium\">[bar]</span>baz" 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(false, false, "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["stylewithcss","true"],["fontsize","4"]] "foo<span style=\"font-size: medium\">[bar]</span>baz" 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"],["fontsize","4"]] "foo<span style=\"font-size: medium\">[bar]</span>baz" 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"],["fontsize","4"]] "foo<span style=\"font-size: medium\">[bar]</span>baz" 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"],["fontsize","4"]] "foo<span style=\"font-size: medium\">[bar]</span>baz" 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"],["fontsize","4"]] "foo<span style=\"font-size: medium\">[bar]</span>baz" queryCommandIndeterm("fontsize") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /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"],["fontsize","4"]] "foo<span style=\"font-size: medium\">[bar]</span>baz" queryCommandState("fontsize") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /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"],["fontsize","4"]] "foo<span style=\"font-size: medium\">[bar]</span>baz" queryCommandValue("fontsize") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals("3", "3", "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["stylewithcss","true"],["fontsize","4"]] "foo<span style=\"font-size: medium\">[bar]</span>baz" queryCommandIndeterm("fontsize") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /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"],["fontsize","4"]] "foo<span style=\"font-size: medium\">[bar]</span>baz" queryCommandState("fontsize") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /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"],["fontsize","4"]] "foo<span style=\"font-size: medium\">[bar]</span>baz" queryCommandValue("fontsize") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals("4", "4", "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["stylewithcss","false"],["fontsize","4"]] "foo<span style=\"font-size: medium\">[bar]</span>baz": 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"],["fontsize","4"]] "foo<span style=\"font-size: medium\">[bar]</span>baz": execCommand("fontsize", false, "4") 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"],["fontsize","4"]] "foo<span style=\"font-size: medium\">[bar]</span>baz" 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<meta name=\"variant\" content=\"?1-1000\">\n<meta name=\"variant\" content=\"?1001-2000\">\n<meta name=\"variant\" content=\"?2001-last\">\n<link rel=\"stylesheet\" href=\"../include/reset.css\">\n<title>fontsize - HTML editing conformance tests</title>\n\n</head><body>\n\n<div id=\"test-container\"><p>test</p></div>\n\n\n\n\n\n\n\n\n</body>", "<head><meta charset=\"utf-8\">\n<meta name=\"timeout\" content=\"long\">\n<meta name=\"variant\" content=\"?1-1000\">\n<meta name=\"variant\" content=\"?1001-2000\">\n<meta name=\"variant\" content=\"?2001-last\">\n<link rel=\"stylesheet\" href=\"../include/reset.css\">\n<title>fontsize - HTML editing conformance tests</title>\n\n</head><body>\n\n<div id=\"test-container\"><p>test</p></div>\n\n\n\n\n\n\n\n\n</body>", "Everything outside the editable div must be unchanged, but some change did occur")
    at Test.<anonymous> ( /editing/include/tests.js:5663:9)
Pass[["stylewithcss","false"],["fontsize","4"]] "foo<span style=\"font-size: medium\">[bar]</span>baz" 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("foo<font size=\"4\">bar</font>baz", "foo<font size=\"4\">bar</font>baz", "Unexpected innerHTML (after normalizing inline style)")
    at Test.<anonymous> ( /editing/include/tests.js:5679:11)
Pass[["stylewithcss","false"],["fontsize","4"]] "foo<span style=\"font-size: medium\">[bar]</span>baz" 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"],["fontsize","4"]] "foo<span style=\"font-size: medium\">[bar]</span>baz" 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"],["fontsize","4"]] "foo<span style=\"font-size: medium\">[bar]</span>baz" 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"],["fontsize","4"]] "foo<span style=\"font-size: medium\">[bar]</span>baz" 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"],["fontsize","4"]] "foo<span style=\"font-size: medium\">[bar]</span>baz" 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"],["fontsize","4"]] "foo<span style=\"font-size: medium\">[bar]</span>baz" 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"],["fontsize","4"]] "foo<span style=\"font-size: medium\">[bar]</span>baz" queryCommandIndeterm("fontsize") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /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"],["fontsize","4"]] "foo<span style=\"font-size: medium\">[bar]</span>baz" queryCommandState("fontsize") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /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"],["fontsize","4"]] "foo<span style=\"font-size: medium\">[bar]</span>baz" queryCommandValue("fontsize") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals("3", "3", "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["stylewithcss","false"],["fontsize","4"]] "foo<span style=\"font-size: medium\">[bar]</span>baz" queryCommandIndeterm("fontsize") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /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"],["fontsize","4"]] "foo<span style=\"font-size: medium\">[bar]</span>baz" queryCommandState("fontsize") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /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"],["fontsize","4"]] "foo<span style=\"font-size: medium\">[bar]</span>baz" queryCommandValue("fontsize") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals("4", "4", "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["stylewithcss","true"],["fontsize","4"]] "<span style=\"font-size: medium\">foo[bar]baz</span>": 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"],["fontsize","4"]] "<span style=\"font-size: medium\">foo[bar]baz</span>": execCommand("fontsize", false, "4") 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"],["fontsize","4"]] "<span style=\"font-size: medium\">foo[bar]baz</span>" 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<meta name=\"variant\" content=\"?1-1000\">\n<meta name=\"variant\" content=\"?1001-2000\">\n<meta name=\"variant\" content=\"?2001-last\">\n<link rel=\"stylesheet\" href=\"../include/reset.css\">\n<title>fontsize - HTML editing conformance tests</title>\n\n</head><body>\n\n<div id=\"test-container\"><p>test</p></div>\n\n\n\n\n\n\n\n\n</body>", "<head><meta charset=\"utf-8\">\n<meta name=\"timeout\" content=\"long\">\n<meta name=\"variant\" content=\"?1-1000\">\n<meta name=\"variant\" content=\"?1001-2000\">\n<meta name=\"variant\" content=\"?2001-last\">\n<link rel=\"stylesheet\" href=\"../include/reset.css\">\n<title>fontsize - HTML editing conformance tests</title>\n\n</head><body>\n\n<div id=\"test-container\"><p>test</p></div>\n\n\n\n\n\n\n\n\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"],["fontsize","4"]] "<span style=\"font-size: medium\">foo[bar]baz</span>" 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("<span style=\"font-size:medium\">foo</span><span style=\"font-size:large\">bar</span><span style=\"font-size:medium\">baz</span>", "<span style=\"font-size:medium\">foo</span><span style=\"font-size:large\">bar</span><span style=\"font-size:medium\">baz</span>", "Unexpected innerHTML (after normalizing inline style)")
    at Test.<anonymous> ( /editing/include/tests.js:5679:11)
Pass[["stylewithcss","true"],["fontsize","4"]] "<span style=\"font-size: medium\">foo[bar]baz</span>" 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","true"],["fontsize","4"]] "<span style=\"font-size: medium\">foo[bar]baz</span>" 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(false, false, "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["stylewithcss","true"],["fontsize","4"]] "<span style=\"font-size: medium\">foo[bar]baz</span>" 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"],["fontsize","4"]] "<span style=\"font-size: medium\">foo[bar]baz</span>" 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"],["fontsize","4"]] "<span style=\"font-size: medium\">foo[bar]baz</span>" 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"],["fontsize","4"]] "<span style=\"font-size: medium\">foo[bar]baz</span>" 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"],["fontsize","4"]] "<span style=\"font-size: medium\">foo[bar]baz</span>" queryCommandIndeterm("fontsize") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /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"],["fontsize","4"]] "<span style=\"font-size: medium\">foo[bar]baz</span>" queryCommandState("fontsize") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /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"],["fontsize","4"]] "<span style=\"font-size: medium\">foo[bar]baz</span>" queryCommandValue("fontsize") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals("3", "3", "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["stylewithcss","true"],["fontsize","4"]] "<span style=\"font-size: medium\">foo[bar]baz</span>" queryCommandIndeterm("fontsize") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /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"],["fontsize","4"]] "<span style=\"font-size: medium\">foo[bar]baz</span>" queryCommandState("fontsize") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /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"],["fontsize","4"]] "<span style=\"font-size: medium\">foo[bar]baz</span>" queryCommandValue("fontsize") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals("4", "4", "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["stylewithcss","false"],["fontsize","4"]] "<span style=\"font-size: medium\">foo[bar]baz</span>": 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"],["fontsize","4"]] "<span style=\"font-size: medium\">foo[bar]baz</span>": execCommand("fontsize", false, "4") 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"],["fontsize","4"]] "<span style=\"font-size: medium\">foo[bar]baz</span>" 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<meta name=\"variant\" content=\"?1-1000\">\n<meta name=\"variant\" content=\"?1001-2000\">\n<meta name=\"variant\" content=\"?2001-last\">\n<link rel=\"stylesheet\" href=\"../include/reset.css\">\n<title>fontsize - HTML editing conformance tests</title>\n\n</head><body>\n\n<div id=\"test-container\"><p>test</p></div>\n\n\n\n\n\n\n\n\n</body>", "<head><meta charset=\"utf-8\">\n<meta name=\"timeout\" content=\"long\">\n<meta name=\"variant\" content=\"?1-1000\">\n<meta name=\"variant\" content=\"?1001-2000\">\n<meta name=\"variant\" content=\"?2001-last\">\n<link rel=\"stylesheet\" href=\"../include/reset.css\">\n<title>fontsize - HTML editing conformance tests</title>\n\n</head><body>\n\n<div id=\"test-container\"><p>test</p></div>\n\n\n\n\n\n\n\n\n</body>", "Everything outside the editable div must be unchanged, but some change did occur")
    at Test.<anonymous> ( /editing/include/tests.js:5663:9)
Pass[["stylewithcss","false"],["fontsize","4"]] "<span style=\"font-size: medium\">foo[bar]baz</span>" 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("<span style=\"font-size:medium\">foo</span><font size=\"4\">bar</font><span style=\"font-size:medium\">baz</span>", "<span style=\"font-size:medium\">foo</span><font size=\"4\">bar</font><span style=\"font-size:medium\">baz</span>", "Unexpected innerHTML (after normalizing inline style)")
    at Test.<anonymous> ( /editing/include/tests.js:5679:11)
Pass[["stylewithcss","false"],["fontsize","4"]] "<span style=\"font-size: medium\">foo[bar]baz</span>" 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"],["fontsize","4"]] "<span style=\"font-size: medium\">foo[bar]baz</span>" 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"],["fontsize","4"]] "<span style=\"font-size: medium\">foo[bar]baz</span>" 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"],["fontsize","4"]] "<span style=\"font-size: medium\">foo[bar]baz</span>" 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"],["fontsize","4"]] "<span style=\"font-size: medium\">foo[bar]baz</span>" 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"],["fontsize","4"]] "<span style=\"font-size: medium\">foo[bar]baz</span>" 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"],["fontsize","4"]] "<span style=\"font-size: medium\">foo[bar]baz</span>" queryCommandIndeterm("fontsize") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /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"],["fontsize","4"]] "<span style=\"font-size: medium\">foo[bar]baz</span>" queryCommandState("fontsize") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /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"],["fontsize","4"]] "<span style=\"font-size: medium\">foo[bar]baz</span>" queryCommandValue("fontsize") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals("3", "3", "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["stylewithcss","false"],["fontsize","4"]] "<span style=\"font-size: medium\">foo[bar]baz</span>" queryCommandIndeterm("fontsize") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /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"],["fontsize","4"]] "<span style=\"font-size: medium\">foo[bar]baz</span>" queryCommandState("fontsize") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /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"],["fontsize","4"]] "<span style=\"font-size: medium\">foo[bar]baz</span>" queryCommandValue("fontsize") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals("4", "4", "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["stylewithcss","true"],["fontsize","4"]] "foo<span style=\"font-size: large\">[bar]</span>baz": 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"],["fontsize","4"]] "foo<span style=\"font-size: large\">[bar]</span>baz": execCommand("fontsize", false, "4") 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"],["fontsize","4"]] "foo<span style=\"font-size: large\">[bar]</span>baz" 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<meta name=\"variant\" content=\"?1-1000\">\n<meta name=\"variant\" content=\"?1001-2000\">\n<meta name=\"variant\" content=\"?2001-last\">\n<link rel=\"stylesheet\" href=\"../include/reset.css\">\n<title>fontsize - HTML editing conformance tests</title>\n\n</head><body>\n\n<div id=\"test-container\"><p>test</p></div>\n\n\n\n\n\n\n\n\n</body>", "<head><meta charset=\"utf-8\">\n<meta name=\"timeout\" content=\"long\">\n<meta name=\"variant\" content=\"?1-1000\">\n<meta name=\"variant\" content=\"?1001-2000\">\n<meta name=\"variant\" content=\"?2001-last\">\n<link rel=\"stylesheet\" href=\"../include/reset.css\">\n<title>fontsize - HTML editing conformance tests</title>\n\n</head><body>\n\n<div id=\"test-container\"><p>test</p></div>\n\n\n\n\n\n\n\n\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"],["fontsize","4"]] "foo<span style=\"font-size: large\">[bar]</span>baz" 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("foo<span style=\"font-size:large\">bar</span>baz", "foo<span style=\"font-size:large\">bar</span>baz", "Unexpected innerHTML (after normalizing inline style)")
    at Test.<anonymous> ( /editing/include/tests.js:5679:11)
Pass[["stylewithcss","true"],["fontsize","4"]] "foo<span style=\"font-size: large\">[bar]</span>baz" 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","true"],["fontsize","4"]] "foo<span style=\"font-size: large\">[bar]</span>baz" 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(false, false, "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["stylewithcss","true"],["fontsize","4"]] "foo<span style=\"font-size: large\">[bar]</span>baz" 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"],["fontsize","4"]] "foo<span style=\"font-size: large\">[bar]</span>baz" 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"],["fontsize","4"]] "foo<span style=\"font-size: large\">[bar]</span>baz" 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"],["fontsize","4"]] "foo<span style=\"font-size: large\">[bar]</span>baz" 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"],["fontsize","4"]] "foo<span style=\"font-size: large\">[bar]</span>baz" queryCommandIndeterm("fontsize") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /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"],["fontsize","4"]] "foo<span style=\"font-size: large\">[bar]</span>baz" queryCommandState("fontsize") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /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"],["fontsize","4"]] "foo<span style=\"font-size: large\">[bar]</span>baz" queryCommandValue("fontsize") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals("4", "4", "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["stylewithcss","true"],["fontsize","4"]] "foo<span style=\"font-size: large\">[bar]</span>baz" queryCommandIndeterm("fontsize") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /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"],["fontsize","4"]] "foo<span style=\"font-size: large\">[bar]</span>baz" queryCommandState("fontsize") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /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"],["fontsize","4"]] "foo<span style=\"font-size: large\">[bar]</span>baz" queryCommandValue("fontsize") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals("4", "4", "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["stylewithcss","false"],["fontsize","4"]] "foo<span style=\"font-size: large\">[bar]</span>baz": 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"],["fontsize","4"]] "foo<span style=\"font-size: large\">[bar]</span>baz": execCommand("fontsize", false, "4") 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"],["fontsize","4"]] "foo<span style=\"font-size: large\">[bar]</span>baz" 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<meta name=\"variant\" content=\"?1-1000\">\n<meta name=\"variant\" content=\"?1001-2000\">\n<meta name=\"variant\" content=\"?2001-last\">\n<link rel=\"stylesheet\" href=\"../include/reset.css\">\n<title>fontsize - HTML editing conformance tests</title>\n\n</head><body>\n\n<div id=\"test-container\"><p>test</p></div>\n\n\n\n\n\n\n\n\n</body>", "<head><meta charset=\"utf-8\">\n<meta name=\"timeout\" content=\"long\">\n<meta name=\"variant\" content=\"?1-1000\">\n<meta name=\"variant\" content=\"?1001-2000\">\n<meta name=\"variant\" content=\"?2001-last\">\n<link rel=\"stylesheet\" href=\"../include/reset.css\">\n<title>fontsize - HTML editing conformance tests</title>\n\n</head><body>\n\n<div id=\"test-container\"><p>test</p></div>\n\n\n\n\n\n\n\n\n</body>", "Everything outside the editable div must be unchanged, but some change did occur")
    at Test.<anonymous> ( /editing/include/tests.js:5663:9)
Pass[["stylewithcss","false"],["fontsize","4"]] "foo<span style=\"font-size: large\">[bar]</span>baz" 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("foo<font size=\"4\">bar</font>baz", "foo<font size=\"4\">bar</font>baz", "Unexpected innerHTML (after normalizing inline style)")
    at Test.<anonymous> ( /editing/include/tests.js:5679:11)
Pass[["stylewithcss","false"],["fontsize","4"]] "foo<span style=\"font-size: large\">[bar]</span>baz" 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"],["fontsize","4"]] "foo<span style=\"font-size: large\">[bar]</span>baz" 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"],["fontsize","4"]] "foo<span style=\"font-size: large\">[bar]</span>baz" 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"],["fontsize","4"]] "foo<span style=\"font-size: large\">[bar]</span>baz" 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"],["fontsize","4"]] "foo<span style=\"font-size: large\">[bar]</span>baz" 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"],["fontsize","4"]] "foo<span style=\"font-size: large\">[bar]</span>baz" 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"],["fontsize","4"]] "foo<span style=\"font-size: large\">[bar]</span>baz" queryCommandIndeterm("fontsize") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /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"],["fontsize","4"]] "foo<span style=\"font-size: large\">[bar]</span>baz" queryCommandState("fontsize") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /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"],["fontsize","4"]] "foo<span style=\"font-size: large\">[bar]</span>baz" queryCommandValue("fontsize") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals("4", "4", "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["stylewithcss","false"],["fontsize","4"]] "foo<span style=\"font-size: large\">[bar]</span>baz" queryCommandIndeterm("fontsize") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /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"],["fontsize","4"]] "foo<span style=\"font-size: large\">[bar]</span>baz" queryCommandState("fontsize") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /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"],["fontsize","4"]] "foo<span style=\"font-size: large\">[bar]</span>baz" queryCommandValue("fontsize") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals("4", "4", "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["fontsize","4"]] "<span style=\"font-size: large\">foo[bar]baz</span>": execCommand("fontsize", false, "4") 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[["fontsize","4"]] "<span style=\"font-size: large\">foo[bar]baz</span>" 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<meta name=\"variant\" content=\"?1-1000\">\n<meta name=\"variant\" content=\"?1001-2000\">\n<meta name=\"variant\" content=\"?2001-last\">\n<link rel=\"stylesheet\" href=\"../include/reset.css\">\n<title>fontsize - HTML editing conformance tests</title>\n\n</head><body>\n\n<div id=\"test-container\"><p>test</p></div>\n\n\n\n\n\n\n\n\n</body>", "<head><meta charset=\"utf-8\">\n<meta name=\"timeout\" content=\"long\">\n<meta name=\"variant\" content=\"?1-1000\">\n<meta name=\"variant\" content=\"?1001-2000\">\n<meta name=\"variant\" content=\"?2001-last\">\n<link rel=\"stylesheet\" href=\"../include/reset.css\">\n<title>fontsize - HTML editing conformance tests</title>\n\n</head><body>\n\n<div id=\"test-container\"><p>test</p></div>\n\n\n\n\n\n\n\n\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[["fontsize","4"]] "<span style=\"font-size: large\">foo[bar]baz</span>" compare innerHTMLassert_equals: Unexpected innerHTML (after normalizing inline style) expected "<span style=\"font-size:large\">foobarbaz</span>" but got "<span style=\"font-size:large\">foo</span><font size=\"4\">bar</font><span style=\"font-size:large\">baz</span>"
    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("<span style=\"font-size:large\">foo</span><font size=\"4\">bar</font><span style=\"font-size:large\">baz</span>", "<span style=\"font-size:large\">foobarbaz</span>", "Unexpected innerHTML (after normalizing inline style)")
    at Test.<anonymous> ( /editing/include/tests.js:5679:11)
Pass[["fontsize","4"]] "<span style=\"font-size: large\">foo[bar]baz</span>" queryCommandIndeterm("fontsize") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals(false, false, "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["fontsize","4"]] "<span style=\"font-size: large\">foo[bar]baz</span>" queryCommandState("fontsize") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals(false, false, "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["fontsize","4"]] "<span style=\"font-size: large\">foo[bar]baz</span>" queryCommandValue("fontsize") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals("4", "4", "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["fontsize","4"]] "<span style=\"font-size: large\">foo[bar]baz</span>" queryCommandIndeterm("fontsize") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals(false, false, "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["fontsize","4"]] "<span style=\"font-size: large\">foo[bar]baz</span>" queryCommandState("fontsize") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals(false, false, "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["fontsize","4"]] "<span style=\"font-size: large\">foo[bar]baz</span>" queryCommandValue("fontsize") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals("4", "4", "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["stylewithcss","true"],["fontsize","4"]] "<span style=\"font-size: large\">foo<span style=\"font-size: xx-small\">b[a]r</span>baz</span>": 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"],["fontsize","4"]] "<span style=\"font-size: large\">foo<span style=\"font-size: xx-small\">b[a]r</span>baz</span>": execCommand("fontsize", false, "4") 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"],["fontsize","4"]] "<span style=\"font-size: large\">foo<span style=\"font-size: xx-small\">b[a]r</span>baz</span>" 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<meta name=\"variant\" content=\"?1-1000\">\n<meta name=\"variant\" content=\"?1001-2000\">\n<meta name=\"variant\" content=\"?2001-last\">\n<link rel=\"stylesheet\" href=\"../include/reset.css\">\n<title>fontsize - HTML editing conformance tests</title>\n\n</head><body>\n\n<div id=\"test-container\"><p>test</p></div>\n\n\n\n\n\n\n\n\n</body>", "<head><meta charset=\"utf-8\">\n<meta name=\"timeout\" content=\"long\">\n<meta name=\"variant\" content=\"?1-1000\">\n<meta name=\"variant\" content=\"?1001-2000\">\n<meta name=\"variant\" content=\"?2001-last\">\n<link rel=\"stylesheet\" href=\"../include/reset.css\">\n<title>fontsize - HTML editing conformance tests</title>\n\n</head><body>\n\n<div id=\"test-container\"><p>test</p></div>\n\n\n\n\n\n\n\n\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"],["fontsize","4"]] "<span style=\"font-size: large\">foo<span style=\"font-size: xx-small\">b[a]r</span>baz</span>" compare innerHTMLassert_equals: Unexpected innerHTML (after normalizing inline style) expected "<span style=\"font-size:large\">foo<span style=\"font-size:xx-small\">b</span>a<span style=\"font-size:xx-small\">r</span>baz</span>" but got "<span style=\"font-size:large\">foo</span><span style=\"font-size:xx-small\">b</span><span style=\"font-size:large\">a</span><span style=\"font-size:xx-small\">r</span><span style=\"font-size:large\">baz</span>"
    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("<span style=\"font-size:large\">foo</span><span style=\"font-size:xx-small\">b</span><span style=\"font-size:large\">a</span><span style=\"font-size:xx-small\">r</span><span style=\"font-size:large\">baz</span>", "<span style=\"font-size:large\">foo<span style=\"font-size:xx-small\">b</span>a<span style=\"font-size:xx-small\">r</span>baz</span>", "Unexpected innerHTML (after normalizing inline style)")
    at Test.<anonymous> ( /editing/include/tests.js:5679:11)
Pass[["stylewithcss","true"],["fontsize","4"]] "<span style=\"font-size: large\">foo<span style=\"font-size: xx-small\">b[a]r</span>baz</span>" 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","true"],["fontsize","4"]] "<span style=\"font-size: large\">foo<span style=\"font-size: xx-small\">b[a]r</span>baz</span>" 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(false, false, "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["stylewithcss","true"],["fontsize","4"]] "<span style=\"font-size: large\">foo<span style=\"font-size: xx-small\">b[a]r</span>baz</span>" 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"],["fontsize","4"]] "<span style=\"font-size: large\">foo<span style=\"font-size: xx-small\">b[a]r</span>baz</span>" 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"],["fontsize","4"]] "<span style=\"font-size: large\">foo<span style=\"font-size: xx-small\">b[a]r</span>baz</span>" 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"],["fontsize","4"]] "<span style=\"font-size: large\">foo<span style=\"font-size: xx-small\">b[a]r</span>baz</span>" 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"],["fontsize","4"]] "<span style=\"font-size: large\">foo<span style=\"font-size: xx-small\">b[a]r</span>baz</span>" queryCommandIndeterm("fontsize") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /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"],["fontsize","4"]] "<span style=\"font-size: large\">foo<span style=\"font-size: xx-small\">b[a]r</span>baz</span>" queryCommandState("fontsize") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<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"],["fontsize","4"]] "<span style=\"font-size: large\">foo<span style=\"font-size: xx-small\">b[a]r</span>baz</span>" queryCommandValue("fontsize") beforeassert_equals: Wrong result returned expected "1" but got "0"
    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("0", "1", "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["stylewithcss","true"],["fontsize","4"]] "<span style=\"font-size: large\">foo<span style=\"font-size: xx-small\">b[a]r</span>baz</span>" queryCommandIndeterm("fontsize") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /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"],["fontsize","4"]] "<span style=\"font-size: large\">foo<span style=\"font-size: xx-small\">b[a]r</span>baz</span>" queryCommandState("fontsize") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /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"],["fontsize","4"]] "<span style=\"font-size: large\">foo<span style=\"font-size: xx-small\">b[a]r</span>baz</span>" queryCommandValue("fontsize") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals("4", "4", "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["stylewithcss","false"],["fontsize","4"]] "<span style=\"font-size: large\">foo<span style=\"font-size: xx-small\">b[a]r</span>baz</span>": 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"],["fontsize","4"]] "<span style=\"font-size: large\">foo<span style=\"font-size: xx-small\">b[a]r</span>baz</span>": execCommand("fontsize", false, "4") 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"],["fontsize","4"]] "<span style=\"font-size: large\">foo<span style=\"font-size: xx-small\">b[a]r</span>baz</span>" 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<meta name=\"variant\" content=\"?1-1000\">\n<meta name=\"variant\" content=\"?1001-2000\">\n<meta name=\"variant\" content=\"?2001-last\">\n<link rel=\"stylesheet\" href=\"../include/reset.css\">\n<title>fontsize - HTML editing conformance tests</title>\n\n</head><body>\n\n<div id=\"test-container\"><p>test</p></div>\n\n\n\n\n\n\n\n\n</body>", "<head><meta charset=\"utf-8\">\n<meta name=\"timeout\" content=\"long\">\n<meta name=\"variant\" content=\"?1-1000\">\n<meta name=\"variant\" content=\"?1001-2000\">\n<meta name=\"variant\" content=\"?2001-last\">\n<link rel=\"stylesheet\" href=\"../include/reset.css\">\n<title>fontsize - HTML editing conformance tests</title>\n\n</head><body>\n\n<div id=\"test-container\"><p>test</p></div>\n\n\n\n\n\n\n\n\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"],["fontsize","4"]] "<span style=\"font-size: large\">foo<span style=\"font-size: xx-small\">b[a]r</span>baz</span>" compare innerHTMLassert_equals: Unexpected innerHTML (after normalizing inline style) expected "<span style=\"font-size:large\">foo<span style=\"font-size:xx-small\">b</span>a<span style=\"font-size:xx-small\">r</span>baz</span>" but got "<font size=\"4\">foo</font><span style=\"font-size:xx-small\">b</span><font size=\"4\">a</font><span style=\"font-size:xx-small\">r</span><font size=\"4\">baz</font>"
    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("<font size=\"4\">foo</font><span style=\"font-size:xx-small\">b</span><font size=\"4\">a</font><span style=\"font-size:xx-small\">r</span><font size=\"4\">baz</font>", "<span style=\"font-size:large\">foo<span style=\"font-size:xx-small\">b</span>a<span style=\"font-size:xx-small\">r</span>baz</span>", "Unexpected innerHTML (after normalizing inline style)")
    at Test.<anonymous> ( /editing/include/tests.js:5679:11)
Pass[["stylewithcss","false"],["fontsize","4"]] "<span style=\"font-size: large\">foo<span style=\"font-size: xx-small\">b[a]r</span>baz</span>" 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"],["fontsize","4"]] "<span style=\"font-size: large\">foo<span style=\"font-size: xx-small\">b[a]r</span>baz</span>" 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"],["fontsize","4"]] "<span style=\"font-size: large\">foo<span style=\"font-size: xx-small\">b[a]r</span>baz</span>" 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"],["fontsize","4"]] "<span style=\"font-size: large\">foo<span style=\"font-size: xx-small\">b[a]r</span>baz</span>" 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"],["fontsize","4"]] "<span style=\"font-size: large\">foo<span style=\"font-size: xx-small\">b[a]r</span>baz</span>" 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"],["fontsize","4"]] "<span style=\"font-size: large\">foo<span style=\"font-size: xx-small\">b[a]r</span>baz</span>" 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"],["fontsize","4"]] "<span style=\"font-size: large\">foo<span style=\"font-size: xx-small\">b[a]r</span>baz</span>" queryCommandIndeterm("fontsize") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /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"],["fontsize","4"]] "<span style=\"font-size: large\">foo<span style=\"font-size: xx-small\">b[a]r</span>baz</span>" queryCommandState("fontsize") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<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","false"],["fontsize","4"]] "<span style=\"font-size: large\">foo<span style=\"font-size: xx-small\">b[a]r</span>baz</span>" queryCommandValue("fontsize") beforeassert_equals: Wrong result returned expected "1" but got "0"
    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("0", "1", "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["stylewithcss","false"],["fontsize","4"]] "<span style=\"font-size: large\">foo<span style=\"font-size: xx-small\">b[a]r</span>baz</span>" queryCommandIndeterm("fontsize") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /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"],["fontsize","4"]] "<span style=\"font-size: large\">foo<span style=\"font-size: xx-small\">b[a]r</span>baz</span>" queryCommandState("fontsize") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /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"],["fontsize","4"]] "<span style=\"font-size: large\">foo<span style=\"font-size: xx-small\">b[a]r</span>baz</span>" queryCommandValue("fontsize") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals("4", "4", "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["stylewithcss","true"],["fontsize","4"]] "foo<span style=\"font-size: 2em\">[bar]</span>baz": 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"],["fontsize","4"]] "foo<span style=\"font-size: 2em\">[bar]</span>baz": execCommand("fontsize", false, "4") 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"],["fontsize","4"]] "foo<span style=\"font-size: 2em\">[bar]</span>baz" 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<meta name=\"variant\" content=\"?1-1000\">\n<meta name=\"variant\" content=\"?1001-2000\">\n<meta name=\"variant\" content=\"?2001-last\">\n<link rel=\"stylesheet\" href=\"../include/reset.css\">\n<title>fontsize - HTML editing conformance tests</title>\n\n</head><body>\n\n<div id=\"test-container\"><p>test</p></div>\n\n\n\n\n\n\n\n\n</body>", "<head><meta charset=\"utf-8\">\n<meta name=\"timeout\" content=\"long\">\n<meta name=\"variant\" content=\"?1-1000\">\n<meta name=\"variant\" content=\"?1001-2000\">\n<meta name=\"variant\" content=\"?2001-last\">\n<link rel=\"stylesheet\" href=\"../include/reset.css\">\n<title>fontsize - HTML editing conformance tests</title>\n\n</head><body>\n\n<div id=\"test-container\"><p>test</p></div>\n\n\n\n\n\n\n\n\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"],["fontsize","4"]] "foo<span style=\"font-size: 2em\">[bar]</span>baz" 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("foo<span style=\"font-size:large\">bar</span>baz", "foo<span style=\"font-size:large\">bar</span>baz", "Unexpected innerHTML (after normalizing inline style)")
    at Test.<anonymous> ( /editing/include/tests.js:5679:11)
Pass[["stylewithcss","true"],["fontsize","4"]] "foo<span style=\"font-size: 2em\">[bar]</span>baz" 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","true"],["fontsize","4"]] "foo<span style=\"font-size: 2em\">[bar]</span>baz" 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(false, false, "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["stylewithcss","true"],["fontsize","4"]] "foo<span style=\"font-size: 2em\">[bar]</span>baz" 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"],["fontsize","4"]] "foo<span style=\"font-size: 2em\">[bar]</span>baz" 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"],["fontsize","4"]] "foo<span style=\"font-size: 2em\">[bar]</span>baz" 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"],["fontsize","4"]] "foo<span style=\"font-size: 2em\">[bar]</span>baz" 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"],["fontsize","4"]] "foo<span style=\"font-size: 2em\">[bar]</span>baz" queryCommandIndeterm("fontsize") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /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"],["fontsize","4"]] "foo<span style=\"font-size: 2em\">[bar]</span>baz" queryCommandState("fontsize") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /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"],["fontsize","4"]] "foo<span style=\"font-size: 2em\">[bar]</span>baz" queryCommandValue("fontsize") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals("6", "6", "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["stylewithcss","true"],["fontsize","4"]] "foo<span style=\"font-size: 2em\">[bar]</span>baz" queryCommandIndeterm("fontsize") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /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"],["fontsize","4"]] "foo<span style=\"font-size: 2em\">[bar]</span>baz" queryCommandState("fontsize") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /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"],["fontsize","4"]] "foo<span style=\"font-size: 2em\">[bar]</span>baz" queryCommandValue("fontsize") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals("4", "4", "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["stylewithcss","false"],["fontsize","4"]] "foo<span style=\"font-size: 2em\">[bar]</span>baz": 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"],["fontsize","4"]] "foo<span style=\"font-size: 2em\">[bar]</span>baz": execCommand("fontsize", false, "4") 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"],["fontsize","4"]] "foo<span style=\"font-size: 2em\">[bar]</span>baz" 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<meta name=\"variant\" content=\"?1-1000\">\n<meta name=\"variant\" content=\"?1001-2000\">\n<meta name=\"variant\" content=\"?2001-last\">\n<link rel=\"stylesheet\" href=\"../include/reset.css\">\n<title>fontsize - HTML editing conformance tests</title>\n\n</head><body>\n\n<div id=\"test-container\"><p>test</p></div>\n\n\n\n\n\n\n\n\n</body>", "<head><meta charset=\"utf-8\">\n<meta name=\"timeout\" content=\"long\">\n<meta name=\"variant\" content=\"?1-1000\">\n<meta name=\"variant\" content=\"?1001-2000\">\n<meta name=\"variant\" content=\"?2001-last\">\n<link rel=\"stylesheet\" href=\"../include/reset.css\">\n<title>fontsize - HTML editing conformance tests</title>\n\n</head><body>\n\n<div id=\"test-container\"><p>test</p></div>\n\n\n\n\n\n\n\n\n</body>", "Everything outside the editable div must be unchanged, but some change did occur")
    at Test.<anonymous> ( /editing/include/tests.js:5663:9)
Pass[["stylewithcss","false"],["fontsize","4"]] "foo<span style=\"font-size: 2em\">[bar]</span>baz" 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("foo<font size=\"4\">bar</font>baz", "foo<font size=\"4\">bar</font>baz", "Unexpected innerHTML (after normalizing inline style)")
    at Test.<anonymous> ( /editing/include/tests.js:5679:11)
Pass[["stylewithcss","false"],["fontsize","4"]] "foo<span style=\"font-size: 2em\">[bar]</span>baz" 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"],["fontsize","4"]] "foo<span style=\"font-size: 2em\">[bar]</span>baz" 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"],["fontsize","4"]] "foo<span style=\"font-size: 2em\">[bar]</span>baz" 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"],["fontsize","4"]] "foo<span style=\"font-size: 2em\">[bar]</span>baz" 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"],["fontsize","4"]] "foo<span style=\"font-size: 2em\">[bar]</span>baz" 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"],["fontsize","4"]] "foo<span style=\"font-size: 2em\">[bar]</span>baz" 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"],["fontsize","4"]] "foo<span style=\"font-size: 2em\">[bar]</span>baz" queryCommandIndeterm("fontsize") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /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"],["fontsize","4"]] "foo<span style=\"font-size: 2em\">[bar]</span>baz" queryCommandState("fontsize") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /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"],["fontsize","4"]] "foo<span style=\"font-size: 2em\">[bar]</span>baz" queryCommandValue("fontsize") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals("6", "6", "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["stylewithcss","false"],["fontsize","4"]] "foo<span style=\"font-size: 2em\">[bar]</span>baz" queryCommandIndeterm("fontsize") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /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"],["fontsize","4"]] "foo<span style=\"font-size: 2em\">[bar]</span>baz" queryCommandState("fontsize") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /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"],["fontsize","4"]] "foo<span style=\"font-size: 2em\">[bar]</span>baz" queryCommandValue("fontsize") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals("4", "4", "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["stylewithcss","true"],["fontsize","4"]] "<span style=\"font-size: 2em\">foo[bar]baz</span>": 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"],["fontsize","4"]] "<span style=\"font-size: 2em\">foo[bar]baz</span>": execCommand("fontsize", false, "4") 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"],["fontsize","4"]] "<span style=\"font-size: 2em\">foo[bar]baz</span>" 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<meta name=\"variant\" content=\"?1-1000\">\n<meta name=\"variant\" content=\"?1001-2000\">\n<meta name=\"variant\" content=\"?2001-last\">\n<link rel=\"stylesheet\" href=\"../include/reset.css\">\n<title>fontsize - HTML editing conformance tests</title>\n\n</head><body>\n\n<div id=\"test-container\"><p>test</p></div>\n\n\n\n\n\n\n\n\n</body>", "<head><meta charset=\"utf-8\">\n<meta name=\"timeout\" content=\"long\">\n<meta name=\"variant\" content=\"?1-1000\">\n<meta name=\"variant\" content=\"?1001-2000\">\n<meta name=\"variant\" content=\"?2001-last\">\n<link rel=\"stylesheet\" href=\"../include/reset.css\">\n<title>fontsize - HTML editing conformance tests</title>\n\n</head><body>\n\n<div id=\"test-container\"><p>test</p></div>\n\n\n\n\n\n\n\n\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"],["fontsize","4"]] "<span style=\"font-size: 2em\">foo[bar]baz</span>" 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("<span style=\"font-size:2em\">foo</span><span style=\"font-size:large\">bar</span><span style=\"font-size:2em\">baz</span>", "<span style=\"font-size:2em\">foo</span><span style=\"font-size:large\">bar</span><span style=\"font-size:2em\">baz</span>", "Unexpected innerHTML (after normalizing inline style)")
    at Test.<anonymous> ( /editing/include/tests.js:5679:11)
Pass[["stylewithcss","true"],["fontsize","4"]] "<span style=\"font-size: 2em\">foo[bar]baz</span>" 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","true"],["fontsize","4"]] "<span style=\"font-size: 2em\">foo[bar]baz</span>" 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(false, false, "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["stylewithcss","true"],["fontsize","4"]] "<span style=\"font-size: 2em\">foo[bar]baz</span>" 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"],["fontsize","4"]] "<span style=\"font-size: 2em\">foo[bar]baz</span>" 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"],["fontsize","4"]] "<span style=\"font-size: 2em\">foo[bar]baz</span>" 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"],["fontsize","4"]] "<span style=\"font-size: 2em\">foo[bar]baz</span>" 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"],["fontsize","4"]] "<span style=\"font-size: 2em\">foo[bar]baz</span>" queryCommandIndeterm("fontsize") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /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"],["fontsize","4"]] "<span style=\"font-size: 2em\">foo[bar]baz</span>" queryCommandState("fontsize") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /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"],["fontsize","4"]] "<span style=\"font-size: 2em\">foo[bar]baz</span>" queryCommandValue("fontsize") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals("6", "6", "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["stylewithcss","true"],["fontsize","4"]] "<span style=\"font-size: 2em\">foo[bar]baz</span>" queryCommandIndeterm("fontsize") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /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"],["fontsize","4"]] "<span style=\"font-size: 2em\">foo[bar]baz</span>" queryCommandState("fontsize") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /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"],["fontsize","4"]] "<span style=\"font-size: 2em\">foo[bar]baz</span>" queryCommandValue("fontsize") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals("4", "4", "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["stylewithcss","false"],["fontsize","4"]] "<span style=\"font-size: 2em\">foo[bar]baz</span>": 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"],["fontsize","4"]] "<span style=\"font-size: 2em\">foo[bar]baz</span>": execCommand("fontsize", false, "4") 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"],["fontsize","4"]] "<span style=\"font-size: 2em\">foo[bar]baz</span>" 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<meta name=\"variant\" content=\"?1-1000\">\n<meta name=\"variant\" content=\"?1001-2000\">\n<meta name=\"variant\" content=\"?2001-last\">\n<link rel=\"stylesheet\" href=\"../include/reset.css\">\n<title>fontsize - HTML editing conformance tests</title>\n\n</head><body>\n\n<div id=\"test-container\"><p>test</p></div>\n\n\n\n\n\n\n\n\n</body>", "<head><meta charset=\"utf-8\">\n<meta name=\"timeout\" content=\"long\">\n<meta name=\"variant\" content=\"?1-1000\">\n<meta name=\"variant\" content=\"?1001-2000\">\n<meta name=\"variant\" content=\"?2001-last\">\n<link rel=\"stylesheet\" href=\"../include/reset.css\">\n<title>fontsize - HTML editing conformance tests</title>\n\n</head><body>\n\n<div id=\"test-container\"><p>test</p></div>\n\n\n\n\n\n\n\n\n</body>", "Everything outside the editable div must be unchanged, but some change did occur")
    at Test.<anonymous> ( /editing/include/tests.js:5663:9)
Pass[["stylewithcss","false"],["fontsize","4"]] "<span style=\"font-size: 2em\">foo[bar]baz</span>" 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("<span style=\"font-size:2em\">foo</span><font size=\"4\">bar</font><span style=\"font-size:2em\">baz</span>", "<span style=\"font-size:2em\">foo</span><font size=\"4\">bar</font><span style=\"font-size:2em\">baz</span>", "Unexpected innerHTML (after normalizing inline style)")
    at Test.<anonymous> ( /editing/include/tests.js:5679:11)
Pass[["stylewithcss","false"],["fontsize","4"]] "<span style=\"font-size: 2em\">foo[bar]baz</span>" 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"],["fontsize","4"]] "<span style=\"font-size: 2em\">foo[bar]baz</span>" 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"],["fontsize","4"]] "<span style=\"font-size: 2em\">foo[bar]baz</span>" 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"],["fontsize","4"]] "<span style=\"font-size: 2em\">foo[bar]baz</span>" 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"],["fontsize","4"]] "<span style=\"font-size: 2em\">foo[bar]baz</span>" 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"],["fontsize","4"]] "<span style=\"font-size: 2em\">foo[bar]baz</span>" 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"],["fontsize","4"]] "<span style=\"font-size: 2em\">foo[bar]baz</span>" queryCommandIndeterm("fontsize") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /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"],["fontsize","4"]] "<span style=\"font-size: 2em\">foo[bar]baz</span>" queryCommandState("fontsize") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /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"],["fontsize","4"]] "<span style=\"font-size: 2em\">foo[bar]baz</span>" queryCommandValue("fontsize") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals("6", "6", "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["stylewithcss","false"],["fontsize","4"]] "<span style=\"font-size: 2em\">foo[bar]baz</span>" queryCommandIndeterm("fontsize") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /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"],["fontsize","4"]] "<span style=\"font-size: 2em\">foo[bar]baz</span>" queryCommandState("fontsize") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /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"],["fontsize","4"]] "<span style=\"font-size: 2em\">foo[bar]baz</span>" queryCommandValue("fontsize") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals("4", "4", "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["stylewithcss","true"],["fontsize","4"]] "<p style=\"font-size: xx-small\">foo[bar]baz</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"],["fontsize","4"]] "<p style=\"font-size: xx-small\">foo[bar]baz</p>": execCommand("fontsize", false, "4") 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"],["fontsize","4"]] "<p style=\"font-size: xx-small\">foo[bar]baz</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<meta name=\"variant\" content=\"?1-1000\">\n<meta name=\"variant\" content=\"?1001-2000\">\n<meta name=\"variant\" content=\"?2001-last\">\n<link rel=\"stylesheet\" href=\"../include/reset.css\">\n<title>fontsize - HTML editing conformance tests</title>\n\n</head><body>\n\n<div id=\"test-container\"><p>test</p></div>\n\n\n\n\n\n\n\n\n</body>", "<head><meta charset=\"utf-8\">\n<meta name=\"timeout\" content=\"long\">\n<meta name=\"variant\" content=\"?1-1000\">\n<meta name=\"variant\" content=\"?1001-2000\">\n<meta name=\"variant\" content=\"?2001-last\">\n<link rel=\"stylesheet\" href=\"../include/reset.css\">\n<title>fontsize - HTML editing conformance tests</title>\n\n</head><body>\n\n<div id=\"test-container\"><p>test</p></div>\n\n\n\n\n\n\n\n\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"],["fontsize","4"]] "<p style=\"font-size: xx-small\">foo[bar]baz</p>" compare innerHTMLassert_equals: Unexpected innerHTML (after normalizing inline style) expected "<p style=\"font-size:xx-small\">foo<span style=\"font-size:large\">bar</span>baz</p>" but got "<p style=\"\"><span style=\"font-size:xx-small\">foo</span><span style=\"font-size:large\">bar</span><span style=\"font-size:xx-small\">baz</span></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 style=\"\"><span style=\"font-size:xx-small\">foo</span><span style=\"font-size:large\">bar</span><span style=\"font-size:xx-small\">baz</span></p>", "<p style=\"font-size:xx-small\">foo<span style=\"font-size:large\">bar</span>baz</p>", "Unexpected innerHTML (after normalizing inline style)")
    at Test.<anonymous> ( /editing/include/tests.js:5679:11)
Pass[["stylewithcss","true"],["fontsize","4"]] "<p style=\"font-size: xx-small\">foo[bar]baz</p>" 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","true"],["fontsize","4"]] "<p style=\"font-size: xx-small\">foo[bar]baz</p>" 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(false, false, "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["stylewithcss","true"],["fontsize","4"]] "<p style=\"font-size: xx-small\">foo[bar]baz</p>" 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"],["fontsize","4"]] "<p style=\"font-size: xx-small\">foo[bar]baz</p>" 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"],["fontsize","4"]] "<p style=\"font-size: xx-small\">foo[bar]baz</p>" 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"],["fontsize","4"]] "<p style=\"font-size: xx-small\">foo[bar]baz</p>" 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"],["fontsize","4"]] "<p style=\"font-size: xx-small\">foo[bar]baz</p>" queryCommandIndeterm("fontsize") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /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"],["fontsize","4"]] "<p style=\"font-size: xx-small\">foo[bar]baz</p>" queryCommandState("fontsize") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<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"],["fontsize","4"]] "<p style=\"font-size: xx-small\">foo[bar]baz</p>" queryCommandValue("fontsize") beforeassert_equals: Wrong result returned expected "1" but got "0"
    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("0", "1", "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["stylewithcss","true"],["fontsize","4"]] "<p style=\"font-size: xx-small\">foo[bar]baz</p>" queryCommandIndeterm("fontsize") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /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"],["fontsize","4"]] "<p style=\"font-size: xx-small\">foo[bar]baz</p>" queryCommandState("fontsize") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /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"],["fontsize","4"]] "<p style=\"font-size: xx-small\">foo[bar]baz</p>" queryCommandValue("fontsize") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals("4", "4", "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["stylewithcss","false"],["fontsize","4"]] "<p style=\"font-size: xx-small\">foo[bar]baz</p>": 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"],["fontsize","4"]] "<p style=\"font-size: xx-small\">foo[bar]baz</p>": execCommand("fontsize", false, "4") 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"],["fontsize","4"]] "<p style=\"font-size: xx-small\">foo[bar]baz</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<meta name=\"variant\" content=\"?1-1000\">\n<meta name=\"variant\" content=\"?1001-2000\">\n<meta name=\"variant\" content=\"?2001-last\">\n<link rel=\"stylesheet\" href=\"../include/reset.css\">\n<title>fontsize - HTML editing conformance tests</title>\n\n</head><body>\n\n<div id=\"test-container\"><p>test</p></div>\n\n\n\n\n\n\n\n\n</body>", "<head><meta charset=\"utf-8\">\n<meta name=\"timeout\" content=\"long\">\n<meta name=\"variant\" content=\"?1-1000\">\n<meta name=\"variant\" content=\"?1001-2000\">\n<meta name=\"variant\" content=\"?2001-last\">\n<link rel=\"stylesheet\" href=\"../include/reset.css\">\n<title>fontsize - HTML editing conformance tests</title>\n\n</head><body>\n\n<div id=\"test-container\"><p>test</p></div>\n\n\n\n\n\n\n\n\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"],["fontsize","4"]] "<p style=\"font-size: xx-small\">foo[bar]baz</p>" compare innerHTMLassert_equals: Unexpected innerHTML (after normalizing inline style) expected "<p style=\"font-size:xx-small\">foo<font size=\"4\">bar</font>baz</p>" but got "<p style=\"\"><span style=\"font-size:xx-small\">foo</span><font size=\"4\">bar</font><span style=\"font-size:xx-small\">baz</span></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 style=\"\"><span style=\"font-size:xx-small\">foo</span><font size=\"4\">bar</font><span style=\"font-size:xx-small\">baz</span></p>", "<p style=\"font-size:xx-small\">foo<font size=\"4\">bar</font>baz</p>", "Unexpected innerHTML (after normalizing inline style)")
    at Test.<anonymous> ( /editing/include/tests.js:5679:11)
Pass[["stylewithcss","false"],["fontsize","4"]] "<p style=\"font-size: xx-small\">foo[bar]baz</p>" 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"],["fontsize","4"]] "<p style=\"font-size: xx-small\">foo[bar]baz</p>" 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"],["fontsize","4"]] "<p style=\"font-size: xx-small\">foo[bar]baz</p>" 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"],["fontsize","4"]] "<p style=\"font-size: xx-small\">foo[bar]baz</p>" 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"],["fontsize","4"]] "<p style=\"font-size: xx-small\">foo[bar]baz</p>" 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"],["fontsize","4"]] "<p style=\"font-size: xx-small\">foo[bar]baz</p>" 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"],["fontsize","4"]] "<p style=\"font-size: xx-small\">foo[bar]baz</p>" queryCommandIndeterm("fontsize") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /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"],["fontsize","4"]] "<p style=\"font-size: xx-small\">foo[bar]baz</p>" queryCommandState("fontsize") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<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","false"],["fontsize","4"]] "<p style=\"font-size: xx-small\">foo[bar]baz</p>" queryCommandValue("fontsize") beforeassert_equals: Wrong result returned expected "1" but got "0"
    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("0", "1", "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["stylewithcss","false"],["fontsize","4"]] "<p style=\"font-size: xx-small\">foo[bar]baz</p>" queryCommandIndeterm("fontsize") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /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"],["fontsize","4"]] "<p style=\"font-size: xx-small\">foo[bar]baz</p>" queryCommandState("fontsize") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /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"],["fontsize","4"]] "<p style=\"font-size: xx-small\">foo[bar]baz</p>" queryCommandValue("fontsize") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals("4", "4", "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["stylewithcss","true"],["fontsize","4"]] "<p style=\"font-size: medium\">foo[bar]baz</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"],["fontsize","4"]] "<p style=\"font-size: medium\">foo[bar]baz</p>": execCommand("fontsize", false, "4") 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"],["fontsize","4"]] "<p style=\"font-size: medium\">foo[bar]baz</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<meta name=\"variant\" content=\"?1-1000\">\n<meta name=\"variant\" content=\"?1001-2000\">\n<meta name=\"variant\" content=\"?2001-last\">\n<link rel=\"stylesheet\" href=\"../include/reset.css\">\n<title>fontsize - HTML editing conformance tests</title>\n\n</head><body>\n\n<div id=\"test-container\"><p>test</p></div>\n\n\n\n\n\n\n\n\n</body>", "<head><meta charset=\"utf-8\">\n<meta name=\"timeout\" content=\"long\">\n<meta name=\"variant\" content=\"?1-1000\">\n<meta name=\"variant\" content=\"?1001-2000\">\n<meta name=\"variant\" content=\"?2001-last\">\n<link rel=\"stylesheet\" href=\"../include/reset.css\">\n<title>fontsize - HTML editing conformance tests</title>\n\n</head><body>\n\n<div id=\"test-container\"><p>test</p></div>\n\n\n\n\n\n\n\n\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"],["fontsize","4"]] "<p style=\"font-size: medium\">foo[bar]baz</p>" compare innerHTMLassert_equals: Unexpected innerHTML (after normalizing inline style) expected "<p style=\"font-size:medium\">foo<span style=\"font-size:large\">bar</span>baz</p>" but got "<p style=\"\"><span style=\"font-size:medium\">foo</span><span style=\"font-size:large\">bar</span>baz</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 style=\"\"><span style=\"font-size:medium\">foo</span><span style=\"font-size:large\">bar</span>baz</p>", "<p style=\"font-size:medium\">foo<span style=\"font-size:large\">bar</span>baz</p>", "Unexpected innerHTML (after normalizing inline style)")
    at Test.<anonymous> ( /editing/include/tests.js:5679:11)
Pass[["stylewithcss","true"],["fontsize","4"]] "<p style=\"font-size: medium\">foo[bar]baz</p>" 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","true"],["fontsize","4"]] "<p style=\"font-size: medium\">foo[bar]baz</p>" 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(false, false, "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["stylewithcss","true"],["fontsize","4"]] "<p style=\"font-size: medium\">foo[bar]baz</p>" 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"],["fontsize","4"]] "<p style=\"font-size: medium\">foo[bar]baz</p>" 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"],["fontsize","4"]] "<p style=\"font-size: medium\">foo[bar]baz</p>" 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"],["fontsize","4"]] "<p style=\"font-size: medium\">foo[bar]baz</p>" 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"],["fontsize","4"]] "<p style=\"font-size: medium\">foo[bar]baz</p>" queryCommandIndeterm("fontsize") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /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"],["fontsize","4"]] "<p style=\"font-size: medium\">foo[bar]baz</p>" queryCommandState("fontsize") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /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"],["fontsize","4"]] "<p style=\"font-size: medium\">foo[bar]baz</p>" queryCommandValue("fontsize") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals("3", "3", "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["stylewithcss","true"],["fontsize","4"]] "<p style=\"font-size: medium\">foo[bar]baz</p>" queryCommandIndeterm("fontsize") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /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"],["fontsize","4"]] "<p style=\"font-size: medium\">foo[bar]baz</p>" queryCommandState("fontsize") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /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"],["fontsize","4"]] "<p style=\"font-size: medium\">foo[bar]baz</p>" queryCommandValue("fontsize") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals("4", "4", "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["stylewithcss","false"],["fontsize","4"]] "<p style=\"font-size: medium\">foo[bar]baz</p>": 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"],["fontsize","4"]] "<p style=\"font-size: medium\">foo[bar]baz</p>": execCommand("fontsize", false, "4") 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"],["fontsize","4"]] "<p style=\"font-size: medium\">foo[bar]baz</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<meta name=\"variant\" content=\"?1-1000\">\n<meta name=\"variant\" content=\"?1001-2000\">\n<meta name=\"variant\" content=\"?2001-last\">\n<link rel=\"stylesheet\" href=\"../include/reset.css\">\n<title>fontsize - HTML editing conformance tests</title>\n\n</head><body>\n\n<div id=\"test-container\"><p>test</p></div>\n\n\n\n\n\n\n\n\n</body>", "<head><meta charset=\"utf-8\">\n<meta name=\"timeout\" content=\"long\">\n<meta name=\"variant\" content=\"?1-1000\">\n<meta name=\"variant\" content=\"?1001-2000\">\n<meta name=\"variant\" content=\"?2001-last\">\n<link rel=\"stylesheet\" href=\"../include/reset.css\">\n<title>fontsize - HTML editing conformance tests</title>\n\n</head><body>\n\n<div id=\"test-container\"><p>test</p></div>\n\n\n\n\n\n\n\n\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"],["fontsize","4"]] "<p style=\"font-size: medium\">foo[bar]baz</p>" compare innerHTMLassert_equals: Unexpected innerHTML (after normalizing inline style) expected "<p style=\"font-size:medium\">foo<font size=\"4\">bar</font>baz</p>" but got "<p style=\"\"><span style=\"font-size:medium\">foo</span><font size=\"4\">bar</font>baz</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 style=\"\"><span style=\"font-size:medium\">foo</span><font size=\"4\">bar</font>baz</p>", "<p style=\"font-size:medium\">foo<font size=\"4\">bar</font>baz</p>", "Unexpected innerHTML (after normalizing inline style)")
    at Test.<anonymous> ( /editing/include/tests.js:5679:11)
Pass[["stylewithcss","false"],["fontsize","4"]] "<p style=\"font-size: medium\">foo[bar]baz</p>" 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"],["fontsize","4"]] "<p style=\"font-size: medium\">foo[bar]baz</p>" 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"],["fontsize","4"]] "<p style=\"font-size: medium\">foo[bar]baz</p>" 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"],["fontsize","4"]] "<p style=\"font-size: medium\">foo[bar]baz</p>" 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"],["fontsize","4"]] "<p style=\"font-size: medium\">foo[bar]baz</p>" 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"],["fontsize","4"]] "<p style=\"font-size: medium\">foo[bar]baz</p>" 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"],["fontsize","4"]] "<p style=\"font-size: medium\">foo[bar]baz</p>" queryCommandIndeterm("fontsize") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /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"],["fontsize","4"]] "<p style=\"font-size: medium\">foo[bar]baz</p>" queryCommandState("fontsize") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /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"],["fontsize","4"]] "<p style=\"font-size: medium\">foo[bar]baz</p>" queryCommandValue("fontsize") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals("3", "3", "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["stylewithcss","false"],["fontsize","4"]] "<p style=\"font-size: medium\">foo[bar]baz</p>" queryCommandIndeterm("fontsize") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /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"],["fontsize","4"]] "<p style=\"font-size: medium\">foo[bar]baz</p>" queryCommandState("fontsize") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /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"],["fontsize","4"]] "<p style=\"font-size: medium\">foo[bar]baz</p>" queryCommandValue("fontsize") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals("4", "4", "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["fontsize","4"]] "<p style=\"font-size: large\">foo[bar]baz</p>": execCommand("fontsize", false, "4") 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[["fontsize","4"]] "<p style=\"font-size: large\">foo[bar]baz</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<meta name=\"variant\" content=\"?1-1000\">\n<meta name=\"variant\" content=\"?1001-2000\">\n<meta name=\"variant\" content=\"?2001-last\">\n<link rel=\"stylesheet\" href=\"../include/reset.css\">\n<title>fontsize - HTML editing conformance tests</title>\n\n</head><body>\n\n<div id=\"test-container\"><p>test</p></div>\n\n\n\n\n\n\n\n\n</body>", "<head><meta charset=\"utf-8\">\n<meta name=\"timeout\" content=\"long\">\n<meta name=\"variant\" content=\"?1-1000\">\n<meta name=\"variant\" content=\"?1001-2000\">\n<meta name=\"variant\" content=\"?2001-last\">\n<link rel=\"stylesheet\" href=\"../include/reset.css\">\n<title>fontsize - HTML editing conformance tests</title>\n\n</head><body>\n\n<div id=\"test-container\"><p>test</p></div>\n\n\n\n\n\n\n\n\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[["fontsize","4"]] "<p style=\"font-size: large\">foo[bar]baz</p>" compare innerHTMLassert_equals: Unexpected innerHTML (after normalizing inline style) expected "<p style=\"font-size:large\">foobarbaz</p>" but got "<p style=\"\"><span style=\"font-size:large\">foo</span><font size=\"4\">barbaz</font></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 style=\"\"><span style=\"font-size:large\">foo</span><font size=\"4\">barbaz</font></p>", "<p style=\"font-size:large\">foobarbaz</p>", "Unexpected innerHTML (after normalizing inline style)")
    at Test.<anonymous> ( /editing/include/tests.js:5679:11)
Pass[["fontsize","4"]] "<p style=\"font-size: large\">foo[bar]baz</p>" queryCommandIndeterm("fontsize") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals(false, false, "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["fontsize","4"]] "<p style=\"font-size: large\">foo[bar]baz</p>" queryCommandState("fontsize") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals(false, false, "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["fontsize","4"]] "<p style=\"font-size: large\">foo[bar]baz</p>" queryCommandValue("fontsize") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals("4", "4", "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["fontsize","4"]] "<p style=\"font-size: large\">foo[bar]baz</p>" queryCommandIndeterm("fontsize") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals(false, false, "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["fontsize","4"]] "<p style=\"font-size: large\">foo[bar]baz</p>" queryCommandState("fontsize") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals(false, false, "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["fontsize","4"]] "<p style=\"font-size: large\">foo[bar]baz</p>" queryCommandValue("fontsize") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals("4", "4", "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["stylewithcss","true"],["fontsize","4"]] "<p style=\"font-size: 2em\">foo[bar]baz</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"],["fontsize","4"]] "<p style=\"font-size: 2em\">foo[bar]baz</p>": execCommand("fontsize", false, "4") 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"],["fontsize","4"]] "<p style=\"font-size: 2em\">foo[bar]baz</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<meta name=\"variant\" content=\"?1-1000\">\n<meta name=\"variant\" content=\"?1001-2000\">\n<meta name=\"variant\" content=\"?2001-last\">\n<link rel=\"stylesheet\" href=\"../include/reset.css\">\n<title>fontsize - HTML editing conformance tests</title>\n\n</head><body>\n\n<div id=\"test-container\"><p>test</p></div>\n\n\n\n\n\n\n\n\n</body>", "<head><meta charset=\"utf-8\">\n<meta name=\"timeout\" content=\"long\">\n<meta name=\"variant\" content=\"?1-1000\">\n<meta name=\"variant\" content=\"?1001-2000\">\n<meta name=\"variant\" content=\"?2001-last\">\n<link rel=\"stylesheet\" href=\"../include/reset.css\">\n<title>fontsize - HTML editing conformance tests</title>\n\n</head><body>\n\n<div id=\"test-container\"><p>test</p></div>\n\n\n\n\n\n\n\n\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"],["fontsize","4"]] "<p style=\"font-size: 2em\">foo[bar]baz</p>" compare innerHTMLassert_equals: Unexpected innerHTML (after normalizing inline style) expected "<p style=\"font-size:2em\">foo<span style=\"font-size:large\">bar</span>baz</p>" but got "<p style=\"\"><span style=\"font-size:2em\">foo</span><span style=\"font-size:large\">bar</span><span style=\"font-size:2em\">baz</span></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 style=\"\"><span style=\"font-size:2em\">foo</span><span style=\"font-size:large\">bar</span><span style=\"font-size:2em\">baz</span></p>", "<p style=\"font-size:2em\">foo<span style=\"font-size:large\">bar</span>baz</p>", "Unexpected innerHTML (after normalizing inline style)")
    at Test.<anonymous> ( /editing/include/tests.js:5679:11)
Pass[["stylewithcss","true"],["fontsize","4"]] "<p style=\"font-size: 2em\">foo[bar]baz</p>" 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","true"],["fontsize","4"]] "<p style=\"font-size: 2em\">foo[bar]baz</p>" 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(false, false, "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["stylewithcss","true"],["fontsize","4"]] "<p style=\"font-size: 2em\">foo[bar]baz</p>" 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"],["fontsize","4"]] "<p style=\"font-size: 2em\">foo[bar]baz</p>" 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"],["fontsize","4"]] "<p style=\"font-size: 2em\">foo[bar]baz</p>" 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"],["fontsize","4"]] "<p style=\"font-size: 2em\">foo[bar]baz</p>" 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"],["fontsize","4"]] "<p style=\"font-size: 2em\">foo[bar]baz</p>" queryCommandIndeterm("fontsize") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /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"],["fontsize","4"]] "<p style=\"font-size: 2em\">foo[bar]baz</p>" queryCommandState("fontsize") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /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"],["fontsize","4"]] "<p style=\"font-size: 2em\">foo[bar]baz</p>" queryCommandValue("fontsize") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals("6", "6", "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["stylewithcss","true"],["fontsize","4"]] "<p style=\"font-size: 2em\">foo[bar]baz</p>" queryCommandIndeterm("fontsize") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /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"],["fontsize","4"]] "<p style=\"font-size: 2em\">foo[bar]baz</p>" queryCommandState("fontsize") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /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"],["fontsize","4"]] "<p style=\"font-size: 2em\">foo[bar]baz</p>" queryCommandValue("fontsize") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals("4", "4", "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["stylewithcss","false"],["fontsize","4"]] "<p style=\"font-size: 2em\">foo[bar]baz</p>": 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"],["fontsize","4"]] "<p style=\"font-size: 2em\">foo[bar]baz</p>": execCommand("fontsize", false, "4") 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"],["fontsize","4"]] "<p style=\"font-size: 2em\">foo[bar]baz</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<meta name=\"variant\" content=\"?1-1000\">\n<meta name=\"variant\" content=\"?1001-2000\">\n<meta name=\"variant\" content=\"?2001-last\">\n<link rel=\"stylesheet\" href=\"../include/reset.css\">\n<title>fontsize - HTML editing conformance tests</title>\n\n</head><body>\n\n<div id=\"test-container\"><p>test</p></div>\n\n\n\n\n\n\n\n\n</body>", "<head><meta charset=\"utf-8\">\n<meta name=\"timeout\" content=\"long\">\n<meta name=\"variant\" content=\"?1-1000\">\n<meta name=\"variant\" content=\"?1001-2000\">\n<meta name=\"variant\" content=\"?2001-last\">\n<link rel=\"stylesheet\" href=\"../include/reset.css\">\n<title>fontsize - HTML editing conformance tests</title>\n\n</head><body>\n\n<div id=\"test-container\"><p>test</p></div>\n\n\n\n\n\n\n\n\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"],["fontsize","4"]] "<p style=\"font-size: 2em\">foo[bar]baz</p>" compare innerHTMLassert_equals: Unexpected innerHTML (after normalizing inline style) expected "<p style=\"font-size:2em\">foo<font size=\"4\">bar</font>baz</p>" but got "<p style=\"\"><span style=\"font-size:2em\">foo</span><font size=\"4\">bar</font><span style=\"font-size:2em\">baz</span></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 style=\"\"><span style=\"font-size:2em\">foo</span><font size=\"4\">bar</font><span style=\"font-size:2em\">baz</span></p>", "<p style=\"font-size:2em\">foo<font size=\"4\">bar</font>baz</p>", "Unexpected innerHTML (after normalizing inline style)")
    at Test.<anonymous> ( /editing/include/tests.js:5679:11)
Pass[["stylewithcss","false"],["fontsize","4"]] "<p style=\"font-size: 2em\">foo[bar]baz</p>" 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"],["fontsize","4"]] "<p style=\"font-size: 2em\">foo[bar]baz</p>" 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"],["fontsize","4"]] "<p style=\"font-size: 2em\">foo[bar]baz</p>" 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"],["fontsize","4"]] "<p style=\"font-size: 2em\">foo[bar]baz</p>" 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"],["fontsize","4"]] "<p style=\"font-size: 2em\">foo[bar]baz</p>" 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"],["fontsize","4"]] "<p style=\"font-size: 2em\">foo[bar]baz</p>" 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"],["fontsize","4"]] "<p style=\"font-size: 2em\">foo[bar]baz</p>" queryCommandIndeterm("fontsize") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /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"],["fontsize","4"]] "<p style=\"font-size: 2em\">foo[bar]baz</p>" queryCommandState("fontsize") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /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"],["fontsize","4"]] "<p style=\"font-size: 2em\">foo[bar]baz</p>" queryCommandValue("fontsize") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals("6", "6", "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["stylewithcss","false"],["fontsize","4"]] "<p style=\"font-size: 2em\">foo[bar]baz</p>" queryCommandIndeterm("fontsize") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /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"],["fontsize","4"]] "<p style=\"font-size: 2em\">foo[bar]baz</p>" queryCommandState("fontsize") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /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"],["fontsize","4"]] "<p style=\"font-size: 2em\">foo[bar]baz</p>" queryCommandValue("fontsize") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals("4", "4", "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["stylewithcss","true"],["fontsize","3"]] "<p style=\"font-size: xx-small\">foo[bar]baz</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"],["fontsize","3"]] "<p style=\"font-size: xx-small\">foo[bar]baz</p>": execCommand("fontsize", false, "3") 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"],["fontsize","3"]] "<p style=\"font-size: xx-small\">foo[bar]baz</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<meta name=\"variant\" content=\"?1-1000\">\n<meta name=\"variant\" content=\"?1001-2000\">\n<meta name=\"variant\" content=\"?2001-last\">\n<link rel=\"stylesheet\" href=\"../include/reset.css\">\n<title>fontsize - HTML editing conformance tests</title>\n\n</head><body>\n\n<div id=\"test-container\"><p>test</p></div>\n\n\n\n\n\n\n\n\n</body>", "<head><meta charset=\"utf-8\">\n<meta name=\"timeout\" content=\"long\">\n<meta name=\"variant\" content=\"?1-1000\">\n<meta name=\"variant\" content=\"?1001-2000\">\n<meta name=\"variant\" content=\"?2001-last\">\n<link rel=\"stylesheet\" href=\"../include/reset.css\">\n<title>fontsize - HTML editing conformance tests</title>\n\n</head><body>\n\n<div id=\"test-container\"><p>test</p></div>\n\n\n\n\n\n\n\n\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"],["fontsize","3"]] "<p style=\"font-size: xx-small\">foo[bar]baz</p>" compare innerHTMLassert_equals: Unexpected innerHTML (after normalizing inline style) expected "<p><span style=\"font-size:xx-small\">foo</span>bar<span style=\"font-size:xx-small\">baz</span></p>" but got "<p style=\"\"><span style=\"font-size:xx-small\">foo</span>bar<span style=\"font-size:xx-small\">baz</span></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 style=\"\"><span style=\"font-size:xx-small\">foo</span>bar<span style=\"font-size:xx-small\">baz</span></p>", "<p><span style=\"font-size:xx-small\">foo</span>bar<span style=\"font-size:xx-small\">baz</span></p>", "Unexpected innerHTML (after normalizing inline style)")
    at Test.<anonymous> ( /editing/include/tests.js:5679:11)
Pass[["stylewithcss","true"],["fontsize","3"]] "<p style=\"font-size: xx-small\">foo[bar]baz</p>" 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","true"],["fontsize","3"]] "<p style=\"font-size: xx-small\">foo[bar]baz</p>" 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(false, false, "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["stylewithcss","true"],["fontsize","3"]] "<p style=\"font-size: xx-small\">foo[bar]baz</p>" 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"],["fontsize","3"]] "<p style=\"font-size: xx-small\">foo[bar]baz</p>" 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"],["fontsize","3"]] "<p style=\"font-size: xx-small\">foo[bar]baz</p>" 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"],["fontsize","3"]] "<p style=\"font-size: xx-small\">foo[bar]baz</p>" 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"],["fontsize","3"]] "<p style=\"font-size: xx-small\">foo[bar]baz</p>" queryCommandIndeterm("fontsize") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /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"],["fontsize","3"]] "<p style=\"font-size: xx-small\">foo[bar]baz</p>" queryCommandState("fontsize") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<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"],["fontsize","3"]] "<p style=\"font-size: xx-small\">foo[bar]baz</p>" queryCommandValue("fontsize") beforeassert_equals: Wrong result returned expected "1" but got "0"
    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("0", "1", "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["stylewithcss","true"],["fontsize","3"]] "<p style=\"font-size: xx-small\">foo[bar]baz</p>" queryCommandIndeterm("fontsize") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /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"],["fontsize","3"]] "<p style=\"font-size: xx-small\">foo[bar]baz</p>" queryCommandState("fontsize") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /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"],["fontsize","3"]] "<p style=\"font-size: xx-small\">foo[bar]baz</p>" queryCommandValue("fontsize") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals("3", "3", "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["stylewithcss","false"],["fontsize","3"]] "<p style=\"font-size: xx-small\">foo[bar]baz</p>": 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"],["fontsize","3"]] "<p style=\"font-size: xx-small\">foo[bar]baz</p>": execCommand("fontsize", false, "3") 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"],["fontsize","3"]] "<p style=\"font-size: xx-small\">foo[bar]baz</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<meta name=\"variant\" content=\"?1-1000\">\n<meta name=\"variant\" content=\"?1001-2000\">\n<meta name=\"variant\" content=\"?2001-last\">\n<link rel=\"stylesheet\" href=\"../include/reset.css\">\n<title>fontsize - HTML editing conformance tests</title>\n\n</head><body>\n\n<div id=\"test-container\"><p>test</p></div>\n\n\n\n\n\n\n\n\n</body>", "<head><meta charset=\"utf-8\">\n<meta name=\"timeout\" content=\"long\">\n<meta name=\"variant\" content=\"?1-1000\">\n<meta name=\"variant\" content=\"?1001-2000\">\n<meta name=\"variant\" content=\"?2001-last\">\n<link rel=\"stylesheet\" href=\"../include/reset.css\">\n<title>fontsize - HTML editing conformance tests</title>\n\n</head><body>\n\n<div id=\"test-container\"><p>test</p></div>\n\n\n\n\n\n\n\n\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"],["fontsize","3"]] "<p style=\"font-size: xx-small\">foo[bar]baz</p>" compare innerHTMLassert_equals: Unexpected innerHTML (after normalizing inline style) expected "<p><span style=\"font-size:xx-small\">foo</span>bar<span style=\"font-size:xx-small\">baz</span></p>" but got "<p style=\"\"><span style=\"font-size:xx-small\">foo</span>bar<span style=\"font-size:xx-small\">baz</span></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 style=\"\"><span style=\"font-size:xx-small\">foo</span>bar<span style=\"font-size:xx-small\">baz</span></p>", "<p><span style=\"font-size:xx-small\">foo</span>bar<span style=\"font-size:xx-small\">baz</span></p>", "Unexpected innerHTML (after normalizing inline style)")
    at Test.<anonymous> ( /editing/include/tests.js:5679:11)
Pass[["stylewithcss","false"],["fontsize","3"]] "<p style=\"font-size: xx-small\">foo[bar]baz</p>" 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"],["fontsize","3"]] "<p style=\"font-size: xx-small\">foo[bar]baz</p>" 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"],["fontsize","3"]] "<p style=\"font-size: xx-small\">foo[bar]baz</p>" 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"],["fontsize","3"]] "<p style=\"font-size: xx-small\">foo[bar]baz</p>" 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"],["fontsize","3"]] "<p style=\"font-size: xx-small\">foo[bar]baz</p>" 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"],["fontsize","3"]] "<p style=\"font-size: xx-small\">foo[bar]baz</p>" 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"],["fontsize","3"]] "<p style=\"font-size: xx-small\">foo[bar]baz</p>" queryCommandIndeterm("fontsize") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /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"],["fontsize","3"]] "<p style=\"font-size: xx-small\">foo[bar]baz</p>" queryCommandState("fontsize") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<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","false"],["fontsize","3"]] "<p style=\"font-size: xx-small\">foo[bar]baz</p>" queryCommandValue("fontsize") beforeassert_equals: Wrong result returned expected "1" but got "0"
    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("0", "1", "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["stylewithcss","false"],["fontsize","3"]] "<p style=\"font-size: xx-small\">foo[bar]baz</p>" queryCommandIndeterm("fontsize") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /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"],["fontsize","3"]] "<p style=\"font-size: xx-small\">foo[bar]baz</p>" queryCommandState("fontsize") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /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"],["fontsize","3"]] "<p style=\"font-size: xx-small\">foo[bar]baz</p>" queryCommandValue("fontsize") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals("3", "3", "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["fontsize","3"]] "<p style=\"font-size: medium\">foo[bar]baz</p>": execCommand("fontsize", false, "3") 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[["fontsize","3"]] "<p style=\"font-size: medium\">foo[bar]baz</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<meta name=\"variant\" content=\"?1-1000\">\n<meta name=\"variant\" content=\"?1001-2000\">\n<meta name=\"variant\" content=\"?2001-last\">\n<link rel=\"stylesheet\" href=\"../include/reset.css\">\n<title>fontsize - HTML editing conformance tests</title>\n\n</head><body>\n\n<div id=\"test-container\"><p>test</p></div>\n\n\n\n\n\n\n\n\n</body>", "<head><meta charset=\"utf-8\">\n<meta name=\"timeout\" content=\"long\">\n<meta name=\"variant\" content=\"?1-1000\">\n<meta name=\"variant\" content=\"?1001-2000\">\n<meta name=\"variant\" content=\"?2001-last\">\n<link rel=\"stylesheet\" href=\"../include/reset.css\">\n<title>fontsize - HTML editing conformance tests</title>\n\n</head><body>\n\n<div id=\"test-container\"><p>test</p></div>\n\n\n\n\n\n\n\n\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[["fontsize","3"]] "<p style=\"font-size: medium\">foo[bar]baz</p>" compare innerHTMLassert_equals: Unexpected innerHTML (after normalizing inline style) expected "<p style=\"font-size:medium\">foobarbaz</p>" but got "<p style=\"\"><span style=\"font-size:medium\">foo</span>barbaz</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 style=\"\"><span style=\"font-size:medium\">foo</span>barbaz</p>", "<p style=\"font-size:medium\">foobarbaz</p>", "Unexpected innerHTML (after normalizing inline style)")
    at Test.<anonymous> ( /editing/include/tests.js:5679:11)
Pass[["fontsize","3"]] "<p style=\"font-size: medium\">foo[bar]baz</p>" queryCommandIndeterm("fontsize") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals(false, false, "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["fontsize","3"]] "<p style=\"font-size: medium\">foo[bar]baz</p>" queryCommandState("fontsize") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals(false, false, "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["fontsize","3"]] "<p style=\"font-size: medium\">foo[bar]baz</p>" queryCommandValue("fontsize") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals("3", "3", "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["fontsize","3"]] "<p style=\"font-size: medium\">foo[bar]baz</p>" queryCommandIndeterm("fontsize") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals(false, false, "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["fontsize","3"]] "<p style=\"font-size: medium\">foo[bar]baz</p>" queryCommandState("fontsize") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals(false, false, "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["fontsize","3"]] "<p style=\"font-size: medium\">foo[bar]baz</p>" queryCommandValue("fontsize") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals("3", "3", "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["stylewithcss","true"],["fontsize","3"]] "<p style=\"font-size: large\">foo[bar]baz</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"],["fontsize","3"]] "<p style=\"font-size: large\">foo[bar]baz</p>": execCommand("fontsize", false, "3") 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"],["fontsize","3"]] "<p style=\"font-size: large\">foo[bar]baz</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<meta name=\"variant\" content=\"?1-1000\">\n<meta name=\"variant\" content=\"?1001-2000\">\n<meta name=\"variant\" content=\"?2001-last\">\n<link rel=\"stylesheet\" href=\"../include/reset.css\">\n<title>fontsize - HTML editing conformance tests</title>\n\n</head><body>\n\n<div id=\"test-container\"><p>test</p></div>\n\n\n\n\n\n\n\n\n</body>", "<head><meta charset=\"utf-8\">\n<meta name=\"timeout\" content=\"long\">\n<meta name=\"variant\" content=\"?1-1000\">\n<meta name=\"variant\" content=\"?1001-2000\">\n<meta name=\"variant\" content=\"?2001-last\">\n<link rel=\"stylesheet\" href=\"../include/reset.css\">\n<title>fontsize - HTML editing conformance tests</title>\n\n</head><body>\n\n<div id=\"test-container\"><p>test</p></div>\n\n\n\n\n\n\n\n\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"],["fontsize","3"]] "<p style=\"font-size: large\">foo[bar]baz</p>" compare innerHTMLassert_equals: Unexpected innerHTML (after normalizing inline style) expected "<p><span style=\"font-size:large\">foo</span>bar<span style=\"font-size:large\">baz</span></p>" but got "<p style=\"\"><span style=\"font-size:large\">foo</span>bar<span style=\"font-size:large\">baz</span></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 style=\"\"><span style=\"font-size:large\">foo</span>bar<span style=\"font-size:large\">baz</span></p>", "<p><span style=\"font-size:large\">foo</span>bar<span style=\"font-size:large\">baz</span></p>", "Unexpected innerHTML (after normalizing inline style)")
    at Test.<anonymous> ( /editing/include/tests.js:5679:11)
Pass[["stylewithcss","true"],["fontsize","3"]] "<p style=\"font-size: large\">foo[bar]baz</p>" 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","true"],["fontsize","3"]] "<p style=\"font-size: large\">foo[bar]baz</p>" 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(false, false, "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["stylewithcss","true"],["fontsize","3"]] "<p style=\"font-size: large\">foo[bar]baz</p>" 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"],["fontsize","3"]] "<p style=\"font-size: large\">foo[bar]baz</p>" 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"],["fontsize","3"]] "<p style=\"font-size: large\">foo[bar]baz</p>" 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"],["fontsize","3"]] "<p style=\"font-size: large\">foo[bar]baz</p>" 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"],["fontsize","3"]] "<p style=\"font-size: large\">foo[bar]baz</p>" queryCommandIndeterm("fontsize") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /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"],["fontsize","3"]] "<p style=\"font-size: large\">foo[bar]baz</p>" queryCommandState("fontsize") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /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"],["fontsize","3"]] "<p style=\"font-size: large\">foo[bar]baz</p>" queryCommandValue("fontsize") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals("4", "4", "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["stylewithcss","true"],["fontsize","3"]] "<p style=\"font-size: large\">foo[bar]baz</p>" queryCommandIndeterm("fontsize") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /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"],["fontsize","3"]] "<p style=\"font-size: large\">foo[bar]baz</p>" queryCommandState("fontsize") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /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"],["fontsize","3"]] "<p style=\"font-size: large\">foo[bar]baz</p>" queryCommandValue("fontsize") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals("3", "3", "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["stylewithcss","false"],["fontsize","3"]] "<p style=\"font-size: large\">foo[bar]baz</p>": 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"],["fontsize","3"]] "<p style=\"font-size: large\">foo[bar]baz</p>": execCommand("fontsize", false, "3") 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"],["fontsize","3"]] "<p style=\"font-size: large\">foo[bar]baz</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<meta name=\"variant\" content=\"?1-1000\">\n<meta name=\"variant\" content=\"?1001-2000\">\n<meta name=\"variant\" content=\"?2001-last\">\n<link rel=\"stylesheet\" href=\"../include/reset.css\">\n<title>fontsize - HTML editing conformance tests</title>\n\n</head><body>\n\n<div id=\"test-container\"><p>test</p></div>\n\n\n\n\n\n\n\n\n</body>", "<head><meta charset=\"utf-8\">\n<meta name=\"timeout\" content=\"long\">\n<meta name=\"variant\" content=\"?1-1000\">\n<meta name=\"variant\" content=\"?1001-2000\">\n<meta name=\"variant\" content=\"?2001-last\">\n<link rel=\"stylesheet\" href=\"../include/reset.css\">\n<title>fontsize - HTML editing conformance tests</title>\n\n</head><body>\n\n<div id=\"test-container\"><p>test</p></div>\n\n\n\n\n\n\n\n\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"],["fontsize","3"]] "<p style=\"font-size: large\">foo[bar]baz</p>" compare innerHTMLassert_equals: Unexpected innerHTML (after normalizing inline style) expected "<p><font size=\"4\">foo</font>bar<font size=\"4\">baz</font></p>" but got "<p style=\"\"><span style=\"font-size:large\">foo</span>bar<font size=\"4\">baz</font></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 style=\"\"><span style=\"font-size:large\">foo</span>bar<font size=\"4\">baz</font></p>", "<p><font size=\"4\">foo</font>bar<font size=\"4\">baz</font></p>", "Unexpected innerHTML (after normalizing inline style)")
    at Test.<anonymous> ( /editing/include/tests.js:5679:11)
Pass[["stylewithcss","false"],["fontsize","3"]] "<p style=\"font-size: large\">foo[bar]baz</p>" 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"],["fontsize","3"]] "<p style=\"font-size: large\">foo[bar]baz</p>" 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"],["fontsize","3"]] "<p style=\"font-size: large\">foo[bar]baz</p>" 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"],["fontsize","3"]] "<p style=\"font-size: large\">foo[bar]baz</p>" 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"],["fontsize","3"]] "<p style=\"font-size: large\">foo[bar]baz</p>" 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"],["fontsize","3"]] "<p style=\"font-size: large\">foo[bar]baz</p>" 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"],["fontsize","3"]] "<p style=\"font-size: large\">foo[bar]baz</p>" queryCommandIndeterm("fontsize") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /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"],["fontsize","3"]] "<p style=\"font-size: large\">foo[bar]baz</p>" queryCommandState("fontsize") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /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"],["fontsize","3"]] "<p style=\"font-size: large\">foo[bar]baz</p>" queryCommandValue("fontsize") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals("4", "4", "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["stylewithcss","false"],["fontsize","3"]] "<p style=\"font-size: large\">foo[bar]baz</p>" queryCommandIndeterm("fontsize") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /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"],["fontsize","3"]] "<p style=\"font-size: large\">foo[bar]baz</p>" queryCommandState("fontsize") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /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"],["fontsize","3"]] "<p style=\"font-size: large\">foo[bar]baz</p>" queryCommandValue("fontsize") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals("3", "3", "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["stylewithcss","true"],["fontsize","3"]] "<p style=\"font-size: 2em\">foo[bar]baz</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"],["fontsize","3"]] "<p style=\"font-size: 2em\">foo[bar]baz</p>": execCommand("fontsize", false, "3") 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"],["fontsize","3"]] "<p style=\"font-size: 2em\">foo[bar]baz</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<meta name=\"variant\" content=\"?1-1000\">\n<meta name=\"variant\" content=\"?1001-2000\">\n<meta name=\"variant\" content=\"?2001-last\">\n<link rel=\"stylesheet\" href=\"../include/reset.css\">\n<title>fontsize - HTML editing conformance tests</title>\n\n</head><body>\n\n<div id=\"test-container\"><p>test</p></div>\n\n\n\n\n\n\n\n\n</body>", "<head><meta charset=\"utf-8\">\n<meta name=\"timeout\" content=\"long\">\n<meta name=\"variant\" content=\"?1-1000\">\n<meta name=\"variant\" content=\"?1001-2000\">\n<meta name=\"variant\" content=\"?2001-last\">\n<link rel=\"stylesheet\" href=\"../include/reset.css\">\n<title>fontsize - HTML editing conformance tests</title>\n\n</head><body>\n\n<div id=\"test-container\"><p>test</p></div>\n\n\n\n\n\n\n\n\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"],["fontsize","3"]] "<p style=\"font-size: 2em\">foo[bar]baz</p>" compare innerHTMLassert_equals: Unexpected innerHTML (after normalizing inline style) expected "<p><span style=\"font-size:2em\">foo</span>bar<span style=\"font-size:2em\">baz</span></p>" but got "<p style=\"\"><span style=\"font-size:2em\">foo</span>bar<span style=\"font-size:2em\">baz</span></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 style=\"\"><span style=\"font-size:2em\">foo</span>bar<span style=\"font-size:2em\">baz</span></p>", "<p><span style=\"font-size:2em\">foo</span>bar<span style=\"font-size:2em\">baz</span></p>", "Unexpected innerHTML (after normalizing inline style)")
    at Test.<anonymous> ( /editing/include/tests.js:5679:11)
Pass[["stylewithcss","true"],["fontsize","3"]] "<p style=\"font-size: 2em\">foo[bar]baz</p>" 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","true"],["fontsize","3"]] "<p style=\"font-size: 2em\">foo[bar]baz</p>" 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(false, false, "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["stylewithcss","true"],["fontsize","3"]] "<p style=\"font-size: 2em\">foo[bar]baz</p>" 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"],["fontsize","3"]] "<p style=\"font-size: 2em\">foo[bar]baz</p>" 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"],["fontsize","3"]] "<p style=\"font-size: 2em\">foo[bar]baz</p>" 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"],["fontsize","3"]] "<p style=\"font-size: 2em\">foo[bar]baz</p>" 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"],["fontsize","3"]] "<p style=\"font-size: 2em\">foo[bar]baz</p>" queryCommandIndeterm("fontsize") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /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"],["fontsize","3"]] "<p style=\"font-size: 2em\">foo[bar]baz</p>" queryCommandState("fontsize") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /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"],["fontsize","3"]] "<p style=\"font-size: 2em\">foo[bar]baz</p>" queryCommandValue("fontsize") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals("6", "6", "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["stylewithcss","true"],["fontsize","3"]] "<p style=\"font-size: 2em\">foo[bar]baz</p>" queryCommandIndeterm("fontsize") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /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"],["fontsize","3"]] "<p style=\"font-size: 2em\">foo[bar]baz</p>" queryCommandState("fontsize") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /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"],["fontsize","3"]] "<p style=\"font-size: 2em\">foo[bar]baz</p>" queryCommandValue("fontsize") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals("3", "3", "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["stylewithcss","false"],["fontsize","3"]] "<p style=\"font-size: 2em\">foo[bar]baz</p>": 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"],["fontsize","3"]] "<p style=\"font-size: 2em\">foo[bar]baz</p>": execCommand("fontsize", false, "3") 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"],["fontsize","3"]] "<p style=\"font-size: 2em\">foo[bar]baz</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<meta name=\"variant\" content=\"?1-1000\">\n<meta name=\"variant\" content=\"?1001-2000\">\n<meta name=\"variant\" content=\"?2001-last\">\n<link rel=\"stylesheet\" href=\"../include/reset.css\">\n<title>fontsize - HTML editing conformance tests</title>\n\n</head><body>\n\n<div id=\"test-container\"><p>test</p></div>\n\n\n\n\n\n\n\n\n</body>", "<head><meta charset=\"utf-8\">\n<meta name=\"timeout\" content=\"long\">\n<meta name=\"variant\" content=\"?1-1000\">\n<meta name=\"variant\" content=\"?1001-2000\">\n<meta name=\"variant\" content=\"?2001-last\">\n<link rel=\"stylesheet\" href=\"../include/reset.css\">\n<title>fontsize - HTML editing conformance tests</title>\n\n</head><body>\n\n<div id=\"test-container\"><p>test</p></div>\n\n\n\n\n\n\n\n\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"],["fontsize","3"]] "<p style=\"font-size: 2em\">foo[bar]baz</p>" compare innerHTMLassert_equals: Unexpected innerHTML (after normalizing inline style) expected "<p><span style=\"font-size:2em\">foo</span>bar<span style=\"font-size:2em\">baz</span></p>" but got "<p style=\"\"><span style=\"font-size:2em\">foo</span>bar<span style=\"font-size:2em\">baz</span></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 style=\"\"><span style=\"font-size:2em\">foo</span>bar<span style=\"font-size:2em\">baz</span></p>", "<p><span style=\"font-size:2em\">foo</span>bar<span style=\"font-size:2em\">baz</span></p>", "Unexpected innerHTML (after normalizing inline style)")
    at Test.<anonymous> ( /editing/include/tests.js:5679:11)
Pass[["stylewithcss","false"],["fontsize","3"]] "<p style=\"font-size: 2em\">foo[bar]baz</p>" 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"],["fontsize","3"]] "<p style=\"font-size: 2em\">foo[bar]baz</p>" 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"],["fontsize","3"]] "<p style=\"font-size: 2em\">foo[bar]baz</p>" 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"],["fontsize","3"]] "<p style=\"font-size: 2em\">foo[bar]baz</p>" 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"],["fontsize","3"]] "<p style=\"font-size: 2em\">foo[bar]baz</p>" 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"],["fontsize","3"]] "<p style=\"font-size: 2em\">foo[bar]baz</p>" 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"],["fontsize","3"]] "<p style=\"font-size: 2em\">foo[bar]baz</p>" queryCommandIndeterm("fontsize") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /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"],["fontsize","3"]] "<p style=\"font-size: 2em\">foo[bar]baz</p>" queryCommandState("fontsize") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /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"],["fontsize","3"]] "<p style=\"font-size: 2em\">foo[bar]baz</p>" queryCommandValue("fontsize") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals("6", "6", "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["stylewithcss","false"],["fontsize","3"]] "<p style=\"font-size: 2em\">foo[bar]baz</p>" queryCommandIndeterm("fontsize") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /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"],["fontsize","3"]] "<p style=\"font-size: 2em\">foo[bar]baz</p>" queryCommandState("fontsize") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /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"],["fontsize","3"]] "<p style=\"font-size: 2em\">foo[bar]baz</p>" queryCommandValue("fontsize") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals("3", "3", "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["stylewithcss","true"],["fontsize","3"]] "<font size=6>foo <span style=\"font-size: 2em\">b[a]r</span> baz</font>": 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"],["fontsize","3"]] "<font size=6>foo <span style=\"font-size: 2em\">b[a]r</span> baz</font>": execCommand("fontsize", false, "3") 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"],["fontsize","3"]] "<font size=6>foo <span style=\"font-size: 2em\">b[a]r</span> baz</font>" 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<meta name=\"variant\" content=\"?1-1000\">\n<meta name=\"variant\" content=\"?1001-2000\">\n<meta name=\"variant\" content=\"?2001-last\">\n<link rel=\"stylesheet\" href=\"../include/reset.css\">\n<title>fontsize - HTML editing conformance tests</title>\n\n</head><body>\n\n<div id=\"test-container\"><p>test</p></div>\n\n\n\n\n\n\n\n\n</body>", "<head><meta charset=\"utf-8\">\n<meta name=\"timeout\" content=\"long\">\n<meta name=\"variant\" content=\"?1-1000\">\n<meta name=\"variant\" content=\"?1001-2000\">\n<meta name=\"variant\" content=\"?2001-last\">\n<link rel=\"stylesheet\" href=\"../include/reset.css\">\n<title>fontsize - HTML editing conformance tests</title>\n\n</head><body>\n\n<div id=\"test-container\"><p>test</p></div>\n\n\n\n\n\n\n\n\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"],["fontsize","3"]] "<font size=6>foo <span style=\"font-size: 2em\">b[a]r</span> baz</font>" 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("<span style=\"font-size:xx-large\">foo </span><span style=\"font-size:2em\">b</span>a<span style=\"font-size:2em\">r</span><span style=\"font-size:xx-large\"> baz</span>", "<span style=\"font-size:xx-large\">foo </span><span style=\"font-size:2em\">b</span>a<span style=\"font-size:2em\">r</span><span style=\"font-size:xx-large\"> baz</span>", "Unexpected innerHTML (after normalizing inline style)")
    at Test.<anonymous> ( /editing/include/tests.js:5679:11)
Pass[["stylewithcss","true"],["fontsize","3"]] "<font size=6>foo <span style=\"font-size: 2em\">b[a]r</span> baz</font>" 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","true"],["fontsize","3"]] "<font size=6>foo <span style=\"font-size: 2em\">b[a]r</span> baz</font>" 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(false, false, "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["stylewithcss","true"],["fontsize","3"]] "<font size=6>foo <span style=\"font-size: 2em\">b[a]r</span> baz</font>" 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"],["fontsize","3"]] "<font size=6>foo <span style=\"font-size: 2em\">b[a]r</span> baz</font>" 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"],["fontsize","3"]] "<font size=6>foo <span style=\"font-size: 2em\">b[a]r</span> baz</font>" 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"],["fontsize","3"]] "<font size=6>foo <span style=\"font-size: 2em\">b[a]r</span> baz</font>" 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"],["fontsize","3"]] "<font size=6>foo <span style=\"font-size: 2em\">b[a]r</span> baz</font>" queryCommandIndeterm("fontsize") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /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"],["fontsize","3"]] "<font size=6>foo <span style=\"font-size: 2em\">b[a]r</span> baz</font>" queryCommandState("fontsize") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /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"],["fontsize","3"]] "<font size=6>foo <span style=\"font-size: 2em\">b[a]r</span> baz</font>" queryCommandValue("fontsize") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals("7", "7", "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["stylewithcss","true"],["fontsize","3"]] "<font size=6>foo <span style=\"font-size: 2em\">b[a]r</span> baz</font>" queryCommandIndeterm("fontsize") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /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"],["fontsize","3"]] "<font size=6>foo <span style=\"font-size: 2em\">b[a]r</span> baz</font>" queryCommandState("fontsize") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /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"],["fontsize","3"]] "<font size=6>foo <span style=\"font-size: 2em\">b[a]r</span> baz</font>" queryCommandValue("fontsize") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals("3", "3", "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["stylewithcss","false"],["fontsize","3"]] "<font size=6>foo <span style=\"font-size: 2em\">b[a]r</span> baz</font>": 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"],["fontsize","3"]] "<font size=6>foo <span style=\"font-size: 2em\">b[a]r</span> baz</font>": execCommand("fontsize", false, "3") 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"],["fontsize","3"]] "<font size=6>foo <span style=\"font-size: 2em\">b[a]r</span> baz</font>" 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<meta name=\"variant\" content=\"?1-1000\">\n<meta name=\"variant\" content=\"?1001-2000\">\n<meta name=\"variant\" content=\"?2001-last\">\n<link rel=\"stylesheet\" href=\"../include/reset.css\">\n<title>fontsize - HTML editing conformance tests</title>\n\n</head><body>\n\n<div id=\"test-container\"><p>test</p></div>\n\n\n\n\n\n\n\n\n</body>", "<head><meta charset=\"utf-8\">\n<meta name=\"timeout\" content=\"long\">\n<meta name=\"variant\" content=\"?1-1000\">\n<meta name=\"variant\" content=\"?1001-2000\">\n<meta name=\"variant\" content=\"?2001-last\">\n<link rel=\"stylesheet\" href=\"../include/reset.css\">\n<title>fontsize - HTML editing conformance tests</title>\n\n</head><body>\n\n<div id=\"test-container\"><p>test</p></div>\n\n\n\n\n\n\n\n\n</body>", "Everything outside the editable div must be unchanged, but some change did occur")
    at Test.<anonymous> ( /editing/include/tests.js:5663:9)
Pass[["stylewithcss","false"],["fontsize","3"]] "<font size=6>foo <span style=\"font-size: 2em\">b[a]r</span> baz</font>" 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("<font size=\"6\">foo </font><span style=\"font-size:2em\">b</span>a<span style=\"font-size:2em\">r</span><font size=\"6\"> baz</font>", "<font size=\"6\">foo </font><span style=\"font-size:2em\">b</span>a<span style=\"font-size:2em\">r</span><font size=\"6\"> baz</font>", "Unexpected innerHTML (after normalizing inline style)")
    at Test.<anonymous> ( /editing/include/tests.js:5679:11)
Pass[["stylewithcss","false"],["fontsize","3"]] "<font size=6>foo <span style=\"font-size: 2em\">b[a]r</span> baz</font>" 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"],["fontsize","3"]] "<font size=6>foo <span style=\"font-size: 2em\">b[a]r</span> baz</font>" 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"],["fontsize","3"]] "<font size=6>foo <span style=\"font-size: 2em\">b[a]r</span> baz</font>" 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"],["fontsize","3"]] "<font size=6>foo <span style=\"font-size: 2em\">b[a]r</span> baz</font>" 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"],["fontsize","3"]] "<font size=6>foo <span style=\"font-size: 2em\">b[a]r</span> baz</font>" 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"],["fontsize","3"]] "<font size=6>foo <span style=\"font-size: 2em\">b[a]r</span> baz</font>" 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"],["fontsize","3"]] "<font size=6>foo <span style=\"font-size: 2em\">b[a]r</span> baz</font>" queryCommandIndeterm("fontsize") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /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"],["fontsize","3"]] "<font size=6>foo <span style=\"font-size: 2em\">b[a]r</span> baz</font>" queryCommandState("fontsize") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /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"],["fontsize","3"]] "<font size=6>foo <span style=\"font-size: 2em\">b[a]r</span> baz</font>" queryCommandValue("fontsize") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals("7", "7", "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["stylewithcss","false"],["fontsize","3"]] "<font size=6>foo <span style=\"font-size: 2em\">b[a]r</span> baz</font>" queryCommandIndeterm("fontsize") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /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"],["fontsize","3"]] "<font size=6>foo <span style=\"font-size: 2em\">b[a]r</span> baz</font>" queryCommandState("fontsize") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /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"],["fontsize","3"]] "<font size=6>foo <span style=\"font-size: 2em\">b[a]r</span> baz</font>" queryCommandValue("fontsize") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals("3", "3", "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["stylewithcss","true"],["fontsize","3"]] "foo<big>[bar]</big>baz": 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"],["fontsize","3"]] "foo<big>[bar]</big>baz": execCommand("fontsize", false, "3") 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"],["fontsize","3"]] "foo<big>[bar]</big>baz" 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<meta name=\"variant\" content=\"?1-1000\">\n<meta name=\"variant\" content=\"?1001-2000\">\n<meta name=\"variant\" content=\"?2001-last\">\n<link rel=\"stylesheet\" href=\"../include/reset.css\">\n<title>fontsize - HTML editing conformance tests</title>\n\n</head><body>\n\n<div id=\"test-container\"><p>test</p></div>\n\n\n\n\n\n\n\n\n</body>", "<head><meta charset=\"utf-8\">\n<meta name=\"timeout\" content=\"long\">\n<meta name=\"variant\" content=\"?1-1000\">\n<meta name=\"variant\" content=\"?1001-2000\">\n<meta name=\"variant\" content=\"?2001-last\">\n<link rel=\"stylesheet\" href=\"../include/reset.css\">\n<title>fontsize - HTML editing conformance tests</title>\n\n</head><body>\n\n<div id=\"test-container\"><p>test</p></div>\n\n\n\n\n\n\n\n\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"],["fontsize","3"]] "foo<big>[bar]</big>baz" compare innerHTMLassert_equals: Unexpected innerHTML (after normalizing inline style) expected "foo<big><span style=\"font-size:medium\">bar</span></big>baz" but got "foo<big style=\"font-size:medium\">bar</big>baz"
    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("foo<big style=\"font-size:medium\">bar</big>baz", "foo<big><span style=\"font-size:medium\">bar</span></big>baz", "Unexpected innerHTML (after normalizing inline style)")
    at Test.<anonymous> ( /editing/include/tests.js:5679:11)
Pass[["stylewithcss","true"],["fontsize","3"]] "foo<big>[bar]</big>baz" 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","true"],["fontsize","3"]] "foo<big>[bar]</big>baz" 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(false, false, "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["stylewithcss","true"],["fontsize","3"]] "foo<big>[bar]</big>baz" 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"],["fontsize","3"]] "foo<big>[bar]</big>baz" 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"],["fontsize","3"]] "foo<big>[bar]</big>baz" 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"],["fontsize","3"]] "foo<big>[bar]</big>baz" 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"],["fontsize","3"]] "foo<big>[bar]</big>baz" queryCommandIndeterm("fontsize") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /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"],["fontsize","3"]] "foo<big>[bar]</big>baz" queryCommandState("fontsize") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /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"],["fontsize","3"]] "foo<big>[bar]</big>baz" queryCommandValue("fontsize") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals("4", "4", "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["stylewithcss","true"],["fontsize","3"]] "foo<big>[bar]</big>baz" queryCommandIndeterm("fontsize") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /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"],["fontsize","3"]] "foo<big>[bar]</big>baz" queryCommandState("fontsize") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /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"],["fontsize","3"]] "foo<big>[bar]</big>baz" queryCommandValue("fontsize") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals("3", "3", "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["stylewithcss","false"],["fontsize","3"]] "foo<big>[bar]</big>baz": 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"],["fontsize","3"]] "foo<big>[bar]</big>baz": execCommand("fontsize", false, "3") 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"],["fontsize","3"]] "foo<big>[bar]</big>baz" 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<meta name=\"variant\" content=\"?1-1000\">\n<meta name=\"variant\" content=\"?1001-2000\">\n<meta name=\"variant\" content=\"?2001-last\">\n<link rel=\"stylesheet\" href=\"../include/reset.css\">\n<title>fontsize - HTML editing conformance tests</title>\n\n</head><body>\n\n<div id=\"test-container\"><p>test</p></div>\n\n\n\n\n\n\n\n\n</body>", "<head><meta charset=\"utf-8\">\n<meta name=\"timeout\" content=\"long\">\n<meta name=\"variant\" content=\"?1-1000\">\n<meta name=\"variant\" content=\"?1001-2000\">\n<meta name=\"variant\" content=\"?2001-last\">\n<link rel=\"stylesheet\" href=\"../include/reset.css\">\n<title>fontsize - HTML editing conformance tests</title>\n\n</head><body>\n\n<div id=\"test-container\"><p>test</p></div>\n\n\n\n\n\n\n\n\n</body>", "Everything outside the editable div must be unchanged, but some change did occur")
    at Test.<anonymous> ( /editing/include/tests.js:5663:9)
Pass[["stylewithcss","false"],["fontsize","3"]] "foo<big>[bar]</big>baz" 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("foo<big><font size=\"3\">bar</font></big>baz", "foo<big><font size=\"3\">bar</font></big>baz", "Unexpected innerHTML (after normalizing inline style)")
    at Test.<anonymous> ( /editing/include/tests.js:5679:11)
Pass[["stylewithcss","false"],["fontsize","3"]] "foo<big>[bar]</big>baz" 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"],["fontsize","3"]] "foo<big>[bar]</big>baz" 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"],["fontsize","3"]] "foo<big>[bar]</big>baz" 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"],["fontsize","3"]] "foo<big>[bar]</big>baz" 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"],["fontsize","3"]] "foo<big>[bar]</big>baz" 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"],["fontsize","3"]] "foo<big>[bar]</big>baz" 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"],["fontsize","3"]] "foo<big>[bar]</big>baz" queryCommandIndeterm("fontsize") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /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"],["fontsize","3"]] "foo<big>[bar]</big>baz" queryCommandState("fontsize") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /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"],["fontsize","3"]] "foo<big>[bar]</big>baz" queryCommandValue("fontsize") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals("4", "4", "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["stylewithcss","false"],["fontsize","3"]] "foo<big>[bar]</big>baz" queryCommandIndeterm("fontsize") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /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"],["fontsize","3"]] "foo<big>[bar]</big>baz" queryCommandState("fontsize") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /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"],["fontsize","3"]] "foo<big>[bar]</big>baz" queryCommandValue("fontsize") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals("3", "3", "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["stylewithcss","true"],["fontsize","3"]] "foo<big>b[a]r</big>baz": 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"],["fontsize","3"]] "foo<big>b[a]r</big>baz": execCommand("fontsize", false, "3") 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"],["fontsize","3"]] "foo<big>b[a]r</big>baz" 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<meta name=\"variant\" content=\"?1-1000\">\n<meta name=\"variant\" content=\"?1001-2000\">\n<meta name=\"variant\" content=\"?2001-last\">\n<link rel=\"stylesheet\" href=\"../include/reset.css\">\n<title>fontsize - HTML editing conformance tests</title>\n\n</head><body>\n\n<div id=\"test-container\"><p>test</p></div>\n\n\n\n\n\n\n\n\n</body>", "<head><meta charset=\"utf-8\">\n<meta name=\"timeout\" content=\"long\">\n<meta name=\"variant\" content=\"?1-1000\">\n<meta name=\"variant\" content=\"?1001-2000\">\n<meta name=\"variant\" content=\"?2001-last\">\n<link rel=\"stylesheet\" href=\"../include/reset.css\">\n<title>fontsize - HTML editing conformance tests</title>\n\n</head><body>\n\n<div id=\"test-container\"><p>test</p></div>\n\n\n\n\n\n\n\n\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"],["fontsize","3"]] "foo<big>b[a]r</big>baz" 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("foo<big>b<span style=\"font-size:medium\">a</span>r</big>baz", "foo<big>b<span style=\"font-size:medium\">a</span>r</big>baz", "Unexpected innerHTML (after normalizing inline style)")
    at Test.<anonymous> ( /editing/include/tests.js:5679:11)
Pass[["stylewithcss","true"],["fontsize","3"]] "foo<big>b[a]r</big>baz" 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","true"],["fontsize","3"]] "foo<big>b[a]r</big>baz" 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(false, false, "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["stylewithcss","true"],["fontsize","3"]] "foo<big>b[a]r</big>baz" 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"],["fontsize","3"]] "foo<big>b[a]r</big>baz" 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"],["fontsize","3"]] "foo<big>b[a]r</big>baz" 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"],["fontsize","3"]] "foo<big>b[a]r</big>baz" 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"],["fontsize","3"]] "foo<big>b[a]r</big>baz" queryCommandIndeterm("fontsize") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /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"],["fontsize","3"]] "foo<big>b[a]r</big>baz" queryCommandState("fontsize") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /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"],["fontsize","3"]] "foo<big>b[a]r</big>baz" queryCommandValue("fontsize") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals("4", "4", "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["stylewithcss","true"],["fontsize","3"]] "foo<big>b[a]r</big>baz" queryCommandIndeterm("fontsize") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /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"],["fontsize","3"]] "foo<big>b[a]r</big>baz" queryCommandState("fontsize") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /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"],["fontsize","3"]] "foo<big>b[a]r</big>baz" queryCommandValue("fontsize") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals("3", "3", "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["stylewithcss","false"],["fontsize","3"]] "foo<big>b[a]r</big>baz": 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"],["fontsize","3"]] "foo<big>b[a]r</big>baz": execCommand("fontsize", false, "3") 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"],["fontsize","3"]] "foo<big>b[a]r</big>baz" 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<meta name=\"variant\" content=\"?1-1000\">\n<meta name=\"variant\" content=\"?1001-2000\">\n<meta name=\"variant\" content=\"?2001-last\">\n<link rel=\"stylesheet\" href=\"../include/reset.css\">\n<title>fontsize - HTML editing conformance tests</title>\n\n</head><body>\n\n<div id=\"test-container\"><p>test</p></div>\n\n\n\n\n\n\n\n\n</body>", "<head><meta charset=\"utf-8\">\n<meta name=\"timeout\" content=\"long\">\n<meta name=\"variant\" content=\"?1-1000\">\n<meta name=\"variant\" content=\"?1001-2000\">\n<meta name=\"variant\" content=\"?2001-last\">\n<link rel=\"stylesheet\" href=\"../include/reset.css\">\n<title>fontsize - HTML editing conformance tests</title>\n\n</head><body>\n\n<div id=\"test-container\"><p>test</p></div>\n\n\n\n\n\n\n\n\n</body>", "Everything outside the editable div must be unchanged, but some change did occur")
    at Test.<anonymous> ( /editing/include/tests.js:5663:9)
Pass[["stylewithcss","false"],["fontsize","3"]] "foo<big>b[a]r</big>baz" 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("foo<big>b<font size=\"3\">a</font>r</big>baz", "foo<big>b<font size=\"3\">a</font>r</big>baz", "Unexpected innerHTML (after normalizing inline style)")
    at Test.<anonymous> ( /editing/include/tests.js:5679:11)
Pass[["stylewithcss","false"],["fontsize","3"]] "foo<big>b[a]r</big>baz" 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"],["fontsize","3"]] "foo<big>b[a]r</big>baz" 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"],["fontsize","3"]] "foo<big>b[a]r</big>baz" 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"],["fontsize","3"]] "foo<big>b[a]r</big>baz" 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"],["fontsize","3"]] "foo<big>b[a]r</big>baz" 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"],["fontsize","3"]] "foo<big>b[a]r</big>baz" 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"],["fontsize","3"]] "foo<big>b[a]r</big>baz" queryCommandIndeterm("fontsize") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /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"],["fontsize","3"]] "foo<big>b[a]r</big>baz" queryCommandState("fontsize") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /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"],["fontsize","3"]] "foo<big>b[a]r</big>baz" queryCommandValue("fontsize") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals("4", "4", "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["stylewithcss","false"],["fontsize","3"]] "foo<big>b[a]r</big>baz" queryCommandIndeterm("fontsize") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /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"],["fontsize","3"]] "foo<big>b[a]r</big>baz" queryCommandState("fontsize") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /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"],["fontsize","3"]] "foo<big>b[a]r</big>baz" queryCommandValue("fontsize") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals("3", "3", "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["stylewithcss","true"],["fontsize","3"]] "foo<small>[bar]</small>baz": 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"],["fontsize","3"]] "foo<small>[bar]</small>baz": execCommand("fontsize", false, "3") 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"],["fontsize","3"]] "foo<small>[bar]</small>baz" 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<meta name=\"variant\" content=\"?1-1000\">\n<meta name=\"variant\" content=\"?1001-2000\">\n<meta name=\"variant\" content=\"?2001-last\">\n<link rel=\"stylesheet\" href=\"../include/reset.css\">\n<title>fontsize - HTML editing conformance tests</title>\n\n</head><body>\n\n<div id=\"test-container\"><p>test</p></div>\n\n\n\n\n\n\n\n\n</body>", "<head><meta charset=\"utf-8\">\n<meta name=\"timeout\" content=\"long\">\n<meta name=\"variant\" content=\"?1-1000\">\n<meta name=\"variant\" content=\"?1001-2000\">\n<meta name=\"variant\" content=\"?2001-last\">\n<link rel=\"stylesheet\" href=\"../include/reset.css\">\n<title>fontsize - HTML editing conformance tests</title>\n\n</head><body>\n\n<div id=\"test-container\"><p>test</p></div>\n\n\n\n\n\n\n\n\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"],["fontsize","3"]] "foo<small>[bar]</small>baz" compare innerHTMLassert_equals: Unexpected innerHTML (after normalizing inline style) expected "foo<small><span style=\"font-size:medium\">bar</span></small>baz" but got "foo<small style=\"font-size:medium\">bar</small>baz"
    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("foo<small style=\"font-size:medium\">bar</small>baz", "foo<small><span style=\"font-size:medium\">bar</span></small>baz", "Unexpected innerHTML (after normalizing inline style)")
    at Test.<anonymous> ( /editing/include/tests.js:5679:11)
Pass[["stylewithcss","true"],["fontsize","3"]] "foo<small>[bar]</small>baz" 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","true"],["fontsize","3"]] "foo<small>[bar]</small>baz" 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(false, false, "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["stylewithcss","true"],["fontsize","3"]] "foo<small>[bar]</small>baz" 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"],["fontsize","3"]] "foo<small>[bar]</small>baz" 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"],["fontsize","3"]] "foo<small>[bar]</small>baz" 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"],["fontsize","3"]] "foo<small>[bar]</small>baz" 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"],["fontsize","3"]] "foo<small>[bar]</small>baz" queryCommandIndeterm("fontsize") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /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"],["fontsize","3"]] "foo<small>[bar]</small>baz" queryCommandState("fontsize") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /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"],["fontsize","3"]] "foo<small>[bar]</small>baz" queryCommandValue("fontsize") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals("2", "2", "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["stylewithcss","true"],["fontsize","3"]] "foo<small>[bar]</small>baz" queryCommandIndeterm("fontsize") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /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"],["fontsize","3"]] "foo<small>[bar]</small>baz" queryCommandState("fontsize") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /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"],["fontsize","3"]] "foo<small>[bar]</small>baz" queryCommandValue("fontsize") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals("3", "3", "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["stylewithcss","false"],["fontsize","3"]] "foo<small>[bar]</small>baz": 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"],["fontsize","3"]] "foo<small>[bar]</small>baz": execCommand("fontsize", false, "3") 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"],["fontsize","3"]] "foo<small>[bar]</small>baz" 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<meta name=\"variant\" content=\"?1-1000\">\n<meta name=\"variant\" content=\"?1001-2000\">\n<meta name=\"variant\" content=\"?2001-last\">\n<link rel=\"stylesheet\" href=\"../include/reset.css\">\n<title>fontsize - HTML editing conformance tests</title>\n\n</head><body>\n\n<div id=\"test-container\"><p>test</p></div>\n\n\n\n\n\n\n\n\n</body>", "<head><meta charset=\"utf-8\">\n<meta name=\"timeout\" content=\"long\">\n<meta name=\"variant\" content=\"?1-1000\">\n<meta name=\"variant\" content=\"?1001-2000\">\n<meta name=\"variant\" content=\"?2001-last\">\n<link rel=\"stylesheet\" href=\"../include/reset.css\">\n<title>fontsize - HTML editing conformance tests</title>\n\n</head><body>\n\n<div id=\"test-container\"><p>test</p></div>\n\n\n\n\n\n\n\n\n</body>", "Everything outside the editable div must be unchanged, but some change did occur")
    at Test.<anonymous> ( /editing/include/tests.js:5663:9)
Pass[["stylewithcss","false"],["fontsize","3"]] "foo<small>[bar]</small>baz" 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("foo<small><font size=\"3\">bar</font></small>baz", "foo<small><font size=\"3\">bar</font></small>baz", "Unexpected innerHTML (after normalizing inline style)")
    at Test.<anonymous> ( /editing/include/tests.js:5679:11)
Pass[["stylewithcss","false"],["fontsize","3"]] "foo<small>[bar]</small>baz" 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"],["fontsize","3"]] "foo<small>[bar]</small>baz" 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"],["fontsize","3"]] "foo<small>[bar]</small>baz" 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"],["fontsize","3"]] "foo<small>[bar]</small>baz" 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"],["fontsize","3"]] "foo<small>[bar]</small>baz" 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"],["fontsize","3"]] "foo<small>[bar]</small>baz" 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"],["fontsize","3"]] "foo<small>[bar]</small>baz" queryCommandIndeterm("fontsize") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /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"],["fontsize","3"]] "foo<small>[bar]</small>baz" queryCommandState("fontsize") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /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"],["fontsize","3"]] "foo<small>[bar]</small>baz" queryCommandValue("fontsize") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals("2", "2", "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["stylewithcss","false"],["fontsize","3"]] "foo<small>[bar]</small>baz" queryCommandIndeterm("fontsize") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /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"],["fontsize","3"]] "foo<small>[bar]</small>baz" queryCommandState("fontsize") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /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"],["fontsize","3"]] "foo<small>[bar]</small>baz" queryCommandValue("fontsize") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals("3", "3", "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["stylewithcss","true"],["fontsize","3"]] "foo<small>b[a]r</small>baz": 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"],["fontsize","3"]] "foo<small>b[a]r</small>baz": execCommand("fontsize", false, "3") 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"],["fontsize","3"]] "foo<small>b[a]r</small>baz" 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<meta name=\"variant\" content=\"?1-1000\">\n<meta name=\"variant\" content=\"?1001-2000\">\n<meta name=\"variant\" content=\"?2001-last\">\n<link rel=\"stylesheet\" href=\"../include/reset.css\">\n<title>fontsize - HTML editing conformance tests</title>\n\n</head><body>\n\n<div id=\"test-container\"><p>test</p></div>\n\n\n\n\n\n\n\n\n</body>", "<head><meta charset=\"utf-8\">\n<meta name=\"timeout\" content=\"long\">\n<meta name=\"variant\" content=\"?1-1000\">\n<meta name=\"variant\" content=\"?1001-2000\">\n<meta name=\"variant\" content=\"?2001-last\">\n<link rel=\"stylesheet\" href=\"../include/reset.css\">\n<title>fontsize - HTML editing conformance tests</title>\n\n</head><body>\n\n<div id=\"test-container\"><p>test</p></div>\n\n\n\n\n\n\n\n\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"],["fontsize","3"]] "foo<small>b[a]r</small>baz" 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("foo<small>b<span style=\"font-size:medium\">a</span>r</small>baz", "foo<small>b<span style=\"font-size:medium\">a</span>r</small>baz", "Unexpected innerHTML (after normalizing inline style)")
    at Test.<anonymous> ( /editing/include/tests.js:5679:11)
Pass[["stylewithcss","true"],["fontsize","3"]] "foo<small>b[a]r</small>baz" 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","true"],["fontsize","3"]] "foo<small>b[a]r</small>baz" 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(false, false, "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["stylewithcss","true"],["fontsize","3"]] "foo<small>b[a]r</small>baz" 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"],["fontsize","3"]] "foo<small>b[a]r</small>baz" 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"],["fontsize","3"]] "foo<small>b[a]r</small>baz" 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"],["fontsize","3"]] "foo<small>b[a]r</small>baz" 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"],["fontsize","3"]] "foo<small>b[a]r</small>baz" queryCommandIndeterm("fontsize") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /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"],["fontsize","3"]] "foo<small>b[a]r</small>baz" queryCommandState("fontsize") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /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"],["fontsize","3"]] "foo<small>b[a]r</small>baz" queryCommandValue("fontsize") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals("2", "2", "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["stylewithcss","true"],["fontsize","3"]] "foo<small>b[a]r</small>baz" queryCommandIndeterm("fontsize") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /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"],["fontsize","3"]] "foo<small>b[a]r</small>baz" queryCommandState("fontsize") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /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"],["fontsize","3"]] "foo<small>b[a]r</small>baz" queryCommandValue("fontsize") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals("3", "3", "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["stylewithcss","false"],["fontsize","3"]] "foo<small>b[a]r</small>baz": 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"],["fontsize","3"]] "foo<small>b[a]r</small>baz": execCommand("fontsize", false, "3") 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"],["fontsize","3"]] "foo<small>b[a]r</small>baz" 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<meta name=\"variant\" content=\"?1-1000\">\n<meta name=\"variant\" content=\"?1001-2000\">\n<meta name=\"variant\" content=\"?2001-last\">\n<link rel=\"stylesheet\" href=\"../include/reset.css\">\n<title>fontsize - HTML editing conformance tests</title>\n\n</head><body>\n\n<div id=\"test-container\"><p>test</p></div>\n\n\n\n\n\n\n\n\n</body>", "<head><meta charset=\"utf-8\">\n<meta name=\"timeout\" content=\"long\">\n<meta name=\"variant\" content=\"?1-1000\">\n<meta name=\"variant\" content=\"?1001-2000\">\n<meta name=\"variant\" content=\"?2001-last\">\n<link rel=\"stylesheet\" href=\"../include/reset.css\">\n<title>fontsize - HTML editing conformance tests</title>\n\n</head><body>\n\n<div id=\"test-container\"><p>test</p></div>\n\n\n\n\n\n\n\n\n</body>", "Everything outside the editable div must be unchanged, but some change did occur")
    at Test.<anonymous> ( /editing/include/tests.js:5663:9)
Pass[["stylewithcss","false"],["fontsize","3"]] "foo<small>b[a]r</small>baz" 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("foo<small>b<font size=\"3\">a</font>r</small>baz", "foo<small>b<font size=\"3\">a</font>r</small>baz", "Unexpected innerHTML (after normalizing inline style)")
    at Test.<anonymous> ( /editing/include/tests.js:5679:11)
Pass[["stylewithcss","false"],["fontsize","3"]] "foo<small>b[a]r</small>baz" 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"],["fontsize","3"]] "foo<small>b[a]r</small>baz" 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"],["fontsize","3"]] "foo<small>b[a]r</small>baz" 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"],["fontsize","3"]] "foo<small>b[a]r</small>baz" 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"],["fontsize","3"]] "foo<small>b[a]r</small>baz" 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"],["fontsize","3"]] "foo<small>b[a]r</small>baz" 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"],["fontsize","3"]] "foo<small>b[a]r</small>baz" queryCommandIndeterm("fontsize") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /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"],["fontsize","3"]] "foo<small>b[a]r</small>baz" queryCommandState("fontsize") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /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"],["fontsize","3"]] "foo<small>b[a]r</small>baz" queryCommandValue("fontsize") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals("2", "2", "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["stylewithcss","false"],["fontsize","3"]] "foo<small>b[a]r</small>baz" queryCommandIndeterm("fontsize") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /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"],["fontsize","3"]] "foo<small>b[a]r</small>baz" queryCommandState("fontsize") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /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"],["fontsize","3"]] "foo<small>b[a]r</small>baz" queryCommandValue("fontsize") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals("3", "3", "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["stylewithcss","true"],["fontsize","4"]] "fo[o<font size=2>b]ar</font>baz": 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"],["fontsize","4"]] "fo[o<font size=2>b]ar</font>baz": execCommand("fontsize", false, "4") 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"],["fontsize","4"]] "fo[o<font size=2>b]ar</font>baz" 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<meta name=\"variant\" content=\"?1-1000\">\n<meta name=\"variant\" content=\"?1001-2000\">\n<meta name=\"variant\" content=\"?2001-last\">\n<link rel=\"stylesheet\" href=\"../include/reset.css\">\n<title>fontsize - HTML editing conformance tests</title>\n\n</head><body>\n\n<div id=\"test-container\"><p>test</p></div>\n\n\n\n\n\n\n\n\n</body>", "<head><meta charset=\"utf-8\">\n<meta name=\"timeout\" content=\"long\">\n<meta name=\"variant\" content=\"?1-1000\">\n<meta name=\"variant\" content=\"?1001-2000\">\n<meta name=\"variant\" content=\"?2001-last\">\n<link rel=\"stylesheet\" href=\"../include/reset.css\">\n<title>fontsize - HTML editing conformance tests</title>\n\n</head><body>\n\n<div id=\"test-container\"><p>test</p></div>\n\n\n\n\n\n\n\n\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"],["fontsize","4"]] "fo[o<font size=2>b]ar</font>baz" 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("fo<span style=\"font-size:large\">ob</span><font size=\"2\">ar</font>baz", "fo<span style=\"font-size:large\">ob</span><font size=\"2\">ar</font>baz", "Unexpected innerHTML (after normalizing inline style)")
    at Test.<anonymous> ( /editing/include/tests.js:5679:11)
Pass[["stylewithcss","true"],["fontsize","4"]] "fo[o<font size=2>b]ar</font>baz" 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","true"],["fontsize","4"]] "fo[o<font size=2>b]ar</font>baz" 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(false, false, "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["stylewithcss","true"],["fontsize","4"]] "fo[o<font size=2>b]ar</font>baz" 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"],["fontsize","4"]] "fo[o<font size=2>b]ar</font>baz" 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"],["fontsize","4"]] "fo[o<font size=2>b]ar</font>baz" 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"],["fontsize","4"]] "fo[o<font size=2>b]ar</font>baz" 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)
Fail[["stylewithcss","true"],["fontsize","4"]] "fo[o<font size=2>b]ar</font>baz" queryCommandIndeterm("fontsize") beforeassert_equals: Wrong result returned expected true but got false
    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(false, true, "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["stylewithcss","true"],["fontsize","4"]] "fo[o<font size=2>b]ar</font>baz" queryCommandState("fontsize") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /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"],["fontsize","4"]] "fo[o<font size=2>b]ar</font>baz" queryCommandValue("fontsize") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals("3", "3", "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["stylewithcss","true"],["fontsize","4"]] "fo[o<font size=2>b]ar</font>baz" queryCommandIndeterm("fontsize") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /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"],["fontsize","4"]] "fo[o<font size=2>b]ar</font>baz" queryCommandState("fontsize") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /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"],["fontsize","4"]] "fo[o<font size=2>b]ar</font>baz" queryCommandValue("fontsize") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals("4", "4", "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["stylewithcss","false"],["fontsize","4"]] "fo[o<font size=2>b]ar</font>baz": 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"],["fontsize","4"]] "fo[o<font size=2>b]ar</font>baz": execCommand("fontsize", false, "4") 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"],["fontsize","4"]] "fo[o<font size=2>b]ar</font>baz" 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<meta name=\"variant\" content=\"?1-1000\">\n<meta name=\"variant\" content=\"?1001-2000\">\n<meta name=\"variant\" content=\"?2001-last\">\n<link rel=\"stylesheet\" href=\"../include/reset.css\">\n<title>fontsize - HTML editing conformance tests</title>\n\n</head><body>\n\n<div id=\"test-container\"><p>test</p></div>\n\n\n\n\n\n\n\n\n</body>", "<head><meta charset=\"utf-8\">\n<meta name=\"timeout\" content=\"long\">\n<meta name=\"variant\" content=\"?1-1000\">\n<meta name=\"variant\" content=\"?1001-2000\">\n<meta name=\"variant\" content=\"?2001-last\">\n<link rel=\"stylesheet\" href=\"../include/reset.css\">\n<title>fontsize - HTML editing conformance tests</title>\n\n</head><body>\n\n<div id=\"test-container\"><p>test</p></div>\n\n\n\n\n\n\n\n\n</body>", "Everything outside the editable div must be unchanged, but some change did occur")
    at Test.<anonymous> ( /editing/include/tests.js:5663:9)
Pass[["stylewithcss","false"],["fontsize","4"]] "fo[o<font size=2>b]ar</font>baz" 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("fo<font size=\"4\">ob</font><font size=\"2\">ar</font>baz", "fo<font size=\"4\">ob</font><font size=\"2\">ar</font>baz", "Unexpected innerHTML (after normalizing inline style)")
    at Test.<anonymous> ( /editing/include/tests.js:5679:11)
Pass[["stylewithcss","false"],["fontsize","4"]] "fo[o<font size=2>b]ar</font>baz" 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"],["fontsize","4"]] "fo[o<font size=2>b]ar</font>baz" 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"],["fontsize","4"]] "fo[o<font size=2>b]ar</font>baz" 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"],["fontsize","4"]] "fo[o<font size=2>b]ar</font>baz" 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"],["fontsize","4"]] "fo[o<font size=2>b]ar</font>baz" 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"],["fontsize","4"]] "fo[o<font size=2>b]ar</font>baz" 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)
Fail[["stylewithcss","false"],["fontsize","4"]] "fo[o<font size=2>b]ar</font>baz" queryCommandIndeterm("fontsize") beforeassert_equals: Wrong result returned expected true but got false
    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(false, true, "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["stylewithcss","false"],["fontsize","4"]] "fo[o<font size=2>b]ar</font>baz" queryCommandState("fontsize") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /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"],["fontsize","4"]] "fo[o<font size=2>b]ar</font>baz" queryCommandValue("fontsize") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals("3", "3", "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["stylewithcss","false"],["fontsize","4"]] "fo[o<font size=2>b]ar</font>baz" queryCommandIndeterm("fontsize") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /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"],["fontsize","4"]] "fo[o<font size=2>b]ar</font>baz" queryCommandState("fontsize") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /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"],["fontsize","4"]] "fo[o<font size=2>b]ar</font>baz" queryCommandValue("fontsize") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals("4", "4", "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["stylewithcss","true"],["fontsize","4"]] "foo<font size=2>ba[r</font>b]az": 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"],["fontsize","4"]] "foo<font size=2>ba[r</font>b]az": execCommand("fontsize", false, "4") 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"],["fontsize","4"]] "foo<font size=2>ba[r</font>b]az" 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<meta name=\"variant\" content=\"?1-1000\">\n<meta name=\"variant\" content=\"?1001-2000\">\n<meta name=\"variant\" content=\"?2001-last\">\n<link rel=\"stylesheet\" href=\"../include/reset.css\">\n<title>fontsize - HTML editing conformance tests</title>\n\n</head><body>\n\n<div id=\"test-container\"><p>test</p></div>\n\n\n\n\n\n\n\n\n</body>", "<head><meta charset=\"utf-8\">\n<meta name=\"timeout\" content=\"long\">\n<meta name=\"variant\" content=\"?1-1000\">\n<meta name=\"variant\" content=\"?1001-2000\">\n<meta name=\"variant\" content=\"?2001-last\">\n<link rel=\"stylesheet\" href=\"../include/reset.css\">\n<title>fontsize - HTML editing conformance tests</title>\n\n</head><body>\n\n<div id=\"test-container\"><p>test</p></div>\n\n\n\n\n\n\n\n\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"],["fontsize","4"]] "foo<font size=2>ba[r</font>b]az" 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("foo<font size=\"2\">ba</font><span style=\"font-size:large\">rb</span>az", "foo<font size=\"2\">ba</font><span style=\"font-size:large\">rb</span>az", "Unexpected innerHTML (after normalizing inline style)")
    at Test.<anonymous> ( /editing/include/tests.js:5679:11)
Pass[["stylewithcss","true"],["fontsize","4"]] "foo<font size=2>ba[r</font>b]az" 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","true"],["fontsize","4"]] "foo<font size=2>ba[r</font>b]az" 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(false, false, "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["stylewithcss","true"],["fontsize","4"]] "foo<font size=2>ba[r</font>b]az" 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"],["fontsize","4"]] "foo<font size=2>ba[r</font>b]az" 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"],["fontsize","4"]] "foo<font size=2>ba[r</font>b]az" 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"],["fontsize","4"]] "foo<font size=2>ba[r</font>b]az" 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)
Fail[["stylewithcss","true"],["fontsize","4"]] "foo<font size=2>ba[r</font>b]az" queryCommandIndeterm("fontsize") beforeassert_equals: Wrong result returned expected true but got false
    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(false, true, "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["stylewithcss","true"],["fontsize","4"]] "foo<font size=2>ba[r</font>b]az" queryCommandState("fontsize") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /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"],["fontsize","4"]] "foo<font size=2>ba[r</font>b]az" queryCommandValue("fontsize") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals("2", "2", "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["stylewithcss","true"],["fontsize","4"]] "foo<font size=2>ba[r</font>b]az" queryCommandIndeterm("fontsize") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /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"],["fontsize","4"]] "foo<font size=2>ba[r</font>b]az" queryCommandState("fontsize") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /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"],["fontsize","4"]] "foo<font size=2>ba[r</font>b]az" queryCommandValue("fontsize") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals("4", "4", "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["stylewithcss","false"],["fontsize","4"]] "foo<font size=2>ba[r</font>b]az": 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"],["fontsize","4"]] "foo<font size=2>ba[r</font>b]az": execCommand("fontsize", false, "4") 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"],["fontsize","4"]] "foo<font size=2>ba[r</font>b]az" 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<meta name=\"variant\" content=\"?1-1000\">\n<meta name=\"variant\" content=\"?1001-2000\">\n<meta name=\"variant\" content=\"?2001-last\">\n<link rel=\"stylesheet\" href=\"../include/reset.css\">\n<title>fontsize - HTML editing conformance tests</title>\n\n</head><body>\n\n<div id=\"test-container\"><p>test</p></div>\n\n\n\n\n\n\n\n\n</body>", "<head><meta charset=\"utf-8\">\n<meta name=\"timeout\" content=\"long\">\n<meta name=\"variant\" content=\"?1-1000\">\n<meta name=\"variant\" content=\"?1001-2000\">\n<meta name=\"variant\" content=\"?2001-last\">\n<link rel=\"stylesheet\" href=\"../include/reset.css\">\n<title>fontsize - HTML editing conformance tests</title>\n\n</head><body>\n\n<div id=\"test-container\"><p>test</p></div>\n\n\n\n\n\n\n\n\n</body>", "Everything outside the editable div must be unchanged, but some change did occur")
    at Test.<anonymous> ( /editing/include/tests.js:5663:9)
Pass[["stylewithcss","false"],["fontsize","4"]] "foo<font size=2>ba[r</font>b]az" 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("foo<font size=\"2\">ba</font><font size=\"4\">rb</font>az", "foo<font size=\"2\">ba</font><font size=\"4\">rb</font>az", "Unexpected innerHTML (after normalizing inline style)")
    at Test.<anonymous> ( /editing/include/tests.js:5679:11)
Pass[["stylewithcss","false"],["fontsize","4"]] "foo<font size=2>ba[r</font>b]az" 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"],["fontsize","4"]] "foo<font size=2>ba[r</font>b]az" 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"],["fontsize","4"]] "foo<font size=2>ba[r</font>b]az" 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"],["fontsize","4"]] "foo<font size=2>ba[r</font>b]az" 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"],["fontsize","4"]] "foo<font size=2>ba[r</font>b]az" 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"],["fontsize","4"]] "foo<font size=2>ba[r</font>b]az" 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)
Fail[["stylewithcss","false"],["fontsize","4"]] "foo<font size=2>ba[r</font>b]az" queryCommandIndeterm("fontsize") beforeassert_equals: Wrong result returned expected true but got false
    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(false, true, "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["stylewithcss","false"],["fontsize","4"]] "foo<font size=2>ba[r</font>b]az" queryCommandState("fontsize") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /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"],["fontsize","4"]] "foo<font size=2>ba[r</font>b]az" queryCommandValue("fontsize") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals("2", "2", "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["stylewithcss","false"],["fontsize","4"]] "foo<font size=2>ba[r</font>b]az" queryCommandIndeterm("fontsize") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /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"],["fontsize","4"]] "foo<font size=2>ba[r</font>b]az" queryCommandState("fontsize") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /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"],["fontsize","4"]] "foo<font size=2>ba[r</font>b]az" queryCommandValue("fontsize") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals("4", "4", "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["stylewithcss","true"],["fontsize","4"]] "fo[o<font size=2>bar</font>b]az": 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"],["fontsize","4"]] "fo[o<font size=2>bar</font>b]az": execCommand("fontsize", false, "4") 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"],["fontsize","4"]] "fo[o<font size=2>bar</font>b]az" 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<meta name=\"variant\" content=\"?1-1000\">\n<meta name=\"variant\" content=\"?1001-2000\">\n<meta name=\"variant\" content=\"?2001-last\">\n<link rel=\"stylesheet\" href=\"../include/reset.css\">\n<title>fontsize - HTML editing conformance tests</title>\n\n</head><body>\n\n<div id=\"test-container\"><p>test</p></div>\n\n\n\n\n\n\n\n\n</body>", "<head><meta charset=\"utf-8\">\n<meta name=\"timeout\" content=\"long\">\n<meta name=\"variant\" content=\"?1-1000\">\n<meta name=\"variant\" content=\"?1001-2000\">\n<meta name=\"variant\" content=\"?2001-last\">\n<link rel=\"stylesheet\" href=\"../include/reset.css\">\n<title>fontsize - HTML editing conformance tests</title>\n\n</head><body>\n\n<div id=\"test-container\"><p>test</p></div>\n\n\n\n\n\n\n\n\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"],["fontsize","4"]] "fo[o<font size=2>bar</font>b]az" 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("fo<span style=\"font-size:large\">obarb</span>az", "fo<span style=\"font-size:large\">obarb</span>az", "Unexpected innerHTML (after normalizing inline style)")
    at Test.<anonymous> ( /editing/include/tests.js:5679:11)
Pass[["stylewithcss","true"],["fontsize","4"]] "fo[o<font size=2>bar</font>b]az" 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","true"],["fontsize","4"]] "fo[o<font size=2>bar</font>b]az" 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(false, false, "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["stylewithcss","true"],["fontsize","4"]] "fo[o<font size=2>bar</font>b]az" 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"],["fontsize","4"]] "fo[o<font size=2>bar</font>b]az" 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"],["fontsize","4"]] "fo[o<font size=2>bar</font>b]az" 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"],["fontsize","4"]] "fo[o<font size=2>bar</font>b]az" 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)
Fail[["stylewithcss","true"],["fontsize","4"]] "fo[o<font size=2>bar</font>b]az" queryCommandIndeterm("fontsize") beforeassert_equals: Wrong result returned expected true but got false
    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(false, true, "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["stylewithcss","true"],["fontsize","4"]] "fo[o<font size=2>bar</font>b]az" queryCommandState("fontsize") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /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"],["fontsize","4"]] "fo[o<font size=2>bar</font>b]az" queryCommandValue("fontsize") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals("3", "3", "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["stylewithcss","true"],["fontsize","4"]] "fo[o<font size=2>bar</font>b]az" queryCommandIndeterm("fontsize") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /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"],["fontsize","4"]] "fo[o<font size=2>bar</font>b]az" queryCommandState("fontsize") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /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"],["fontsize","4"]] "fo[o<font size=2>bar</font>b]az" queryCommandValue("fontsize") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals("4", "4", "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["stylewithcss","false"],["fontsize","4"]] "fo[o<font size=2>bar</font>b]az": 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"],["fontsize","4"]] "fo[o<font size=2>bar</font>b]az": execCommand("fontsize", false, "4") 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"],["fontsize","4"]] "fo[o<font size=2>bar</font>b]az" 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<meta name=\"variant\" content=\"?1-1000\">\n<meta name=\"variant\" content=\"?1001-2000\">\n<meta name=\"variant\" content=\"?2001-last\">\n<link rel=\"stylesheet\" href=\"../include/reset.css\">\n<title>fontsize - HTML editing conformance tests</title>\n\n</head><body>\n\n<div id=\"test-container\"><p>test</p></div>\n\n\n\n\n\n\n\n\n</body>", "<head><meta charset=\"utf-8\">\n<meta name=\"timeout\" content=\"long\">\n<meta name=\"variant\" content=\"?1-1000\">\n<meta name=\"variant\" content=\"?1001-2000\">\n<meta name=\"variant\" content=\"?2001-last\">\n<link rel=\"stylesheet\" href=\"../include/reset.css\">\n<title>fontsize - HTML editing conformance tests</title>\n\n</head><body>\n\n<div id=\"test-container\"><p>test</p></div>\n\n\n\n\n\n\n\n\n</body>", "Everything outside the editable div must be unchanged, but some change did occur")
    at Test.<anonymous> ( /editing/include/tests.js:5663:9)
Pass[["stylewithcss","false"],["fontsize","4"]] "fo[o<font size=2>bar</font>b]az" 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("fo<font size=\"4\">obarb</font>az", "fo<font size=\"4\">obarb</font>az", "Unexpected innerHTML (after normalizing inline style)")
    at Test.<anonymous> ( /editing/include/tests.js:5679:11)
Pass[["stylewithcss","false"],["fontsize","4"]] "fo[o<font size=2>bar</font>b]az" 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"],["fontsize","4"]] "fo[o<font size=2>bar</font>b]az" 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"],["fontsize","4"]] "fo[o<font size=2>bar</font>b]az" 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"],["fontsize","4"]] "fo[o<font size=2>bar</font>b]az" 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"],["fontsize","4"]] "fo[o<font size=2>bar</font>b]az" 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"],["fontsize","4"]] "fo[o<font size=2>bar</font>b]az" 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)
Fail[["stylewithcss","false"],["fontsize","4"]] "fo[o<font size=2>bar</font>b]az" queryCommandIndeterm("fontsize") beforeassert_equals: Wrong result returned expected true but got false
    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(false, true, "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["stylewithcss","false"],["fontsize","4"]] "fo[o<font size=2>bar</font>b]az" queryCommandState("fontsize") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /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"],["fontsize","4"]] "fo[o<font size=2>bar</font>b]az" queryCommandValue("fontsize") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals("3", "3", "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["stylewithcss","false"],["fontsize","4"]] "fo[o<font size=2>bar</font>b]az" queryCommandIndeterm("fontsize") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /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"],["fontsize","4"]] "fo[o<font size=2>bar</font>b]az" queryCommandState("fontsize") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /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"],["fontsize","4"]] "fo[o<font size=2>bar</font>b]az" queryCommandValue("fontsize") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals("4", "4", "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["stylewithcss","true"],["fontsize","4"]] "foo[<font size=2>b]ar</font>baz": 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"],["fontsize","4"]] "foo[<font size=2>b]ar</font>baz": execCommand("fontsize", false, "4") 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"],["fontsize","4"]] "foo[<font size=2>b]ar</font>baz" 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<meta name=\"variant\" content=\"?1-1000\">\n<meta name=\"variant\" content=\"?1001-2000\">\n<meta name=\"variant\" content=\"?2001-last\">\n<link rel=\"stylesheet\" href=\"../include/reset.css\">\n<title>fontsize - HTML editing conformance tests</title>\n\n</head><body>\n\n<div id=\"test-container\"><p>test</p></div>\n\n\n\n\n\n\n\n\n</body>", "<head><meta charset=\"utf-8\">\n<meta name=\"timeout\" content=\"long\">\n<meta name=\"variant\" content=\"?1-1000\">\n<meta name=\"variant\" content=\"?1001-2000\">\n<meta name=\"variant\" content=\"?2001-last\">\n<link rel=\"stylesheet\" href=\"../include/reset.css\">\n<title>fontsize - HTML editing conformance tests</title>\n\n</head><body>\n\n<div id=\"test-container\"><p>test</p></div>\n\n\n\n\n\n\n\n\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"],["fontsize","4"]] "foo[<font size=2>b]ar</font>baz" 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("foo<span style=\"font-size:large\">b</span><font size=\"2\">ar</font>baz", "foo<span style=\"font-size:large\">b</span><font size=\"2\">ar</font>baz", "Unexpected innerHTML (after normalizing inline style)")
    at Test.<anonymous> ( /editing/include/tests.js:5679:11)
Pass[["stylewithcss","true"],["fontsize","4"]] "foo[<font size=2>b]ar</font>baz" 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","true"],["fontsize","4"]] "foo[<font size=2>b]ar</font>baz" 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(false, false, "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["stylewithcss","true"],["fontsize","4"]] "foo[<font size=2>b]ar</font>baz" 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"],["fontsize","4"]] "foo[<font size=2>b]ar</font>baz" 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"],["fontsize","4"]] "foo[<font size=2>b]ar</font>baz" 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"],["fontsize","4"]] "foo[<font size=2>b]ar</font>baz" 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"],["fontsize","4"]] "foo[<font size=2>b]ar</font>baz" queryCommandIndeterm("fontsize") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /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"],["fontsize","4"]] "foo[<font size=2>b]ar</font>baz" queryCommandState("fontsize") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /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"],["fontsize","4"]] "foo[<font size=2>b]ar</font>baz" queryCommandValue("fontsize") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals("2", "2", "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["stylewithcss","true"],["fontsize","4"]] "foo[<font size=2>b]ar</font>baz" queryCommandIndeterm("fontsize") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /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"],["fontsize","4"]] "foo[<font size=2>b]ar</font>baz" queryCommandState("fontsize") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /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"],["fontsize","4"]] "foo[<font size=2>b]ar</font>baz" queryCommandValue("fontsize") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals("4", "4", "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["stylewithcss","false"],["fontsize","4"]] "foo[<font size=2>b]ar</font>baz": 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"],["fontsize","4"]] "foo[<font size=2>b]ar</font>baz": execCommand("fontsize", false, "4") 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"],["fontsize","4"]] "foo[<font size=2>b]ar</font>baz" 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<meta name=\"variant\" content=\"?1-1000\">\n<meta name=\"variant\" content=\"?1001-2000\">\n<meta name=\"variant\" content=\"?2001-last\">\n<link rel=\"stylesheet\" href=\"../include/reset.css\">\n<title>fontsize - HTML editing conformance tests</title>\n\n</head><body>\n\n<div id=\"test-container\"><p>test</p></div>\n\n\n\n\n\n\n\n\n</body>", "<head><meta charset=\"utf-8\">\n<meta name=\"timeout\" content=\"long\">\n<meta name=\"variant\" content=\"?1-1000\">\n<meta name=\"variant\" content=\"?1001-2000\">\n<meta name=\"variant\" content=\"?2001-last\">\n<link rel=\"stylesheet\" href=\"../include/reset.css\">\n<title>fontsize - HTML editing conformance tests</title>\n\n</head><body>\n\n<div id=\"test-container\"><p>test</p></div>\n\n\n\n\n\n\n\n\n</body>", "Everything outside the editable div must be unchanged, but some change did occur")
    at Test.<anonymous> ( /editing/include/tests.js:5663:9)
Pass[["stylewithcss","false"],["fontsize","4"]] "foo[<font size=2>b]ar</font>baz" 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("foo<font size=\"4\">b</font><font size=\"2\">ar</font>baz", "foo<font size=\"4\">b</font><font size=\"2\">ar</font>baz", "Unexpected innerHTML (after normalizing inline style)")
    at Test.<anonymous> ( /editing/include/tests.js:5679:11)
Pass[["stylewithcss","false"],["fontsize","4"]] "foo[<font size=2>b]ar</font>baz" 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"],["fontsize","4"]] "foo[<font size=2>b]ar</font>baz" 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"],["fontsize","4"]] "foo[<font size=2>b]ar</font>baz" 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"],["fontsize","4"]] "foo[<font size=2>b]ar</font>baz" 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"],["fontsize","4"]] "foo[<font size=2>b]ar</font>baz" 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"],["fontsize","4"]] "foo[<font size=2>b]ar</font>baz" 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"],["fontsize","4"]] "foo[<font size=2>b]ar</font>baz" queryCommandIndeterm("fontsize") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /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"],["fontsize","4"]] "foo[<font size=2>b]ar</font>baz" queryCommandState("fontsize") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /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"],["fontsize","4"]] "foo[<font size=2>b]ar</font>baz" queryCommandValue("fontsize") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals("2", "2", "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["stylewithcss","false"],["fontsize","4"]] "foo[<font size=2>b]ar</font>baz" queryCommandIndeterm("fontsize") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /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"],["fontsize","4"]] "foo[<font size=2>b]ar</font>baz" queryCommandState("fontsize") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /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"],["fontsize","4"]] "foo[<font size=2>b]ar</font>baz" queryCommandValue("fontsize") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals("4", "4", "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["stylewithcss","true"],["fontsize","4"]] "foo<font size=2>ba[r</font>]baz": 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"],["fontsize","4"]] "foo<font size=2>ba[r</font>]baz": execCommand("fontsize", false, "4") 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"],["fontsize","4"]] "foo<font size=2>ba[r</font>]baz" 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<meta name=\"variant\" content=\"?1-1000\">\n<meta name=\"variant\" content=\"?1001-2000\">\n<meta name=\"variant\" content=\"?2001-last\">\n<link rel=\"stylesheet\" href=\"../include/reset.css\">\n<title>fontsize - HTML editing conformance tests</title>\n\n</head><body>\n\n<div id=\"test-container\"><p>test</p></div>\n\n\n\n\n\n\n\n\n</body>", "<head><meta charset=\"utf-8\">\n<meta name=\"timeout\" content=\"long\">\n<meta name=\"variant\" content=\"?1-1000\">\n<meta name=\"variant\" content=\"?1001-2000\">\n<meta name=\"variant\" content=\"?2001-last\">\n<link rel=\"stylesheet\" href=\"../include/reset.css\">\n<title>fontsize - HTML editing conformance tests</title>\n\n</head><body>\n\n<div id=\"test-container\"><p>test</p></div>\n\n\n\n\n\n\n\n\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"],["fontsize","4"]] "foo<font size=2>ba[r</font>]baz" 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("foo<font size=\"2\">ba</font><span style=\"font-size:large\">r</span>baz", "foo<font size=\"2\">ba</font><span style=\"font-size:large\">r</span>baz", "Unexpected innerHTML (after normalizing inline style)")
    at Test.<anonymous> ( /editing/include/tests.js:5679:11)
Pass[["stylewithcss","true"],["fontsize","4"]] "foo<font size=2>ba[r</font>]baz" 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","true"],["fontsize","4"]] "foo<font size=2>ba[r</font>]baz" 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(false, false, "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["stylewithcss","true"],["fontsize","4"]] "foo<font size=2>ba[r</font>]baz" 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"],["fontsize","4"]] "foo<font size=2>ba[r</font>]baz" 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"],["fontsize","4"]] "foo<font size=2>ba[r</font>]baz" 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"],["fontsize","4"]] "foo<font size=2>ba[r</font>]baz" 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"],["fontsize","4"]] "foo<font size=2>ba[r</font>]baz" queryCommandIndeterm("fontsize") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /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"],["fontsize","4"]] "foo<font size=2>ba[r</font>]baz" queryCommandState("fontsize") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /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"],["fontsize","4"]] "foo<font size=2>ba[r</font>]baz" queryCommandValue("fontsize") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals("2", "2", "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["stylewithcss","true"],["fontsize","4"]] "foo<font size=2>ba[r</font>]baz" queryCommandIndeterm("fontsize") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /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"],["fontsize","4"]] "foo<font size=2>ba[r</font>]baz" queryCommandState("fontsize") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /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"],["fontsize","4"]] "foo<font size=2>ba[r</font>]baz" queryCommandValue("fontsize") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals("4", "4", "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["stylewithcss","false"],["fontsize","4"]] "foo<font size=2>ba[r</font>]baz": 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"],["fontsize","4"]] "foo<font size=2>ba[r</font>]baz": execCommand("fontsize", false, "4") 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"],["fontsize","4"]] "foo<font size=2>ba[r</font>]baz" 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<meta name=\"variant\" content=\"?1-1000\">\n<meta name=\"variant\" content=\"?1001-2000\">\n<meta name=\"variant\" content=\"?2001-last\">\n<link rel=\"stylesheet\" href=\"../include/reset.css\">\n<title>fontsize - HTML editing conformance tests</title>\n\n</head><body>\n\n<div id=\"test-container\"><p>test</p></div>\n\n\n\n\n\n\n\n\n</body>", "<head><meta charset=\"utf-8\">\n<meta name=\"timeout\" content=\"long\">\n<meta name=\"variant\" content=\"?1-1000\">\n<meta name=\"variant\" content=\"?1001-2000\">\n<meta name=\"variant\" content=\"?2001-last\">\n<link rel=\"stylesheet\" href=\"../include/reset.css\">\n<title>fontsize - HTML editing conformance tests</title>\n\n</head><body>\n\n<div id=\"test-container\"><p>test</p></div>\n\n\n\n\n\n\n\n\n</body>", "Everything outside the editable div must be unchanged, but some change did occur")
    at Test.<anonymous> ( /editing/include/tests.js:5663:9)
Pass[["stylewithcss","false"],["fontsize","4"]] "foo<font size=2>ba[r</font>]baz" 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("foo<font size=\"2\">ba</font><font size=\"4\">r</font>baz", "foo<font size=\"2\">ba</font><font size=\"4\">r</font>baz", "Unexpected innerHTML (after normalizing inline style)")
    at Test.<anonymous> ( /editing/include/tests.js:5679:11)
Pass[["stylewithcss","false"],["fontsize","4"]] "foo<font size=2>ba[r</font>]baz" 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"],["fontsize","4"]] "foo<font size=2>ba[r</font>]baz" 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"],["fontsize","4"]] "foo<font size=2>ba[r</font>]baz" 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"],["fontsize","4"]] "foo<font size=2>ba[r</font>]baz" 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"],["fontsize","4"]] "foo<font size=2>ba[r</font>]baz" 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"],["fontsize","4"]] "foo<font size=2>ba[r</font>]baz" 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"],["fontsize","4"]] "foo<font size=2>ba[r</font>]baz" queryCommandIndeterm("fontsize") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /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"],["fontsize","4"]] "foo<font size=2>ba[r</font>]baz" queryCommandState("fontsize") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /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"],["fontsize","4"]] "foo<font size=2>ba[r</font>]baz" queryCommandValue("fontsize") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals("2", "2", "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["stylewithcss","false"],["fontsize","4"]] "foo<font size=2>ba[r</font>]baz" queryCommandIndeterm("fontsize") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /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"],["fontsize","4"]] "foo<font size=2>ba[r</font>]baz" queryCommandState("fontsize") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /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"],["fontsize","4"]] "foo<font size=2>ba[r</font>]baz" queryCommandValue("fontsize") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals("4", "4", "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["stylewithcss","true"],["fontsize","4"]] "foo[<font size=2>bar</font>]baz": 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"],["fontsize","4"]] "foo[<font size=2>bar</font>]baz": execCommand("fontsize", false, "4") 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"],["fontsize","4"]] "foo[<font size=2>bar</font>]baz" 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<meta name=\"variant\" content=\"?1-1000\">\n<meta name=\"variant\" content=\"?1001-2000\">\n<meta name=\"variant\" content=\"?2001-last\">\n<link rel=\"stylesheet\" href=\"../include/reset.css\">\n<title>fontsize - HTML editing conformance tests</title>\n\n</head><body>\n\n<div id=\"test-container\"><p>test</p></div>\n\n\n\n\n\n\n\n\n</body>", "<head><meta charset=\"utf-8\">\n<meta name=\"timeout\" content=\"long\">\n<meta name=\"variant\" content=\"?1-1000\">\n<meta name=\"variant\" content=\"?1001-2000\">\n<meta name=\"variant\" content=\"?2001-last\">\n<link rel=\"stylesheet\" href=\"../include/reset.css\">\n<title>fontsize - HTML editing conformance tests</title>\n\n</head><body>\n\n<div id=\"test-container\"><p>test</p></div>\n\n\n\n\n\n\n\n\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"],["fontsize","4"]] "foo[<font size=2>bar</font>]baz" 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("foo<span style=\"font-size:large\">bar</span>baz", "foo<span style=\"font-size:large\">bar</span>baz", "Unexpected innerHTML (after normalizing inline style)")
    at Test.<anonymous> ( /editing/include/tests.js:5679:11)
Pass[["stylewithcss","true"],["fontsize","4"]] "foo[<font size=2>bar</font>]baz" 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","true"],["fontsize","4"]] "foo[<font size=2>bar</font>]baz" 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(false, false, "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["stylewithcss","true"],["fontsize","4"]] "foo[<font size=2>bar</font>]baz" 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"],["fontsize","4"]] "foo[<font size=2>bar</font>]baz" 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"],["fontsize","4"]] "foo[<font size=2>bar</font>]baz" 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"],["fontsize","4"]] "foo[<font size=2>bar</font>]baz" 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"],["fontsize","4"]] "foo[<font size=2>bar</font>]baz" queryCommandIndeterm("fontsize") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /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"],["fontsize","4"]] "foo[<font size=2>bar</font>]baz" queryCommandState("fontsize") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /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"],["fontsize","4"]] "foo[<font size=2>bar</font>]baz" queryCommandValue("fontsize") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals("2", "2", "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["stylewithcss","true"],["fontsize","4"]] "foo[<font size=2>bar</font>]baz" queryCommandIndeterm("fontsize") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /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"],["fontsize","4"]] "foo[<font size=2>bar</font>]baz" queryCommandState("fontsize") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /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"],["fontsize","4"]] "foo[<font size=2>bar</font>]baz" queryCommandValue("fontsize") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals("4", "4", "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["stylewithcss","false"],["fontsize","4"]] "foo[<font size=2>bar</font>]baz": 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"],["fontsize","4"]] "foo[<font size=2>bar</font>]baz": execCommand("fontsize", false, "4") 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"],["fontsize","4"]] "foo[<font size=2>bar</font>]baz" 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<meta name=\"variant\" content=\"?1-1000\">\n<meta name=\"variant\" content=\"?1001-2000\">\n<meta name=\"variant\" content=\"?2001-last\">\n<link rel=\"stylesheet\" href=\"../include/reset.css\">\n<title>fontsize - HTML editing conformance tests</title>\n\n</head><body>\n\n<div id=\"test-container\"><p>test</p></div>\n\n\n\n\n\n\n\n\n</body>", "<head><meta charset=\"utf-8\">\n<meta name=\"timeout\" content=\"long\">\n<meta name=\"variant\" content=\"?1-1000\">\n<meta name=\"variant\" content=\"?1001-2000\">\n<meta name=\"variant\" content=\"?2001-last\">\n<link rel=\"stylesheet\" href=\"../include/reset.css\">\n<title>fontsize - HTML editing conformance tests</title>\n\n</head><body>\n\n<div id=\"test-container\"><p>test</p></div>\n\n\n\n\n\n\n\n\n</body>", "Everything outside the editable div must be unchanged, but some change did occur")
    at Test.<anonymous> ( /editing/include/tests.js:5663:9)
Pass[["stylewithcss","false"],["fontsize","4"]] "foo[<font size=2>bar</font>]baz" 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("foo<font size=\"4\">bar</font>baz", "foo<font size=\"4\">bar</font>baz", "Unexpected innerHTML (after normalizing inline style)")
    at Test.<anonymous> ( /editing/include/tests.js:5679:11)
Pass[["stylewithcss","false"],["fontsize","4"]] "foo[<font size=2>bar</font>]baz" 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"],["fontsize","4"]] "foo[<font size=2>bar</font>]baz" 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"],["fontsize","4"]] "foo[<font size=2>bar</font>]baz" 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"],["fontsize","4"]] "foo[<font size=2>bar</font>]baz" 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"],["fontsize","4"]] "foo[<font size=2>bar</font>]baz" 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"],["fontsize","4"]] "foo[<font size=2>bar</font>]baz" 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"],["fontsize","4"]] "foo[<font size=2>bar</font>]baz" queryCommandIndeterm("fontsize") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /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"],["fontsize","4"]] "foo[<font size=2>bar</font>]baz" queryCommandState("fontsize") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /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"],["fontsize","4"]] "foo[<font size=2>bar</font>]baz" queryCommandValue("fontsize") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals("2", "2", "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["stylewithcss","false"],["fontsize","4"]] "foo[<font size=2>bar</font>]baz" queryCommandIndeterm("fontsize") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /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"],["fontsize","4"]] "foo[<font size=2>bar</font>]baz" queryCommandState("fontsize") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /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"],["fontsize","4"]] "foo[<font size=2>bar</font>]baz" queryCommandValue("fontsize") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals("4", "4", "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["stylewithcss","true"],["fontsize","4"]] "foo<font size=2>[bar]</font>baz": 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"],["fontsize","4"]] "foo<font size=2>[bar]</font>baz": execCommand("fontsize", false, "4") 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"],["fontsize","4"]] "foo<font size=2>[bar]</font>baz" 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<meta name=\"variant\" content=\"?1-1000\">\n<meta name=\"variant\" content=\"?1001-2000\">\n<meta name=\"variant\" content=\"?2001-last\">\n<link rel=\"stylesheet\" href=\"../include/reset.css\">\n<title>fontsize - HTML editing conformance tests</title>\n\n</head><body>\n\n<div id=\"test-container\"><p>test</p></div>\n\n\n\n\n\n\n\n\n</body>", "<head><meta charset=\"utf-8\">\n<meta name=\"timeout\" content=\"long\">\n<meta name=\"variant\" content=\"?1-1000\">\n<meta name=\"variant\" content=\"?1001-2000\">\n<meta name=\"variant\" content=\"?2001-last\">\n<link rel=\"stylesheet\" href=\"../include/reset.css\">\n<title>fontsize - HTML editing conformance tests</title>\n\n</head><body>\n\n<div id=\"test-container\"><p>test</p></div>\n\n\n\n\n\n\n\n\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"],["fontsize","4"]] "foo<font size=2>[bar]</font>baz" 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("foo<span style=\"font-size:large\">bar</span>baz", "foo<span style=\"font-size:large\">bar</span>baz", "Unexpected innerHTML (after normalizing inline style)")
    at Test.<anonymous> ( /editing/include/tests.js:5679:11)
Pass[["stylewithcss","true"],["fontsize","4"]] "foo<font size=2>[bar]</font>baz" 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","true"],["fontsize","4"]] "foo<font size=2>[bar]</font>baz" 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(false, false, "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["stylewithcss","true"],["fontsize","4"]] "foo<font size=2>[bar]</font>baz" 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"],["fontsize","4"]] "foo<font size=2>[bar]</font>baz" 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"],["fontsize","4"]] "foo<font size=2>[bar]</font>baz" 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"],["fontsize","4"]] "foo<font size=2>[bar]</font>baz" 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"],["fontsize","4"]] "foo<font size=2>[bar]</font>baz" queryCommandIndeterm("fontsize") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /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"],["fontsize","4"]] "foo<font size=2>[bar]</font>baz" queryCommandState("fontsize") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /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"],["fontsize","4"]] "foo<font size=2>[bar]</font>baz" queryCommandValue("fontsize") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals("2", "2", "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["stylewithcss","true"],["fontsize","4"]] "foo<font size=2>[bar]</font>baz" queryCommandIndeterm("fontsize") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /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"],["fontsize","4"]] "foo<font size=2>[bar]</font>baz" queryCommandState("fontsize") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /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"],["fontsize","4"]] "foo<font size=2>[bar]</font>baz" queryCommandValue("fontsize") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals("4", "4", "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["stylewithcss","false"],["fontsize","4"]] "foo<font size=2>[bar]</font>baz": 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"],["fontsize","4"]] "foo<font size=2>[bar]</font>baz": execCommand("fontsize", false, "4") 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"],["fontsize","4"]] "foo<font size=2>[bar]</font>baz" 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<meta name=\"variant\" content=\"?1-1000\">\n<meta name=\"variant\" content=\"?1001-2000\">\n<meta name=\"variant\" content=\"?2001-last\">\n<link rel=\"stylesheet\" href=\"../include/reset.css\">\n<title>fontsize - HTML editing conformance tests</title>\n\n</head><body>\n\n<div id=\"test-container\"><p>test</p></div>\n\n\n\n\n\n\n\n\n</body>", "<head><meta charset=\"utf-8\">\n<meta name=\"timeout\" content=\"long\">\n<meta name=\"variant\" content=\"?1-1000\">\n<meta name=\"variant\" content=\"?1001-2000\">\n<meta name=\"variant\" content=\"?2001-last\">\n<link rel=\"stylesheet\" href=\"../include/reset.css\">\n<title>fontsize - HTML editing conformance tests</title>\n\n</head><body>\n\n<div id=\"test-container\"><p>test</p></div>\n\n\n\n\n\n\n\n\n</body>", "Everything outside the editable div must be unchanged, but some change did occur")
    at Test.<anonymous> ( /editing/include/tests.js:5663:9)
Pass[["stylewithcss","false"],["fontsize","4"]] "foo<font size=2>[bar]</font>baz" 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("foo<font size=\"4\">bar</font>baz", "foo<font size=\"4\">bar</font>baz", "Unexpected innerHTML (after normalizing inline style)")
    at Test.<anonymous> ( /editing/include/tests.js:5679:11)
Pass[["stylewithcss","false"],["fontsize","4"]] "foo<font size=2>[bar]</font>baz" 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"],["fontsize","4"]] "foo<font size=2>[bar]</font>baz" 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"],["fontsize","4"]] "foo<font size=2>[bar]</font>baz" 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"],["fontsize","4"]] "foo<font size=2>[bar]</font>baz" 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"],["fontsize","4"]] "foo<font size=2>[bar]</font>baz" 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"],["fontsize","4"]] "foo<font size=2>[bar]</font>baz" 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"],["fontsize","4"]] "foo<font size=2>[bar]</font>baz" queryCommandIndeterm("fontsize") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /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"],["fontsize","4"]] "foo<font size=2>[bar]</font>baz" queryCommandState("fontsize") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /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"],["fontsize","4"]] "foo<font size=2>[bar]</font>baz" queryCommandValue("fontsize") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals("2", "2", "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["stylewithcss","false"],["fontsize","4"]] "foo<font size=2>[bar]</font>baz" queryCommandIndeterm("fontsize") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /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"],["fontsize","4"]] "foo<font size=2>[bar]</font>baz" queryCommandState("fontsize") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /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"],["fontsize","4"]] "foo<font size=2>[bar]</font>baz" queryCommandValue("fontsize") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals("4", "4", "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["stylewithcss","true"],["fontsize","4"]] "foo{<font size=2>bar</font>}baz": 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"],["fontsize","4"]] "foo{<font size=2>bar</font>}baz": execCommand("fontsize", false, "4") 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"],["fontsize","4"]] "foo{<font size=2>bar</font>}baz" 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<meta name=\"variant\" content=\"?1-1000\">\n<meta name=\"variant\" content=\"?1001-2000\">\n<meta name=\"variant\" content=\"?2001-last\">\n<link rel=\"stylesheet\" href=\"../include/reset.css\">\n<title>fontsize - HTML editing conformance tests</title>\n\n</head><body>\n\n<div id=\"test-container\"><p>test</p></div>\n\n\n\n\n\n\n\n\n</body>", "<head><meta charset=\"utf-8\">\n<meta name=\"timeout\" content=\"long\">\n<meta name=\"variant\" content=\"?1-1000\">\n<meta name=\"variant\" content=\"?1001-2000\">\n<meta name=\"variant\" content=\"?2001-last\">\n<link rel=\"stylesheet\" href=\"../include/reset.css\">\n<title>fontsize - HTML editing conformance tests</title>\n\n</head><body>\n\n<div id=\"test-container\"><p>test</p></div>\n\n\n\n\n\n\n\n\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"],["fontsize","4"]] "foo{<font size=2>bar</font>}baz" 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("foo<span style=\"font-size:large\">bar</span>baz", "foo<span style=\"font-size:large\">bar</span>baz", "Unexpected innerHTML (after normalizing inline style)")
    at Test.<anonymous> ( /editing/include/tests.js:5679:11)
Pass[["stylewithcss","true"],["fontsize","4"]] "foo{<font size=2>bar</font>}baz" 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","true"],["fontsize","4"]] "foo{<font size=2>bar</font>}baz" 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(false, false, "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["stylewithcss","true"],["fontsize","4"]] "foo{<font size=2>bar</font>}baz" 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"],["fontsize","4"]] "foo{<font size=2>bar</font>}baz" 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"],["fontsize","4"]] "foo{<font size=2>bar</font>}baz" 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"],["fontsize","4"]] "foo{<font size=2>bar</font>}baz" 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"],["fontsize","4"]] "foo{<font size=2>bar</font>}baz" queryCommandIndeterm("fontsize") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /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"],["fontsize","4"]] "foo{<font size=2>bar</font>}baz" queryCommandState("fontsize") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /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"],["fontsize","4"]] "foo{<font size=2>bar</font>}baz" queryCommandValue("fontsize") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals("2", "2", "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["stylewithcss","true"],["fontsize","4"]] "foo{<font size=2>bar</font>}baz" queryCommandIndeterm("fontsize") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /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"],["fontsize","4"]] "foo{<font size=2>bar</font>}baz" queryCommandState("fontsize") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /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"],["fontsize","4"]] "foo{<font size=2>bar</font>}baz" queryCommandValue("fontsize") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals("4", "4", "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["stylewithcss","false"],["fontsize","4"]] "foo{<font size=2>bar</font>}baz": 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"],["fontsize","4"]] "foo{<font size=2>bar</font>}baz": execCommand("fontsize", false, "4") 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"],["fontsize","4"]] "foo{<font size=2>bar</font>}baz" 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<meta name=\"variant\" content=\"?1-1000\">\n<meta name=\"variant\" content=\"?1001-2000\">\n<meta name=\"variant\" content=\"?2001-last\">\n<link rel=\"stylesheet\" href=\"../include/reset.css\">\n<title>fontsize - HTML editing conformance tests</title>\n\n</head><body>\n\n<div id=\"test-container\"><p>test</p></div>\n\n\n\n\n\n\n\n\n</body>", "<head><meta charset=\"utf-8\">\n<meta name=\"timeout\" content=\"long\">\n<meta name=\"variant\" content=\"?1-1000\">\n<meta name=\"variant\" content=\"?1001-2000\">\n<meta name=\"variant\" content=\"?2001-last\">\n<link rel=\"stylesheet\" href=\"../include/reset.css\">\n<title>fontsize - HTML editing conformance tests</title>\n\n</head><body>\n\n<div id=\"test-container\"><p>test</p></div>\n\n\n\n\n\n\n\n\n</body>", "Everything outside the editable div must be unchanged, but some change did occur")
    at Test.<anonymous> ( /editing/include/tests.js:5663:9)
Pass[["stylewithcss","false"],["fontsize","4"]] "foo{<font size=2>bar</font>}baz" 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("foo<font size=\"4\">bar</font>baz", "foo<font size=\"4\">bar</font>baz", "Unexpected innerHTML (after normalizing inline style)")
    at Test.<anonymous> ( /editing/include/tests.js:5679:11)
Pass[["stylewithcss","false"],["fontsize","4"]] "foo{<font size=2>bar</font>}baz" 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"],["fontsize","4"]] "foo{<font size=2>bar</font>}baz" 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"],["fontsize","4"]] "foo{<font size=2>bar</font>}baz" 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"],["fontsize","4"]] "foo{<font size=2>bar</font>}baz" 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"],["fontsize","4"]] "foo{<font size=2>bar</font>}baz" 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"],["fontsize","4"]] "foo{<font size=2>bar</font>}baz" 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"],["fontsize","4"]] "foo{<font size=2>bar</font>}baz" queryCommandIndeterm("fontsize") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /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"],["fontsize","4"]] "foo{<font size=2>bar</font>}baz" queryCommandState("fontsize") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /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"],["fontsize","4"]] "foo{<font size=2>bar</font>}baz" queryCommandValue("fontsize") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals("2", "2", "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["stylewithcss","false"],["fontsize","4"]] "foo{<font size=2>bar</font>}baz" queryCommandIndeterm("fontsize") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /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"],["fontsize","4"]] "foo{<font size=2>bar</font>}baz" queryCommandState("fontsize") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /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"],["fontsize","4"]] "foo{<font size=2>bar</font>}baz" queryCommandValue("fontsize") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals("4", "4", "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["stylewithcss","true"],["fontsize","4"]] "<font size=1>fo[o</font><span style=font-size:xx-small>b]ar</span>": 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"],["fontsize","4"]] "<font size=1>fo[o</font><span style=font-size:xx-small>b]ar</span>": execCommand("fontsize", false, "4") 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"],["fontsize","4"]] "<font size=1>fo[o</font><span style=font-size:xx-small>b]ar</span>" 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<meta name=\"variant\" content=\"?1-1000\">\n<meta name=\"variant\" content=\"?1001-2000\">\n<meta name=\"variant\" content=\"?2001-last\">\n<link rel=\"stylesheet\" href=\"../include/reset.css\">\n<title>fontsize - HTML editing conformance tests</title>\n\n</head><body>\n\n<div id=\"test-container\"><p>test</p></div>\n\n\n\n\n\n\n\n\n</body>", "<head><meta charset=\"utf-8\">\n<meta name=\"timeout\" content=\"long\">\n<meta name=\"variant\" content=\"?1-1000\">\n<meta name=\"variant\" content=\"?1001-2000\">\n<meta name=\"variant\" content=\"?2001-last\">\n<link rel=\"stylesheet\" href=\"../include/reset.css\">\n<title>fontsize - HTML editing conformance tests</title>\n\n</head><body>\n\n<div id=\"test-container\"><p>test</p></div>\n\n\n\n\n\n\n\n\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"],["fontsize","4"]] "<font size=1>fo[o</font><span style=font-size:xx-small>b]ar</span>" 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("<font size=\"1\">fo</font><span style=\"font-size:large\">ob</span><span style=\"font-size:xx-small\">ar</span>", "<font size=\"1\">fo</font><span style=\"font-size:large\">ob</span><span style=\"font-size:xx-small\">ar</span>", "Unexpected innerHTML (after normalizing inline style)")
    at Test.<anonymous> ( /editing/include/tests.js:5679:11)
Pass[["stylewithcss","true"],["fontsize","4"]] "<font size=1>fo[o</font><span style=font-size:xx-small>b]ar</span>" 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","true"],["fontsize","4"]] "<font size=1>fo[o</font><span style=font-size:xx-small>b]ar</span>" 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(false, false, "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["stylewithcss","true"],["fontsize","4"]] "<font size=1>fo[o</font><span style=font-size:xx-small>b]ar</span>" 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"],["fontsize","4"]] "<font size=1>fo[o</font><span style=font-size:xx-small>b]ar</span>" 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"],["fontsize","4"]] "<font size=1>fo[o</font><span style=font-size:xx-small>b]ar</span>" 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"],["fontsize","4"]] "<font size=1>fo[o</font><span style=font-size:xx-small>b]ar</span>" 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)
Fail[["stylewithcss","true"],["fontsize","4"]] "<font size=1>fo[o</font><span style=font-size:xx-small>b]ar</span>" queryCommandIndeterm("fontsize") beforeassert_equals: Wrong result returned expected true but got false
    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(false, true, "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["stylewithcss","true"],["fontsize","4"]] "<font size=1>fo[o</font><span style=font-size:xx-small>b]ar</span>" queryCommandState("fontsize") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /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"],["fontsize","4"]] "<font size=1>fo[o</font><span style=font-size:xx-small>b]ar</span>" queryCommandValue("fontsize") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals("1", "1", "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["stylewithcss","true"],["fontsize","4"]] "<font size=1>fo[o</font><span style=font-size:xx-small>b]ar</span>" queryCommandIndeterm("fontsize") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /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"],["fontsize","4"]] "<font size=1>fo[o</font><span style=font-size:xx-small>b]ar</span>" queryCommandState("fontsize") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /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"],["fontsize","4"]] "<font size=1>fo[o</font><span style=font-size:xx-small>b]ar</span>" queryCommandValue("fontsize") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals("4", "4", "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["stylewithcss","false"],["fontsize","4"]] "<font size=1>fo[o</font><span style=font-size:xx-small>b]ar</span>": 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"],["fontsize","4"]] "<font size=1>fo[o</font><span style=font-size:xx-small>b]ar</span>": execCommand("fontsize", false, "4") 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"],["fontsize","4"]] "<font size=1>fo[o</font><span style=font-size:xx-small>b]ar</span>" 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<meta name=\"variant\" content=\"?1-1000\">\n<meta name=\"variant\" content=\"?1001-2000\">\n<meta name=\"variant\" content=\"?2001-last\">\n<link rel=\"stylesheet\" href=\"../include/reset.css\">\n<title>fontsize - HTML editing conformance tests</title>\n\n</head><body>\n\n<div id=\"test-container\"><p>test</p></div>\n\n\n\n\n\n\n\n\n</body>", "<head><meta charset=\"utf-8\">\n<meta name=\"timeout\" content=\"long\">\n<meta name=\"variant\" content=\"?1-1000\">\n<meta name=\"variant\" content=\"?1001-2000\">\n<meta name=\"variant\" content=\"?2001-last\">\n<link rel=\"stylesheet\" href=\"../include/reset.css\">\n<title>fontsize - HTML editing conformance tests</title>\n\n</head><body>\n\n<div id=\"test-container\"><p>test</p></div>\n\n\n\n\n\n\n\n\n</body>", "Everything outside the editable div must be unchanged, but some change did occur")
    at Test.<anonymous> ( /editing/include/tests.js:5663:9)
Pass[["stylewithcss","false"],["fontsize","4"]] "<font size=1>fo[o</font><span style=font-size:xx-small>b]ar</span>" 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("<font size=\"1\">fo</font><font size=\"4\">ob</font><span style=\"font-size:xx-small\">ar</span>", "<font size=\"1\">fo</font><font size=\"4\">ob</font><span style=\"font-size:xx-small\">ar</span>", "Unexpected innerHTML (after normalizing inline style)")
    at Test.<anonymous> ( /editing/include/tests.js:5679:11)
Pass[["stylewithcss","false"],["fontsize","4"]] "<font size=1>fo[o</font><span style=font-size:xx-small>b]ar</span>" 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"],["fontsize","4"]] "<font size=1>fo[o</font><span style=font-size:xx-small>b]ar</span>" 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"],["fontsize","4"]] "<font size=1>fo[o</font><span style=font-size:xx-small>b]ar</span>" 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"],["fontsize","4"]] "<font size=1>fo[o</font><span style=font-size:xx-small>b]ar</span>" 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"],["fontsize","4"]] "<font size=1>fo[o</font><span style=font-size:xx-small>b]ar</span>" 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"],["fontsize","4"]] "<font size=1>fo[o</font><span style=font-size:xx-small>b]ar</span>" 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)
Fail[["stylewithcss","false"],["fontsize","4"]] "<font size=1>fo[o</font><span style=font-size:xx-small>b]ar</span>" queryCommandIndeterm("fontsize") beforeassert_equals: Wrong result returned expected true but got false
    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(false, true, "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["stylewithcss","false"],["fontsize","4"]] "<font size=1>fo[o</font><span style=font-size:xx-small>b]ar</span>" queryCommandState("fontsize") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /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"],["fontsize","4"]] "<font size=1>fo[o</font><span style=font-size:xx-small>b]ar</span>" queryCommandValue("fontsize") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals("1", "1", "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["stylewithcss","false"],["fontsize","4"]] "<font size=1>fo[o</font><span style=font-size:xx-small>b]ar</span>" queryCommandIndeterm("fontsize") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /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"],["fontsize","4"]] "<font size=1>fo[o</font><span style=font-size:xx-small>b]ar</span>" queryCommandState("fontsize") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /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"],["fontsize","4"]] "<font size=1>fo[o</font><span style=font-size:xx-small>b]ar</span>" queryCommandValue("fontsize") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals("4", "4", "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["stylewithcss","true"],["fontsize","4"]] "<font size=2>fo[o</font><span style=font-size:small>b]ar</span>": 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"],["fontsize","4"]] "<font size=2>fo[o</font><span style=font-size:small>b]ar</span>": execCommand("fontsize", false, "4") 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"],["fontsize","4"]] "<font size=2>fo[o</font><span style=font-size:small>b]ar</span>" 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<meta name=\"variant\" content=\"?1-1000\">\n<meta name=\"variant\" content=\"?1001-2000\">\n<meta name=\"variant\" content=\"?2001-last\">\n<link rel=\"stylesheet\" href=\"../include/reset.css\">\n<title>fontsize - HTML editing conformance tests</title>\n\n</head><body>\n\n<div id=\"test-container\"><p>test</p></div>\n\n\n\n\n\n\n\n\n</body>", "<head><meta charset=\"utf-8\">\n<meta name=\"timeout\" content=\"long\">\n<meta name=\"variant\" content=\"?1-1000\">\n<meta name=\"variant\" content=\"?1001-2000\">\n<meta name=\"variant\" content=\"?2001-last\">\n<link rel=\"stylesheet\" href=\"../include/reset.css\">\n<title>fontsize - HTML editing conformance tests</title>\n\n</head><body>\n\n<div id=\"test-container\"><p>test</p></div>\n\n\n\n\n\n\n\n\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"],["fontsize","4"]] "<font size=2>fo[o</font><span style=font-size:small>b]ar</span>" 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("<font size=\"2\">fo</font><span style=\"font-size:large\">ob</span><span style=\"font-size:small\">ar</span>", "<font size=\"2\">fo</font><span style=\"font-size:large\">ob</span><span style=\"font-size:small\">ar</span>", "Unexpected innerHTML (after normalizing inline style)")
    at Test.<anonymous> ( /editing/include/tests.js:5679:11)
Pass[["stylewithcss","true"],["fontsize","4"]] "<font size=2>fo[o</font><span style=font-size:small>b]ar</span>" 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","true"],["fontsize","4"]] "<font size=2>fo[o</font><span style=font-size:small>b]ar</span>" 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(false, false, "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["stylewithcss","true"],["fontsize","4"]] "<font size=2>fo[o</font><span style=font-size:small>b]ar</span>" 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"],["fontsize","4"]] "<font size=2>fo[o</font><span style=font-size:small>b]ar</span>" 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"],["fontsize","4"]] "<font size=2>fo[o</font><span style=font-size:small>b]ar</span>" 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"],["fontsize","4"]] "<font size=2>fo[o</font><span style=font-size:small>b]ar</span>" 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"],["fontsize","4"]] "<font size=2>fo[o</font><span style=font-size:small>b]ar</span>" queryCommandIndeterm("fontsize") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /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"],["fontsize","4"]] "<font size=2>fo[o</font><span style=font-size:small>b]ar</span>" queryCommandState("fontsize") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /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"],["fontsize","4"]] "<font size=2>fo[o</font><span style=font-size:small>b]ar</span>" queryCommandValue("fontsize") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals("2", "2", "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["stylewithcss","true"],["fontsize","4"]] "<font size=2>fo[o</font><span style=font-size:small>b]ar</span>" queryCommandIndeterm("fontsize") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /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"],["fontsize","4"]] "<font size=2>fo[o</font><span style=font-size:small>b]ar</span>" queryCommandState("fontsize") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /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"],["fontsize","4"]] "<font size=2>fo[o</font><span style=font-size:small>b]ar</span>" queryCommandValue("fontsize") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals("4", "4", "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["stylewithcss","false"],["fontsize","4"]] "<font size=2>fo[o</font><span style=font-size:small>b]ar</span>": 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"],["fontsize","4"]] "<font size=2>fo[o</font><span style=font-size:small>b]ar</span>": execCommand("fontsize", false, "4") 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"],["fontsize","4"]] "<font size=2>fo[o</font><span style=font-size:small>b]ar</span>" 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<meta name=\"variant\" content=\"?1-1000\">\n<meta name=\"variant\" content=\"?1001-2000\">\n<meta name=\"variant\" content=\"?2001-last\">\n<link rel=\"stylesheet\" href=\"../include/reset.css\">\n<title>fontsize - HTML editing conformance tests</title>\n\n</head><body>\n\n<div id=\"test-container\"><p>test</p></div>\n\n\n\n\n\n\n\n\n</body>", "<head><meta charset=\"utf-8\">\n<meta name=\"timeout\" content=\"long\">\n<meta name=\"variant\" content=\"?1-1000\">\n<meta name=\"variant\" content=\"?1001-2000\">\n<meta name=\"variant\" content=\"?2001-last\">\n<link rel=\"stylesheet\" href=\"../include/reset.css\">\n<title>fontsize - HTML editing conformance tests</title>\n\n</head><body>\n\n<div id=\"test-container\"><p>test</p></div>\n\n\n\n\n\n\n\n\n</body>", "Everything outside the editable div must be unchanged, but some change did occur")
    at Test.<anonymous> ( /editing/include/tests.js:5663:9)
Pass[["stylewithcss","false"],["fontsize","4"]] "<font size=2>fo[o</font><span style=font-size:small>b]ar</span>" 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("<font size=\"2\">fo</font><font size=\"4\">ob</font><span style=\"font-size:small\">ar</span>", "<font size=\"2\">fo</font><font size=\"4\">ob</font><span style=\"font-size:small\">ar</span>", "Unexpected innerHTML (after normalizing inline style)")
    at Test.<anonymous> ( /editing/include/tests.js:5679:11)
Pass[["stylewithcss","false"],["fontsize","4"]] "<font size=2>fo[o</font><span style=font-size:small>b]ar</span>" 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"],["fontsize","4"]] "<font size=2>fo[o</font><span style=font-size:small>b]ar</span>" 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"],["fontsize","4"]] "<font size=2>fo[o</font><span style=font-size:small>b]ar</span>" 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"],["fontsize","4"]] "<font size=2>fo[o</font><span style=font-size:small>b]ar</span>" 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"],["fontsize","4"]] "<font size=2>fo[o</font><span style=font-size:small>b]ar</span>" 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"],["fontsize","4"]] "<font size=2>fo[o</font><span style=font-size:small>b]ar</span>" 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"],["fontsize","4"]] "<font size=2>fo[o</font><span style=font-size:small>b]ar</span>" queryCommandIndeterm("fontsize") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /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"],["fontsize","4"]] "<font size=2>fo[o</font><span style=font-size:small>b]ar</span>" queryCommandState("fontsize") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /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"],["fontsize","4"]] "<font size=2>fo[o</font><span style=font-size:small>b]ar</span>" queryCommandValue("fontsize") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals("2", "2", "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["stylewithcss","false"],["fontsize","4"]] "<font size=2>fo[o</font><span style=font-size:small>b]ar</span>" queryCommandIndeterm("fontsize") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /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"],["fontsize","4"]] "<font size=2>fo[o</font><span style=font-size:small>b]ar</span>" queryCommandState("fontsize") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /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"],["fontsize","4"]] "<font size=2>fo[o</font><span style=font-size:small>b]ar</span>" queryCommandValue("fontsize") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals("4", "4", "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["stylewithcss","true"],["fontsize","4"]] "<font size=3>fo[o</font><span style=font-size:medium>b]ar</span>": 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"],["fontsize","4"]] "<font size=3>fo[o</font><span style=font-size:medium>b]ar</span>": execCommand("fontsize", false, "4") 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"],["fontsize","4"]] "<font size=3>fo[o</font><span style=font-size:medium>b]ar</span>" 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<meta name=\"variant\" content=\"?1-1000\">\n<meta name=\"variant\" content=\"?1001-2000\">\n<meta name=\"variant\" content=\"?2001-last\">\n<link rel=\"stylesheet\" href=\"../include/reset.css\">\n<title>fontsize - HTML editing conformance tests</title>\n\n</head><body>\n\n<div id=\"test-container\"><p>test</p></div>\n\n\n\n\n\n\n\n\n</body>", "<head><meta charset=\"utf-8\">\n<meta name=\"timeout\" content=\"long\">\n<meta name=\"variant\" content=\"?1-1000\">\n<meta name=\"variant\" content=\"?1001-2000\">\n<meta name=\"variant\" content=\"?2001-last\">\n<link rel=\"stylesheet\" href=\"../include/reset.css\">\n<title>fontsize - HTML editing conformance tests</title>\n\n</head><body>\n\n<div id=\"test-container\"><p>test</p></div>\n\n\n\n\n\n\n\n\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"],["fontsize","4"]] "<font size=3>fo[o</font><span style=font-size:medium>b]ar</span>" 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("<font size=\"3\">fo</font><span style=\"font-size:large\">ob</span><span style=\"font-size:medium\">ar</span>", "<font size=\"3\">fo</font><span style=\"font-size:large\">ob</span><span style=\"font-size:medium\">ar</span>", "Unexpected innerHTML (after normalizing inline style)")
    at Test.<anonymous> ( /editing/include/tests.js:5679:11)
Pass[["stylewithcss","true"],["fontsize","4"]] "<font size=3>fo[o</font><span style=font-size:medium>b]ar</span>" 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","true"],["fontsize","4"]] "<font size=3>fo[o</font><span style=font-size:medium>b]ar</span>" 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(false, false, "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["stylewithcss","true"],["fontsize","4"]] "<font size=3>fo[o</font><span style=font-size:medium>b]ar</span>" 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"],["fontsize","4"]] "<font size=3>fo[o</font><span style=font-size:medium>b]ar</span>" 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"],["fontsize","4"]] "<font size=3>fo[o</font><span style=font-size:medium>b]ar</span>" 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"],["fontsize","4"]] "<font size=3>fo[o</font><span style=font-size:medium>b]ar</span>" 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"],["fontsize","4"]] "<font size=3>fo[o</font><span style=font-size:medium>b]ar</span>" queryCommandIndeterm("fontsize") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /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"],["fontsize","4"]] "<font size=3>fo[o</font><span style=font-size:medium>b]ar</span>" queryCommandState("fontsize") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /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"],["fontsize","4"]] "<font size=3>fo[o</font><span style=font-size:medium>b]ar</span>" queryCommandValue("fontsize") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals("3", "3", "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["stylewithcss","true"],["fontsize","4"]] "<font size=3>fo[o</font><span style=font-size:medium>b]ar</span>" queryCommandIndeterm("fontsize") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /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"],["fontsize","4"]] "<font size=3>fo[o</font><span style=font-size:medium>b]ar</span>" queryCommandState("fontsize") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /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"],["fontsize","4"]] "<font size=3>fo[o</font><span style=font-size:medium>b]ar</span>" queryCommandValue("fontsize") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals("4", "4", "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["stylewithcss","false"],["fontsize","4"]] "<font size=3>fo[o</font><span style=font-size:medium>b]ar</span>": 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"],["fontsize","4"]] "<font size=3>fo[o</font><span style=font-size:medium>b]ar</span>": execCommand("fontsize", false, "4") 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"],["fontsize","4"]] "<font size=3>fo[o</font><span style=font-size:medium>b]ar</span>" 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<meta name=\"variant\" content=\"?1-1000\">\n<meta name=\"variant\" content=\"?1001-2000\">\n<meta name=\"variant\" content=\"?2001-last\">\n<link rel=\"stylesheet\" href=\"../include/reset.css\">\n<title>fontsize - HTML editing conformance tests</title>\n\n</head><body>\n\n<div id=\"test-container\"><p>test</p></div>\n\n\n\n\n\n\n\n\n</body>", "<head><meta charset=\"utf-8\">\n<meta name=\"timeout\" content=\"long\">\n<meta name=\"variant\" content=\"?1-1000\">\n<meta name=\"variant\" content=\"?1001-2000\">\n<meta name=\"variant\" content=\"?2001-last\">\n<link rel=\"stylesheet\" href=\"../include/reset.css\">\n<title>fontsize - HTML editing conformance tests</title>\n\n</head><body>\n\n<div id=\"test-container\"><p>test</p></div>\n\n\n\n\n\n\n\n\n</body>", "Everything outside the editable div must be unchanged, but some change did occur")
    at Test.<anonymous> ( /editing/include/tests.js:5663:9)
Pass[["stylewithcss","false"],["fontsize","4"]] "<font size=3>fo[o</font><span style=font-size:medium>b]ar</span>" 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("<font size=\"3\">fo</font><font size=\"4\">ob</font><span style=\"font-size:medium\">ar</span>", "<font size=\"3\">fo</font><font size=\"4\">ob</font><span style=\"font-size:medium\">ar</span>", "Unexpected innerHTML (after normalizing inline style)")
    at Test.<anonymous> ( /editing/include/tests.js:5679:11)
Pass[["stylewithcss","false"],["fontsize","4"]] "<font size=3>fo[o</font><span style=font-size:medium>b]ar</span>" 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"],["fontsize","4"]] "<font size=3>fo[o</font><span style=font-size:medium>b]ar</span>" 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"],["fontsize","4"]] "<font size=3>fo[o</font><span style=font-size:medium>b]ar</span>" 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"],["fontsize","4"]] "<font size=3>fo[o</font><span style=font-size:medium>b]ar</span>" 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"],["fontsize","4"]] "<font size=3>fo[o</font><span style=font-size:medium>b]ar</span>" 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"],["fontsize","4"]] "<font size=3>fo[o</font><span style=font-size:medium>b]ar</span>" 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"],["fontsize","4"]] "<font size=3>fo[o</font><span style=font-size:medium>b]ar</span>" queryCommandIndeterm("fontsize") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /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"],["fontsize","4"]] "<font size=3>fo[o</font><span style=font-size:medium>b]ar</span>" queryCommandState("fontsize") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /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"],["fontsize","4"]] "<font size=3>fo[o</font><span style=font-size:medium>b]ar</span>" queryCommandValue("fontsize") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals("3", "3", "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["stylewithcss","false"],["fontsize","4"]] "<font size=3>fo[o</font><span style=font-size:medium>b]ar</span>" queryCommandIndeterm("fontsize") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /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"],["fontsize","4"]] "<font size=3>fo[o</font><span style=font-size:medium>b]ar</span>" queryCommandState("fontsize") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /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"],["fontsize","4"]] "<font size=3>fo[o</font><span style=font-size:medium>b]ar</span>" queryCommandValue("fontsize") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals("4", "4", "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["fontsize","4"]] "<font size=4>fo[o</font><span style=font-size:large>b]ar</span>": execCommand("fontsize", false, "4") 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[["fontsize","4"]] "<font size=4>fo[o</font><span style=font-size:large>b]ar</span>" 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<meta name=\"variant\" content=\"?1-1000\">\n<meta name=\"variant\" content=\"?1001-2000\">\n<meta name=\"variant\" content=\"?2001-last\">\n<link rel=\"stylesheet\" href=\"../include/reset.css\">\n<title>fontsize - HTML editing conformance tests</title>\n\n</head><body>\n\n<div id=\"test-container\"><p>test</p></div>\n\n\n\n\n\n\n\n\n</body>", "<head><meta charset=\"utf-8\">\n<meta name=\"timeout\" content=\"long\">\n<meta name=\"variant\" content=\"?1-1000\">\n<meta name=\"variant\" content=\"?1001-2000\">\n<meta name=\"variant\" content=\"?2001-last\">\n<link rel=\"stylesheet\" href=\"../include/reset.css\">\n<title>fontsize - HTML editing conformance tests</title>\n\n</head><body>\n\n<div id=\"test-container\"><p>test</p></div>\n\n\n\n\n\n\n\n\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[["fontsize","4"]] "<font size=4>fo[o</font><span style=font-size:large>b]ar</span>" compare innerHTMLassert_equals: Unexpected innerHTML (after normalizing inline style) expected "<font size=\"4\">foo</font><span style=\"font-size:large\">bar</span>" but got "<font size=\"4\">foob</font><span style=\"font-size:large\">ar</span>"
    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("<font size=\"4\">foob</font><span style=\"font-size:large\">ar</span>", "<font size=\"4\">foo</font><span style=\"font-size:large\">bar</span>", "Unexpected innerHTML (after normalizing inline style)")
    at Test.<anonymous> ( /editing/include/tests.js:5679:11)
Pass[["fontsize","4"]] "<font size=4>fo[o</font><span style=font-size:large>b]ar</span>" queryCommandIndeterm("fontsize") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals(false, false, "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["fontsize","4"]] "<font size=4>fo[o</font><span style=font-size:large>b]ar</span>" queryCommandState("fontsize") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals(false, false, "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["fontsize","4"]] "<font size=4>fo[o</font><span style=font-size:large>b]ar</span>" queryCommandValue("fontsize") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals("4", "4", "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["fontsize","4"]] "<font size=4>fo[o</font><span style=font-size:large>b]ar</span>" queryCommandIndeterm("fontsize") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals(false, false, "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["fontsize","4"]] "<font size=4>fo[o</font><span style=font-size:large>b]ar</span>" queryCommandState("fontsize") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals(false, false, "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["fontsize","4"]] "<font size=4>fo[o</font><span style=font-size:large>b]ar</span>" queryCommandValue("fontsize") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals("4", "4", "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["stylewithcss","true"],["fontsize","4"]] "<font size=5>fo[o</font><span style=font-size:x-large>b]ar</span>": 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"],["fontsize","4"]] "<font size=5>fo[o</font><span style=font-size:x-large>b]ar</span>": execCommand("fontsize", false, "4") 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"],["fontsize","4"]] "<font size=5>fo[o</font><span style=font-size:x-large>b]ar</span>" 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<meta name=\"variant\" content=\"?1-1000\">\n<meta name=\"variant\" content=\"?1001-2000\">\n<meta name=\"variant\" content=\"?2001-last\">\n<link rel=\"stylesheet\" href=\"../include/reset.css\">\n<title>fontsize - HTML editing conformance tests</title>\n\n</head><body>\n\n<div id=\"test-container\"><p>test</p></div>\n\n\n\n\n\n\n\n\n</body>", "<head><meta charset=\"utf-8\">\n<meta name=\"timeout\" content=\"long\">\n<meta name=\"variant\" content=\"?1-1000\">\n<meta name=\"variant\" content=\"?1001-2000\">\n<meta name=\"variant\" content=\"?2001-last\">\n<link rel=\"stylesheet\" href=\"../include/reset.css\">\n<title>fontsize - HTML editing conformance tests</title>\n\n</head><body>\n\n<div id=\"test-container\"><p>test</p></div>\n\n\n\n\n\n\n\n\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"],["fontsize","4"]] "<font size=5>fo[o</font><span style=font-size:x-large>b]ar</span>" 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("<font size=\"5\">fo</font><span style=\"font-size:large\">ob</span><span style=\"font-size:x-large\">ar</span>", "<font size=\"5\">fo</font><span style=\"font-size:large\">ob</span><span style=\"font-size:x-large\">ar</span>", "Unexpected innerHTML (after normalizing inline style)")
    at Test.<anonymous> ( /editing/include/tests.js:5679:11)
Pass[["stylewithcss","true"],["fontsize","4"]] "<font size=5>fo[o</font><span style=font-size:x-large>b]ar</span>" 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","true"],["fontsize","4"]] "<font size=5>fo[o</font><span style=font-size:x-large>b]ar</span>" 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(false, false, "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["stylewithcss","true"],["fontsize","4"]] "<font size=5>fo[o</font><span style=font-size:x-large>b]ar</span>" 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"],["fontsize","4"]] "<font size=5>fo[o</font><span style=font-size:x-large>b]ar</span>" 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"],["fontsize","4"]] "<font size=5>fo[o</font><span style=font-size:x-large>b]ar</span>" 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"],["fontsize","4"]] "<font size=5>fo[o</font><span style=font-size:x-large>b]ar</span>" 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"],["fontsize","4"]] "<font size=5>fo[o</font><span style=font-size:x-large>b]ar</span>" queryCommandIndeterm("fontsize") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /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"],["fontsize","4"]] "<font size=5>fo[o</font><span style=font-size:x-large>b]ar</span>" queryCommandState("fontsize") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /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"],["fontsize","4"]] "<font size=5>fo[o</font><span style=font-size:x-large>b]ar</span>" queryCommandValue("fontsize") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals("5", "5", "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["stylewithcss","true"],["fontsize","4"]] "<font size=5>fo[o</font><span style=font-size:x-large>b]ar</span>" queryCommandIndeterm("fontsize") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /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"],["fontsize","4"]] "<font size=5>fo[o</font><span style=font-size:x-large>b]ar</span>" queryCommandState("fontsize") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /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"],["fontsize","4"]] "<font size=5>fo[o</font><span style=font-size:x-large>b]ar</span>" queryCommandValue("fontsize") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals("4", "4", "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["stylewithcss","false"],["fontsize","4"]] "<font size=5>fo[o</font><span style=font-size:x-large>b]ar</span>": 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"],["fontsize","4"]] "<font size=5>fo[o</font><span style=font-size:x-large>b]ar</span>": execCommand("fontsize", false, "4") 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"],["fontsize","4"]] "<font size=5>fo[o</font><span style=font-size:x-large>b]ar</span>" 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<meta name=\"variant\" content=\"?1-1000\">\n<meta name=\"variant\" content=\"?1001-2000\">\n<meta name=\"variant\" content=\"?2001-last\">\n<link rel=\"stylesheet\" href=\"../include/reset.css\">\n<title>fontsize - HTML editing conformance tests</title>\n\n</head><body>\n\n<div id=\"test-container\"><p>test</p></div>\n\n\n\n\n\n\n\n\n</body>", "<head><meta charset=\"utf-8\">\n<meta name=\"timeout\" content=\"long\">\n<meta name=\"variant\" content=\"?1-1000\">\n<meta name=\"variant\" content=\"?1001-2000\">\n<meta name=\"variant\" content=\"?2001-last\">\n<link rel=\"stylesheet\" href=\"../include/reset.css\">\n<title>fontsize - HTML editing conformance tests</title>\n\n</head><body>\n\n<div id=\"test-container\"><p>test</p></div>\n\n\n\n\n\n\n\n\n</body>", "Everything outside the editable div must be unchanged, but some change did occur")
    at Test.<anonymous> ( /editing/include/tests.js:5663:9)
Pass[["stylewithcss","false"],["fontsize","4"]] "<font size=5>fo[o</font><span style=font-size:x-large>b]ar</span>" 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("<font size=\"5\">fo</font><font size=\"4\">ob</font><span style=\"font-size:x-large\">ar</span>", "<font size=\"5\">fo</font><font size=\"4\">ob</font><span style=\"font-size:x-large\">ar</span>", "Unexpected innerHTML (after normalizing inline style)")
    at Test.<anonymous> ( /editing/include/tests.js:5679:11)
Pass[["stylewithcss","false"],["fontsize","4"]] "<font size=5>fo[o</font><span style=font-size:x-large>b]ar</span>" 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"],["fontsize","4"]] "<font size=5>fo[o</font><span style=font-size:x-large>b]ar</span>" 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"],["fontsize","4"]] "<font size=5>fo[o</font><span style=font-size:x-large>b]ar</span>" 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"],["fontsize","4"]] "<font size=5>fo[o</font><span style=font-size:x-large>b]ar</span>" 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"],["fontsize","4"]] "<font size=5>fo[o</font><span style=font-size:x-large>b]ar</span>" 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"],["fontsize","4"]] "<font size=5>fo[o</font><span style=font-size:x-large>b]ar</span>" 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"],["fontsize","4"]] "<font size=5>fo[o</font><span style=font-size:x-large>b]ar</span>" queryCommandIndeterm("fontsize") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /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"],["fontsize","4"]] "<font size=5>fo[o</font><span style=font-size:x-large>b]ar</span>" queryCommandState("fontsize") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /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"],["fontsize","4"]] "<font size=5>fo[o</font><span style=font-size:x-large>b]ar</span>" queryCommandValue("fontsize") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals("5", "5", "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["stylewithcss","false"],["fontsize","4"]] "<font size=5>fo[o</font><span style=font-size:x-large>b]ar</span>" queryCommandIndeterm("fontsize") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /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"],["fontsize","4"]] "<font size=5>fo[o</font><span style=font-size:x-large>b]ar</span>" queryCommandState("fontsize") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /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"],["fontsize","4"]] "<font size=5>fo[o</font><span style=font-size:x-large>b]ar</span>" queryCommandValue("fontsize") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals("4", "4", "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["stylewithcss","true"],["fontsize","4"]] "<font size=6>fo[o</font><span style=font-size:xx-large>b]ar</span>": 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"],["fontsize","4"]] "<font size=6>fo[o</font><span style=font-size:xx-large>b]ar</span>": execCommand("fontsize", false, "4") 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"],["fontsize","4"]] "<font size=6>fo[o</font><span style=font-size:xx-large>b]ar</span>" 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<meta name=\"variant\" content=\"?1-1000\">\n<meta name=\"variant\" content=\"?1001-2000\">\n<meta name=\"variant\" content=\"?2001-last\">\n<link rel=\"stylesheet\" href=\"../include/reset.css\">\n<title>fontsize - HTML editing conformance tests</title>\n\n</head><body>\n\n<div id=\"test-container\"><p>test</p></div>\n\n\n\n\n\n\n\n\n</body>", "<head><meta charset=\"utf-8\">\n<meta name=\"timeout\" content=\"long\">\n<meta name=\"variant\" content=\"?1-1000\">\n<meta name=\"variant\" content=\"?1001-2000\">\n<meta name=\"variant\" content=\"?2001-last\">\n<link rel=\"stylesheet\" href=\"../include/reset.css\">\n<title>fontsize - HTML editing conformance tests</title>\n\n</head><body>\n\n<div id=\"test-container\"><p>test</p></div>\n\n\n\n\n\n\n\n\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"],["fontsize","4"]] "<font size=6>fo[o</font><span style=font-size:xx-large>b]ar</span>" 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("<font size=\"6\">fo</font><span style=\"font-size:large\">ob</span><span style=\"font-size:xx-large\">ar</span>", "<font size=\"6\">fo</font><span style=\"font-size:large\">ob</span><span style=\"font-size:xx-large\">ar</span>", "Unexpected innerHTML (after normalizing inline style)")
    at Test.<anonymous> ( /editing/include/tests.js:5679:11)
Pass[["stylewithcss","true"],["fontsize","4"]] "<font size=6>fo[o</font><span style=font-size:xx-large>b]ar</span>" 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","true"],["fontsize","4"]] "<font size=6>fo[o</font><span style=font-size:xx-large>b]ar</span>" 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(false, false, "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["stylewithcss","true"],["fontsize","4"]] "<font size=6>fo[o</font><span style=font-size:xx-large>b]ar</span>" 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"],["fontsize","4"]] "<font size=6>fo[o</font><span style=font-size:xx-large>b]ar</span>" 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"],["fontsize","4"]] "<font size=6>fo[o</font><span style=font-size:xx-large>b]ar</span>" 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"],["fontsize","4"]] "<font size=6>fo[o</font><span style=font-size:xx-large>b]ar</span>" 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"],["fontsize","4"]] "<font size=6>fo[o</font><span style=font-size:xx-large>b]ar</span>" queryCommandIndeterm("fontsize") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /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"],["fontsize","4"]] "<font size=6>fo[o</font><span style=font-size:xx-large>b]ar</span>" queryCommandState("fontsize") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /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"],["fontsize","4"]] "<font size=6>fo[o</font><span style=font-size:xx-large>b]ar</span>" queryCommandValue("fontsize") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals("6", "6", "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["stylewithcss","true"],["fontsize","4"]] "<font size=6>fo[o</font><span style=font-size:xx-large>b]ar</span>" queryCommandIndeterm("fontsize") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /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"],["fontsize","4"]] "<font size=6>fo[o</font><span style=font-size:xx-large>b]ar</span>" queryCommandState("fontsize") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /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"],["fontsize","4"]] "<font size=6>fo[o</font><span style=font-size:xx-large>b]ar</span>" queryCommandValue("fontsize") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals("4", "4", "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["stylewithcss","false"],["fontsize","4"]] "<font size=6>fo[o</font><span style=font-size:xx-large>b]ar</span>": 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"],["fontsize","4"]] "<font size=6>fo[o</font><span style=font-size:xx-large>b]ar</span>": execCommand("fontsize", false, "4") 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"],["fontsize","4"]] "<font size=6>fo[o</font><span style=font-size:xx-large>b]ar</span>" 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<meta name=\"variant\" content=\"?1-1000\">\n<meta name=\"variant\" content=\"?1001-2000\">\n<meta name=\"variant\" content=\"?2001-last\">\n<link rel=\"stylesheet\" href=\"../include/reset.css\">\n<title>fontsize - HTML editing conformance tests</title>\n\n</head><body>\n\n<div id=\"test-container\"><p>test</p></div>\n\n\n\n\n\n\n\n\n</body>", "<head><meta charset=\"utf-8\">\n<meta name=\"timeout\" content=\"long\">\n<meta name=\"variant\" content=\"?1-1000\">\n<meta name=\"variant\" content=\"?1001-2000\">\n<meta name=\"variant\" content=\"?2001-last\">\n<link rel=\"stylesheet\" href=\"../include/reset.css\">\n<title>fontsize - HTML editing conformance tests</title>\n\n</head><body>\n\n<div id=\"test-container\"><p>test</p></div>\n\n\n\n\n\n\n\n\n</body>", "Everything outside the editable div must be unchanged, but some change did occur")
    at Test.<anonymous> ( /editing/include/tests.js:5663:9)
Pass[["stylewithcss","false"],["fontsize","4"]] "<font size=6>fo[o</font><span style=font-size:xx-large>b]ar</span>" 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("<font size=\"6\">fo</font><font size=\"4\">ob</font><span style=\"font-size:xx-large\">ar</span>", "<font size=\"6\">fo</font><font size=\"4\">ob</font><span style=\"font-size:xx-large\">ar</span>", "Unexpected innerHTML (after normalizing inline style)")
    at Test.<anonymous> ( /editing/include/tests.js:5679:11)
Pass[["stylewithcss","false"],["fontsize","4"]] "<font size=6>fo[o</font><span style=font-size:xx-large>b]ar</span>" 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"],["fontsize","4"]] "<font size=6>fo[o</font><span style=font-size:xx-large>b]ar</span>" 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"],["fontsize","4"]] "<font size=6>fo[o</font><span style=font-size:xx-large>b]ar</span>" 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"],["fontsize","4"]] "<font size=6>fo[o</font><span style=font-size:xx-large>b]ar</span>" 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"],["fontsize","4"]] "<font size=6>fo[o</font><span style=font-size:xx-large>b]ar</span>" 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"],["fontsize","4"]] "<font size=6>fo[o</font><span style=font-size:xx-large>b]ar</span>" 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"],["fontsize","4"]] "<font size=6>fo[o</font><span style=font-size:xx-large>b]ar</span>" queryCommandIndeterm("fontsize") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /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"],["fontsize","4"]] "<font size=6>fo[o</font><span style=font-size:xx-large>b]ar</span>" queryCommandState("fontsize") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /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"],["fontsize","4"]] "<font size=6>fo[o</font><span style=font-size:xx-large>b]ar</span>" queryCommandValue("fontsize") before
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals("6", "6", "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["stylewithcss","false"],["fontsize","4"]] "<font size=6>fo[o</font><span style=font-size:xx-large>b]ar</span>" queryCommandIndeterm("fontsize") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /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"],["fontsize","4"]] "<font size=6>fo[o</font><span style=font-size:xx-large>b]ar</span>" queryCommandState("fontsize") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /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"],["fontsize","4"]] "<font size=6>fo[o</font><span style=font-size:xx-large>b]ar</span>" queryCommandValue("fontsize") after
Asserts run
Pass
assert_equals(null, null, "Setup must not throw an exception")
    at Test.<anonymous> ( /editing/include/tests.js:5696:17)
Pass
assert_false(false, "An exception must not be thrown in this case")
    at Test.<anonymous> ( /editing/include/tests.js:5725:21)
Pass
assert_equals("4", "4", "Wrong result returned")
    at Test.<anonymous> ( /editing/include/tests.js:5727:21)
Pass[["styleWithCSS","false"],["fontSize","7"]] "<font color=#ff0000>[abc]</font>": 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"],["fontSize","7"]] "<font color=#ff0000>[abc]</font>": execCommand("fontSize", false, "7") 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"],["fontSize","7"]] "<font color=#ff0000>[abc]</font>" 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<meta name=\"variant\" content=\"?1-1000\">\n<meta name=\"variant\" content=\"?1001-2000\">\n<meta name=\"variant\" content=\"?2001-last\">\n<link rel=\"stylesheet\" href=\"../include/reset.css\">\n<title>fontsize - HTML editing conformance tests</title>\n\n</head><body>\n\n<div id=\"test-container\"><p>test</p></div>\n\n\n\n\n\n\n\n\n</body>", "<head><meta charset=\"utf-8\">\n<meta name=\"timeout\" content=\"long\">\n<meta name=\"variant\" content=\"?1-1000\">\n<meta name=\"variant\" content=\"?1001-2000\">\n<meta name=\"variant\" content=\"?2001-last\">\n<link rel=\"stylesheet\" href=\"../include/reset.css\">\n<title>fontsize - HTML editing conformance tests</title>\n\n</head><body>\n\n<div id=\"test-container\"><p>test</p></div>\n\n\n\n\n\n\n\n\n</body>", "Everything outside the editable div must be unchanged, but some change did occur")
    at Test.<anonymous> ( /editing/include/tests.js:5663:9)
Pass[["styleWithCSS","false"],["fontSize","7"]] "<font color=#ff0000>[abc]</font>" 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("<font color=\"#ff0000\" size=\"7\">abc</font>", ["<font color=\"#ff0000\" size=\"7\">abc</font>", "<font size=\"7\" color=\"#ff0000\">abc</font>"], "Unexpected innerHTML (after normalizing inline style)")
    at Test.<anonymous> ( /editing/include/tests.js:5675:11)
Pass[["styleWithCSS","false"],["fontSize","7"]] "<font face=monospace>[abc]</font>": 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"],["fontSize","7"]] "<font face=monospace>[abc]</font>": execCommand("fontSize", false, "7") 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"],["fontSize","7"]] "<font face=monospace>[abc]</font>" 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<meta name=\"variant\" content=\"?1-1000\">\n<meta name=\"variant\" content=\"?1001-2000\">\n<meta name=\"variant\" content=\"?2001-last\">\n<link rel=\"stylesheet\" href=\"../include/reset.css\">\n<title>fontsize - HTML editing conformance tests</title>\n\n</head><body>\n\n<div id=\"test-container\"><p>test</p></div>\n\n\n\n\n\n\n\n\n</body>", "<head><meta charset=\"utf-8\">\n<meta name=\"timeout\" content=\"long\">\n<meta name=\"variant\" content=\"?1-1000\">\n<meta name=\"variant\" content=\"?1001-2000\">\n<meta name=\"variant\" content=\"?2001-last\">\n<link rel=\"stylesheet\" href=\"../include/reset.css\">\n<title>fontsize - HTML editing conformance tests</title>\n\n</head><body>\n\n<div id=\"test-container\"><p>test</p></div>\n\n\n\n\n\n\n\n\n</body>", "Everything outside the editable div must be unchanged, but some change did occur")
    at Test.<anonymous> ( /editing/include/tests.js:5663:9)
Pass[["styleWithCSS","false"],["fontSize","7"]] "<font face=monospace>[abc]</font>" 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("<font face=\"monospace\" size=\"7\">abc</font>", ["<font face=\"monospace\" size=\"7\">abc</font>", "<font size=\"7\" face=\"monospace\">abc</font>"], "Unexpected innerHTML (after normalizing inline style)")
    at Test.<anonymous> ( /editing/include/tests.js:5675:11)
Pass[["styleWithCSS","false"],["fontSize","7"]] "<font color=#ff0000 face=monospace>[abc]</font>": 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"],["fontSize","7"]] "<font color=#ff0000 face=monospace>[abc]</font>": execCommand("fontSize", false, "7") 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"],["fontSize","7"]] "<font color=#ff0000 face=monospace>[abc]</font>" 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<meta name=\"variant\" content=\"?1-1000\">\n<meta name=\"variant\" content=\"?1001-2000\">\n<meta name=\"variant\" content=\"?2001-last\">\n<link rel=\"stylesheet\" href=\"../include/reset.css\">\n<title>fontsize - HTML editing conformance tests</title>\n\n</head><body>\n\n<div id=\"test-container\"><p>test</p></div>\n\n\n\n\n\n\n\n\n</body>", "<head><meta charset=\"utf-8\">\n<meta name=\"timeout\" content=\"long\">\n<meta name=\"variant\" content=\"?1-1000\">\n<meta name=\"variant\" content=\"?1001-2000\">\n<meta name=\"variant\" content=\"?2001-last\">\n<link rel=\"stylesheet\" href=\"../include/reset.css\">\n<title>fontsize - HTML editing conformance tests</title>\n\n</head><body>\n\n<div id=\"test-container\"><p>test</p></div>\n\n\n\n\n\n\n\n\n</body>", "Everything outside the editable div must be unchanged, but some change did occur")
    at Test.<anonymous> ( /editing/include/tests.js:5663:9)
Pass[["styleWithCSS","false"],["fontSize","7"]] "<font color=#ff0000 face=monospace>[abc]</font>" 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("<font color=\"#ff0000\" face=\"monospace\" size=\"7\">abc</font>", ["<font color=\"#ff0000\" face=\"monospace\" size=\"7\">abc</font>", "<font color=\"#ff0000\" size=\"7\" face=\"monospace\">abc</font>", "<font face=\"monospace\" color=\"#ff0000\" size=\"7\">abc</font>", "<font face=\"monospace\" size=\"7\" color=\"#ff0000\">abc</font>", "<font size=\"7\" color=\"#ff0000\" face=\"monospace\">abc</font>", "<font size=\"7\" face=\"monospace\" color=\"#ff0000\">abc</font>"], "Unexpected innerHTML (after normalizing inline style)")
    at Test.<anonymous> ( /editing/include/tests.js:5675:11)
Pass[["styleWithCSS","false"],["fontSize","7"]] "<font color=#ff0000>[a]bc</font>": 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"],["fontSize","7"]] "<font color=#ff0000>[a]bc</font>": execCommand("fontSize", false, "7") 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"],["fontSize","7"]] "<font color=#ff0000>[a]bc</font>" 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<meta name=\"variant\" content=\"?1-1000\">\n<meta name=\"variant\" content=\"?1001-2000\">\n<meta name=\"variant\" content=\"?2001-last\">\n<link rel=\"stylesheet\" href=\"../include/reset.css\">\n<title>fontsize - HTML editing conformance tests</title>\n\n</head><body>\n\n<div id=\"test-container\"><p>test</p></div>\n\n\n\n\n\n\n\n\n</body>", "<head><meta charset=\"utf-8\">\n<meta name=\"timeout\" content=\"long\">\n<meta name=\"variant\" content=\"?1-1000\">\n<meta name=\"variant\" content=\"?1001-2000\">\n<meta name=\"variant\" content=\"?2001-last\">\n<link rel=\"stylesheet\" href=\"../include/reset.css\">\n<title>fontsize - HTML editing conformance tests</title>\n\n</head><body>\n\n<div id=\"test-container\"><p>test</p></div>\n\n\n\n\n\n\n\n\n</body>", "Everything outside the editable div must be unchanged, but some change did occur")
    at Test.<anonymous> ( /editing/include/tests.js:5663:9)
Pass[["styleWithCSS","false"],["fontSize","7"]] "<font color=#ff0000>[a]bc</font>" 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("<font color=\"#ff0000\"><font size=\"7\">a</font>bc</font>", "<font color=\"#ff0000\"><font size=\"7\">a</font>bc</font>", "Unexpected innerHTML (after normalizing inline style)")
    at Test.<anonymous> ( /editing/include/tests.js:5679:11)
Pass[["styleWithCSS","false"],["fontSize","7"]] "<font color=#ff0000>ab[c]</font>": 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"],["fontSize","7"]] "<font color=#ff0000>ab[c]</font>": execCommand("fontSize", false, "7") 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"],["fontSize","7"]] "<font color=#ff0000>ab[c]</font>" 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<meta name=\"variant\" content=\"?1-1000\">\n<meta name=\"variant\" content=\"?1001-2000\">\n<meta name=\"variant\" content=\"?2001-last\">\n<link rel=\"stylesheet\" href=\"../include/reset.css\">\n<title>fontsize - HTML editing conformance tests</title>\n\n</head><body>\n\n<div id=\"test-container\"><p>test</p></div>\n\n\n\n\n\n\n\n\n</body>", "<head><meta charset=\"utf-8\">\n<meta name=\"timeout\" content=\"long\">\n<meta name=\"variant\" content=\"?1-1000\">\n<meta name=\"variant\" content=\"?1001-2000\">\n<meta name=\"variant\" content=\"?2001-last\">\n<link rel=\"stylesheet\" href=\"../include/reset.css\">\n<title>fontsize - HTML editing conformance tests</title>\n\n</head><body>\n\n<div id=\"test-container\"><p>test</p></div>\n\n\n\n\n\n\n\n\n</body>", "Everything outside the editable div must be unchanged, but some change did occur")
    at Test.<anonymous> ( /editing/include/tests.js:5663:9)
Pass[["styleWithCSS","false"],["fontSize","7"]] "<font color=#ff0000>ab[c]</font>" 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("<font color=\"#ff0000\">ab<font size=\"7\">c</font></font>", "<font color=\"#ff0000\">ab<font size=\"7\">c</font></font>", "Unexpected innerHTML (after normalizing inline style)")
    at Test.<anonymous> ( /editing/include/tests.js:5679:11)
Pass[["styleWithCSS","false"],["fontSize","7"]] "<font face=monospace>[a]bc</font>": 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"],["fontSize","7"]] "<font face=monospace>[a]bc</font>": execCommand("fontSize", false, "7") 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"],["fontSize","7"]] "<font face=monospace>[a]bc</font>" 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<meta name=\"variant\" content=\"?1-1000\">\n<meta name=\"variant\" content=\"?1001-2000\">\n<meta name=\"variant\" content=\"?2001-last\">\n<link rel=\"stylesheet\" href=\"../include/reset.css\">\n<title>fontsize - HTML editing conformance tests</title>\n\n</head><body>\n\n<div id=\"test-container\"><p>test</p></div>\n\n\n\n\n\n\n\n\n</body>", "<head><meta charset=\"utf-8\">\n<meta name=\"timeout\" content=\"long\">\n<meta name=\"variant\" content=\"?1-1000\">\n<meta name=\"variant\" content=\"?1001-2000\">\n<meta name=\"variant\" content=\"?2001-last\">\n<link rel=\"stylesheet\" href=\"../include/reset.css\">\n<title>fontsize - HTML editing conformance tests</title>\n\n</head><body>\n\n<div id=\"test-container\"><p>test</p></div>\n\n\n\n\n\n\n\n\n</body>", "Everything outside the editable div must be unchanged, but some change did occur")
    at Test.<anonymous> ( /editing/include/tests.js:5663:9)
Pass[["styleWithCSS","false"],["fontSize","7"]] "<font face=monospace>[a]bc</font>" 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("<font face=\"monospace\"><font size=\"7\">a</font>bc</font>", "<font face=\"monospace\"><font size=\"7\">a</font>bc</font>", "Unexpected innerHTML (after normalizing inline style)")
    at Test.<anonymous> ( /editing/include/tests.js:5679:11)
Pass[["styleWithCSS","false"],["fontSize","7"]] "<font face=monospace>ab[c]</font>": 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"],["fontSize","7"]] "<font face=monospace>ab[c]</font>": execCommand("fontSize", false, "7") 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"],["fontSize","7"]] "<font face=monospace>ab[c]</font>" 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<meta name=\"variant\" content=\"?1-1000\">\n<meta name=\"variant\" content=\"?1001-2000\">\n<meta name=\"variant\" content=\"?2001-last\">\n<link rel=\"stylesheet\" href=\"../include/reset.css\">\n<title>fontsize - HTML editing conformance tests</title>\n\n</head><body>\n\n<div id=\"test-container\"><p>test</p></div>\n\n\n\n\n\n\n\n\n</body>", "<head><meta charset=\"utf-8\">\n<meta name=\"timeout\" content=\"long\">\n<meta name=\"variant\" content=\"?1-1000\">\n<meta name=\"variant\" content=\"?1001-2000\">\n<meta name=\"variant\" content=\"?2001-last\">\n<link rel=\"stylesheet\" href=\"../include/reset.css\">\n<title>fontsize - HTML editing conformance tests</title>\n\n</head><body>\n\n<div id=\"test-container\"><p>test</p></div>\n\n\n\n\n\n\n\n\n</body>", "Everything outside the editable div must be unchanged, but some change did occur")
    at Test.<anonymous> ( /editing/include/tests.js:5663:9)
Pass[["styleWithCSS","false"],["fontSize","7"]] "<font face=monospace>ab[c]</font>" 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("<font face=\"monospace\">ab<font size=\"7\">c</font></font>", "<font face=\"monospace\">ab<font size=\"7\">c</font></font>", "Unexpected innerHTML (after normalizing inline style)")
    at Test.<anonymous> ( /editing/include/tests.js:5679:11)
Pass[["styleWithCSS","false"],["fontSize","5"]] "<span style=\"font-size:32px; background-color:rgb(0, 128, 128)\">[abc]</span>": 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"],["fontSize","5"]] "<span style=\"font-size:32px; background-color:rgb(0, 128, 128)\">[abc]</span>": execCommand("fontSize", false, "5") 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"],["fontSize","5"]] "<span style=\"font-size:32px; background-color:rgb(0, 128, 128)\">[abc]</span>" 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<meta name=\"variant\" content=\"?1-1000\">\n<meta name=\"variant\" content=\"?1001-2000\">\n<meta name=\"variant\" content=\"?2001-last\">\n<link rel=\"stylesheet\" href=\"../include/reset.css\">\n<title>fontsize - HTML editing conformance tests</title>\n\n</head><body>\n\n<div id=\"test-container\"><p>test</p></div>\n\n\n\n\n\n\n\n\n</body>", "<head><meta charset=\"utf-8\">\n<meta name=\"timeout\" content=\"long\">\n<meta name=\"variant\" content=\"?1-1000\">\n<meta name=\"variant\" content=\"?1001-2000\">\n<meta name=\"variant\" content=\"?2001-last\">\n<link rel=\"stylesheet\" href=\"../include/reset.css\">\n<title>fontsize - HTML editing conformance tests</title>\n\n</head><body>\n\n<div id=\"test-container\"><p>test</p></div>\n\n\n\n\n\n\n\n\n</body>", "Everything outside the editable div must be unchanged, but some change did occur")
    at Test.<anonymous> ( /editing/include/tests.js:5663:9)
Pass[["styleWithCSS","false"],["fontSize","5"]] "<span style=\"font-size:32px; background-color:rgb(0, 128, 128)\">[abc]</span>" 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("<span style=\"background-color:rgb(0, 128, 128)\"><font size=\"5\">abc</font></span>", ["<span style=\"background-color:rgb(0, 128, 128)\"><font size=\"5\">abc</font></span>", "<font size=\"5\"><span style=\"background-color:rgb(0, 128, 128)\">abc</span></font>"], "Unexpected innerHTML (after normalizing inline style)")
    at Test.<anonymous> ( /editing/include/tests.js:5675:11)
Pass[["styleWithCSS","false"],["fontSize","5"]] "<span style=\"font-size:32px; background-color:rgb(0, 128, 128)\">[a]bc</span>": 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"],["fontSize","5"]] "<span style=\"font-size:32px; background-color:rgb(0, 128, 128)\">[a]bc</span>": execCommand("fontSize", false, "5") 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"],["fontSize","5"]] "<span style=\"font-size:32px; background-color:rgb(0, 128, 128)\">[a]bc</span>" 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<meta name=\"variant\" content=\"?1-1000\">\n<meta name=\"variant\" content=\"?1001-2000\">\n<meta name=\"variant\" content=\"?2001-last\">\n<link rel=\"stylesheet\" href=\"../include/reset.css\">\n<title>fontsize - HTML editing conformance tests</title>\n\n</head><body>\n\n<div id=\"test-container\"><p>test</p></div>\n\n\n\n\n\n\n\n\n</body>", "<head><meta charset=\"utf-8\">\n<meta name=\"timeout\" content=\"long\">\n<meta name=\"variant\" content=\"?1-1000\">\n<meta name=\"variant\" content=\"?1001-2000\">\n<meta name=\"variant\" content=\"?2001-last\">\n<link rel=\"stylesheet\" href=\"../include/reset.css\">\n<title>fontsize - HTML editing conformance tests</title>\n\n</head><body>\n\n<div id=\"test-container\"><p>test</p></div>\n\n\n\n\n\n\n\n\n</body>", "Everything outside the editable div must be unchanged, but some change did occur")
    at Test.<anonymous> ( /editing/include/tests.js:5663:9)
Pass[["styleWithCSS","false"],["fontSize","5"]] "<span style=\"font-size:32px; background-color:rgb(0, 128, 128)\">[a]bc</span>" 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("<span style=\"background-color:rgb(0, 128, 128)\"><font size=\"5\">a</font></span><span style=\"font-size:32px; background-color:rgb(0, 128, 128)\">bc</span>", ["<span style=\"background-color:rgb(0, 128, 128)\"><font size=\"5\">a</font></span><span style=\"font-size:32px; background-color:rgb(0, 128, 128)\">bc</span>", "<font size=\"5\"><span style=\"background-color:rgb(0, 128, 128)\">a</span></font><span style=\"font-size:32px; background-color:rgb(0, 128, 128)\">bc</span>"], "Unexpected innerHTML (after normalizing inline style)")
    at Test.<anonymous> ( /editing/include/tests.js:5675:11)
Pass[["styleWithCSS","false"],["fontSize","5"]] "<span style=\"font-size:32px; background-color:rgb(0, 128, 128)\">a[b]c</span>": 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"],["fontSize","5"]] "<span style=\"font-size:32px; background-color:rgb(0, 128, 128)\">a[b]c</span>": execCommand("fontSize", false, "5") 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"],["fontSize","5"]] "<span style=\"font-size:32px; background-color:rgb(0, 128, 128)\">a[b]c</span>" 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<meta name=\"variant\" content=\"?1-1000\">\n<meta name=\"variant\" content=\"?1001-2000\">\n<meta name=\"variant\" content=\"?2001-last\">\n<link rel=\"stylesheet\" href=\"../include/reset.css\">\n<title>fontsize - HTML editing conformance tests</title>\n\n</head><body>\n\n<div id=\"test-container\"><p>test</p></div>\n\n\n\n\n\n\n\n\n</body>", "<head><meta charset=\"utf-8\">\n<meta name=\"timeout\" content=\"long\">\n<meta name=\"variant\" content=\"?1-1000\">\n<meta name=\"variant\" content=\"?1001-2000\">\n<meta name=\"variant\" content=\"?2001-last\">\n<link rel=\"stylesheet\" href=\"../include/reset.css\">\n<title>fontsize - HTML editing conformance tests</title>\n\n</head><body>\n\n<div id=\"test-container\"><p>test</p></div>\n\n\n\n\n\n\n\n\n</body>", "Everything outside the editable div must be unchanged, but some change did occur")
    at Test.<anonymous> ( /editing/include/tests.js:5663:9)
Pass[["styleWithCSS","false"],["fontSize","5"]] "<span style=\"font-size:32px; background-color:rgb(0, 128, 128)\">a[b]c</span>" 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("<span style=\"font-size:32px; background-color:rgb(0, 128, 128)\">a</span><span style=\"background-color:rgb(0, 128, 128)\"><font size=\"5\">b</font></span><span style=\"font-size:32px; background-color:rgb(0, 128, 128)\">c</span>", ["<span style=\"font-size:32px; background-color:rgb(0, 128, 128)\">a</span><span style=\"background-color:rgb(0, 128, 128)\"><font size=\"5\">b</font></span><span style=\"font-size:32px; background-color:rgb(0, 128, 128)\">c</span>", "<span style=\"font-size:32px; background-color:rgb(0, 128, 128)\">a</span><font size=\"5\"><span style=\"background-color:rgb(0, 128, 128)\">b</span></font><span style=\"font-size:32px; background-color:rgb(0, 128, 128)\">c</span>"], "Unexpected innerHTML (after normalizing inline style)")
    at Test.<anonymous> ( /editing/include/tests.js:5675:11)
Pass[["styleWithCSS","false"],["fontSize","5"]] "<span style=\"font-size:32px; background-color:rgb(0, 128, 128)\">ab[c]</span>": 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"],["fontSize","5"]] "<span style=\"font-size:32px; background-color:rgb(0, 128, 128)\">ab[c]</span>": execCommand("fontSize", false, "5") 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"],["fontSize","5"]] "<span style=\"font-size:32px; background-color:rgb(0, 128, 128)\">ab[c]</span>" 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<meta name=\"variant\" content=\"?1-1000\">\n<meta name=\"variant\" content=\"?1001-2000\">\n<meta name=\"variant\" content=\"?2001-last\">\n<link rel=\"stylesheet\" href=\"../include/reset.css\">\n<title>fontsize - HTML editing conformance tests</title>\n\n</head><body>\n\n<div id=\"test-container\"><p>test</p></div>\n\n\n\n\n\n\n\n\n</body>", "<head><meta charset=\"utf-8\">\n<meta name=\"timeout\" content=\"long\">\n<meta name=\"variant\" content=\"?1-1000\">\n<meta name=\"variant\" content=\"?1001-2000\">\n<meta name=\"variant\" content=\"?2001-last\">\n<link rel=\"stylesheet\" href=\"../include/reset.css\">\n<title>fontsize - HTML editing conformance tests</title>\n\n</head><body>\n\n<div id=\"test-container\"><p>test</p></div>\n\n\n\n\n\n\n\n\n</body>", "Everything outside the editable div must be unchanged, but some change did occur")
    at Test.<anonymous> ( /editing/include/tests.js:5663:9)
Pass[["styleWithCSS","false"],["fontSize","5"]] "<span style=\"font-size:32px; background-color:rgb(0, 128, 128)\">ab[c]</span>" 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("<span style=\"font-size:32px; background-color:rgb(0, 128, 128)\">ab</span><span style=\"background-color:rgb(0, 128, 128)\"><font size=\"5\">c</font></span>", ["<span style=\"font-size:32px; background-color:rgb(0, 128, 128)\">ab</span><span style=\"background-color:rgb(0, 128, 128)\"><font size=\"5\">c</font></span>", "<span style=\"font-size:32px; background-color:rgb(0, 128, 128)\">ab</span><font size=\"5\"><span style=\"background-color:rgb(0, 128, 128)\">c</span></font>"], "Unexpected innerHTML (after normalizing inline style)")
    at Test.<anonymous> ( /editing/include/tests.js:5675:11)
Pass[["styleWithCSS","false"],["fontSize","5"]] "<p><span style=\"font-size:32px; background-color:rgb(0, 128, 128)\">[abc</span></p><p><span style=\"font-size:64px; background-color:rgb(128, 128, 0)\">def]</span></p>": 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"],["fontSize","5"]] "<p><span style=\"font-size:32px; background-color:rgb(0, 128, 128)\">[abc</span></p><p><span style=\"font-size:64px; background-color:rgb(128, 128, 0)\">def]</span></p>": execCommand("fontSize", false, "5") 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"],["fontSize","5"]] "<p><span style=\"font-size:32px; background-color:rgb(0, 128, 128)\">[abc</span></p><p><span style=\"font-size:64px; background-color:rgb(128, 128, 0)\">def]</span></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<meta name=\"variant\" content=\"?1-1000\">\n<meta name=\"variant\" content=\"?1001-2000\">\n<meta name=\"variant\" content=\"?2001-last\">\n<link rel=\"stylesheet\" href=\"../include/reset.css\">\n<title>fontsize - HTML editing conformance tests</title>\n\n</head><body>\n\n<div id=\"test-container\"><p>test</p></div>\n\n\n\n\n\n\n\n\n</body>", "<head><meta charset=\"utf-8\">\n<meta name=\"timeout\" content=\"long\">\n<meta name=\"variant\" content=\"?1-1000\">\n<meta name=\"variant\" content=\"?1001-2000\">\n<meta name=\"variant\" content=\"?2001-last\">\n<link rel=\"stylesheet\" href=\"../include/reset.css\">\n<title>fontsize - HTML editing conformance tests</title>\n\n</head><body>\n\n<div id=\"test-container\"><p>test</p></div>\n\n\n\n\n\n\n\n\n</body>", "Everything outside the editable div must be unchanged, but some change did occur")
    at Test.<anonymous> ( /editing/include/tests.js:5663:9)
Pass[["styleWithCSS","false"],["fontSize","5"]] "<p><span style=\"font-size:32px; background-color:rgb(0, 128, 128)\">[abc</span></p><p><span style=\"font-size:64px; background-color:rgb(128, 128, 0)\">def]</span></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("<p><span style=\"background-color:rgb(0, 128, 128)\"><font size=\"5\">abc</font></span></p><p><span style=\"background-color:rgb(128, 128, 0)\"><font size=\"5\">def</font></span></p>", ["<p><span style=\"background-color:rgb(0, 128, 128)\"><font size=\"5\">abc</font></span></p><p><span style=\"background-color:rgb(128, 128, 0)\"><font size=\"5\">def</font></span></p>", "<p><font size=\"5\"><span style=\"background-color:rgb(0, 128, 128)\">abc</span></font></p><p><font size=\"5\"><span style=\"background-color:rgb(128, 128, 0)\">def</span></font></p>"], "Unexpected innerHTML (after normalizing inline style)")
    at Test.<anonymous> ( /editing/include/tests.js:5675:11)