Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(314)

Side by Side Diff: third_party/WebKit/LayoutTests/external/wpt/editing/run/insertparagraph-expected.txt

Issue 2775503005: Editing: queryCommandValue("stylewithcss") should always return an empty string. (Closed)
Patch Set: . Created 3 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
1 This is a testharness.js-based test. 1 This is a testharness.js-based test.
2 Found 5302 tests; 5017 PASS, 285 FAIL, 0 TIMEOUT, 0 NOTRUN. 2 Found 5302 tests; 5145 PASS, 157 FAIL, 0 TIMEOUT, 0 NOTRUN.
3 PASS [["defaultparagraphseparator","div"],["insertparagraph",""]] "foo[bar]baz": execCommand("defaultparagraphseparator", false, "div") return value 3 PASS [["defaultparagraphseparator","div"],["insertparagraph",""]] "foo[bar]baz": execCommand("defaultparagraphseparator", false, "div") return value
4 PASS [["defaultparagraphseparator","div"],["insertparagraph",""]] "foo[bar]baz": execCommand("insertparagraph", false, "") return value 4 PASS [["defaultparagraphseparator","div"],["insertparagraph",""]] "foo[bar]baz": execCommand("insertparagraph", false, "") return value
5 PASS [["defaultparagraphseparator","div"],["insertparagraph",""]] "foo[bar]baz" checks for modifications to non-editable content 5 PASS [["defaultparagraphseparator","div"],["insertparagraph",""]] "foo[bar]baz" checks for modifications to non-editable content
6 FAIL [["defaultparagraphseparator","div"],["insertparagraph",""]] "foo[bar]baz" compare innerHTML assert_equals: Unexpected innerHTML (after normalizing inline style) expected "<div>foo</div><div>baz</div>" but got "foo<div>baz</div>" 6 FAIL [["defaultparagraphseparator","div"],["insertparagraph",""]] "foo[bar]baz" compare innerHTML assert_equals: Unexpected innerHTML (after normalizing inline style) expected "<div>foo</div><div>baz</div>" but got "foo<div>baz</div>"
7 PASS [["defaultparagraphseparator","div"],["insertparagraph",""]] "foo[bar]baz" queryCommandIndeterm("defaultparagraphseparator") before 7 PASS [["defaultparagraphseparator","div"],["insertparagraph",""]] "foo[bar]baz" queryCommandIndeterm("defaultparagraphseparator") before
8 PASS [["defaultparagraphseparator","div"],["insertparagraph",""]] "foo[bar]baz" queryCommandState("defaultparagraphseparator") before 8 PASS [["defaultparagraphseparator","div"],["insertparagraph",""]] "foo[bar]baz" queryCommandState("defaultparagraphseparator") before
9 PASS [["defaultparagraphseparator","div"],["insertparagraph",""]] "foo[bar]baz" queryCommandValue("defaultparagraphseparator") before 9 PASS [["defaultparagraphseparator","div"],["insertparagraph",""]] "foo[bar]baz" queryCommandValue("defaultparagraphseparator") before
10 PASS [["defaultparagraphseparator","div"],["insertparagraph",""]] "foo[bar]baz" queryCommandIndeterm("defaultparagraphseparator") after 10 PASS [["defaultparagraphseparator","div"],["insertparagraph",""]] "foo[bar]baz" queryCommandIndeterm("defaultparagraphseparator") after
11 PASS [["defaultparagraphseparator","div"],["insertparagraph",""]] "foo[bar]baz" queryCommandState("defaultparagraphseparator") after 11 PASS [["defaultparagraphseparator","div"],["insertparagraph",""]] "foo[bar]baz" queryCommandState("defaultparagraphseparator") after
12 PASS [["defaultparagraphseparator","div"],["insertparagraph",""]] "foo[bar]baz" queryCommandValue("defaultparagraphseparator") after 12 PASS [["defaultparagraphseparator","div"],["insertparagraph",""]] "foo[bar]baz" queryCommandValue("defaultparagraphseparator") after
(...skipping 1025 matching lines...) Expand 10 before | Expand all | Expand 10 after
1038 PASS [["defaultparagraphseparator","p"],["insertparagraph",""]] "<script>foo[]ba r</script>baz" queryCommandIndeterm("insertparagraph") after 1038 PASS [["defaultparagraphseparator","p"],["insertparagraph",""]] "<script>foo[]ba r</script>baz" queryCommandIndeterm("insertparagraph") after
1039 PASS [["defaultparagraphseparator","p"],["insertparagraph",""]] "<script>foo[]ba r</script>baz" queryCommandState("insertparagraph") after 1039 PASS [["defaultparagraphseparator","p"],["insertparagraph",""]] "<script>foo[]ba r</script>baz" queryCommandState("insertparagraph") after
1040 PASS [["defaultparagraphseparator","p"],["insertparagraph",""]] "<script>foo[]ba r</script>baz" queryCommandValue("insertparagraph") after 1040 PASS [["defaultparagraphseparator","p"],["insertparagraph",""]] "<script>foo[]ba r</script>baz" queryCommandValue("insertparagraph") after
1041 PASS [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<div style=display:none>foo[]bar</div>baz": execCommand("stylewithcss ", false, "true") return value 1041 PASS [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<div style=display:none>foo[]bar</div>baz": execCommand("stylewithcss ", false, "true") return value
1042 PASS [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<div style=display:none>foo[]bar</div>baz": execCommand("defaultparag raphseparator", false, "div") return value 1042 PASS [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<div style=display:none>foo[]bar</div>baz": execCommand("defaultparag raphseparator", false, "div") return value
1043 PASS [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<div style=display:none>foo[]bar</div>baz": execCommand("insertparagr aph", false, "") return value 1043 PASS [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<div style=display:none>foo[]bar</div>baz": execCommand("insertparagr aph", false, "") return value
1044 PASS [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<div style=display:none>foo[]bar</div>baz" checks for modifications t o non-editable content 1044 PASS [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<div style=display:none>foo[]bar</div>baz" checks for modifications t o non-editable content
1045 FAIL [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<div style=display:none>foo[]bar</div>baz" compare innerHTML assert_e quals: Unexpected innerHTML (after normalizing inline style) expected "<div styl e=\"display:none\">foo<br></div><div style=\"display:none\">bar<br></div>baz" bu t got "<div><br></div><div style=\"display:none\">foobar</div>baz" 1045 FAIL [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<div style=display:none>foo[]bar</div>baz" compare innerHTML assert_e quals: Unexpected innerHTML (after normalizing inline style) expected "<div styl e=\"display:none\">foo<br></div><div style=\"display:none\">bar<br></div>baz" bu t got "<div><br></div><div style=\"display:none\">foobar</div>baz"
1046 PASS [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<div style=display:none>foo[]bar</div>baz" queryCommandIndeterm("styl ewithcss") before 1046 PASS [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<div style=display:none>foo[]bar</div>baz" queryCommandIndeterm("styl ewithcss") before
1047 FAIL [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<div style=display:none>foo[]bar</div>baz" queryCommandState("stylewi thcss") before assert_equals: Wrong result returned expected false but got true 1047 FAIL [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<div style=display:none>foo[]bar</div>baz" queryCommandState("stylewi thcss") before assert_equals: Wrong result returned expected false but got true
1048 FAIL [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<div style=display:none>foo[]bar</div>baz" queryCommandValue("stylewi thcss") before assert_equals: Wrong result returned expected "" but got "true" 1048 PASS [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<div style=display:none>foo[]bar</div>baz" queryCommandValue("stylewi thcss") before
1049 PASS [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<div style=display:none>foo[]bar</div>baz" queryCommandIndeterm("styl ewithcss") after 1049 PASS [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<div style=display:none>foo[]bar</div>baz" queryCommandIndeterm("styl ewithcss") after
1050 PASS [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<div style=display:none>foo[]bar</div>baz" queryCommandState("stylewi thcss") after 1050 PASS [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<div style=display:none>foo[]bar</div>baz" queryCommandState("stylewi thcss") after
1051 FAIL [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<div style=display:none>foo[]bar</div>baz" queryCommandValue("stylewi thcss") after assert_equals: Wrong result returned expected "" but got "true" 1051 PASS [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<div style=display:none>foo[]bar</div>baz" queryCommandValue("stylewi thcss") after
1052 PASS [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<div style=display:none>foo[]bar</div>baz" queryCommandIndeterm("defa ultparagraphseparator") before 1052 PASS [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<div style=display:none>foo[]bar</div>baz" queryCommandIndeterm("defa ultparagraphseparator") before
1053 PASS [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<div style=display:none>foo[]bar</div>baz" queryCommandState("default paragraphseparator") before 1053 PASS [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<div style=display:none>foo[]bar</div>baz" queryCommandState("default paragraphseparator") before
1054 PASS [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<div style=display:none>foo[]bar</div>baz" queryCommandValue("default paragraphseparator") before 1054 PASS [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<div style=display:none>foo[]bar</div>baz" queryCommandValue("default paragraphseparator") before
1055 PASS [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<div style=display:none>foo[]bar</div>baz" queryCommandIndeterm("defa ultparagraphseparator") after 1055 PASS [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<div style=display:none>foo[]bar</div>baz" queryCommandIndeterm("defa ultparagraphseparator") after
1056 PASS [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<div style=display:none>foo[]bar</div>baz" queryCommandState("default paragraphseparator") after 1056 PASS [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<div style=display:none>foo[]bar</div>baz" queryCommandState("default paragraphseparator") after
1057 PASS [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<div style=display:none>foo[]bar</div>baz" queryCommandValue("default paragraphseparator") after 1057 PASS [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<div style=display:none>foo[]bar</div>baz" queryCommandValue("default paragraphseparator") after
1058 PASS [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<div style=display:none>foo[]bar</div>baz" queryCommandIndeterm("inse rtparagraph") before 1058 PASS [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<div style=display:none>foo[]bar</div>baz" queryCommandIndeterm("inse rtparagraph") before
1059 PASS [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<div style=display:none>foo[]bar</div>baz" queryCommandState("insertp aragraph") before 1059 PASS [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<div style=display:none>foo[]bar</div>baz" queryCommandState("insertp aragraph") before
1060 PASS [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<div style=display:none>foo[]bar</div>baz" queryCommandValue("insertp aragraph") before 1060 PASS [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<div style=display:none>foo[]bar</div>baz" queryCommandValue("insertp aragraph") before
1061 PASS [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<div style=display:none>foo[]bar</div>baz" queryCommandIndeterm("inse rtparagraph") after 1061 PASS [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<div style=display:none>foo[]bar</div>baz" queryCommandIndeterm("inse rtparagraph") after
1062 PASS [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<div style=display:none>foo[]bar</div>baz" queryCommandState("insertp aragraph") after 1062 PASS [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<div style=display:none>foo[]bar</div>baz" queryCommandState("insertp aragraph") after
1063 PASS [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<div style=display:none>foo[]bar</div>baz" queryCommandValue("insertp aragraph") after 1063 PASS [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<div style=display:none>foo[]bar</div>baz" queryCommandValue("insertp aragraph") after
1064 PASS [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<div style=display:none>foo[]bar</div>baz": execCommand("stylewithcs s", false, "false") return value 1064 PASS [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<div style=display:none>foo[]bar</div>baz": execCommand("stylewithcs s", false, "false") return value
1065 PASS [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<div style=display:none>foo[]bar</div>baz": execCommand("defaultpara graphseparator", false, "div") return value 1065 PASS [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<div style=display:none>foo[]bar</div>baz": execCommand("defaultpara graphseparator", false, "div") return value
1066 PASS [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<div style=display:none>foo[]bar</div>baz": execCommand("insertparag raph", false, "") return value 1066 PASS [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<div style=display:none>foo[]bar</div>baz": execCommand("insertparag raph", false, "") return value
1067 PASS [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<div style=display:none>foo[]bar</div>baz" checks for modifications to non-editable content 1067 PASS [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<div style=display:none>foo[]bar</div>baz" checks for modifications to non-editable content
1068 FAIL [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<div style=display:none>foo[]bar</div>baz" compare innerHTML assert_ equals: Unexpected innerHTML (after normalizing inline style) expected "<div sty le=\"display:none\">foo<br></div><div style=\"display:none\">bar<br></div>baz" b ut got "<div><br></div><div style=\"display:none\">foobar</div>baz" 1068 FAIL [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<div style=display:none>foo[]bar</div>baz" compare innerHTML assert_ equals: Unexpected innerHTML (after normalizing inline style) expected "<div sty le=\"display:none\">foo<br></div><div style=\"display:none\">bar<br></div>baz" b ut got "<div><br></div><div style=\"display:none\">foobar</div>baz"
1069 PASS [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<div style=display:none>foo[]bar</div>baz" queryCommandIndeterm("sty lewithcss") before 1069 PASS [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<div style=display:none>foo[]bar</div>baz" queryCommandIndeterm("sty lewithcss") before
1070 PASS [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<div style=display:none>foo[]bar</div>baz" queryCommandState("stylew ithcss") before 1070 PASS [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<div style=display:none>foo[]bar</div>baz" queryCommandState("stylew ithcss") before
1071 FAIL [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<div style=display:none>foo[]bar</div>baz" queryCommandValue("stylew ithcss") before assert_equals: Wrong result returned expected "" but got "true" 1071 PASS [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<div style=display:none>foo[]bar</div>baz" queryCommandValue("stylew ithcss") before
1072 PASS [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<div style=display:none>foo[]bar</div>baz" queryCommandIndeterm("sty lewithcss") after 1072 PASS [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<div style=display:none>foo[]bar</div>baz" queryCommandIndeterm("sty lewithcss") after
1073 PASS [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<div style=display:none>foo[]bar</div>baz" queryCommandState("stylew ithcss") after 1073 PASS [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<div style=display:none>foo[]bar</div>baz" queryCommandState("stylew ithcss") after
1074 FAIL [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<div style=display:none>foo[]bar</div>baz" queryCommandValue("stylew ithcss") after assert_equals: Wrong result returned expected "" but got "false" 1074 PASS [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<div style=display:none>foo[]bar</div>baz" queryCommandValue("stylew ithcss") after
1075 PASS [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<div style=display:none>foo[]bar</div>baz" queryCommandIndeterm("def aultparagraphseparator") before 1075 PASS [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<div style=display:none>foo[]bar</div>baz" queryCommandIndeterm("def aultparagraphseparator") before
1076 PASS [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<div style=display:none>foo[]bar</div>baz" queryCommandState("defaul tparagraphseparator") before 1076 PASS [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<div style=display:none>foo[]bar</div>baz" queryCommandState("defaul tparagraphseparator") before
1077 PASS [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<div style=display:none>foo[]bar</div>baz" queryCommandValue("defaul tparagraphseparator") before 1077 PASS [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<div style=display:none>foo[]bar</div>baz" queryCommandValue("defaul tparagraphseparator") before
1078 PASS [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<div style=display:none>foo[]bar</div>baz" queryCommandIndeterm("def aultparagraphseparator") after 1078 PASS [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<div style=display:none>foo[]bar</div>baz" queryCommandIndeterm("def aultparagraphseparator") after
1079 PASS [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<div style=display:none>foo[]bar</div>baz" queryCommandState("defaul tparagraphseparator") after 1079 PASS [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<div style=display:none>foo[]bar</div>baz" queryCommandState("defaul tparagraphseparator") after
1080 PASS [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<div style=display:none>foo[]bar</div>baz" queryCommandValue("defaul tparagraphseparator") after 1080 PASS [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<div style=display:none>foo[]bar</div>baz" queryCommandValue("defaul tparagraphseparator") after
1081 PASS [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<div style=display:none>foo[]bar</div>baz" queryCommandIndeterm("ins ertparagraph") before 1081 PASS [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<div style=display:none>foo[]bar</div>baz" queryCommandIndeterm("ins ertparagraph") before
1082 PASS [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<div style=display:none>foo[]bar</div>baz" queryCommandState("insert paragraph") before 1082 PASS [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<div style=display:none>foo[]bar</div>baz" queryCommandState("insert paragraph") before
1083 PASS [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<div style=display:none>foo[]bar</div>baz" queryCommandValue("insert paragraph") before 1083 PASS [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<div style=display:none>foo[]bar</div>baz" queryCommandValue("insert paragraph") before
1084 PASS [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<div style=display:none>foo[]bar</div>baz" queryCommandIndeterm("ins ertparagraph") after 1084 PASS [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<div style=display:none>foo[]bar</div>baz" queryCommandIndeterm("ins ertparagraph") after
1085 PASS [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<div style=display:none>foo[]bar</div>baz" queryCommandState("insert paragraph") after 1085 PASS [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<div style=display:none>foo[]bar</div>baz" queryCommandState("insert paragraph") after
1086 PASS [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<div style=display:none>foo[]bar</div>baz" queryCommandValue("insert paragraph") after 1086 PASS [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<div style=display:none>foo[]bar</div>baz" queryCommandValue("insert paragraph") after
1087 PASS [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<div style=display:none>foo[]bar</div>baz": execCommand("stylewithcss", false, "true") return value 1087 PASS [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<div style=display:none>foo[]bar</div>baz": execCommand("stylewithcss", false, "true") return value
1088 PASS [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<div style=display:none>foo[]bar</div>baz": execCommand("defaultparagra phseparator", false, "p") return value 1088 PASS [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<div style=display:none>foo[]bar</div>baz": execCommand("defaultparagra phseparator", false, "p") return value
1089 PASS [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<div style=display:none>foo[]bar</div>baz": execCommand("insertparagrap h", false, "") return value 1089 PASS [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<div style=display:none>foo[]bar</div>baz": execCommand("insertparagrap h", false, "") return value
1090 PASS [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<div style=display:none>foo[]bar</div>baz" checks for modifications to non-editable content 1090 PASS [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<div style=display:none>foo[]bar</div>baz" checks for modifications to non-editable content
1091 FAIL [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<div style=display:none>foo[]bar</div>baz" compare innerHTML assert_equ als: Unexpected innerHTML (after normalizing inline style) expected "<div style= \"display:none\">foo<br></div><div style=\"display:none\">bar<br></div>baz" but got "<p><br></p><div style=\"display:none\">foobar</div>baz" 1091 FAIL [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<div style=display:none>foo[]bar</div>baz" compare innerHTML assert_equ als: Unexpected innerHTML (after normalizing inline style) expected "<div style= \"display:none\">foo<br></div><div style=\"display:none\">bar<br></div>baz" but got "<p><br></p><div style=\"display:none\">foobar</div>baz"
1092 PASS [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<div style=display:none>foo[]bar</div>baz" queryCommandIndeterm("stylew ithcss") before 1092 PASS [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<div style=display:none>foo[]bar</div>baz" queryCommandIndeterm("stylew ithcss") before
1093 PASS [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<div style=display:none>foo[]bar</div>baz" queryCommandState("stylewith css") before 1093 PASS [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<div style=display:none>foo[]bar</div>baz" queryCommandState("stylewith css") before
1094 FAIL [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<div style=display:none>foo[]bar</div>baz" queryCommandValue("stylewith css") before assert_equals: Wrong result returned expected "" but got "false" 1094 PASS [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<div style=display:none>foo[]bar</div>baz" queryCommandValue("stylewith css") before
1095 PASS [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<div style=display:none>foo[]bar</div>baz" queryCommandIndeterm("stylew ithcss") after 1095 PASS [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<div style=display:none>foo[]bar</div>baz" queryCommandIndeterm("stylew ithcss") after
1096 PASS [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<div style=display:none>foo[]bar</div>baz" queryCommandState("stylewith css") after 1096 PASS [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<div style=display:none>foo[]bar</div>baz" queryCommandState("stylewith css") after
1097 FAIL [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<div style=display:none>foo[]bar</div>baz" queryCommandValue("stylewith css") after assert_equals: Wrong result returned expected "" but got "true" 1097 PASS [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<div style=display:none>foo[]bar</div>baz" queryCommandValue("stylewith css") after
1098 PASS [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<div style=display:none>foo[]bar</div>baz" queryCommandIndeterm("defaul tparagraphseparator") before 1098 PASS [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<div style=display:none>foo[]bar</div>baz" queryCommandIndeterm("defaul tparagraphseparator") before
1099 PASS [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<div style=display:none>foo[]bar</div>baz" queryCommandState("defaultpa ragraphseparator") before 1099 PASS [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<div style=display:none>foo[]bar</div>baz" queryCommandState("defaultpa ragraphseparator") before
1100 PASS [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<div style=display:none>foo[]bar</div>baz" queryCommandValue("defaultpa ragraphseparator") before 1100 PASS [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<div style=display:none>foo[]bar</div>baz" queryCommandValue("defaultpa ragraphseparator") before
1101 PASS [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<div style=display:none>foo[]bar</div>baz" queryCommandIndeterm("defaul tparagraphseparator") after 1101 PASS [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<div style=display:none>foo[]bar</div>baz" queryCommandIndeterm("defaul tparagraphseparator") after
1102 PASS [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<div style=display:none>foo[]bar</div>baz" queryCommandState("defaultpa ragraphseparator") after 1102 PASS [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<div style=display:none>foo[]bar</div>baz" queryCommandState("defaultpa ragraphseparator") after
1103 PASS [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<div style=display:none>foo[]bar</div>baz" queryCommandValue("defaultpa ragraphseparator") after 1103 PASS [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<div style=display:none>foo[]bar</div>baz" queryCommandValue("defaultpa ragraphseparator") after
1104 PASS [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<div style=display:none>foo[]bar</div>baz" queryCommandIndeterm("insert paragraph") before 1104 PASS [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<div style=display:none>foo[]bar</div>baz" queryCommandIndeterm("insert paragraph") before
1105 PASS [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<div style=display:none>foo[]bar</div>baz" queryCommandState("insertpar agraph") before 1105 PASS [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<div style=display:none>foo[]bar</div>baz" queryCommandState("insertpar agraph") before
1106 PASS [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<div style=display:none>foo[]bar</div>baz" queryCommandValue("insertpar agraph") before 1106 PASS [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<div style=display:none>foo[]bar</div>baz" queryCommandValue("insertpar agraph") before
1107 PASS [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<div style=display:none>foo[]bar</div>baz" queryCommandIndeterm("insert paragraph") after 1107 PASS [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<div style=display:none>foo[]bar</div>baz" queryCommandIndeterm("insert paragraph") after
1108 PASS [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<div style=display:none>foo[]bar</div>baz" queryCommandState("insertpar agraph") after 1108 PASS [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<div style=display:none>foo[]bar</div>baz" queryCommandState("insertpar agraph") after
1109 PASS [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<div style=display:none>foo[]bar</div>baz" queryCommandValue("insertpar agraph") after 1109 PASS [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<div style=display:none>foo[]bar</div>baz" queryCommandValue("insertpar agraph") after
1110 PASS [["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagra ph",""]] "<div style=display:none>foo[]bar</div>baz": execCommand("stylewithcss" , false, "false") return value 1110 PASS [["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagra ph",""]] "<div style=display:none>foo[]bar</div>baz": execCommand("stylewithcss" , false, "false") return value
1111 PASS [["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagra ph",""]] "<div style=display:none>foo[]bar</div>baz": execCommand("defaultparagr aphseparator", false, "p") return value 1111 PASS [["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagra ph",""]] "<div style=display:none>foo[]bar</div>baz": execCommand("defaultparagr aphseparator", false, "p") return value
1112 PASS [["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagra ph",""]] "<div style=display:none>foo[]bar</div>baz": execCommand("insertparagra ph", false, "") return value 1112 PASS [["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagra ph",""]] "<div style=display:none>foo[]bar</div>baz": execCommand("insertparagra ph", false, "") return value
1113 PASS [["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagra ph",""]] "<div style=display:none>foo[]bar</div>baz" checks for modifications to non-editable content 1113 PASS [["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagra ph",""]] "<div style=display:none>foo[]bar</div>baz" checks for modifications to non-editable content
1114 FAIL [["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagra ph",""]] "<div style=display:none>foo[]bar</div>baz" compare innerHTML assert_eq uals: Unexpected innerHTML (after normalizing inline style) expected "<div style =\"display:none\">foo<br></div><div style=\"display:none\">bar<br></div>baz" but got "<p><br></p><div style=\"display:none\">foobar</div>baz" 1114 FAIL [["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagra ph",""]] "<div style=display:none>foo[]bar</div>baz" compare innerHTML assert_eq uals: Unexpected innerHTML (after normalizing inline style) expected "<div style =\"display:none\">foo<br></div><div style=\"display:none\">bar<br></div>baz" but got "<p><br></p><div style=\"display:none\">foobar</div>baz"
1115 PASS [["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagra ph",""]] "<div style=display:none>foo[]bar</div>baz" queryCommandIndeterm("style withcss") before 1115 PASS [["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagra ph",""]] "<div style=display:none>foo[]bar</div>baz" queryCommandIndeterm("style withcss") before
1116 PASS [["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagra ph",""]] "<div style=display:none>foo[]bar</div>baz" queryCommandState("stylewit hcss") before 1116 PASS [["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagra ph",""]] "<div style=display:none>foo[]bar</div>baz" queryCommandState("stylewit hcss") before
1117 FAIL [["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagra ph",""]] "<div style=display:none>foo[]bar</div>baz" queryCommandValue("stylewit hcss") before assert_equals: Wrong result returned expected "" but got "true" 1117 PASS [["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagra ph",""]] "<div style=display:none>foo[]bar</div>baz" queryCommandValue("stylewit hcss") before
1118 PASS [["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagra ph",""]] "<div style=display:none>foo[]bar</div>baz" queryCommandIndeterm("style withcss") after 1118 PASS [["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagra ph",""]] "<div style=display:none>foo[]bar</div>baz" queryCommandIndeterm("style withcss") after
1119 PASS [["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagra ph",""]] "<div style=display:none>foo[]bar</div>baz" queryCommandState("stylewit hcss") after 1119 PASS [["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagra ph",""]] "<div style=display:none>foo[]bar</div>baz" queryCommandState("stylewit hcss") after
1120 FAIL [["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagra ph",""]] "<div style=display:none>foo[]bar</div>baz" queryCommandValue("stylewit hcss") after assert_equals: Wrong result returned expected "" but got "false" 1120 PASS [["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagra ph",""]] "<div style=display:none>foo[]bar</div>baz" queryCommandValue("stylewit hcss") after
1121 PASS [["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagra ph",""]] "<div style=display:none>foo[]bar</div>baz" queryCommandIndeterm("defau ltparagraphseparator") before 1121 PASS [["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagra ph",""]] "<div style=display:none>foo[]bar</div>baz" queryCommandIndeterm("defau ltparagraphseparator") before
1122 PASS [["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagra ph",""]] "<div style=display:none>foo[]bar</div>baz" queryCommandState("defaultp aragraphseparator") before 1122 PASS [["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagra ph",""]] "<div style=display:none>foo[]bar</div>baz" queryCommandState("defaultp aragraphseparator") before
1123 PASS [["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagra ph",""]] "<div style=display:none>foo[]bar</div>baz" queryCommandValue("defaultp aragraphseparator") before 1123 PASS [["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagra ph",""]] "<div style=display:none>foo[]bar</div>baz" queryCommandValue("defaultp aragraphseparator") before
1124 PASS [["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagra ph",""]] "<div style=display:none>foo[]bar</div>baz" queryCommandIndeterm("defau ltparagraphseparator") after 1124 PASS [["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagra ph",""]] "<div style=display:none>foo[]bar</div>baz" queryCommandIndeterm("defau ltparagraphseparator") after
1125 PASS [["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagra ph",""]] "<div style=display:none>foo[]bar</div>baz" queryCommandState("defaultp aragraphseparator") after 1125 PASS [["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagra ph",""]] "<div style=display:none>foo[]bar</div>baz" queryCommandState("defaultp aragraphseparator") after
1126 PASS [["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagra ph",""]] "<div style=display:none>foo[]bar</div>baz" queryCommandValue("defaultp aragraphseparator") after 1126 PASS [["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagra ph",""]] "<div style=display:none>foo[]bar</div>baz" queryCommandValue("defaultp aragraphseparator") after
1127 PASS [["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagra ph",""]] "<div style=display:none>foo[]bar</div>baz" queryCommandIndeterm("inser tparagraph") before 1127 PASS [["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagra ph",""]] "<div style=display:none>foo[]bar</div>baz" queryCommandIndeterm("inser tparagraph") before
1128 PASS [["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagra ph",""]] "<div style=display:none>foo[]bar</div>baz" queryCommandState("insertpa ragraph") before 1128 PASS [["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagra ph",""]] "<div style=display:none>foo[]bar</div>baz" queryCommandState("insertpa ragraph") before
1129 PASS [["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagra ph",""]] "<div style=display:none>foo[]bar</div>baz" queryCommandValue("insertpa ragraph") before 1129 PASS [["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagra ph",""]] "<div style=display:none>foo[]bar</div>baz" queryCommandValue("insertpa ragraph") before
1130 PASS [["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagra ph",""]] "<div style=display:none>foo[]bar</div>baz" queryCommandIndeterm("inser tparagraph") after 1130 PASS [["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagra ph",""]] "<div style=display:none>foo[]bar</div>baz" queryCommandIndeterm("inser tparagraph") after
(...skipping 995 matching lines...) Expand 10 before | Expand all | Expand 10 after
2126 PASS [["defaultparagraphseparator","p"],["insertparagraph",""]] "<span>foo[]bar< /span>baz" queryCommandIndeterm("insertparagraph") after 2126 PASS [["defaultparagraphseparator","p"],["insertparagraph",""]] "<span>foo[]bar< /span>baz" queryCommandIndeterm("insertparagraph") after
2127 PASS [["defaultparagraphseparator","p"],["insertparagraph",""]] "<span>foo[]bar< /span>baz" queryCommandState("insertparagraph") after 2127 PASS [["defaultparagraphseparator","p"],["insertparagraph",""]] "<span>foo[]bar< /span>baz" queryCommandState("insertparagraph") after
2128 PASS [["defaultparagraphseparator","p"],["insertparagraph",""]] "<span>foo[]bar< /span>baz" queryCommandValue("insertparagraph") after 2128 PASS [["defaultparagraphseparator","p"],["insertparagraph",""]] "<span>foo[]bar< /span>baz" queryCommandValue("insertparagraph") after
2129 PASS [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<b>foo[]bar</b>": execCommand("stylewithcss", false, "true") return v alue 2129 PASS [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<b>foo[]bar</b>": execCommand("stylewithcss", false, "true") return v alue
2130 PASS [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<b>foo[]bar</b>": execCommand("defaultparagraphseparator", false, "di v") return value 2130 PASS [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<b>foo[]bar</b>": execCommand("defaultparagraphseparator", false, "di v") return value
2131 PASS [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<b>foo[]bar</b>": execCommand("insertparagraph", false, "") return va lue 2131 PASS [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<b>foo[]bar</b>": execCommand("insertparagraph", false, "") return va lue
2132 PASS [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<b>foo[]bar</b>" checks for modifications to non-editable content 2132 PASS [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<b>foo[]bar</b>" checks for modifications to non-editable content
2133 FAIL [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<b>foo[]bar</b>" compare innerHTML assert_equals: Unexpected innerHTM L (after normalizing inline style) expected "<div><b>foo</b></div><div><b>bar</b ></div>" but got "<b>foo</b><div><b>bar</b></div>" 2133 FAIL [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<b>foo[]bar</b>" compare innerHTML assert_equals: Unexpected innerHTM L (after normalizing inline style) expected "<div><b>foo</b></div><div><b>bar</b ></div>" but got "<b>foo</b><div><b>bar</b></div>"
2134 PASS [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<b>foo[]bar</b>" queryCommandIndeterm("stylewithcss") before 2134 PASS [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<b>foo[]bar</b>" queryCommandIndeterm("stylewithcss") before
2135 PASS [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<b>foo[]bar</b>" queryCommandState("stylewithcss") before 2135 PASS [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<b>foo[]bar</b>" queryCommandState("stylewithcss") before
2136 FAIL [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<b>foo[]bar</b>" queryCommandValue("stylewithcss") before assert_equa ls: Wrong result returned expected "" but got "false" 2136 PASS [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<b>foo[]bar</b>" queryCommandValue("stylewithcss") before
2137 PASS [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<b>foo[]bar</b>" queryCommandIndeterm("stylewithcss") after 2137 PASS [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<b>foo[]bar</b>" queryCommandIndeterm("stylewithcss") after
2138 PASS [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<b>foo[]bar</b>" queryCommandState("stylewithcss") after 2138 PASS [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<b>foo[]bar</b>" queryCommandState("stylewithcss") after
2139 FAIL [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<b>foo[]bar</b>" queryCommandValue("stylewithcss") after assert_equal s: Wrong result returned expected "" but got "true" 2139 PASS [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<b>foo[]bar</b>" queryCommandValue("stylewithcss") after
2140 PASS [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<b>foo[]bar</b>" queryCommandIndeterm("defaultparagraphseparator") be fore 2140 PASS [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<b>foo[]bar</b>" queryCommandIndeterm("defaultparagraphseparator") be fore
2141 PASS [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<b>foo[]bar</b>" queryCommandState("defaultparagraphseparator") befor e 2141 PASS [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<b>foo[]bar</b>" queryCommandState("defaultparagraphseparator") befor e
2142 PASS [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<b>foo[]bar</b>" queryCommandValue("defaultparagraphseparator") befor e 2142 PASS [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<b>foo[]bar</b>" queryCommandValue("defaultparagraphseparator") befor e
2143 PASS [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<b>foo[]bar</b>" queryCommandIndeterm("defaultparagraphseparator") af ter 2143 PASS [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<b>foo[]bar</b>" queryCommandIndeterm("defaultparagraphseparator") af ter
2144 PASS [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<b>foo[]bar</b>" queryCommandState("defaultparagraphseparator") after 2144 PASS [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<b>foo[]bar</b>" queryCommandState("defaultparagraphseparator") after
2145 PASS [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<b>foo[]bar</b>" queryCommandValue("defaultparagraphseparator") after 2145 PASS [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<b>foo[]bar</b>" queryCommandValue("defaultparagraphseparator") after
2146 PASS [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<b>foo[]bar</b>" queryCommandIndeterm("insertparagraph") before 2146 PASS [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<b>foo[]bar</b>" queryCommandIndeterm("insertparagraph") before
2147 PASS [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<b>foo[]bar</b>" queryCommandState("insertparagraph") before 2147 PASS [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<b>foo[]bar</b>" queryCommandState("insertparagraph") before
2148 PASS [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<b>foo[]bar</b>" queryCommandValue("insertparagraph") before 2148 PASS [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<b>foo[]bar</b>" queryCommandValue("insertparagraph") before
2149 PASS [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<b>foo[]bar</b>" queryCommandIndeterm("insertparagraph") after 2149 PASS [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<b>foo[]bar</b>" queryCommandIndeterm("insertparagraph") after
2150 PASS [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<b>foo[]bar</b>" queryCommandState("insertparagraph") after 2150 PASS [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<b>foo[]bar</b>" queryCommandState("insertparagraph") after
2151 PASS [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<b>foo[]bar</b>" queryCommandValue("insertparagraph") after 2151 PASS [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<b>foo[]bar</b>" queryCommandValue("insertparagraph") after
2152 PASS [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<b>foo[]bar</b>": execCommand("stylewithcss", false, "false") return value 2152 PASS [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<b>foo[]bar</b>": execCommand("stylewithcss", false, "false") return value
2153 PASS [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<b>foo[]bar</b>": execCommand("defaultparagraphseparator", false, "d iv") return value 2153 PASS [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<b>foo[]bar</b>": execCommand("defaultparagraphseparator", false, "d iv") return value
2154 PASS [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<b>foo[]bar</b>": execCommand("insertparagraph", false, "") return v alue 2154 PASS [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<b>foo[]bar</b>": execCommand("insertparagraph", false, "") return v alue
2155 PASS [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<b>foo[]bar</b>" checks for modifications to non-editable content 2155 PASS [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<b>foo[]bar</b>" checks for modifications to non-editable content
2156 FAIL [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<b>foo[]bar</b>" compare innerHTML assert_equals: Unexpected innerHT ML (after normalizing inline style) expected "<div><b>foo</b></div><div><b>bar</ b></div>" but got "<b>foo</b><div><b>bar</b></div>" 2156 FAIL [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<b>foo[]bar</b>" compare innerHTML assert_equals: Unexpected innerHT ML (after normalizing inline style) expected "<div><b>foo</b></div><div><b>bar</ b></div>" but got "<b>foo</b><div><b>bar</b></div>"
2157 PASS [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<b>foo[]bar</b>" queryCommandIndeterm("stylewithcss") before 2157 PASS [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<b>foo[]bar</b>" queryCommandIndeterm("stylewithcss") before
2158 PASS [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<b>foo[]bar</b>" queryCommandState("stylewithcss") before 2158 PASS [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<b>foo[]bar</b>" queryCommandState("stylewithcss") before
2159 FAIL [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<b>foo[]bar</b>" queryCommandValue("stylewithcss") before assert_equ als: Wrong result returned expected "" but got "true" 2159 PASS [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<b>foo[]bar</b>" queryCommandValue("stylewithcss") before
2160 PASS [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<b>foo[]bar</b>" queryCommandIndeterm("stylewithcss") after 2160 PASS [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<b>foo[]bar</b>" queryCommandIndeterm("stylewithcss") after
2161 PASS [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<b>foo[]bar</b>" queryCommandState("stylewithcss") after 2161 PASS [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<b>foo[]bar</b>" queryCommandState("stylewithcss") after
2162 FAIL [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<b>foo[]bar</b>" queryCommandValue("stylewithcss") after assert_equa ls: Wrong result returned expected "" but got "false" 2162 PASS [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<b>foo[]bar</b>" queryCommandValue("stylewithcss") after
2163 PASS [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<b>foo[]bar</b>" queryCommandIndeterm("defaultparagraphseparator") b efore 2163 PASS [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<b>foo[]bar</b>" queryCommandIndeterm("defaultparagraphseparator") b efore
2164 PASS [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<b>foo[]bar</b>" queryCommandState("defaultparagraphseparator") befo re 2164 PASS [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<b>foo[]bar</b>" queryCommandState("defaultparagraphseparator") befo re
2165 PASS [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<b>foo[]bar</b>" queryCommandValue("defaultparagraphseparator") befo re 2165 PASS [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<b>foo[]bar</b>" queryCommandValue("defaultparagraphseparator") befo re
2166 PASS [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<b>foo[]bar</b>" queryCommandIndeterm("defaultparagraphseparator") a fter 2166 PASS [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<b>foo[]bar</b>" queryCommandIndeterm("defaultparagraphseparator") a fter
2167 PASS [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<b>foo[]bar</b>" queryCommandState("defaultparagraphseparator") afte r 2167 PASS [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<b>foo[]bar</b>" queryCommandState("defaultparagraphseparator") afte r
2168 PASS [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<b>foo[]bar</b>" queryCommandValue("defaultparagraphseparator") afte r 2168 PASS [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<b>foo[]bar</b>" queryCommandValue("defaultparagraphseparator") afte r
2169 PASS [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<b>foo[]bar</b>" queryCommandIndeterm("insertparagraph") before 2169 PASS [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<b>foo[]bar</b>" queryCommandIndeterm("insertparagraph") before
2170 PASS [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<b>foo[]bar</b>" queryCommandState("insertparagraph") before 2170 PASS [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<b>foo[]bar</b>" queryCommandState("insertparagraph") before
2171 PASS [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<b>foo[]bar</b>" queryCommandValue("insertparagraph") before 2171 PASS [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<b>foo[]bar</b>" queryCommandValue("insertparagraph") before
2172 PASS [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<b>foo[]bar</b>" queryCommandIndeterm("insertparagraph") after 2172 PASS [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<b>foo[]bar</b>" queryCommandIndeterm("insertparagraph") after
2173 PASS [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<b>foo[]bar</b>" queryCommandState("insertparagraph") after 2173 PASS [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<b>foo[]bar</b>" queryCommandState("insertparagraph") after
2174 PASS [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<b>foo[]bar</b>" queryCommandValue("insertparagraph") after 2174 PASS [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<b>foo[]bar</b>" queryCommandValue("insertparagraph") after
2175 PASS [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<b>foo[]bar</b>": execCommand("stylewithcss", false, "true") return val ue 2175 PASS [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<b>foo[]bar</b>": execCommand("stylewithcss", false, "true") return val ue
2176 PASS [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<b>foo[]bar</b>": execCommand("defaultparagraphseparator", false, "p") return value 2176 PASS [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<b>foo[]bar</b>": execCommand("defaultparagraphseparator", false, "p") return value
2177 PASS [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<b>foo[]bar</b>": execCommand("insertparagraph", false, "") return valu e 2177 PASS [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<b>foo[]bar</b>": execCommand("insertparagraph", false, "") return valu e
2178 PASS [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<b>foo[]bar</b>" checks for modifications to non-editable content 2178 PASS [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<b>foo[]bar</b>" checks for modifications to non-editable content
2179 FAIL [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<b>foo[]bar</b>" compare innerHTML assert_equals: Unexpected innerHTML (after normalizing inline style) expected "<p><b>foo</b></p><p><b>bar</b></p>" b ut got "<b>foo</b><p><b>bar</b></p>" 2179 FAIL [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<b>foo[]bar</b>" compare innerHTML assert_equals: Unexpected innerHTML (after normalizing inline style) expected "<p><b>foo</b></p><p><b>bar</b></p>" b ut got "<b>foo</b><p><b>bar</b></p>"
2180 PASS [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<b>foo[]bar</b>" queryCommandIndeterm("stylewithcss") before 2180 PASS [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<b>foo[]bar</b>" queryCommandIndeterm("stylewithcss") before
2181 PASS [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<b>foo[]bar</b>" queryCommandState("stylewithcss") before 2181 PASS [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<b>foo[]bar</b>" queryCommandState("stylewithcss") before
2182 FAIL [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<b>foo[]bar</b>" queryCommandValue("stylewithcss") before assert_equals : Wrong result returned expected "" but got "false" 2182 PASS [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<b>foo[]bar</b>" queryCommandValue("stylewithcss") before
2183 PASS [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<b>foo[]bar</b>" queryCommandIndeterm("stylewithcss") after 2183 PASS [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<b>foo[]bar</b>" queryCommandIndeterm("stylewithcss") after
2184 PASS [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<b>foo[]bar</b>" queryCommandState("stylewithcss") after 2184 PASS [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<b>foo[]bar</b>" queryCommandState("stylewithcss") after
2185 FAIL [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<b>foo[]bar</b>" queryCommandValue("stylewithcss") after assert_equals: Wrong result returned expected "" but got "true" 2185 PASS [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<b>foo[]bar</b>" queryCommandValue("stylewithcss") after
2186 PASS [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<b>foo[]bar</b>" queryCommandIndeterm("defaultparagraphseparator") befo re 2186 PASS [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<b>foo[]bar</b>" queryCommandIndeterm("defaultparagraphseparator") befo re
2187 PASS [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<b>foo[]bar</b>" queryCommandState("defaultparagraphseparator") before 2187 PASS [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<b>foo[]bar</b>" queryCommandState("defaultparagraphseparator") before
2188 PASS [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<b>foo[]bar</b>" queryCommandValue("defaultparagraphseparator") before 2188 PASS [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<b>foo[]bar</b>" queryCommandValue("defaultparagraphseparator") before
2189 PASS [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<b>foo[]bar</b>" queryCommandIndeterm("defaultparagraphseparator") afte r 2189 PASS [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<b>foo[]bar</b>" queryCommandIndeterm("defaultparagraphseparator") afte r
2190 PASS [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<b>foo[]bar</b>" queryCommandState("defaultparagraphseparator") after 2190 PASS [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<b>foo[]bar</b>" queryCommandState("defaultparagraphseparator") after
2191 PASS [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<b>foo[]bar</b>" queryCommandValue("defaultparagraphseparator") after 2191 PASS [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<b>foo[]bar</b>" queryCommandValue("defaultparagraphseparator") after
2192 PASS [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<b>foo[]bar</b>" queryCommandIndeterm("insertparagraph") before 2192 PASS [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<b>foo[]bar</b>" queryCommandIndeterm("insertparagraph") before
2193 PASS [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<b>foo[]bar</b>" queryCommandState("insertparagraph") before 2193 PASS [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<b>foo[]bar</b>" queryCommandState("insertparagraph") before
2194 PASS [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<b>foo[]bar</b>" queryCommandValue("insertparagraph") before 2194 PASS [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<b>foo[]bar</b>" queryCommandValue("insertparagraph") before
2195 PASS [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<b>foo[]bar</b>" queryCommandIndeterm("insertparagraph") after 2195 PASS [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<b>foo[]bar</b>" queryCommandIndeterm("insertparagraph") after
2196 PASS [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<b>foo[]bar</b>" queryCommandState("insertparagraph") after 2196 PASS [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<b>foo[]bar</b>" queryCommandState("insertparagraph") after
2197 PASS [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<b>foo[]bar</b>" queryCommandValue("insertparagraph") after 2197 PASS [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<b>foo[]bar</b>" queryCommandValue("insertparagraph") after
2198 PASS [["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagra ph",""]] "<b>foo[]bar</b>": execCommand("stylewithcss", false, "false") return v alue 2198 PASS [["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagra ph",""]] "<b>foo[]bar</b>": execCommand("stylewithcss", false, "false") return v alue
2199 PASS [["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagra ph",""]] "<b>foo[]bar</b>": execCommand("defaultparagraphseparator", false, "p") return value 2199 PASS [["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagra ph",""]] "<b>foo[]bar</b>": execCommand("defaultparagraphseparator", false, "p") return value
2200 PASS [["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagra ph",""]] "<b>foo[]bar</b>": execCommand("insertparagraph", false, "") return val ue 2200 PASS [["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagra ph",""]] "<b>foo[]bar</b>": execCommand("insertparagraph", false, "") return val ue
2201 PASS [["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagra ph",""]] "<b>foo[]bar</b>" checks for modifications to non-editable content 2201 PASS [["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagra ph",""]] "<b>foo[]bar</b>" checks for modifications to non-editable content
2202 FAIL [["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagra ph",""]] "<b>foo[]bar</b>" compare innerHTML assert_equals: Unexpected innerHTML (after normalizing inline style) expected "<p><b>foo</b></p><p><b>bar</b></p>" but got "<b>foo</b><p><b>bar</b></p>" 2202 FAIL [["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagra ph",""]] "<b>foo[]bar</b>" compare innerHTML assert_equals: Unexpected innerHTML (after normalizing inline style) expected "<p><b>foo</b></p><p><b>bar</b></p>" but got "<b>foo</b><p><b>bar</b></p>"
2203 PASS [["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagra ph",""]] "<b>foo[]bar</b>" queryCommandIndeterm("stylewithcss") before 2203 PASS [["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagra ph",""]] "<b>foo[]bar</b>" queryCommandIndeterm("stylewithcss") before
2204 PASS [["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagra ph",""]] "<b>foo[]bar</b>" queryCommandState("stylewithcss") before 2204 PASS [["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagra ph",""]] "<b>foo[]bar</b>" queryCommandState("stylewithcss") before
2205 FAIL [["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagra ph",""]] "<b>foo[]bar</b>" queryCommandValue("stylewithcss") before assert_equal s: Wrong result returned expected "" but got "true" 2205 PASS [["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagra ph",""]] "<b>foo[]bar</b>" queryCommandValue("stylewithcss") before
2206 PASS [["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagra ph",""]] "<b>foo[]bar</b>" queryCommandIndeterm("stylewithcss") after 2206 PASS [["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagra ph",""]] "<b>foo[]bar</b>" queryCommandIndeterm("stylewithcss") after
2207 PASS [["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagra ph",""]] "<b>foo[]bar</b>" queryCommandState("stylewithcss") after 2207 PASS [["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagra ph",""]] "<b>foo[]bar</b>" queryCommandState("stylewithcss") after
2208 FAIL [["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagra ph",""]] "<b>foo[]bar</b>" queryCommandValue("stylewithcss") after assert_equals : Wrong result returned expected "" but got "false" 2208 PASS [["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagra ph",""]] "<b>foo[]bar</b>" queryCommandValue("stylewithcss") after
2209 PASS [["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagra ph",""]] "<b>foo[]bar</b>" queryCommandIndeterm("defaultparagraphseparator") bef ore 2209 PASS [["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagra ph",""]] "<b>foo[]bar</b>" queryCommandIndeterm("defaultparagraphseparator") bef ore
2210 PASS [["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagra ph",""]] "<b>foo[]bar</b>" queryCommandState("defaultparagraphseparator") before 2210 PASS [["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagra ph",""]] "<b>foo[]bar</b>" queryCommandState("defaultparagraphseparator") before
2211 PASS [["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagra ph",""]] "<b>foo[]bar</b>" queryCommandValue("defaultparagraphseparator") before 2211 PASS [["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagra ph",""]] "<b>foo[]bar</b>" queryCommandValue("defaultparagraphseparator") before
2212 PASS [["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagra ph",""]] "<b>foo[]bar</b>" queryCommandIndeterm("defaultparagraphseparator") aft er 2212 PASS [["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagra ph",""]] "<b>foo[]bar</b>" queryCommandIndeterm("defaultparagraphseparator") aft er
2213 PASS [["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagra ph",""]] "<b>foo[]bar</b>" queryCommandState("defaultparagraphseparator") after 2213 PASS [["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagra ph",""]] "<b>foo[]bar</b>" queryCommandState("defaultparagraphseparator") after
2214 PASS [["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagra ph",""]] "<b>foo[]bar</b>" queryCommandValue("defaultparagraphseparator") after 2214 PASS [["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagra ph",""]] "<b>foo[]bar</b>" queryCommandValue("defaultparagraphseparator") after
2215 PASS [["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagra ph",""]] "<b>foo[]bar</b>" queryCommandIndeterm("insertparagraph") before 2215 PASS [["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagra ph",""]] "<b>foo[]bar</b>" queryCommandIndeterm("insertparagraph") before
2216 PASS [["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagra ph",""]] "<b>foo[]bar</b>" queryCommandState("insertparagraph") before 2216 PASS [["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagra ph",""]] "<b>foo[]bar</b>" queryCommandState("insertparagraph") before
2217 PASS [["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagra ph",""]] "<b>foo[]bar</b>" queryCommandValue("insertparagraph") before 2217 PASS [["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagra ph",""]] "<b>foo[]bar</b>" queryCommandValue("insertparagraph") before
2218 PASS [["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagra ph",""]] "<b>foo[]bar</b>" queryCommandIndeterm("insertparagraph") after 2218 PASS [["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagra ph",""]] "<b>foo[]bar</b>" queryCommandIndeterm("insertparagraph") after
2219 PASS [["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagra ph",""]] "<b>foo[]bar</b>" queryCommandState("insertparagraph") after 2219 PASS [["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagra ph",""]] "<b>foo[]bar</b>" queryCommandState("insertparagraph") after
2220 PASS [["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagra ph",""]] "<b>foo[]bar</b>" queryCommandValue("insertparagraph") after 2220 PASS [["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagra ph",""]] "<b>foo[]bar</b>" queryCommandValue("insertparagraph") after
2221 PASS [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<b>foo[]bar</b>baz": execCommand("stylewithcss", false, "true") retur n value 2221 PASS [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<b>foo[]bar</b>baz": execCommand("stylewithcss", false, "true") retur n value
2222 PASS [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<b>foo[]bar</b>baz": execCommand("defaultparagraphseparator", false, "div") return value 2222 PASS [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<b>foo[]bar</b>baz": execCommand("defaultparagraphseparator", false, "div") return value
2223 PASS [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<b>foo[]bar</b>baz": execCommand("insertparagraph", false, "") return value 2223 PASS [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<b>foo[]bar</b>baz": execCommand("insertparagraph", false, "") return value
2224 PASS [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<b>foo[]bar</b>baz" checks for modifications to non-editable content 2224 PASS [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<b>foo[]bar</b>baz" checks for modifications to non-editable content
2225 FAIL [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<b>foo[]bar</b>baz" compare innerHTML assert_equals: Unexpected inner HTML (after normalizing inline style) expected "<div><b>foo</b></div><div><b>bar </b>baz</div>" but got "<b>foo</b><div><b>bar</b>baz</div>" 2225 FAIL [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<b>foo[]bar</b>baz" compare innerHTML assert_equals: Unexpected inner HTML (after normalizing inline style) expected "<div><b>foo</b></div><div><b>bar </b>baz</div>" but got "<b>foo</b><div><b>bar</b>baz</div>"
2226 PASS [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<b>foo[]bar</b>baz" queryCommandIndeterm("stylewithcss") before 2226 PASS [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<b>foo[]bar</b>baz" queryCommandIndeterm("stylewithcss") before
2227 PASS [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<b>foo[]bar</b>baz" queryCommandState("stylewithcss") before 2227 PASS [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<b>foo[]bar</b>baz" queryCommandState("stylewithcss") before
2228 FAIL [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<b>foo[]bar</b>baz" queryCommandValue("stylewithcss") before assert_e quals: Wrong result returned expected "" but got "false" 2228 PASS [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<b>foo[]bar</b>baz" queryCommandValue("stylewithcss") before
2229 PASS [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<b>foo[]bar</b>baz" queryCommandIndeterm("stylewithcss") after 2229 PASS [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<b>foo[]bar</b>baz" queryCommandIndeterm("stylewithcss") after
2230 PASS [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<b>foo[]bar</b>baz" queryCommandState("stylewithcss") after 2230 PASS [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<b>foo[]bar</b>baz" queryCommandState("stylewithcss") after
2231 FAIL [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<b>foo[]bar</b>baz" queryCommandValue("stylewithcss") after assert_eq uals: Wrong result returned expected "" but got "true" 2231 PASS [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<b>foo[]bar</b>baz" queryCommandValue("stylewithcss") after
2232 PASS [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<b>foo[]bar</b>baz" queryCommandIndeterm("defaultparagraphseparator") before 2232 PASS [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<b>foo[]bar</b>baz" queryCommandIndeterm("defaultparagraphseparator") before
2233 PASS [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<b>foo[]bar</b>baz" queryCommandState("defaultparagraphseparator") be fore 2233 PASS [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<b>foo[]bar</b>baz" queryCommandState("defaultparagraphseparator") be fore
2234 PASS [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<b>foo[]bar</b>baz" queryCommandValue("defaultparagraphseparator") be fore 2234 PASS [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<b>foo[]bar</b>baz" queryCommandValue("defaultparagraphseparator") be fore
2235 PASS [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<b>foo[]bar</b>baz" queryCommandIndeterm("defaultparagraphseparator") after 2235 PASS [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<b>foo[]bar</b>baz" queryCommandIndeterm("defaultparagraphseparator") after
2236 PASS [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<b>foo[]bar</b>baz" queryCommandState("defaultparagraphseparator") af ter 2236 PASS [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<b>foo[]bar</b>baz" queryCommandState("defaultparagraphseparator") af ter
2237 PASS [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<b>foo[]bar</b>baz" queryCommandValue("defaultparagraphseparator") af ter 2237 PASS [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<b>foo[]bar</b>baz" queryCommandValue("defaultparagraphseparator") af ter
2238 PASS [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<b>foo[]bar</b>baz" queryCommandIndeterm("insertparagraph") before 2238 PASS [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<b>foo[]bar</b>baz" queryCommandIndeterm("insertparagraph") before
2239 PASS [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<b>foo[]bar</b>baz" queryCommandState("insertparagraph") before 2239 PASS [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<b>foo[]bar</b>baz" queryCommandState("insertparagraph") before
2240 PASS [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<b>foo[]bar</b>baz" queryCommandValue("insertparagraph") before 2240 PASS [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<b>foo[]bar</b>baz" queryCommandValue("insertparagraph") before
2241 PASS [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<b>foo[]bar</b>baz" queryCommandIndeterm("insertparagraph") after 2241 PASS [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<b>foo[]bar</b>baz" queryCommandIndeterm("insertparagraph") after
2242 PASS [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<b>foo[]bar</b>baz" queryCommandState("insertparagraph") after 2242 PASS [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<b>foo[]bar</b>baz" queryCommandState("insertparagraph") after
2243 PASS [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<b>foo[]bar</b>baz" queryCommandValue("insertparagraph") after 2243 PASS [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<b>foo[]bar</b>baz" queryCommandValue("insertparagraph") after
2244 PASS [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<b>foo[]bar</b>baz": execCommand("stylewithcss", false, "false") ret urn value 2244 PASS [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<b>foo[]bar</b>baz": execCommand("stylewithcss", false, "false") ret urn value
2245 PASS [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<b>foo[]bar</b>baz": execCommand("defaultparagraphseparator", false, "div") return value 2245 PASS [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<b>foo[]bar</b>baz": execCommand("defaultparagraphseparator", false, "div") return value
2246 PASS [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<b>foo[]bar</b>baz": execCommand("insertparagraph", false, "") retur n value 2246 PASS [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<b>foo[]bar</b>baz": execCommand("insertparagraph", false, "") retur n value
2247 PASS [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<b>foo[]bar</b>baz" checks for modifications to non-editable content 2247 PASS [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<b>foo[]bar</b>baz" checks for modifications to non-editable content
2248 FAIL [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<b>foo[]bar</b>baz" compare innerHTML assert_equals: Unexpected inne rHTML (after normalizing inline style) expected "<div><b>foo</b></div><div><b>ba r</b>baz</div>" but got "<b>foo</b><div><b>bar</b>baz</div>" 2248 FAIL [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<b>foo[]bar</b>baz" compare innerHTML assert_equals: Unexpected inne rHTML (after normalizing inline style) expected "<div><b>foo</b></div><div><b>ba r</b>baz</div>" but got "<b>foo</b><div><b>bar</b>baz</div>"
2249 PASS [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<b>foo[]bar</b>baz" queryCommandIndeterm("stylewithcss") before 2249 PASS [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<b>foo[]bar</b>baz" queryCommandIndeterm("stylewithcss") before
2250 PASS [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<b>foo[]bar</b>baz" queryCommandState("stylewithcss") before 2250 PASS [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<b>foo[]bar</b>baz" queryCommandState("stylewithcss") before
2251 FAIL [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<b>foo[]bar</b>baz" queryCommandValue("stylewithcss") before assert_ equals: Wrong result returned expected "" but got "true" 2251 PASS [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<b>foo[]bar</b>baz" queryCommandValue("stylewithcss") before
2252 PASS [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<b>foo[]bar</b>baz" queryCommandIndeterm("stylewithcss") after 2252 PASS [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<b>foo[]bar</b>baz" queryCommandIndeterm("stylewithcss") after
2253 PASS [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<b>foo[]bar</b>baz" queryCommandState("stylewithcss") after 2253 PASS [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<b>foo[]bar</b>baz" queryCommandState("stylewithcss") after
2254 FAIL [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<b>foo[]bar</b>baz" queryCommandValue("stylewithcss") after assert_e quals: Wrong result returned expected "" but got "false" 2254 PASS [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<b>foo[]bar</b>baz" queryCommandValue("stylewithcss") after
2255 PASS [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<b>foo[]bar</b>baz" queryCommandIndeterm("defaultparagraphseparator" ) before 2255 PASS [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<b>foo[]bar</b>baz" queryCommandIndeterm("defaultparagraphseparator" ) before
2256 PASS [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<b>foo[]bar</b>baz" queryCommandState("defaultparagraphseparator") b efore 2256 PASS [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<b>foo[]bar</b>baz" queryCommandState("defaultparagraphseparator") b efore
2257 PASS [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<b>foo[]bar</b>baz" queryCommandValue("defaultparagraphseparator") b efore 2257 PASS [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<b>foo[]bar</b>baz" queryCommandValue("defaultparagraphseparator") b efore
2258 PASS [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<b>foo[]bar</b>baz" queryCommandIndeterm("defaultparagraphseparator" ) after 2258 PASS [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<b>foo[]bar</b>baz" queryCommandIndeterm("defaultparagraphseparator" ) after
2259 PASS [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<b>foo[]bar</b>baz" queryCommandState("defaultparagraphseparator") a fter 2259 PASS [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<b>foo[]bar</b>baz" queryCommandState("defaultparagraphseparator") a fter
2260 PASS [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<b>foo[]bar</b>baz" queryCommandValue("defaultparagraphseparator") a fter 2260 PASS [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<b>foo[]bar</b>baz" queryCommandValue("defaultparagraphseparator") a fter
2261 PASS [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<b>foo[]bar</b>baz" queryCommandIndeterm("insertparagraph") before 2261 PASS [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<b>foo[]bar</b>baz" queryCommandIndeterm("insertparagraph") before
2262 PASS [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<b>foo[]bar</b>baz" queryCommandState("insertparagraph") before 2262 PASS [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<b>foo[]bar</b>baz" queryCommandState("insertparagraph") before
2263 PASS [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<b>foo[]bar</b>baz" queryCommandValue("insertparagraph") before 2263 PASS [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<b>foo[]bar</b>baz" queryCommandValue("insertparagraph") before
2264 PASS [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<b>foo[]bar</b>baz" queryCommandIndeterm("insertparagraph") after 2264 PASS [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<b>foo[]bar</b>baz" queryCommandIndeterm("insertparagraph") after
2265 PASS [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<b>foo[]bar</b>baz" queryCommandState("insertparagraph") after 2265 PASS [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<b>foo[]bar</b>baz" queryCommandState("insertparagraph") after
2266 PASS [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<b>foo[]bar</b>baz" queryCommandValue("insertparagraph") after 2266 PASS [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<b>foo[]bar</b>baz" queryCommandValue("insertparagraph") after
2267 PASS [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<b>foo[]bar</b>baz": execCommand("stylewithcss", false, "true") return value 2267 PASS [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<b>foo[]bar</b>baz": execCommand("stylewithcss", false, "true") return value
2268 PASS [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<b>foo[]bar</b>baz": execCommand("defaultparagraphseparator", false, "p ") return value 2268 PASS [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<b>foo[]bar</b>baz": execCommand("defaultparagraphseparator", false, "p ") return value
2269 PASS [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<b>foo[]bar</b>baz": execCommand("insertparagraph", false, "") return v alue 2269 PASS [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<b>foo[]bar</b>baz": execCommand("insertparagraph", false, "") return v alue
2270 PASS [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<b>foo[]bar</b>baz" checks for modifications to non-editable content 2270 PASS [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<b>foo[]bar</b>baz" checks for modifications to non-editable content
2271 FAIL [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<b>foo[]bar</b>baz" compare innerHTML assert_equals: Unexpected innerHT ML (after normalizing inline style) expected "<p><b>foo</b></p><p><b>bar</b>baz< /p>" but got "<b>foo</b><p><b>bar</b>baz</p>" 2271 FAIL [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<b>foo[]bar</b>baz" compare innerHTML assert_equals: Unexpected innerHT ML (after normalizing inline style) expected "<p><b>foo</b></p><p><b>bar</b>baz< /p>" but got "<b>foo</b><p><b>bar</b>baz</p>"
2272 PASS [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<b>foo[]bar</b>baz" queryCommandIndeterm("stylewithcss") before 2272 PASS [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<b>foo[]bar</b>baz" queryCommandIndeterm("stylewithcss") before
2273 PASS [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<b>foo[]bar</b>baz" queryCommandState("stylewithcss") before 2273 PASS [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<b>foo[]bar</b>baz" queryCommandState("stylewithcss") before
2274 FAIL [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<b>foo[]bar</b>baz" queryCommandValue("stylewithcss") before assert_equ als: Wrong result returned expected "" but got "false" 2274 PASS [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<b>foo[]bar</b>baz" queryCommandValue("stylewithcss") before
2275 PASS [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<b>foo[]bar</b>baz" queryCommandIndeterm("stylewithcss") after 2275 PASS [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<b>foo[]bar</b>baz" queryCommandIndeterm("stylewithcss") after
2276 PASS [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<b>foo[]bar</b>baz" queryCommandState("stylewithcss") after 2276 PASS [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<b>foo[]bar</b>baz" queryCommandState("stylewithcss") after
2277 FAIL [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<b>foo[]bar</b>baz" queryCommandValue("stylewithcss") after assert_equa ls: Wrong result returned expected "" but got "true" 2277 PASS [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<b>foo[]bar</b>baz" queryCommandValue("stylewithcss") after
2278 PASS [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<b>foo[]bar</b>baz" queryCommandIndeterm("defaultparagraphseparator") b efore 2278 PASS [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<b>foo[]bar</b>baz" queryCommandIndeterm("defaultparagraphseparator") b efore
2279 PASS [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<b>foo[]bar</b>baz" queryCommandState("defaultparagraphseparator") befo re 2279 PASS [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<b>foo[]bar</b>baz" queryCommandState("defaultparagraphseparator") befo re
2280 PASS [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<b>foo[]bar</b>baz" queryCommandValue("defaultparagraphseparator") befo re 2280 PASS [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<b>foo[]bar</b>baz" queryCommandValue("defaultparagraphseparator") befo re
2281 PASS [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<b>foo[]bar</b>baz" queryCommandIndeterm("defaultparagraphseparator") a fter 2281 PASS [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<b>foo[]bar</b>baz" queryCommandIndeterm("defaultparagraphseparator") a fter
2282 PASS [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<b>foo[]bar</b>baz" queryCommandState("defaultparagraphseparator") afte r 2282 PASS [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<b>foo[]bar</b>baz" queryCommandState("defaultparagraphseparator") afte r
2283 PASS [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<b>foo[]bar</b>baz" queryCommandValue("defaultparagraphseparator") afte r 2283 PASS [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<b>foo[]bar</b>baz" queryCommandValue("defaultparagraphseparator") afte r
2284 PASS [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<b>foo[]bar</b>baz" queryCommandIndeterm("insertparagraph") before 2284 PASS [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<b>foo[]bar</b>baz" queryCommandIndeterm("insertparagraph") before
2285 PASS [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<b>foo[]bar</b>baz" queryCommandState("insertparagraph") before 2285 PASS [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<b>foo[]bar</b>baz" queryCommandState("insertparagraph") before
2286 PASS [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<b>foo[]bar</b>baz" queryCommandValue("insertparagraph") before 2286 PASS [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<b>foo[]bar</b>baz" queryCommandValue("insertparagraph") before
2287 PASS [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<b>foo[]bar</b>baz" queryCommandIndeterm("insertparagraph") after 2287 PASS [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<b>foo[]bar</b>baz" queryCommandIndeterm("insertparagraph") after
2288 PASS [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<b>foo[]bar</b>baz" queryCommandState("insertparagraph") after 2288 PASS [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<b>foo[]bar</b>baz" queryCommandState("insertparagraph") after
2289 PASS [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<b>foo[]bar</b>baz" queryCommandValue("insertparagraph") after 2289 PASS [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<b>foo[]bar</b>baz" queryCommandValue("insertparagraph") after
2290 PASS [["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagra ph",""]] "<b>foo[]bar</b>baz": execCommand("stylewithcss", false, "false") retur n value 2290 PASS [["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagra ph",""]] "<b>foo[]bar</b>baz": execCommand("stylewithcss", false, "false") retur n value
2291 PASS [["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagra ph",""]] "<b>foo[]bar</b>baz": execCommand("defaultparagraphseparator", false, " p") return value 2291 PASS [["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagra ph",""]] "<b>foo[]bar</b>baz": execCommand("defaultparagraphseparator", false, " p") return value
2292 PASS [["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagra ph",""]] "<b>foo[]bar</b>baz": execCommand("insertparagraph", false, "") return value 2292 PASS [["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagra ph",""]] "<b>foo[]bar</b>baz": execCommand("insertparagraph", false, "") return value
2293 PASS [["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagra ph",""]] "<b>foo[]bar</b>baz" checks for modifications to non-editable content 2293 PASS [["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagra ph",""]] "<b>foo[]bar</b>baz" checks for modifications to non-editable content
2294 FAIL [["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagra ph",""]] "<b>foo[]bar</b>baz" compare innerHTML assert_equals: Unexpected innerH TML (after normalizing inline style) expected "<p><b>foo</b></p><p><b>bar</b>baz </p>" but got "<b>foo</b><p><b>bar</b>baz</p>" 2294 FAIL [["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagra ph",""]] "<b>foo[]bar</b>baz" compare innerHTML assert_equals: Unexpected innerH TML (after normalizing inline style) expected "<p><b>foo</b></p><p><b>bar</b>baz </p>" but got "<b>foo</b><p><b>bar</b>baz</p>"
2295 PASS [["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagra ph",""]] "<b>foo[]bar</b>baz" queryCommandIndeterm("stylewithcss") before 2295 PASS [["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagra ph",""]] "<b>foo[]bar</b>baz" queryCommandIndeterm("stylewithcss") before
2296 PASS [["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagra ph",""]] "<b>foo[]bar</b>baz" queryCommandState("stylewithcss") before 2296 PASS [["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagra ph",""]] "<b>foo[]bar</b>baz" queryCommandState("stylewithcss") before
2297 FAIL [["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagra ph",""]] "<b>foo[]bar</b>baz" queryCommandValue("stylewithcss") before assert_eq uals: Wrong result returned expected "" but got "true" 2297 PASS [["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagra ph",""]] "<b>foo[]bar</b>baz" queryCommandValue("stylewithcss") before
2298 PASS [["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagra ph",""]] "<b>foo[]bar</b>baz" queryCommandIndeterm("stylewithcss") after 2298 PASS [["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagra ph",""]] "<b>foo[]bar</b>baz" queryCommandIndeterm("stylewithcss") after
2299 PASS [["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagra ph",""]] "<b>foo[]bar</b>baz" queryCommandState("stylewithcss") after 2299 PASS [["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagra ph",""]] "<b>foo[]bar</b>baz" queryCommandState("stylewithcss") after
2300 FAIL [["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagra ph",""]] "<b>foo[]bar</b>baz" queryCommandValue("stylewithcss") after assert_equ als: Wrong result returned expected "" but got "false" 2300 PASS [["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagra ph",""]] "<b>foo[]bar</b>baz" queryCommandValue("stylewithcss") after
2301 PASS [["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagra ph",""]] "<b>foo[]bar</b>baz" queryCommandIndeterm("defaultparagraphseparator") before 2301 PASS [["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagra ph",""]] "<b>foo[]bar</b>baz" queryCommandIndeterm("defaultparagraphseparator") before
2302 PASS [["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagra ph",""]] "<b>foo[]bar</b>baz" queryCommandState("defaultparagraphseparator") bef ore 2302 PASS [["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagra ph",""]] "<b>foo[]bar</b>baz" queryCommandState("defaultparagraphseparator") bef ore
2303 PASS [["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagra ph",""]] "<b>foo[]bar</b>baz" queryCommandValue("defaultparagraphseparator") bef ore 2303 PASS [["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagra ph",""]] "<b>foo[]bar</b>baz" queryCommandValue("defaultparagraphseparator") bef ore
2304 PASS [["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagra ph",""]] "<b>foo[]bar</b>baz" queryCommandIndeterm("defaultparagraphseparator") after 2304 PASS [["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagra ph",""]] "<b>foo[]bar</b>baz" queryCommandIndeterm("defaultparagraphseparator") after
2305 PASS [["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagra ph",""]] "<b>foo[]bar</b>baz" queryCommandState("defaultparagraphseparator") aft er 2305 PASS [["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagra ph",""]] "<b>foo[]bar</b>baz" queryCommandState("defaultparagraphseparator") aft er
2306 PASS [["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagra ph",""]] "<b>foo[]bar</b>baz" queryCommandValue("defaultparagraphseparator") aft er 2306 PASS [["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagra ph",""]] "<b>foo[]bar</b>baz" queryCommandValue("defaultparagraphseparator") aft er
2307 PASS [["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagra ph",""]] "<b>foo[]bar</b>baz" queryCommandIndeterm("insertparagraph") before 2307 PASS [["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagra ph",""]] "<b>foo[]bar</b>baz" queryCommandIndeterm("insertparagraph") before
2308 PASS [["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagra ph",""]] "<b>foo[]bar</b>baz" queryCommandState("insertparagraph") before 2308 PASS [["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagra ph",""]] "<b>foo[]bar</b>baz" queryCommandState("insertparagraph") before
2309 PASS [["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagra ph",""]] "<b>foo[]bar</b>baz" queryCommandValue("insertparagraph") before 2309 PASS [["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagra ph",""]] "<b>foo[]bar</b>baz" queryCommandValue("insertparagraph") before
2310 PASS [["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagra ph",""]] "<b>foo[]bar</b>baz" queryCommandIndeterm("insertparagraph") after 2310 PASS [["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagra ph",""]] "<b>foo[]bar</b>baz" queryCommandIndeterm("insertparagraph") after
(...skipping 95 matching lines...) Expand 10 before | Expand all | Expand 10 after
2406 PASS [["defaultparagraphseparator","p"],["insertparagraph",""]] "<b>foo[]</b><i> bar</i>" queryCommandIndeterm("insertparagraph") after 2406 PASS [["defaultparagraphseparator","p"],["insertparagraph",""]] "<b>foo[]</b><i> bar</i>" queryCommandIndeterm("insertparagraph") after
2407 PASS [["defaultparagraphseparator","p"],["insertparagraph",""]] "<b>foo[]</b><i> bar</i>" queryCommandState("insertparagraph") after 2407 PASS [["defaultparagraphseparator","p"],["insertparagraph",""]] "<b>foo[]</b><i> bar</i>" queryCommandState("insertparagraph") after
2408 PASS [["defaultparagraphseparator","p"],["insertparagraph",""]] "<b>foo[]</b><i> bar</i>" queryCommandValue("insertparagraph") after 2408 PASS [["defaultparagraphseparator","p"],["insertparagraph",""]] "<b>foo[]</b><i> bar</i>" queryCommandValue("insertparagraph") after
2409 PASS [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<b id=x class=y>foo[]bar</b>": execCommand("stylewithcss", false, "tr ue") return value 2409 PASS [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<b id=x class=y>foo[]bar</b>": execCommand("stylewithcss", false, "tr ue") return value
2410 PASS [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<b id=x class=y>foo[]bar</b>": execCommand("defaultparagraphseparator ", false, "div") return value 2410 PASS [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<b id=x class=y>foo[]bar</b>": execCommand("defaultparagraphseparator ", false, "div") return value
2411 PASS [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<b id=x class=y>foo[]bar</b>": execCommand("insertparagraph", false, "") return value 2411 PASS [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<b id=x class=y>foo[]bar</b>": execCommand("insertparagraph", false, "") return value
2412 PASS [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<b id=x class=y>foo[]bar</b>" checks for modifications to non-editabl e content 2412 PASS [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<b id=x class=y>foo[]bar</b>" checks for modifications to non-editabl e content
2413 FAIL [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<b id=x class=y>foo[]bar</b>" compare innerHTML assert_equals: Unexpe cted innerHTML (after normalizing inline style) expected "<div><b id=\"x\" class =\"y\">foo</b></div><div><b class=\"y\">bar</b></div>" but got "<b id=\"x\" clas s=\"y\">foo</b><div><b class=\"y\">bar</b></div>" 2413 FAIL [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<b id=x class=y>foo[]bar</b>" compare innerHTML assert_equals: Unexpe cted innerHTML (after normalizing inline style) expected "<div><b id=\"x\" class =\"y\">foo</b></div><div><b class=\"y\">bar</b></div>" but got "<b id=\"x\" clas s=\"y\">foo</b><div><b class=\"y\">bar</b></div>"
2414 PASS [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<b id=x class=y>foo[]bar</b>" queryCommandIndeterm("stylewithcss") be fore 2414 PASS [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<b id=x class=y>foo[]bar</b>" queryCommandIndeterm("stylewithcss") be fore
2415 PASS [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<b id=x class=y>foo[]bar</b>" queryCommandState("stylewithcss") befor e 2415 PASS [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<b id=x class=y>foo[]bar</b>" queryCommandState("stylewithcss") befor e
2416 FAIL [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<b id=x class=y>foo[]bar</b>" queryCommandValue("stylewithcss") befor e assert_equals: Wrong result returned expected "" but got "false" 2416 PASS [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<b id=x class=y>foo[]bar</b>" queryCommandValue("stylewithcss") befor e
2417 PASS [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<b id=x class=y>foo[]bar</b>" queryCommandIndeterm("stylewithcss") af ter 2417 PASS [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<b id=x class=y>foo[]bar</b>" queryCommandIndeterm("stylewithcss") af ter
2418 PASS [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<b id=x class=y>foo[]bar</b>" queryCommandState("stylewithcss") after 2418 PASS [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<b id=x class=y>foo[]bar</b>" queryCommandState("stylewithcss") after
2419 FAIL [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<b id=x class=y>foo[]bar</b>" queryCommandValue("stylewithcss") after assert_equals: Wrong result returned expected "" but got "true" 2419 PASS [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<b id=x class=y>foo[]bar</b>" queryCommandValue("stylewithcss") after
2420 PASS [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<b id=x class=y>foo[]bar</b>" queryCommandIndeterm("defaultparagraphs eparator") before 2420 PASS [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<b id=x class=y>foo[]bar</b>" queryCommandIndeterm("defaultparagraphs eparator") before
2421 PASS [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<b id=x class=y>foo[]bar</b>" queryCommandState("defaultparagraphsepa rator") before 2421 PASS [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<b id=x class=y>foo[]bar</b>" queryCommandState("defaultparagraphsepa rator") before
2422 PASS [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<b id=x class=y>foo[]bar</b>" queryCommandValue("defaultparagraphsepa rator") before 2422 PASS [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<b id=x class=y>foo[]bar</b>" queryCommandValue("defaultparagraphsepa rator") before
2423 PASS [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<b id=x class=y>foo[]bar</b>" queryCommandIndeterm("defaultparagraphs eparator") after 2423 PASS [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<b id=x class=y>foo[]bar</b>" queryCommandIndeterm("defaultparagraphs eparator") after
2424 PASS [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<b id=x class=y>foo[]bar</b>" queryCommandState("defaultparagraphsepa rator") after 2424 PASS [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<b id=x class=y>foo[]bar</b>" queryCommandState("defaultparagraphsepa rator") after
2425 PASS [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<b id=x class=y>foo[]bar</b>" queryCommandValue("defaultparagraphsepa rator") after 2425 PASS [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<b id=x class=y>foo[]bar</b>" queryCommandValue("defaultparagraphsepa rator") after
2426 PASS [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<b id=x class=y>foo[]bar</b>" queryCommandIndeterm("insertparagraph") before 2426 PASS [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<b id=x class=y>foo[]bar</b>" queryCommandIndeterm("insertparagraph") before
2427 PASS [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<b id=x class=y>foo[]bar</b>" queryCommandState("insertparagraph") be fore 2427 PASS [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<b id=x class=y>foo[]bar</b>" queryCommandState("insertparagraph") be fore
2428 PASS [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<b id=x class=y>foo[]bar</b>" queryCommandValue("insertparagraph") be fore 2428 PASS [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<b id=x class=y>foo[]bar</b>" queryCommandValue("insertparagraph") be fore
2429 PASS [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<b id=x class=y>foo[]bar</b>" queryCommandIndeterm("insertparagraph") after 2429 PASS [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<b id=x class=y>foo[]bar</b>" queryCommandIndeterm("insertparagraph") after
2430 PASS [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<b id=x class=y>foo[]bar</b>" queryCommandState("insertparagraph") af ter 2430 PASS [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<b id=x class=y>foo[]bar</b>" queryCommandState("insertparagraph") af ter
2431 PASS [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<b id=x class=y>foo[]bar</b>" queryCommandValue("insertparagraph") af ter 2431 PASS [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<b id=x class=y>foo[]bar</b>" queryCommandValue("insertparagraph") af ter
2432 PASS [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<b id=x class=y>foo[]bar</b>": execCommand("stylewithcss", false, "f alse") return value 2432 PASS [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<b id=x class=y>foo[]bar</b>": execCommand("stylewithcss", false, "f alse") return value
2433 PASS [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<b id=x class=y>foo[]bar</b>": execCommand("defaultparagraphseparato r", false, "div") return value 2433 PASS [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<b id=x class=y>foo[]bar</b>": execCommand("defaultparagraphseparato r", false, "div") return value
2434 PASS [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<b id=x class=y>foo[]bar</b>": execCommand("insertparagraph", false, "") return value 2434 PASS [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<b id=x class=y>foo[]bar</b>": execCommand("insertparagraph", false, "") return value
2435 PASS [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<b id=x class=y>foo[]bar</b>" checks for modifications to non-editab le content 2435 PASS [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<b id=x class=y>foo[]bar</b>" checks for modifications to non-editab le content
2436 FAIL [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<b id=x class=y>foo[]bar</b>" compare innerHTML assert_equals: Unexp ected innerHTML (after normalizing inline style) expected "<div><b id=\"x\" clas s=\"y\">foo</b></div><div><b class=\"y\">bar</b></div>" but got "<b id=\"x\" cla ss=\"y\">foo</b><div><b class=\"y\">bar</b></div>" 2436 FAIL [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<b id=x class=y>foo[]bar</b>" compare innerHTML assert_equals: Unexp ected innerHTML (after normalizing inline style) expected "<div><b id=\"x\" clas s=\"y\">foo</b></div><div><b class=\"y\">bar</b></div>" but got "<b id=\"x\" cla ss=\"y\">foo</b><div><b class=\"y\">bar</b></div>"
2437 PASS [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<b id=x class=y>foo[]bar</b>" queryCommandIndeterm("stylewithcss") b efore 2437 PASS [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<b id=x class=y>foo[]bar</b>" queryCommandIndeterm("stylewithcss") b efore
2438 PASS [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<b id=x class=y>foo[]bar</b>" queryCommandState("stylewithcss") befo re 2438 PASS [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<b id=x class=y>foo[]bar</b>" queryCommandState("stylewithcss") befo re
2439 FAIL [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<b id=x class=y>foo[]bar</b>" queryCommandValue("stylewithcss") befo re assert_equals: Wrong result returned expected "" but got "true" 2439 PASS [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<b id=x class=y>foo[]bar</b>" queryCommandValue("stylewithcss") befo re
2440 PASS [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<b id=x class=y>foo[]bar</b>" queryCommandIndeterm("stylewithcss") a fter 2440 PASS [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<b id=x class=y>foo[]bar</b>" queryCommandIndeterm("stylewithcss") a fter
2441 PASS [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<b id=x class=y>foo[]bar</b>" queryCommandState("stylewithcss") afte r 2441 PASS [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<b id=x class=y>foo[]bar</b>" queryCommandState("stylewithcss") afte r
2442 FAIL [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<b id=x class=y>foo[]bar</b>" queryCommandValue("stylewithcss") afte r assert_equals: Wrong result returned expected "" but got "false" 2442 PASS [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<b id=x class=y>foo[]bar</b>" queryCommandValue("stylewithcss") afte r
2443 PASS [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<b id=x class=y>foo[]bar</b>" queryCommandIndeterm("defaultparagraph separator") before 2443 PASS [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<b id=x class=y>foo[]bar</b>" queryCommandIndeterm("defaultparagraph separator") before
2444 PASS [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<b id=x class=y>foo[]bar</b>" queryCommandState("defaultparagraphsep arator") before 2444 PASS [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<b id=x class=y>foo[]bar</b>" queryCommandState("defaultparagraphsep arator") before
2445 PASS [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<b id=x class=y>foo[]bar</b>" queryCommandValue("defaultparagraphsep arator") before 2445 PASS [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<b id=x class=y>foo[]bar</b>" queryCommandValue("defaultparagraphsep arator") before
2446 PASS [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<b id=x class=y>foo[]bar</b>" queryCommandIndeterm("defaultparagraph separator") after 2446 PASS [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<b id=x class=y>foo[]bar</b>" queryCommandIndeterm("defaultparagraph separator") after
2447 PASS [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<b id=x class=y>foo[]bar</b>" queryCommandState("defaultparagraphsep arator") after 2447 PASS [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<b id=x class=y>foo[]bar</b>" queryCommandState("defaultparagraphsep arator") after
2448 PASS [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<b id=x class=y>foo[]bar</b>" queryCommandValue("defaultparagraphsep arator") after 2448 PASS [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<b id=x class=y>foo[]bar</b>" queryCommandValue("defaultparagraphsep arator") after
2449 PASS [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<b id=x class=y>foo[]bar</b>" queryCommandIndeterm("insertparagraph" ) before 2449 PASS [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<b id=x class=y>foo[]bar</b>" queryCommandIndeterm("insertparagraph" ) before
2450 PASS [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<b id=x class=y>foo[]bar</b>" queryCommandState("insertparagraph") b efore 2450 PASS [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<b id=x class=y>foo[]bar</b>" queryCommandState("insertparagraph") b efore
2451 PASS [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<b id=x class=y>foo[]bar</b>" queryCommandValue("insertparagraph") b efore 2451 PASS [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<b id=x class=y>foo[]bar</b>" queryCommandValue("insertparagraph") b efore
2452 PASS [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<b id=x class=y>foo[]bar</b>" queryCommandIndeterm("insertparagraph" ) after 2452 PASS [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<b id=x class=y>foo[]bar</b>" queryCommandIndeterm("insertparagraph" ) after
2453 PASS [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<b id=x class=y>foo[]bar</b>" queryCommandState("insertparagraph") a fter 2453 PASS [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<b id=x class=y>foo[]bar</b>" queryCommandState("insertparagraph") a fter
2454 PASS [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<b id=x class=y>foo[]bar</b>" queryCommandValue("insertparagraph") a fter 2454 PASS [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<b id=x class=y>foo[]bar</b>" queryCommandValue("insertparagraph") a fter
2455 PASS [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<b id=x class=y>foo[]bar</b>": execCommand("stylewithcss", false, "true ") return value 2455 PASS [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<b id=x class=y>foo[]bar</b>": execCommand("stylewithcss", false, "true ") return value
2456 PASS [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<b id=x class=y>foo[]bar</b>": execCommand("defaultparagraphseparator", false, "p") return value 2456 PASS [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<b id=x class=y>foo[]bar</b>": execCommand("defaultparagraphseparator", false, "p") return value
2457 PASS [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<b id=x class=y>foo[]bar</b>": execCommand("insertparagraph", false, "" ) return value 2457 PASS [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<b id=x class=y>foo[]bar</b>": execCommand("insertparagraph", false, "" ) return value
2458 PASS [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<b id=x class=y>foo[]bar</b>" checks for modifications to non-editable content 2458 PASS [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<b id=x class=y>foo[]bar</b>" checks for modifications to non-editable content
2459 FAIL [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<b id=x class=y>foo[]bar</b>" compare innerHTML assert_equals: Unexpect ed innerHTML (after normalizing inline style) expected "<p><b id=\"x\" class=\"y \">foo</b></p><p><b class=\"y\">bar</b></p>" but got "<b id=\"x\" class=\"y\">fo o</b><p><b class=\"y\">bar</b></p>" 2459 FAIL [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<b id=x class=y>foo[]bar</b>" compare innerHTML assert_equals: Unexpect ed innerHTML (after normalizing inline style) expected "<p><b id=\"x\" class=\"y \">foo</b></p><p><b class=\"y\">bar</b></p>" but got "<b id=\"x\" class=\"y\">fo o</b><p><b class=\"y\">bar</b></p>"
2460 PASS [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<b id=x class=y>foo[]bar</b>" queryCommandIndeterm("stylewithcss") befo re 2460 PASS [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<b id=x class=y>foo[]bar</b>" queryCommandIndeterm("stylewithcss") befo re
2461 PASS [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<b id=x class=y>foo[]bar</b>" queryCommandState("stylewithcss") before 2461 PASS [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<b id=x class=y>foo[]bar</b>" queryCommandState("stylewithcss") before
2462 FAIL [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<b id=x class=y>foo[]bar</b>" queryCommandValue("stylewithcss") before assert_equals: Wrong result returned expected "" but got "false" 2462 PASS [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<b id=x class=y>foo[]bar</b>" queryCommandValue("stylewithcss") before
2463 PASS [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<b id=x class=y>foo[]bar</b>" queryCommandIndeterm("stylewithcss") afte r 2463 PASS [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<b id=x class=y>foo[]bar</b>" queryCommandIndeterm("stylewithcss") afte r
2464 PASS [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<b id=x class=y>foo[]bar</b>" queryCommandState("stylewithcss") after 2464 PASS [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<b id=x class=y>foo[]bar</b>" queryCommandState("stylewithcss") after
2465 FAIL [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<b id=x class=y>foo[]bar</b>" queryCommandValue("stylewithcss") after a ssert_equals: Wrong result returned expected "" but got "true" 2465 PASS [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<b id=x class=y>foo[]bar</b>" queryCommandValue("stylewithcss") after
2466 PASS [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<b id=x class=y>foo[]bar</b>" queryCommandIndeterm("defaultparagraphsep arator") before 2466 PASS [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<b id=x class=y>foo[]bar</b>" queryCommandIndeterm("defaultparagraphsep arator") before
2467 PASS [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<b id=x class=y>foo[]bar</b>" queryCommandState("defaultparagraphsepara tor") before 2467 PASS [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<b id=x class=y>foo[]bar</b>" queryCommandState("defaultparagraphsepara tor") before
2468 PASS [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<b id=x class=y>foo[]bar</b>" queryCommandValue("defaultparagraphsepara tor") before 2468 PASS [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<b id=x class=y>foo[]bar</b>" queryCommandValue("defaultparagraphsepara tor") before
2469 PASS [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<b id=x class=y>foo[]bar</b>" queryCommandIndeterm("defaultparagraphsep arator") after 2469 PASS [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<b id=x class=y>foo[]bar</b>" queryCommandIndeterm("defaultparagraphsep arator") after
2470 PASS [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<b id=x class=y>foo[]bar</b>" queryCommandState("defaultparagraphsepara tor") after 2470 PASS [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<b id=x class=y>foo[]bar</b>" queryCommandState("defaultparagraphsepara tor") after
2471 PASS [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<b id=x class=y>foo[]bar</b>" queryCommandValue("defaultparagraphsepara tor") after 2471 PASS [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<b id=x class=y>foo[]bar</b>" queryCommandValue("defaultparagraphsepara tor") after
2472 PASS [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<b id=x class=y>foo[]bar</b>" queryCommandIndeterm("insertparagraph") b efore 2472 PASS [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<b id=x class=y>foo[]bar</b>" queryCommandIndeterm("insertparagraph") b efore
2473 PASS [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<b id=x class=y>foo[]bar</b>" queryCommandState("insertparagraph") befo re 2473 PASS [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<b id=x class=y>foo[]bar</b>" queryCommandState("insertparagraph") befo re
2474 PASS [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<b id=x class=y>foo[]bar</b>" queryCommandValue("insertparagraph") befo re 2474 PASS [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<b id=x class=y>foo[]bar</b>" queryCommandValue("insertparagraph") befo re
2475 PASS [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<b id=x class=y>foo[]bar</b>" queryCommandIndeterm("insertparagraph") a fter 2475 PASS [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<b id=x class=y>foo[]bar</b>" queryCommandIndeterm("insertparagraph") a fter
2476 PASS [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<b id=x class=y>foo[]bar</b>" queryCommandState("insertparagraph") afte r 2476 PASS [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<b id=x class=y>foo[]bar</b>" queryCommandState("insertparagraph") afte r
2477 PASS [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<b id=x class=y>foo[]bar</b>" queryCommandValue("insertparagraph") afte r 2477 PASS [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<b id=x class=y>foo[]bar</b>" queryCommandValue("insertparagraph") afte r
2478 PASS [["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagra ph",""]] "<b id=x class=y>foo[]bar</b>": execCommand("stylewithcss", false, "fal se") return value 2478 PASS [["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagra ph",""]] "<b id=x class=y>foo[]bar</b>": execCommand("stylewithcss", false, "fal se") return value
2479 PASS [["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagra ph",""]] "<b id=x class=y>foo[]bar</b>": execCommand("defaultparagraphseparator" , false, "p") return value 2479 PASS [["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagra ph",""]] "<b id=x class=y>foo[]bar</b>": execCommand("defaultparagraphseparator" , false, "p") return value
2480 PASS [["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagra ph",""]] "<b id=x class=y>foo[]bar</b>": execCommand("insertparagraph", false, " ") return value 2480 PASS [["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagra ph",""]] "<b id=x class=y>foo[]bar</b>": execCommand("insertparagraph", false, " ") return value
2481 PASS [["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagra ph",""]] "<b id=x class=y>foo[]bar</b>" checks for modifications to non-editable content 2481 PASS [["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagra ph",""]] "<b id=x class=y>foo[]bar</b>" checks for modifications to non-editable content
2482 FAIL [["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagra ph",""]] "<b id=x class=y>foo[]bar</b>" compare innerHTML assert_equals: Unexpec ted innerHTML (after normalizing inline style) expected "<p><b id=\"x\" class=\" y\">foo</b></p><p><b class=\"y\">bar</b></p>" but got "<b id=\"x\" class=\"y\">f oo</b><p><b class=\"y\">bar</b></p>" 2482 FAIL [["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagra ph",""]] "<b id=x class=y>foo[]bar</b>" compare innerHTML assert_equals: Unexpec ted innerHTML (after normalizing inline style) expected "<p><b id=\"x\" class=\" y\">foo</b></p><p><b class=\"y\">bar</b></p>" but got "<b id=\"x\" class=\"y\">f oo</b><p><b class=\"y\">bar</b></p>"
2483 PASS [["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagra ph",""]] "<b id=x class=y>foo[]bar</b>" queryCommandIndeterm("stylewithcss") bef ore 2483 PASS [["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagra ph",""]] "<b id=x class=y>foo[]bar</b>" queryCommandIndeterm("stylewithcss") bef ore
2484 PASS [["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagra ph",""]] "<b id=x class=y>foo[]bar</b>" queryCommandState("stylewithcss") before 2484 PASS [["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagra ph",""]] "<b id=x class=y>foo[]bar</b>" queryCommandState("stylewithcss") before
2485 FAIL [["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagra ph",""]] "<b id=x class=y>foo[]bar</b>" queryCommandValue("stylewithcss") before assert_equals: Wrong result returned expected "" but got "true" 2485 PASS [["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagra ph",""]] "<b id=x class=y>foo[]bar</b>" queryCommandValue("stylewithcss") before
2486 PASS [["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagra ph",""]] "<b id=x class=y>foo[]bar</b>" queryCommandIndeterm("stylewithcss") aft er 2486 PASS [["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagra ph",""]] "<b id=x class=y>foo[]bar</b>" queryCommandIndeterm("stylewithcss") aft er
2487 PASS [["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagra ph",""]] "<b id=x class=y>foo[]bar</b>" queryCommandState("stylewithcss") after 2487 PASS [["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagra ph",""]] "<b id=x class=y>foo[]bar</b>" queryCommandState("stylewithcss") after
2488 FAIL [["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagra ph",""]] "<b id=x class=y>foo[]bar</b>" queryCommandValue("stylewithcss") after assert_equals: Wrong result returned expected "" but got "false" 2488 PASS [["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagra ph",""]] "<b id=x class=y>foo[]bar</b>" queryCommandValue("stylewithcss") after
2489 PASS [["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagra ph",""]] "<b id=x class=y>foo[]bar</b>" queryCommandIndeterm("defaultparagraphse parator") before 2489 PASS [["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagra ph",""]] "<b id=x class=y>foo[]bar</b>" queryCommandIndeterm("defaultparagraphse parator") before
2490 PASS [["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagra ph",""]] "<b id=x class=y>foo[]bar</b>" queryCommandState("defaultparagraphsepar ator") before 2490 PASS [["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagra ph",""]] "<b id=x class=y>foo[]bar</b>" queryCommandState("defaultparagraphsepar ator") before
2491 PASS [["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagra ph",""]] "<b id=x class=y>foo[]bar</b>" queryCommandValue("defaultparagraphsepar ator") before 2491 PASS [["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagra ph",""]] "<b id=x class=y>foo[]bar</b>" queryCommandValue("defaultparagraphsepar ator") before
2492 PASS [["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagra ph",""]] "<b id=x class=y>foo[]bar</b>" queryCommandIndeterm("defaultparagraphse parator") after 2492 PASS [["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagra ph",""]] "<b id=x class=y>foo[]bar</b>" queryCommandIndeterm("defaultparagraphse parator") after
2493 PASS [["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagra ph",""]] "<b id=x class=y>foo[]bar</b>" queryCommandState("defaultparagraphsepar ator") after 2493 PASS [["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagra ph",""]] "<b id=x class=y>foo[]bar</b>" queryCommandState("defaultparagraphsepar ator") after
2494 PASS [["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagra ph",""]] "<b id=x class=y>foo[]bar</b>" queryCommandValue("defaultparagraphsepar ator") after 2494 PASS [["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagra ph",""]] "<b id=x class=y>foo[]bar</b>" queryCommandValue("defaultparagraphsepar ator") after
2495 PASS [["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagra ph",""]] "<b id=x class=y>foo[]bar</b>" queryCommandIndeterm("insertparagraph") before 2495 PASS [["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagra ph",""]] "<b id=x class=y>foo[]bar</b>" queryCommandIndeterm("insertparagraph") before
2496 PASS [["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagra ph",""]] "<b id=x class=y>foo[]bar</b>" queryCommandState("insertparagraph") bef ore 2496 PASS [["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagra ph",""]] "<b id=x class=y>foo[]bar</b>" queryCommandState("insertparagraph") bef ore
2497 PASS [["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagra ph",""]] "<b id=x class=y>foo[]bar</b>" queryCommandValue("insertparagraph") bef ore 2497 PASS [["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagra ph",""]] "<b id=x class=y>foo[]bar</b>" queryCommandValue("insertparagraph") bef ore
2498 PASS [["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagra ph",""]] "<b id=x class=y>foo[]bar</b>" queryCommandIndeterm("insertparagraph") after 2498 PASS [["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagra ph",""]] "<b id=x class=y>foo[]bar</b>" queryCommandIndeterm("insertparagraph") after
2499 PASS [["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagra ph",""]] "<b id=x class=y>foo[]bar</b>" queryCommandState("insertparagraph") aft er 2499 PASS [["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagra ph",""]] "<b id=x class=y>foo[]bar</b>" queryCommandState("insertparagraph") aft er
2500 PASS [["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagra ph",""]] "<b id=x class=y>foo[]bar</b>" queryCommandValue("insertparagraph") aft er 2500 PASS [["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagra ph",""]] "<b id=x class=y>foo[]bar</b>" queryCommandValue("insertparagraph") aft er
2501 PASS [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<i><b>foo[]bar</b>baz</i>": execCommand("stylewithcss", false, "true" ) return value 2501 PASS [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<i><b>foo[]bar</b>baz</i>": execCommand("stylewithcss", false, "true" ) return value
2502 PASS [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<i><b>foo[]bar</b>baz</i>": execCommand("defaultparagraphseparator", false, "div") return value 2502 PASS [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<i><b>foo[]bar</b>baz</i>": execCommand("defaultparagraphseparator", false, "div") return value
2503 PASS [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<i><b>foo[]bar</b>baz</i>": execCommand("insertparagraph", false, "") return value 2503 PASS [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<i><b>foo[]bar</b>baz</i>": execCommand("insertparagraph", false, "") return value
2504 PASS [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<i><b>foo[]bar</b>baz</i>" checks for modifications to non-editable c ontent 2504 PASS [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<i><b>foo[]bar</b>baz</i>" checks for modifications to non-editable c ontent
2505 FAIL [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<i><b>foo[]bar</b>baz</i>" compare innerHTML assert_equals: Unexpecte d innerHTML (after normalizing inline style) expected "<div><i><b>foo</b></i></d iv><div><i><b>bar</b>baz</i></div>" but got "<i><b>foo</b></i><div><i><b>bar</b> baz</i></div>" 2505 FAIL [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<i><b>foo[]bar</b>baz</i>" compare innerHTML assert_equals: Unexpecte d innerHTML (after normalizing inline style) expected "<div><i><b>foo</b></i></d iv><div><i><b>bar</b>baz</i></div>" but got "<i><b>foo</b></i><div><i><b>bar</b> baz</i></div>"
2506 PASS [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<i><b>foo[]bar</b>baz</i>" queryCommandIndeterm("stylewithcss") befor e 2506 PASS [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<i><b>foo[]bar</b>baz</i>" queryCommandIndeterm("stylewithcss") befor e
2507 PASS [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<i><b>foo[]bar</b>baz</i>" queryCommandState("stylewithcss") before 2507 PASS [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<i><b>foo[]bar</b>baz</i>" queryCommandState("stylewithcss") before
2508 FAIL [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<i><b>foo[]bar</b>baz</i>" queryCommandValue("stylewithcss") before a ssert_equals: Wrong result returned expected "" but got "false" 2508 PASS [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<i><b>foo[]bar</b>baz</i>" queryCommandValue("stylewithcss") before
2509 PASS [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<i><b>foo[]bar</b>baz</i>" queryCommandIndeterm("stylewithcss") after 2509 PASS [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<i><b>foo[]bar</b>baz</i>" queryCommandIndeterm("stylewithcss") after
2510 PASS [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<i><b>foo[]bar</b>baz</i>" queryCommandState("stylewithcss") after 2510 PASS [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<i><b>foo[]bar</b>baz</i>" queryCommandState("stylewithcss") after
2511 FAIL [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<i><b>foo[]bar</b>baz</i>" queryCommandValue("stylewithcss") after as sert_equals: Wrong result returned expected "" but got "true" 2511 PASS [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<i><b>foo[]bar</b>baz</i>" queryCommandValue("stylewithcss") after
2512 PASS [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<i><b>foo[]bar</b>baz</i>" queryCommandIndeterm("defaultparagraphsepa rator") before 2512 PASS [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<i><b>foo[]bar</b>baz</i>" queryCommandIndeterm("defaultparagraphsepa rator") before
2513 PASS [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<i><b>foo[]bar</b>baz</i>" queryCommandState("defaultparagraphseparat or") before 2513 PASS [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<i><b>foo[]bar</b>baz</i>" queryCommandState("defaultparagraphseparat or") before
2514 PASS [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<i><b>foo[]bar</b>baz</i>" queryCommandValue("defaultparagraphseparat or") before 2514 PASS [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<i><b>foo[]bar</b>baz</i>" queryCommandValue("defaultparagraphseparat or") before
2515 PASS [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<i><b>foo[]bar</b>baz</i>" queryCommandIndeterm("defaultparagraphsepa rator") after 2515 PASS [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<i><b>foo[]bar</b>baz</i>" queryCommandIndeterm("defaultparagraphsepa rator") after
2516 PASS [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<i><b>foo[]bar</b>baz</i>" queryCommandState("defaultparagraphseparat or") after 2516 PASS [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<i><b>foo[]bar</b>baz</i>" queryCommandState("defaultparagraphseparat or") after
2517 PASS [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<i><b>foo[]bar</b>baz</i>" queryCommandValue("defaultparagraphseparat or") after 2517 PASS [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<i><b>foo[]bar</b>baz</i>" queryCommandValue("defaultparagraphseparat or") after
2518 PASS [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<i><b>foo[]bar</b>baz</i>" queryCommandIndeterm("insertparagraph") be fore 2518 PASS [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<i><b>foo[]bar</b>baz</i>" queryCommandIndeterm("insertparagraph") be fore
2519 PASS [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<i><b>foo[]bar</b>baz</i>" queryCommandState("insertparagraph") befor e 2519 PASS [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<i><b>foo[]bar</b>baz</i>" queryCommandState("insertparagraph") befor e
2520 PASS [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<i><b>foo[]bar</b>baz</i>" queryCommandValue("insertparagraph") befor e 2520 PASS [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<i><b>foo[]bar</b>baz</i>" queryCommandValue("insertparagraph") befor e
2521 PASS [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<i><b>foo[]bar</b>baz</i>" queryCommandIndeterm("insertparagraph") af ter 2521 PASS [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<i><b>foo[]bar</b>baz</i>" queryCommandIndeterm("insertparagraph") af ter
2522 PASS [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<i><b>foo[]bar</b>baz</i>" queryCommandState("insertparagraph") after 2522 PASS [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<i><b>foo[]bar</b>baz</i>" queryCommandState("insertparagraph") after
2523 PASS [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<i><b>foo[]bar</b>baz</i>" queryCommandValue("insertparagraph") after 2523 PASS [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<i><b>foo[]bar</b>baz</i>" queryCommandValue("insertparagraph") after
2524 PASS [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<i><b>foo[]bar</b>baz</i>": execCommand("stylewithcss", false, "fals e") return value 2524 PASS [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<i><b>foo[]bar</b>baz</i>": execCommand("stylewithcss", false, "fals e") return value
2525 PASS [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<i><b>foo[]bar</b>baz</i>": execCommand("defaultparagraphseparator", false, "div") return value 2525 PASS [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<i><b>foo[]bar</b>baz</i>": execCommand("defaultparagraphseparator", false, "div") return value
2526 PASS [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<i><b>foo[]bar</b>baz</i>": execCommand("insertparagraph", false, "" ) return value 2526 PASS [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<i><b>foo[]bar</b>baz</i>": execCommand("insertparagraph", false, "" ) return value
2527 PASS [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<i><b>foo[]bar</b>baz</i>" checks for modifications to non-editable content 2527 PASS [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<i><b>foo[]bar</b>baz</i>" checks for modifications to non-editable content
2528 FAIL [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<i><b>foo[]bar</b>baz</i>" compare innerHTML assert_equals: Unexpect ed innerHTML (after normalizing inline style) expected "<div><i><b>foo</b></i></ div><div><i><b>bar</b>baz</i></div>" but got "<i><b>foo</b></i><div><i><b>bar</b >baz</i></div>" 2528 FAIL [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<i><b>foo[]bar</b>baz</i>" compare innerHTML assert_equals: Unexpect ed innerHTML (after normalizing inline style) expected "<div><i><b>foo</b></i></ div><div><i><b>bar</b>baz</i></div>" but got "<i><b>foo</b></i><div><i><b>bar</b >baz</i></div>"
2529 PASS [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<i><b>foo[]bar</b>baz</i>" queryCommandIndeterm("stylewithcss") befo re 2529 PASS [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<i><b>foo[]bar</b>baz</i>" queryCommandIndeterm("stylewithcss") befo re
2530 PASS [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<i><b>foo[]bar</b>baz</i>" queryCommandState("stylewithcss") before 2530 PASS [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<i><b>foo[]bar</b>baz</i>" queryCommandState("stylewithcss") before
2531 FAIL [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<i><b>foo[]bar</b>baz</i>" queryCommandValue("stylewithcss") before assert_equals: Wrong result returned expected "" but got "true" 2531 PASS [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<i><b>foo[]bar</b>baz</i>" queryCommandValue("stylewithcss") before
2532 PASS [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<i><b>foo[]bar</b>baz</i>" queryCommandIndeterm("stylewithcss") afte r 2532 PASS [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<i><b>foo[]bar</b>baz</i>" queryCommandIndeterm("stylewithcss") afte r
2533 PASS [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<i><b>foo[]bar</b>baz</i>" queryCommandState("stylewithcss") after 2533 PASS [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<i><b>foo[]bar</b>baz</i>" queryCommandState("stylewithcss") after
2534 FAIL [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<i><b>foo[]bar</b>baz</i>" queryCommandValue("stylewithcss") after a ssert_equals: Wrong result returned expected "" but got "false" 2534 PASS [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<i><b>foo[]bar</b>baz</i>" queryCommandValue("stylewithcss") after
2535 PASS [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<i><b>foo[]bar</b>baz</i>" queryCommandIndeterm("defaultparagraphsep arator") before 2535 PASS [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<i><b>foo[]bar</b>baz</i>" queryCommandIndeterm("defaultparagraphsep arator") before
2536 PASS [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<i><b>foo[]bar</b>baz</i>" queryCommandState("defaultparagraphsepara tor") before 2536 PASS [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<i><b>foo[]bar</b>baz</i>" queryCommandState("defaultparagraphsepara tor") before
2537 PASS [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<i><b>foo[]bar</b>baz</i>" queryCommandValue("defaultparagraphsepara tor") before 2537 PASS [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<i><b>foo[]bar</b>baz</i>" queryCommandValue("defaultparagraphsepara tor") before
2538 PASS [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<i><b>foo[]bar</b>baz</i>" queryCommandIndeterm("defaultparagraphsep arator") after 2538 PASS [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<i><b>foo[]bar</b>baz</i>" queryCommandIndeterm("defaultparagraphsep arator") after
2539 PASS [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<i><b>foo[]bar</b>baz</i>" queryCommandState("defaultparagraphsepara tor") after 2539 PASS [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<i><b>foo[]bar</b>baz</i>" queryCommandState("defaultparagraphsepara tor") after
2540 PASS [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<i><b>foo[]bar</b>baz</i>" queryCommandValue("defaultparagraphsepara tor") after 2540 PASS [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<i><b>foo[]bar</b>baz</i>" queryCommandValue("defaultparagraphsepara tor") after
2541 PASS [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<i><b>foo[]bar</b>baz</i>" queryCommandIndeterm("insertparagraph") b efore 2541 PASS [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<i><b>foo[]bar</b>baz</i>" queryCommandIndeterm("insertparagraph") b efore
2542 PASS [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<i><b>foo[]bar</b>baz</i>" queryCommandState("insertparagraph") befo re 2542 PASS [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<i><b>foo[]bar</b>baz</i>" queryCommandState("insertparagraph") befo re
2543 PASS [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<i><b>foo[]bar</b>baz</i>" queryCommandValue("insertparagraph") befo re 2543 PASS [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<i><b>foo[]bar</b>baz</i>" queryCommandValue("insertparagraph") befo re
2544 PASS [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<i><b>foo[]bar</b>baz</i>" queryCommandIndeterm("insertparagraph") a fter 2544 PASS [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<i><b>foo[]bar</b>baz</i>" queryCommandIndeterm("insertparagraph") a fter
2545 PASS [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<i><b>foo[]bar</b>baz</i>" queryCommandState("insertparagraph") afte r 2545 PASS [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<i><b>foo[]bar</b>baz</i>" queryCommandState("insertparagraph") afte r
2546 PASS [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<i><b>foo[]bar</b>baz</i>" queryCommandValue("insertparagraph") afte r 2546 PASS [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<i><b>foo[]bar</b>baz</i>" queryCommandValue("insertparagraph") afte r
2547 PASS [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<i><b>foo[]bar</b>baz</i>": execCommand("stylewithcss", false, "true") return value 2547 PASS [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<i><b>foo[]bar</b>baz</i>": execCommand("stylewithcss", false, "true") return value
2548 PASS [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<i><b>foo[]bar</b>baz</i>": execCommand("defaultparagraphseparator", fa lse, "p") return value 2548 PASS [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<i><b>foo[]bar</b>baz</i>": execCommand("defaultparagraphseparator", fa lse, "p") return value
2549 PASS [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<i><b>foo[]bar</b>baz</i>": execCommand("insertparagraph", false, "") r eturn value 2549 PASS [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<i><b>foo[]bar</b>baz</i>": execCommand("insertparagraph", false, "") r eturn value
2550 PASS [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<i><b>foo[]bar</b>baz</i>" checks for modifications to non-editable con tent 2550 PASS [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<i><b>foo[]bar</b>baz</i>" checks for modifications to non-editable con tent
2551 FAIL [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<i><b>foo[]bar</b>baz</i>" compare innerHTML assert_equals: Unexpected innerHTML (after normalizing inline style) expected "<p><i><b>foo</b></i></p><p> <i><b>bar</b>baz</i></p>" but got "<i><b>foo</b></i><p><i><b>bar</b>baz</i></p>" 2551 FAIL [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<i><b>foo[]bar</b>baz</i>" compare innerHTML assert_equals: Unexpected innerHTML (after normalizing inline style) expected "<p><i><b>foo</b></i></p><p> <i><b>bar</b>baz</i></p>" but got "<i><b>foo</b></i><p><i><b>bar</b>baz</i></p>"
2552 PASS [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<i><b>foo[]bar</b>baz</i>" queryCommandIndeterm("stylewithcss") before 2552 PASS [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<i><b>foo[]bar</b>baz</i>" queryCommandIndeterm("stylewithcss") before
2553 PASS [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<i><b>foo[]bar</b>baz</i>" queryCommandState("stylewithcss") before 2553 PASS [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<i><b>foo[]bar</b>baz</i>" queryCommandState("stylewithcss") before
2554 FAIL [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<i><b>foo[]bar</b>baz</i>" queryCommandValue("stylewithcss") before ass ert_equals: Wrong result returned expected "" but got "false" 2554 PASS [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<i><b>foo[]bar</b>baz</i>" queryCommandValue("stylewithcss") before
2555 PASS [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<i><b>foo[]bar</b>baz</i>" queryCommandIndeterm("stylewithcss") after 2555 PASS [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<i><b>foo[]bar</b>baz</i>" queryCommandIndeterm("stylewithcss") after
2556 PASS [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<i><b>foo[]bar</b>baz</i>" queryCommandState("stylewithcss") after 2556 PASS [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<i><b>foo[]bar</b>baz</i>" queryCommandState("stylewithcss") after
2557 FAIL [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<i><b>foo[]bar</b>baz</i>" queryCommandValue("stylewithcss") after asse rt_equals: Wrong result returned expected "" but got "true" 2557 PASS [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<i><b>foo[]bar</b>baz</i>" queryCommandValue("stylewithcss") after
2558 PASS [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<i><b>foo[]bar</b>baz</i>" queryCommandIndeterm("defaultparagraphsepara tor") before 2558 PASS [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<i><b>foo[]bar</b>baz</i>" queryCommandIndeterm("defaultparagraphsepara tor") before
2559 PASS [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<i><b>foo[]bar</b>baz</i>" queryCommandState("defaultparagraphseparator ") before 2559 PASS [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<i><b>foo[]bar</b>baz</i>" queryCommandState("defaultparagraphseparator ") before
2560 PASS [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<i><b>foo[]bar</b>baz</i>" queryCommandValue("defaultparagraphseparator ") before 2560 PASS [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<i><b>foo[]bar</b>baz</i>" queryCommandValue("defaultparagraphseparator ") before
2561 PASS [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<i><b>foo[]bar</b>baz</i>" queryCommandIndeterm("defaultparagraphsepara tor") after 2561 PASS [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<i><b>foo[]bar</b>baz</i>" queryCommandIndeterm("defaultparagraphsepara tor") after
2562 PASS [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<i><b>foo[]bar</b>baz</i>" queryCommandState("defaultparagraphseparator ") after 2562 PASS [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<i><b>foo[]bar</b>baz</i>" queryCommandState("defaultparagraphseparator ") after
2563 PASS [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<i><b>foo[]bar</b>baz</i>" queryCommandValue("defaultparagraphseparator ") after 2563 PASS [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<i><b>foo[]bar</b>baz</i>" queryCommandValue("defaultparagraphseparator ") after
2564 PASS [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<i><b>foo[]bar</b>baz</i>" queryCommandIndeterm("insertparagraph") befo re 2564 PASS [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<i><b>foo[]bar</b>baz</i>" queryCommandIndeterm("insertparagraph") befo re
2565 PASS [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<i><b>foo[]bar</b>baz</i>" queryCommandState("insertparagraph") before 2565 PASS [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<i><b>foo[]bar</b>baz</i>" queryCommandState("insertparagraph") before
2566 PASS [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<i><b>foo[]bar</b>baz</i>" queryCommandValue("insertparagraph") before 2566 PASS [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<i><b>foo[]bar</b>baz</i>" queryCommandValue("insertparagraph") before
2567 PASS [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<i><b>foo[]bar</b>baz</i>" queryCommandIndeterm("insertparagraph") afte r 2567 PASS [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<i><b>foo[]bar</b>baz</i>" queryCommandIndeterm("insertparagraph") afte r
2568 PASS [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<i><b>foo[]bar</b>baz</i>" queryCommandState("insertparagraph") after 2568 PASS [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<i><b>foo[]bar</b>baz</i>" queryCommandState("insertparagraph") after
2569 PASS [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<i><b>foo[]bar</b>baz</i>" queryCommandValue("insertparagraph") after 2569 PASS [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<i><b>foo[]bar</b>baz</i>" queryCommandValue("insertparagraph") after
2570 PASS [["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagra ph",""]] "<i><b>foo[]bar</b>baz</i>": execCommand("stylewithcss", false, "false" ) return value 2570 PASS [["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagra ph",""]] "<i><b>foo[]bar</b>baz</i>": execCommand("stylewithcss", false, "false" ) return value
2571 PASS [["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagra ph",""]] "<i><b>foo[]bar</b>baz</i>": execCommand("defaultparagraphseparator", f alse, "p") return value 2571 PASS [["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagra ph",""]] "<i><b>foo[]bar</b>baz</i>": execCommand("defaultparagraphseparator", f alse, "p") return value
2572 PASS [["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagra ph",""]] "<i><b>foo[]bar</b>baz</i>": execCommand("insertparagraph", false, "") return value 2572 PASS [["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagra ph",""]] "<i><b>foo[]bar</b>baz</i>": execCommand("insertparagraph", false, "") return value
2573 PASS [["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagra ph",""]] "<i><b>foo[]bar</b>baz</i>" checks for modifications to non-editable co ntent 2573 PASS [["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagra ph",""]] "<i><b>foo[]bar</b>baz</i>" checks for modifications to non-editable co ntent
2574 FAIL [["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagra ph",""]] "<i><b>foo[]bar</b>baz</i>" compare innerHTML assert_equals: Unexpected innerHTML (after normalizing inline style) expected "<p><i><b>foo</b></i></p><p ><i><b>bar</b>baz</i></p>" but got "<i><b>foo</b></i><p><i><b>bar</b>baz</i></p> " 2574 FAIL [["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagra ph",""]] "<i><b>foo[]bar</b>baz</i>" compare innerHTML assert_equals: Unexpected innerHTML (after normalizing inline style) expected "<p><i><b>foo</b></i></p><p ><i><b>bar</b>baz</i></p>" but got "<i><b>foo</b></i><p><i><b>bar</b>baz</i></p> "
2575 PASS [["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagra ph",""]] "<i><b>foo[]bar</b>baz</i>" queryCommandIndeterm("stylewithcss") before 2575 PASS [["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagra ph",""]] "<i><b>foo[]bar</b>baz</i>" queryCommandIndeterm("stylewithcss") before
2576 PASS [["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagra ph",""]] "<i><b>foo[]bar</b>baz</i>" queryCommandState("stylewithcss") before 2576 PASS [["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagra ph",""]] "<i><b>foo[]bar</b>baz</i>" queryCommandState("stylewithcss") before
2577 FAIL [["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagra ph",""]] "<i><b>foo[]bar</b>baz</i>" queryCommandValue("stylewithcss") before as sert_equals: Wrong result returned expected "" but got "true" 2577 PASS [["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagra ph",""]] "<i><b>foo[]bar</b>baz</i>" queryCommandValue("stylewithcss") before
2578 PASS [["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagra ph",""]] "<i><b>foo[]bar</b>baz</i>" queryCommandIndeterm("stylewithcss") after 2578 PASS [["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagra ph",""]] "<i><b>foo[]bar</b>baz</i>" queryCommandIndeterm("stylewithcss") after
2579 PASS [["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagra ph",""]] "<i><b>foo[]bar</b>baz</i>" queryCommandState("stylewithcss") after 2579 PASS [["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagra ph",""]] "<i><b>foo[]bar</b>baz</i>" queryCommandState("stylewithcss") after
2580 FAIL [["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagra ph",""]] "<i><b>foo[]bar</b>baz</i>" queryCommandValue("stylewithcss") after ass ert_equals: Wrong result returned expected "" but got "false" 2580 PASS [["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagra ph",""]] "<i><b>foo[]bar</b>baz</i>" queryCommandValue("stylewithcss") after
2581 PASS [["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagra ph",""]] "<i><b>foo[]bar</b>baz</i>" queryCommandIndeterm("defaultparagraphsepar ator") before 2581 PASS [["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagra ph",""]] "<i><b>foo[]bar</b>baz</i>" queryCommandIndeterm("defaultparagraphsepar ator") before
2582 PASS [["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagra ph",""]] "<i><b>foo[]bar</b>baz</i>" queryCommandState("defaultparagraphseparato r") before 2582 PASS [["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagra ph",""]] "<i><b>foo[]bar</b>baz</i>" queryCommandState("defaultparagraphseparato r") before
2583 PASS [["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagra ph",""]] "<i><b>foo[]bar</b>baz</i>" queryCommandValue("defaultparagraphseparato r") before 2583 PASS [["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagra ph",""]] "<i><b>foo[]bar</b>baz</i>" queryCommandValue("defaultparagraphseparato r") before
2584 PASS [["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagra ph",""]] "<i><b>foo[]bar</b>baz</i>" queryCommandIndeterm("defaultparagraphsepar ator") after 2584 PASS [["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagra ph",""]] "<i><b>foo[]bar</b>baz</i>" queryCommandIndeterm("defaultparagraphsepar ator") after
2585 PASS [["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagra ph",""]] "<i><b>foo[]bar</b>baz</i>" queryCommandState("defaultparagraphseparato r") after 2585 PASS [["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagra ph",""]] "<i><b>foo[]bar</b>baz</i>" queryCommandState("defaultparagraphseparato r") after
2586 PASS [["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagra ph",""]] "<i><b>foo[]bar</b>baz</i>" queryCommandValue("defaultparagraphseparato r") after 2586 PASS [["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagra ph",""]] "<i><b>foo[]bar</b>baz</i>" queryCommandValue("defaultparagraphseparato r") after
2587 PASS [["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagra ph",""]] "<i><b>foo[]bar</b>baz</i>" queryCommandIndeterm("insertparagraph") bef ore 2587 PASS [["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagra ph",""]] "<i><b>foo[]bar</b>baz</i>" queryCommandIndeterm("insertparagraph") bef ore
2588 PASS [["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagra ph",""]] "<i><b>foo[]bar</b>baz</i>" queryCommandState("insertparagraph") before 2588 PASS [["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagra ph",""]] "<i><b>foo[]bar</b>baz</i>" queryCommandState("insertparagraph") before
2589 PASS [["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagra ph",""]] "<i><b>foo[]bar</b>baz</i>" queryCommandValue("insertparagraph") before 2589 PASS [["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagra ph",""]] "<i><b>foo[]bar</b>baz</i>" queryCommandValue("insertparagraph") before
2590 PASS [["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagra ph",""]] "<i><b>foo[]bar</b>baz</i>" queryCommandIndeterm("insertparagraph") aft er 2590 PASS [["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagra ph",""]] "<i><b>foo[]bar</b>baz</i>" queryCommandIndeterm("insertparagraph") aft er
2591 PASS [["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagra ph",""]] "<i><b>foo[]bar</b>baz</i>" queryCommandState("insertparagraph") after 2591 PASS [["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagra ph",""]] "<i><b>foo[]bar</b>baz</i>" queryCommandState("insertparagraph") after
2592 PASS [["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagra ph",""]] "<i><b>foo[]bar</b>baz</i>" queryCommandValue("insertparagraph") after 2592 PASS [["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagra ph",""]] "<i><b>foo[]bar</b>baz</i>" queryCommandValue("insertparagraph") after
2593 PASS [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<p><b>foo[]bar</b></p>": execCommand("stylewithcss", false, "true") r eturn value 2593 PASS [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<p><b>foo[]bar</b></p>": execCommand("stylewithcss", false, "true") r eturn value
2594 PASS [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<p><b>foo[]bar</b></p>": execCommand("defaultparagraphseparator", fal se, "div") return value 2594 PASS [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<p><b>foo[]bar</b></p>": execCommand("defaultparagraphseparator", fal se, "div") return value
2595 PASS [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<p><b>foo[]bar</b></p>": execCommand("insertparagraph", false, "") re turn value 2595 PASS [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<p><b>foo[]bar</b></p>": execCommand("insertparagraph", false, "") re turn value
2596 PASS [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<p><b>foo[]bar</b></p>" checks for modifications to non-editable cont ent 2596 PASS [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<p><b>foo[]bar</b></p>" checks for modifications to non-editable cont ent
2597 PASS [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<p><b>foo[]bar</b></p>" compare innerHTML 2597 PASS [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<p><b>foo[]bar</b></p>" compare innerHTML
2598 PASS [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<p><b>foo[]bar</b></p>" queryCommandIndeterm("stylewithcss") before 2598 PASS [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<p><b>foo[]bar</b></p>" queryCommandIndeterm("stylewithcss") before
2599 PASS [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<p><b>foo[]bar</b></p>" queryCommandState("stylewithcss") before 2599 PASS [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<p><b>foo[]bar</b></p>" queryCommandState("stylewithcss") before
2600 FAIL [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<p><b>foo[]bar</b></p>" queryCommandValue("stylewithcss") before asse rt_equals: Wrong result returned expected "" but got "false" 2600 PASS [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<p><b>foo[]bar</b></p>" queryCommandValue("stylewithcss") before
2601 PASS [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<p><b>foo[]bar</b></p>" queryCommandIndeterm("stylewithcss") after 2601 PASS [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<p><b>foo[]bar</b></p>" queryCommandIndeterm("stylewithcss") after
2602 PASS [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<p><b>foo[]bar</b></p>" queryCommandState("stylewithcss") after 2602 PASS [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<p><b>foo[]bar</b></p>" queryCommandState("stylewithcss") after
2603 FAIL [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<p><b>foo[]bar</b></p>" queryCommandValue("stylewithcss") after asser t_equals: Wrong result returned expected "" but got "true" 2603 PASS [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<p><b>foo[]bar</b></p>" queryCommandValue("stylewithcss") after
2604 PASS [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<p><b>foo[]bar</b></p>" queryCommandIndeterm("defaultparagraphseparat or") before 2604 PASS [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<p><b>foo[]bar</b></p>" queryCommandIndeterm("defaultparagraphseparat or") before
2605 PASS [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<p><b>foo[]bar</b></p>" queryCommandState("defaultparagraphseparator" ) before 2605 PASS [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<p><b>foo[]bar</b></p>" queryCommandState("defaultparagraphseparator" ) before
2606 PASS [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<p><b>foo[]bar</b></p>" queryCommandValue("defaultparagraphseparator" ) before 2606 PASS [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<p><b>foo[]bar</b></p>" queryCommandValue("defaultparagraphseparator" ) before
2607 PASS [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<p><b>foo[]bar</b></p>" queryCommandIndeterm("defaultparagraphseparat or") after 2607 PASS [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<p><b>foo[]bar</b></p>" queryCommandIndeterm("defaultparagraphseparat or") after
2608 PASS [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<p><b>foo[]bar</b></p>" queryCommandState("defaultparagraphseparator" ) after 2608 PASS [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<p><b>foo[]bar</b></p>" queryCommandState("defaultparagraphseparator" ) after
2609 PASS [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<p><b>foo[]bar</b></p>" queryCommandValue("defaultparagraphseparator" ) after 2609 PASS [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<p><b>foo[]bar</b></p>" queryCommandValue("defaultparagraphseparator" ) after
2610 PASS [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<p><b>foo[]bar</b></p>" queryCommandIndeterm("insertparagraph") befor e 2610 PASS [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<p><b>foo[]bar</b></p>" queryCommandIndeterm("insertparagraph") befor e
2611 PASS [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<p><b>foo[]bar</b></p>" queryCommandState("insertparagraph") before 2611 PASS [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<p><b>foo[]bar</b></p>" queryCommandState("insertparagraph") before
2612 PASS [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<p><b>foo[]bar</b></p>" queryCommandValue("insertparagraph") before 2612 PASS [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<p><b>foo[]bar</b></p>" queryCommandValue("insertparagraph") before
2613 PASS [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<p><b>foo[]bar</b></p>" queryCommandIndeterm("insertparagraph") after 2613 PASS [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<p><b>foo[]bar</b></p>" queryCommandIndeterm("insertparagraph") after
2614 PASS [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<p><b>foo[]bar</b></p>" queryCommandState("insertparagraph") after 2614 PASS [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<p><b>foo[]bar</b></p>" queryCommandState("insertparagraph") after
2615 PASS [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<p><b>foo[]bar</b></p>" queryCommandValue("insertparagraph") after 2615 PASS [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<p><b>foo[]bar</b></p>" queryCommandValue("insertparagraph") after
2616 PASS [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<p><b>foo[]bar</b></p>": execCommand("stylewithcss", false, "false") return value 2616 PASS [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<p><b>foo[]bar</b></p>": execCommand("stylewithcss", false, "false") return value
2617 PASS [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<p><b>foo[]bar</b></p>": execCommand("defaultparagraphseparator", fa lse, "div") return value 2617 PASS [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<p><b>foo[]bar</b></p>": execCommand("defaultparagraphseparator", fa lse, "div") return value
2618 PASS [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<p><b>foo[]bar</b></p>": execCommand("insertparagraph", false, "") r eturn value 2618 PASS [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<p><b>foo[]bar</b></p>": execCommand("insertparagraph", false, "") r eturn value
2619 PASS [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<p><b>foo[]bar</b></p>" checks for modifications to non-editable con tent 2619 PASS [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<p><b>foo[]bar</b></p>" checks for modifications to non-editable con tent
2620 PASS [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<p><b>foo[]bar</b></p>" compare innerHTML 2620 PASS [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<p><b>foo[]bar</b></p>" compare innerHTML
2621 PASS [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<p><b>foo[]bar</b></p>" queryCommandIndeterm("stylewithcss") before 2621 PASS [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<p><b>foo[]bar</b></p>" queryCommandIndeterm("stylewithcss") before
2622 PASS [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<p><b>foo[]bar</b></p>" queryCommandState("stylewithcss") before 2622 PASS [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<p><b>foo[]bar</b></p>" queryCommandState("stylewithcss") before
2623 FAIL [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<p><b>foo[]bar</b></p>" queryCommandValue("stylewithcss") before ass ert_equals: Wrong result returned expected "" but got "true" 2623 PASS [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<p><b>foo[]bar</b></p>" queryCommandValue("stylewithcss") before
2624 PASS [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<p><b>foo[]bar</b></p>" queryCommandIndeterm("stylewithcss") after 2624 PASS [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<p><b>foo[]bar</b></p>" queryCommandIndeterm("stylewithcss") after
2625 PASS [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<p><b>foo[]bar</b></p>" queryCommandState("stylewithcss") after 2625 PASS [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<p><b>foo[]bar</b></p>" queryCommandState("stylewithcss") after
2626 FAIL [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<p><b>foo[]bar</b></p>" queryCommandValue("stylewithcss") after asse rt_equals: Wrong result returned expected "" but got "false" 2626 PASS [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<p><b>foo[]bar</b></p>" queryCommandValue("stylewithcss") after
2627 PASS [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<p><b>foo[]bar</b></p>" queryCommandIndeterm("defaultparagraphsepara tor") before 2627 PASS [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<p><b>foo[]bar</b></p>" queryCommandIndeterm("defaultparagraphsepara tor") before
2628 PASS [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<p><b>foo[]bar</b></p>" queryCommandState("defaultparagraphseparator ") before 2628 PASS [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<p><b>foo[]bar</b></p>" queryCommandState("defaultparagraphseparator ") before
2629 PASS [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<p><b>foo[]bar</b></p>" queryCommandValue("defaultparagraphseparator ") before 2629 PASS [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<p><b>foo[]bar</b></p>" queryCommandValue("defaultparagraphseparator ") before
2630 PASS [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<p><b>foo[]bar</b></p>" queryCommandIndeterm("defaultparagraphsepara tor") after 2630 PASS [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<p><b>foo[]bar</b></p>" queryCommandIndeterm("defaultparagraphsepara tor") after
2631 PASS [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<p><b>foo[]bar</b></p>" queryCommandState("defaultparagraphseparator ") after 2631 PASS [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<p><b>foo[]bar</b></p>" queryCommandState("defaultparagraphseparator ") after
2632 PASS [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<p><b>foo[]bar</b></p>" queryCommandValue("defaultparagraphseparator ") after 2632 PASS [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<p><b>foo[]bar</b></p>" queryCommandValue("defaultparagraphseparator ") after
2633 PASS [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<p><b>foo[]bar</b></p>" queryCommandIndeterm("insertparagraph") befo re 2633 PASS [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<p><b>foo[]bar</b></p>" queryCommandIndeterm("insertparagraph") befo re
2634 PASS [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<p><b>foo[]bar</b></p>" queryCommandState("insertparagraph") before 2634 PASS [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<p><b>foo[]bar</b></p>" queryCommandState("insertparagraph") before
2635 PASS [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<p><b>foo[]bar</b></p>" queryCommandValue("insertparagraph") before 2635 PASS [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<p><b>foo[]bar</b></p>" queryCommandValue("insertparagraph") before
2636 PASS [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<p><b>foo[]bar</b></p>" queryCommandIndeterm("insertparagraph") afte r 2636 PASS [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<p><b>foo[]bar</b></p>" queryCommandIndeterm("insertparagraph") afte r
2637 PASS [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<p><b>foo[]bar</b></p>" queryCommandState("insertparagraph") after 2637 PASS [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<p><b>foo[]bar</b></p>" queryCommandState("insertparagraph") after
2638 PASS [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<p><b>foo[]bar</b></p>" queryCommandValue("insertparagraph") after 2638 PASS [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<p><b>foo[]bar</b></p>" queryCommandValue("insertparagraph") after
2639 PASS [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<p><b>foo[]bar</b></p>": execCommand("stylewithcss", false, "true") ret urn value 2639 PASS [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<p><b>foo[]bar</b></p>": execCommand("stylewithcss", false, "true") ret urn value
2640 PASS [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<p><b>foo[]bar</b></p>": execCommand("defaultparagraphseparator", false , "p") return value 2640 PASS [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<p><b>foo[]bar</b></p>": execCommand("defaultparagraphseparator", false , "p") return value
2641 PASS [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<p><b>foo[]bar</b></p>": execCommand("insertparagraph", false, "") retu rn value 2641 PASS [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<p><b>foo[]bar</b></p>": execCommand("insertparagraph", false, "") retu rn value
2642 PASS [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<p><b>foo[]bar</b></p>" checks for modifications to non-editable conten t 2642 PASS [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<p><b>foo[]bar</b></p>" checks for modifications to non-editable conten t
2643 PASS [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<p><b>foo[]bar</b></p>" compare innerHTML 2643 PASS [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<p><b>foo[]bar</b></p>" compare innerHTML
2644 PASS [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<p><b>foo[]bar</b></p>" queryCommandIndeterm("stylewithcss") before 2644 PASS [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<p><b>foo[]bar</b></p>" queryCommandIndeterm("stylewithcss") before
2645 PASS [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<p><b>foo[]bar</b></p>" queryCommandState("stylewithcss") before 2645 PASS [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<p><b>foo[]bar</b></p>" queryCommandState("stylewithcss") before
2646 FAIL [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<p><b>foo[]bar</b></p>" queryCommandValue("stylewithcss") before assert _equals: Wrong result returned expected "" but got "false" 2646 PASS [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<p><b>foo[]bar</b></p>" queryCommandValue("stylewithcss") before
2647 PASS [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<p><b>foo[]bar</b></p>" queryCommandIndeterm("stylewithcss") after 2647 PASS [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<p><b>foo[]bar</b></p>" queryCommandIndeterm("stylewithcss") after
2648 PASS [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<p><b>foo[]bar</b></p>" queryCommandState("stylewithcss") after 2648 PASS [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<p><b>foo[]bar</b></p>" queryCommandState("stylewithcss") after
2649 FAIL [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<p><b>foo[]bar</b></p>" queryCommandValue("stylewithcss") after assert_ equals: Wrong result returned expected "" but got "true" 2649 PASS [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<p><b>foo[]bar</b></p>" queryCommandValue("stylewithcss") after
2650 PASS [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<p><b>foo[]bar</b></p>" queryCommandIndeterm("defaultparagraphseparator ") before 2650 PASS [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<p><b>foo[]bar</b></p>" queryCommandIndeterm("defaultparagraphseparator ") before
2651 PASS [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<p><b>foo[]bar</b></p>" queryCommandState("defaultparagraphseparator") before 2651 PASS [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<p><b>foo[]bar</b></p>" queryCommandState("defaultparagraphseparator") before
2652 PASS [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<p><b>foo[]bar</b></p>" queryCommandValue("defaultparagraphseparator") before 2652 PASS [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<p><b>foo[]bar</b></p>" queryCommandValue("defaultparagraphseparator") before
2653 PASS [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<p><b>foo[]bar</b></p>" queryCommandIndeterm("defaultparagraphseparator ") after 2653 PASS [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<p><b>foo[]bar</b></p>" queryCommandIndeterm("defaultparagraphseparator ") after
2654 PASS [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<p><b>foo[]bar</b></p>" queryCommandState("defaultparagraphseparator") after 2654 PASS [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<p><b>foo[]bar</b></p>" queryCommandState("defaultparagraphseparator") after
2655 PASS [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<p><b>foo[]bar</b></p>" queryCommandValue("defaultparagraphseparator") after 2655 PASS [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<p><b>foo[]bar</b></p>" queryCommandValue("defaultparagraphseparator") after
2656 PASS [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<p><b>foo[]bar</b></p>" queryCommandIndeterm("insertparagraph") before 2656 PASS [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<p><b>foo[]bar</b></p>" queryCommandIndeterm("insertparagraph") before
2657 PASS [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<p><b>foo[]bar</b></p>" queryCommandState("insertparagraph") before 2657 PASS [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<p><b>foo[]bar</b></p>" queryCommandState("insertparagraph") before
2658 PASS [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<p><b>foo[]bar</b></p>" queryCommandValue("insertparagraph") before 2658 PASS [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<p><b>foo[]bar</b></p>" queryCommandValue("insertparagraph") before
2659 PASS [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<p><b>foo[]bar</b></p>" queryCommandIndeterm("insertparagraph") after 2659 PASS [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<p><b>foo[]bar</b></p>" queryCommandIndeterm("insertparagraph") after
2660 PASS [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<p><b>foo[]bar</b></p>" queryCommandState("insertparagraph") after 2660 PASS [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<p><b>foo[]bar</b></p>" queryCommandState("insertparagraph") after
2661 PASS [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<p><b>foo[]bar</b></p>" queryCommandValue("insertparagraph") after 2661 PASS [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<p><b>foo[]bar</b></p>" queryCommandValue("insertparagraph") after
2662 PASS [["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagra ph",""]] "<p><b>foo[]bar</b></p>": execCommand("stylewithcss", false, "false") r eturn value 2662 PASS [["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagra ph",""]] "<p><b>foo[]bar</b></p>": execCommand("stylewithcss", false, "false") r eturn value
2663 PASS [["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagra ph",""]] "<p><b>foo[]bar</b></p>": execCommand("defaultparagraphseparator", fals e, "p") return value 2663 PASS [["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagra ph",""]] "<p><b>foo[]bar</b></p>": execCommand("defaultparagraphseparator", fals e, "p") return value
2664 PASS [["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagra ph",""]] "<p><b>foo[]bar</b></p>": execCommand("insertparagraph", false, "") ret urn value 2664 PASS [["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagra ph",""]] "<p><b>foo[]bar</b></p>": execCommand("insertparagraph", false, "") ret urn value
2665 PASS [["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagra ph",""]] "<p><b>foo[]bar</b></p>" checks for modifications to non-editable conte nt 2665 PASS [["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagra ph",""]] "<p><b>foo[]bar</b></p>" checks for modifications to non-editable conte nt
2666 PASS [["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagra ph",""]] "<p><b>foo[]bar</b></p>" compare innerHTML 2666 PASS [["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagra ph",""]] "<p><b>foo[]bar</b></p>" compare innerHTML
2667 PASS [["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagra ph",""]] "<p><b>foo[]bar</b></p>" queryCommandIndeterm("stylewithcss") before 2667 PASS [["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagra ph",""]] "<p><b>foo[]bar</b></p>" queryCommandIndeterm("stylewithcss") before
2668 PASS [["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagra ph",""]] "<p><b>foo[]bar</b></p>" queryCommandState("stylewithcss") before 2668 PASS [["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagra ph",""]] "<p><b>foo[]bar</b></p>" queryCommandState("stylewithcss") before
2669 FAIL [["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagra ph",""]] "<p><b>foo[]bar</b></p>" queryCommandValue("stylewithcss") before asser t_equals: Wrong result returned expected "" but got "true" 2669 PASS [["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagra ph",""]] "<p><b>foo[]bar</b></p>" queryCommandValue("stylewithcss") before
2670 PASS [["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagra ph",""]] "<p><b>foo[]bar</b></p>" queryCommandIndeterm("stylewithcss") after 2670 PASS [["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagra ph",""]] "<p><b>foo[]bar</b></p>" queryCommandIndeterm("stylewithcss") after
2671 PASS [["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagra ph",""]] "<p><b>foo[]bar</b></p>" queryCommandState("stylewithcss") after 2671 PASS [["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagra ph",""]] "<p><b>foo[]bar</b></p>" queryCommandState("stylewithcss") after
2672 FAIL [["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagra ph",""]] "<p><b>foo[]bar</b></p>" queryCommandValue("stylewithcss") after assert _equals: Wrong result returned expected "" but got "false" 2672 PASS [["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagra ph",""]] "<p><b>foo[]bar</b></p>" queryCommandValue("stylewithcss") after
2673 PASS [["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagra ph",""]] "<p><b>foo[]bar</b></p>" queryCommandIndeterm("defaultparagraphseparato r") before 2673 PASS [["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagra ph",""]] "<p><b>foo[]bar</b></p>" queryCommandIndeterm("defaultparagraphseparato r") before
2674 PASS [["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagra ph",""]] "<p><b>foo[]bar</b></p>" queryCommandState("defaultparagraphseparator") before 2674 PASS [["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagra ph",""]] "<p><b>foo[]bar</b></p>" queryCommandState("defaultparagraphseparator") before
2675 PASS [["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagra ph",""]] "<p><b>foo[]bar</b></p>" queryCommandValue("defaultparagraphseparator") before 2675 PASS [["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagra ph",""]] "<p><b>foo[]bar</b></p>" queryCommandValue("defaultparagraphseparator") before
2676 PASS [["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagra ph",""]] "<p><b>foo[]bar</b></p>" queryCommandIndeterm("defaultparagraphseparato r") after 2676 PASS [["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagra ph",""]] "<p><b>foo[]bar</b></p>" queryCommandIndeterm("defaultparagraphseparato r") after
2677 PASS [["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagra ph",""]] "<p><b>foo[]bar</b></p>" queryCommandState("defaultparagraphseparator") after 2677 PASS [["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagra ph",""]] "<p><b>foo[]bar</b></p>" queryCommandState("defaultparagraphseparator") after
2678 PASS [["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagra ph",""]] "<p><b>foo[]bar</b></p>" queryCommandValue("defaultparagraphseparator") after 2678 PASS [["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagra ph",""]] "<p><b>foo[]bar</b></p>" queryCommandValue("defaultparagraphseparator") after
2679 PASS [["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagra ph",""]] "<p><b>foo[]bar</b></p>" queryCommandIndeterm("insertparagraph") before 2679 PASS [["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagra ph",""]] "<p><b>foo[]bar</b></p>" queryCommandIndeterm("insertparagraph") before
2680 PASS [["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagra ph",""]] "<p><b>foo[]bar</b></p>" queryCommandState("insertparagraph") before 2680 PASS [["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagra ph",""]] "<p><b>foo[]bar</b></p>" queryCommandState("insertparagraph") before
2681 PASS [["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagra ph",""]] "<p><b>foo[]bar</b></p>" queryCommandValue("insertparagraph") before 2681 PASS [["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagra ph",""]] "<p><b>foo[]bar</b></p>" queryCommandValue("insertparagraph") before
2682 PASS [["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagra ph",""]] "<p><b>foo[]bar</b></p>" queryCommandIndeterm("insertparagraph") after 2682 PASS [["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagra ph",""]] "<p><b>foo[]bar</b></p>" queryCommandIndeterm("insertparagraph") after
(...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after
2714 PASS [["defaultparagraphseparator","p"],["insertparagraph",""]] "<p><b>[]foo</b> </p>" queryCommandIndeterm("insertparagraph") after 2714 PASS [["defaultparagraphseparator","p"],["insertparagraph",""]] "<p><b>[]foo</b> </p>" queryCommandIndeterm("insertparagraph") after
2715 PASS [["defaultparagraphseparator","p"],["insertparagraph",""]] "<p><b>[]foo</b> </p>" queryCommandState("insertparagraph") after 2715 PASS [["defaultparagraphseparator","p"],["insertparagraph",""]] "<p><b>[]foo</b> </p>" queryCommandState("insertparagraph") after
2716 PASS [["defaultparagraphseparator","p"],["insertparagraph",""]] "<p><b>[]foo</b> </p>" queryCommandValue("insertparagraph") after 2716 PASS [["defaultparagraphseparator","p"],["insertparagraph",""]] "<p><b>[]foo</b> </p>" queryCommandValue("insertparagraph") after
2717 PASS [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<p><b id=x class=y>foo[]bar</b></p>": execCommand("stylewithcss", fal se, "true") return value 2717 PASS [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<p><b id=x class=y>foo[]bar</b></p>": execCommand("stylewithcss", fal se, "true") return value
2718 PASS [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<p><b id=x class=y>foo[]bar</b></p>": execCommand("defaultparagraphse parator", false, "div") return value 2718 PASS [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<p><b id=x class=y>foo[]bar</b></p>": execCommand("defaultparagraphse parator", false, "div") return value
2719 PASS [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<p><b id=x class=y>foo[]bar</b></p>": execCommand("insertparagraph", false, "") return value 2719 PASS [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<p><b id=x class=y>foo[]bar</b></p>": execCommand("insertparagraph", false, "") return value
2720 PASS [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<p><b id=x class=y>foo[]bar</b></p>" checks for modifications to non- editable content 2720 PASS [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<p><b id=x class=y>foo[]bar</b></p>" checks for modifications to non- editable content
2721 PASS [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<p><b id=x class=y>foo[]bar</b></p>" compare innerHTML 2721 PASS [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<p><b id=x class=y>foo[]bar</b></p>" compare innerHTML
2722 PASS [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<p><b id=x class=y>foo[]bar</b></p>" queryCommandIndeterm("stylewithc ss") before 2722 PASS [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<p><b id=x class=y>foo[]bar</b></p>" queryCommandIndeterm("stylewithc ss") before
2723 PASS [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<p><b id=x class=y>foo[]bar</b></p>" queryCommandState("stylewithcss" ) before 2723 PASS [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<p><b id=x class=y>foo[]bar</b></p>" queryCommandState("stylewithcss" ) before
2724 FAIL [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<p><b id=x class=y>foo[]bar</b></p>" queryCommandValue("stylewithcss" ) before assert_equals: Wrong result returned expected "" but got "false" 2724 PASS [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<p><b id=x class=y>foo[]bar</b></p>" queryCommandValue("stylewithcss" ) before
2725 PASS [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<p><b id=x class=y>foo[]bar</b></p>" queryCommandIndeterm("stylewithc ss") after 2725 PASS [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<p><b id=x class=y>foo[]bar</b></p>" queryCommandIndeterm("stylewithc ss") after
2726 PASS [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<p><b id=x class=y>foo[]bar</b></p>" queryCommandState("stylewithcss" ) after 2726 PASS [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<p><b id=x class=y>foo[]bar</b></p>" queryCommandState("stylewithcss" ) after
2727 FAIL [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<p><b id=x class=y>foo[]bar</b></p>" queryCommandValue("stylewithcss" ) after assert_equals: Wrong result returned expected "" but got "true" 2727 PASS [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<p><b id=x class=y>foo[]bar</b></p>" queryCommandValue("stylewithcss" ) after
2728 PASS [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<p><b id=x class=y>foo[]bar</b></p>" queryCommandIndeterm("defaultpar agraphseparator") before 2728 PASS [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<p><b id=x class=y>foo[]bar</b></p>" queryCommandIndeterm("defaultpar agraphseparator") before
2729 PASS [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<p><b id=x class=y>foo[]bar</b></p>" queryCommandState("defaultparagr aphseparator") before 2729 PASS [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<p><b id=x class=y>foo[]bar</b></p>" queryCommandState("defaultparagr aphseparator") before
2730 PASS [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<p><b id=x class=y>foo[]bar</b></p>" queryCommandValue("defaultparagr aphseparator") before 2730 PASS [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<p><b id=x class=y>foo[]bar</b></p>" queryCommandValue("defaultparagr aphseparator") before
2731 PASS [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<p><b id=x class=y>foo[]bar</b></p>" queryCommandIndeterm("defaultpar agraphseparator") after 2731 PASS [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<p><b id=x class=y>foo[]bar</b></p>" queryCommandIndeterm("defaultpar agraphseparator") after
2732 PASS [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<p><b id=x class=y>foo[]bar</b></p>" queryCommandState("defaultparagr aphseparator") after 2732 PASS [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<p><b id=x class=y>foo[]bar</b></p>" queryCommandState("defaultparagr aphseparator") after
2733 PASS [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<p><b id=x class=y>foo[]bar</b></p>" queryCommandValue("defaultparagr aphseparator") after 2733 PASS [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<p><b id=x class=y>foo[]bar</b></p>" queryCommandValue("defaultparagr aphseparator") after
2734 PASS [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<p><b id=x class=y>foo[]bar</b></p>" queryCommandIndeterm("insertpara graph") before 2734 PASS [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<p><b id=x class=y>foo[]bar</b></p>" queryCommandIndeterm("insertpara graph") before
2735 PASS [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<p><b id=x class=y>foo[]bar</b></p>" queryCommandState("insertparagra ph") before 2735 PASS [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<p><b id=x class=y>foo[]bar</b></p>" queryCommandState("insertparagra ph") before
2736 PASS [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<p><b id=x class=y>foo[]bar</b></p>" queryCommandValue("insertparagra ph") before 2736 PASS [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<p><b id=x class=y>foo[]bar</b></p>" queryCommandValue("insertparagra ph") before
2737 PASS [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<p><b id=x class=y>foo[]bar</b></p>" queryCommandIndeterm("insertpara graph") after 2737 PASS [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<p><b id=x class=y>foo[]bar</b></p>" queryCommandIndeterm("insertpara graph") after
2738 PASS [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<p><b id=x class=y>foo[]bar</b></p>" queryCommandState("insertparagra ph") after 2738 PASS [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<p><b id=x class=y>foo[]bar</b></p>" queryCommandState("insertparagra ph") after
2739 PASS [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<p><b id=x class=y>foo[]bar</b></p>" queryCommandValue("insertparagra ph") after 2739 PASS [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<p><b id=x class=y>foo[]bar</b></p>" queryCommandValue("insertparagra ph") after
2740 PASS [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<p><b id=x class=y>foo[]bar</b></p>": execCommand("stylewithcss", fa lse, "false") return value 2740 PASS [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<p><b id=x class=y>foo[]bar</b></p>": execCommand("stylewithcss", fa lse, "false") return value
2741 PASS [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<p><b id=x class=y>foo[]bar</b></p>": execCommand("defaultparagraphs eparator", false, "div") return value 2741 PASS [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<p><b id=x class=y>foo[]bar</b></p>": execCommand("defaultparagraphs eparator", false, "div") return value
2742 PASS [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<p><b id=x class=y>foo[]bar</b></p>": execCommand("insertparagraph", false, "") return value 2742 PASS [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<p><b id=x class=y>foo[]bar</b></p>": execCommand("insertparagraph", false, "") return value
2743 PASS [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<p><b id=x class=y>foo[]bar</b></p>" checks for modifications to non -editable content 2743 PASS [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<p><b id=x class=y>foo[]bar</b></p>" checks for modifications to non -editable content
2744 PASS [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<p><b id=x class=y>foo[]bar</b></p>" compare innerHTML 2744 PASS [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<p><b id=x class=y>foo[]bar</b></p>" compare innerHTML
2745 PASS [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<p><b id=x class=y>foo[]bar</b></p>" queryCommandIndeterm("stylewith css") before 2745 PASS [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<p><b id=x class=y>foo[]bar</b></p>" queryCommandIndeterm("stylewith css") before
2746 PASS [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<p><b id=x class=y>foo[]bar</b></p>" queryCommandState("stylewithcss ") before 2746 PASS [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<p><b id=x class=y>foo[]bar</b></p>" queryCommandState("stylewithcss ") before
2747 FAIL [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<p><b id=x class=y>foo[]bar</b></p>" queryCommandValue("stylewithcss ") before assert_equals: Wrong result returned expected "" but got "true" 2747 PASS [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<p><b id=x class=y>foo[]bar</b></p>" queryCommandValue("stylewithcss ") before
2748 PASS [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<p><b id=x class=y>foo[]bar</b></p>" queryCommandIndeterm("stylewith css") after 2748 PASS [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<p><b id=x class=y>foo[]bar</b></p>" queryCommandIndeterm("stylewith css") after
2749 PASS [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<p><b id=x class=y>foo[]bar</b></p>" queryCommandState("stylewithcss ") after 2749 PASS [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<p><b id=x class=y>foo[]bar</b></p>" queryCommandState("stylewithcss ") after
2750 FAIL [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<p><b id=x class=y>foo[]bar</b></p>" queryCommandValue("stylewithcss ") after assert_equals: Wrong result returned expected "" but got "false" 2750 PASS [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<p><b id=x class=y>foo[]bar</b></p>" queryCommandValue("stylewithcss ") after
2751 PASS [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<p><b id=x class=y>foo[]bar</b></p>" queryCommandIndeterm("defaultpa ragraphseparator") before 2751 PASS [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<p><b id=x class=y>foo[]bar</b></p>" queryCommandIndeterm("defaultpa ragraphseparator") before
2752 PASS [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<p><b id=x class=y>foo[]bar</b></p>" queryCommandState("defaultparag raphseparator") before 2752 PASS [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<p><b id=x class=y>foo[]bar</b></p>" queryCommandState("defaultparag raphseparator") before
2753 PASS [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<p><b id=x class=y>foo[]bar</b></p>" queryCommandValue("defaultparag raphseparator") before 2753 PASS [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<p><b id=x class=y>foo[]bar</b></p>" queryCommandValue("defaultparag raphseparator") before
2754 PASS [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<p><b id=x class=y>foo[]bar</b></p>" queryCommandIndeterm("defaultpa ragraphseparator") after 2754 PASS [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<p><b id=x class=y>foo[]bar</b></p>" queryCommandIndeterm("defaultpa ragraphseparator") after
2755 PASS [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<p><b id=x class=y>foo[]bar</b></p>" queryCommandState("defaultparag raphseparator") after 2755 PASS [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<p><b id=x class=y>foo[]bar</b></p>" queryCommandState("defaultparag raphseparator") after
2756 PASS [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<p><b id=x class=y>foo[]bar</b></p>" queryCommandValue("defaultparag raphseparator") after 2756 PASS [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<p><b id=x class=y>foo[]bar</b></p>" queryCommandValue("defaultparag raphseparator") after
2757 PASS [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<p><b id=x class=y>foo[]bar</b></p>" queryCommandIndeterm("insertpar agraph") before 2757 PASS [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<p><b id=x class=y>foo[]bar</b></p>" queryCommandIndeterm("insertpar agraph") before
2758 PASS [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<p><b id=x class=y>foo[]bar</b></p>" queryCommandState("insertparagr aph") before 2758 PASS [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<p><b id=x class=y>foo[]bar</b></p>" queryCommandState("insertparagr aph") before
2759 PASS [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<p><b id=x class=y>foo[]bar</b></p>" queryCommandValue("insertparagr aph") before 2759 PASS [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<p><b id=x class=y>foo[]bar</b></p>" queryCommandValue("insertparagr aph") before
2760 PASS [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<p><b id=x class=y>foo[]bar</b></p>" queryCommandIndeterm("insertpar agraph") after 2760 PASS [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<p><b id=x class=y>foo[]bar</b></p>" queryCommandIndeterm("insertpar agraph") after
2761 PASS [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<p><b id=x class=y>foo[]bar</b></p>" queryCommandState("insertparagr aph") after 2761 PASS [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<p><b id=x class=y>foo[]bar</b></p>" queryCommandState("insertparagr aph") after
2762 PASS [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<p><b id=x class=y>foo[]bar</b></p>" queryCommandValue("insertparagr aph") after 2762 PASS [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<p><b id=x class=y>foo[]bar</b></p>" queryCommandValue("insertparagr aph") after
2763 PASS [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<p><b id=x class=y>foo[]bar</b></p>": execCommand("stylewithcss", false , "true") return value 2763 PASS [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<p><b id=x class=y>foo[]bar</b></p>": execCommand("stylewithcss", false , "true") return value
2764 PASS [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<p><b id=x class=y>foo[]bar</b></p>": execCommand("defaultparagraphsepa rator", false, "p") return value 2764 PASS [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<p><b id=x class=y>foo[]bar</b></p>": execCommand("defaultparagraphsepa rator", false, "p") return value
2765 PASS [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<p><b id=x class=y>foo[]bar</b></p>": execCommand("insertparagraph", fa lse, "") return value 2765 PASS [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<p><b id=x class=y>foo[]bar</b></p>": execCommand("insertparagraph", fa lse, "") return value
2766 PASS [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<p><b id=x class=y>foo[]bar</b></p>" checks for modifications to non-ed itable content 2766 PASS [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<p><b id=x class=y>foo[]bar</b></p>" checks for modifications to non-ed itable content
2767 PASS [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<p><b id=x class=y>foo[]bar</b></p>" compare innerHTML 2767 PASS [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<p><b id=x class=y>foo[]bar</b></p>" compare innerHTML
2768 PASS [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<p><b id=x class=y>foo[]bar</b></p>" queryCommandIndeterm("stylewithcss ") before 2768 PASS [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<p><b id=x class=y>foo[]bar</b></p>" queryCommandIndeterm("stylewithcss ") before
2769 PASS [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<p><b id=x class=y>foo[]bar</b></p>" queryCommandState("stylewithcss") before 2769 PASS [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<p><b id=x class=y>foo[]bar</b></p>" queryCommandState("stylewithcss") before
2770 FAIL [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<p><b id=x class=y>foo[]bar</b></p>" queryCommandValue("stylewithcss") before assert_equals: Wrong result returned expected "" but got "false" 2770 PASS [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<p><b id=x class=y>foo[]bar</b></p>" queryCommandValue("stylewithcss") before
2771 PASS [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<p><b id=x class=y>foo[]bar</b></p>" queryCommandIndeterm("stylewithcss ") after 2771 PASS [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<p><b id=x class=y>foo[]bar</b></p>" queryCommandIndeterm("stylewithcss ") after
2772 PASS [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<p><b id=x class=y>foo[]bar</b></p>" queryCommandState("stylewithcss") after 2772 PASS [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<p><b id=x class=y>foo[]bar</b></p>" queryCommandState("stylewithcss") after
2773 FAIL [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<p><b id=x class=y>foo[]bar</b></p>" queryCommandValue("stylewithcss") after assert_equals: Wrong result returned expected "" but got "true" 2773 PASS [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<p><b id=x class=y>foo[]bar</b></p>" queryCommandValue("stylewithcss") after
2774 PASS [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<p><b id=x class=y>foo[]bar</b></p>" queryCommandIndeterm("defaultparag raphseparator") before 2774 PASS [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<p><b id=x class=y>foo[]bar</b></p>" queryCommandIndeterm("defaultparag raphseparator") before
2775 PASS [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<p><b id=x class=y>foo[]bar</b></p>" queryCommandState("defaultparagrap hseparator") before 2775 PASS [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<p><b id=x class=y>foo[]bar</b></p>" queryCommandState("defaultparagrap hseparator") before
2776 PASS [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<p><b id=x class=y>foo[]bar</b></p>" queryCommandValue("defaultparagrap hseparator") before 2776 PASS [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<p><b id=x class=y>foo[]bar</b></p>" queryCommandValue("defaultparagrap hseparator") before
2777 PASS [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<p><b id=x class=y>foo[]bar</b></p>" queryCommandIndeterm("defaultparag raphseparator") after 2777 PASS [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<p><b id=x class=y>foo[]bar</b></p>" queryCommandIndeterm("defaultparag raphseparator") after
2778 PASS [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<p><b id=x class=y>foo[]bar</b></p>" queryCommandState("defaultparagrap hseparator") after 2778 PASS [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<p><b id=x class=y>foo[]bar</b></p>" queryCommandState("defaultparagrap hseparator") after
2779 PASS [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<p><b id=x class=y>foo[]bar</b></p>" queryCommandValue("defaultparagrap hseparator") after 2779 PASS [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<p><b id=x class=y>foo[]bar</b></p>" queryCommandValue("defaultparagrap hseparator") after
2780 PASS [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<p><b id=x class=y>foo[]bar</b></p>" queryCommandIndeterm("insertparagr aph") before 2780 PASS [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<p><b id=x class=y>foo[]bar</b></p>" queryCommandIndeterm("insertparagr aph") before
2781 PASS [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<p><b id=x class=y>foo[]bar</b></p>" queryCommandState("insertparagraph ") before 2781 PASS [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<p><b id=x class=y>foo[]bar</b></p>" queryCommandState("insertparagraph ") before
2782 PASS [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<p><b id=x class=y>foo[]bar</b></p>" queryCommandValue("insertparagraph ") before 2782 PASS [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<p><b id=x class=y>foo[]bar</b></p>" queryCommandValue("insertparagraph ") before
2783 PASS [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<p><b id=x class=y>foo[]bar</b></p>" queryCommandIndeterm("insertparagr aph") after 2783 PASS [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<p><b id=x class=y>foo[]bar</b></p>" queryCommandIndeterm("insertparagr aph") after
2784 PASS [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<p><b id=x class=y>foo[]bar</b></p>" queryCommandState("insertparagraph ") after 2784 PASS [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<p><b id=x class=y>foo[]bar</b></p>" queryCommandState("insertparagraph ") after
2785 PASS [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<p><b id=x class=y>foo[]bar</b></p>" queryCommandValue("insertparagraph ") after 2785 PASS [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<p><b id=x class=y>foo[]bar</b></p>" queryCommandValue("insertparagraph ") after
2786 PASS [["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagra ph",""]] "<p><b id=x class=y>foo[]bar</b></p>": execCommand("stylewithcss", fals e, "false") return value 2786 PASS [["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagra ph",""]] "<p><b id=x class=y>foo[]bar</b></p>": execCommand("stylewithcss", fals e, "false") return value
2787 PASS [["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagra ph",""]] "<p><b id=x class=y>foo[]bar</b></p>": execCommand("defaultparagraphsep arator", false, "p") return value 2787 PASS [["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagra ph",""]] "<p><b id=x class=y>foo[]bar</b></p>": execCommand("defaultparagraphsep arator", false, "p") return value
2788 PASS [["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagra ph",""]] "<p><b id=x class=y>foo[]bar</b></p>": execCommand("insertparagraph", f alse, "") return value 2788 PASS [["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagra ph",""]] "<p><b id=x class=y>foo[]bar</b></p>": execCommand("insertparagraph", f alse, "") return value
2789 PASS [["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagra ph",""]] "<p><b id=x class=y>foo[]bar</b></p>" checks for modifications to non-e ditable content 2789 PASS [["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagra ph",""]] "<p><b id=x class=y>foo[]bar</b></p>" checks for modifications to non-e ditable content
2790 PASS [["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagra ph",""]] "<p><b id=x class=y>foo[]bar</b></p>" compare innerHTML 2790 PASS [["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagra ph",""]] "<p><b id=x class=y>foo[]bar</b></p>" compare innerHTML
2791 PASS [["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagra ph",""]] "<p><b id=x class=y>foo[]bar</b></p>" queryCommandIndeterm("stylewithcs s") before 2791 PASS [["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagra ph",""]] "<p><b id=x class=y>foo[]bar</b></p>" queryCommandIndeterm("stylewithcs s") before
2792 PASS [["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagra ph",""]] "<p><b id=x class=y>foo[]bar</b></p>" queryCommandState("stylewithcss") before 2792 PASS [["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagra ph",""]] "<p><b id=x class=y>foo[]bar</b></p>" queryCommandState("stylewithcss") before
2793 FAIL [["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagra ph",""]] "<p><b id=x class=y>foo[]bar</b></p>" queryCommandValue("stylewithcss") before assert_equals: Wrong result returned expected "" but got "true" 2793 PASS [["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagra ph",""]] "<p><b id=x class=y>foo[]bar</b></p>" queryCommandValue("stylewithcss") before
2794 PASS [["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagra ph",""]] "<p><b id=x class=y>foo[]bar</b></p>" queryCommandIndeterm("stylewithcs s") after 2794 PASS [["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagra ph",""]] "<p><b id=x class=y>foo[]bar</b></p>" queryCommandIndeterm("stylewithcs s") after
2795 PASS [["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagra ph",""]] "<p><b id=x class=y>foo[]bar</b></p>" queryCommandState("stylewithcss") after 2795 PASS [["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagra ph",""]] "<p><b id=x class=y>foo[]bar</b></p>" queryCommandState("stylewithcss") after
2796 FAIL [["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagra ph",""]] "<p><b id=x class=y>foo[]bar</b></p>" queryCommandValue("stylewithcss") after assert_equals: Wrong result returned expected "" but got "false" 2796 PASS [["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagra ph",""]] "<p><b id=x class=y>foo[]bar</b></p>" queryCommandValue("stylewithcss") after
2797 PASS [["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagra ph",""]] "<p><b id=x class=y>foo[]bar</b></p>" queryCommandIndeterm("defaultpara graphseparator") before 2797 PASS [["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagra ph",""]] "<p><b id=x class=y>foo[]bar</b></p>" queryCommandIndeterm("defaultpara graphseparator") before
2798 PASS [["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagra ph",""]] "<p><b id=x class=y>foo[]bar</b></p>" queryCommandState("defaultparagra phseparator") before 2798 PASS [["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagra ph",""]] "<p><b id=x class=y>foo[]bar</b></p>" queryCommandState("defaultparagra phseparator") before
2799 PASS [["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagra ph",""]] "<p><b id=x class=y>foo[]bar</b></p>" queryCommandValue("defaultparagra phseparator") before 2799 PASS [["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagra ph",""]] "<p><b id=x class=y>foo[]bar</b></p>" queryCommandValue("defaultparagra phseparator") before
2800 PASS [["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagra ph",""]] "<p><b id=x class=y>foo[]bar</b></p>" queryCommandIndeterm("defaultpara graphseparator") after 2800 PASS [["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagra ph",""]] "<p><b id=x class=y>foo[]bar</b></p>" queryCommandIndeterm("defaultpara graphseparator") after
2801 PASS [["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagra ph",""]] "<p><b id=x class=y>foo[]bar</b></p>" queryCommandState("defaultparagra phseparator") after 2801 PASS [["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagra ph",""]] "<p><b id=x class=y>foo[]bar</b></p>" queryCommandState("defaultparagra phseparator") after
2802 PASS [["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagra ph",""]] "<p><b id=x class=y>foo[]bar</b></p>" queryCommandValue("defaultparagra phseparator") after 2802 PASS [["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagra ph",""]] "<p><b id=x class=y>foo[]bar</b></p>" queryCommandValue("defaultparagra phseparator") after
2803 PASS [["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagra ph",""]] "<p><b id=x class=y>foo[]bar</b></p>" queryCommandIndeterm("insertparag raph") before 2803 PASS [["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagra ph",""]] "<p><b id=x class=y>foo[]bar</b></p>" queryCommandIndeterm("insertparag raph") before
2804 PASS [["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagra ph",""]] "<p><b id=x class=y>foo[]bar</b></p>" queryCommandState("insertparagrap h") before 2804 PASS [["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagra ph",""]] "<p><b id=x class=y>foo[]bar</b></p>" queryCommandState("insertparagrap h") before
2805 PASS [["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagra ph",""]] "<p><b id=x class=y>foo[]bar</b></p>" queryCommandValue("insertparagrap h") before 2805 PASS [["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagra ph",""]] "<p><b id=x class=y>foo[]bar</b></p>" queryCommandValue("insertparagrap h") before
2806 PASS [["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagra ph",""]] "<p><b id=x class=y>foo[]bar</b></p>" queryCommandIndeterm("insertparag raph") after 2806 PASS [["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagra ph",""]] "<p><b id=x class=y>foo[]bar</b></p>" queryCommandIndeterm("insertparag raph") after
2807 PASS [["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagra ph",""]] "<p><b id=x class=y>foo[]bar</b></p>" queryCommandState("insertparagrap h") after 2807 PASS [["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagra ph",""]] "<p><b id=x class=y>foo[]bar</b></p>" queryCommandState("insertparagrap h") after
2808 PASS [["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagra ph",""]] "<p><b id=x class=y>foo[]bar</b></p>" queryCommandValue("insertparagrap h") after 2808 PASS [["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagra ph",""]] "<p><b id=x class=y>foo[]bar</b></p>" queryCommandValue("insertparagrap h") after
2809 PASS [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<div><b>foo[]bar</b></div>": execCommand("stylewithcss", false, "true ") return value 2809 PASS [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<div><b>foo[]bar</b></div>": execCommand("stylewithcss", false, "true ") return value
2810 PASS [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<div><b>foo[]bar</b></div>": execCommand("defaultparagraphseparator", false, "div") return value 2810 PASS [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<div><b>foo[]bar</b></div>": execCommand("defaultparagraphseparator", false, "div") return value
2811 PASS [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<div><b>foo[]bar</b></div>": execCommand("insertparagraph", false, "" ) return value 2811 PASS [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<div><b>foo[]bar</b></div>": execCommand("insertparagraph", false, "" ) return value
2812 PASS [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<div><b>foo[]bar</b></div>" checks for modifications to non-editable content 2812 PASS [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<div><b>foo[]bar</b></div>" checks for modifications to non-editable content
2813 PASS [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<div><b>foo[]bar</b></div>" compare innerHTML 2813 PASS [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<div><b>foo[]bar</b></div>" compare innerHTML
2814 PASS [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<div><b>foo[]bar</b></div>" queryCommandIndeterm("stylewithcss") befo re 2814 PASS [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<div><b>foo[]bar</b></div>" queryCommandIndeterm("stylewithcss") befo re
2815 PASS [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<div><b>foo[]bar</b></div>" queryCommandState("stylewithcss") before 2815 PASS [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<div><b>foo[]bar</b></div>" queryCommandState("stylewithcss") before
2816 FAIL [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<div><b>foo[]bar</b></div>" queryCommandValue("stylewithcss") before assert_equals: Wrong result returned expected "" but got "false" 2816 PASS [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<div><b>foo[]bar</b></div>" queryCommandValue("stylewithcss") before
2817 PASS [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<div><b>foo[]bar</b></div>" queryCommandIndeterm("stylewithcss") afte r 2817 PASS [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<div><b>foo[]bar</b></div>" queryCommandIndeterm("stylewithcss") afte r
2818 PASS [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<div><b>foo[]bar</b></div>" queryCommandState("stylewithcss") after 2818 PASS [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<div><b>foo[]bar</b></div>" queryCommandState("stylewithcss") after
2819 FAIL [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<div><b>foo[]bar</b></div>" queryCommandValue("stylewithcss") after a ssert_equals: Wrong result returned expected "" but got "true" 2819 PASS [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<div><b>foo[]bar</b></div>" queryCommandValue("stylewithcss") after
2820 PASS [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<div><b>foo[]bar</b></div>" queryCommandIndeterm("defaultparagraphsep arator") before 2820 PASS [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<div><b>foo[]bar</b></div>" queryCommandIndeterm("defaultparagraphsep arator") before
2821 PASS [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<div><b>foo[]bar</b></div>" queryCommandState("defaultparagraphsepara tor") before 2821 PASS [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<div><b>foo[]bar</b></div>" queryCommandState("defaultparagraphsepara tor") before
2822 PASS [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<div><b>foo[]bar</b></div>" queryCommandValue("defaultparagraphsepara tor") before 2822 PASS [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<div><b>foo[]bar</b></div>" queryCommandValue("defaultparagraphsepara tor") before
2823 PASS [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<div><b>foo[]bar</b></div>" queryCommandIndeterm("defaultparagraphsep arator") after 2823 PASS [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<div><b>foo[]bar</b></div>" queryCommandIndeterm("defaultparagraphsep arator") after
2824 PASS [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<div><b>foo[]bar</b></div>" queryCommandState("defaultparagraphsepara tor") after 2824 PASS [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<div><b>foo[]bar</b></div>" queryCommandState("defaultparagraphsepara tor") after
2825 PASS [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<div><b>foo[]bar</b></div>" queryCommandValue("defaultparagraphsepara tor") after 2825 PASS [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<div><b>foo[]bar</b></div>" queryCommandValue("defaultparagraphsepara tor") after
2826 PASS [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<div><b>foo[]bar</b></div>" queryCommandIndeterm("insertparagraph") b efore 2826 PASS [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<div><b>foo[]bar</b></div>" queryCommandIndeterm("insertparagraph") b efore
2827 PASS [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<div><b>foo[]bar</b></div>" queryCommandState("insertparagraph") befo re 2827 PASS [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<div><b>foo[]bar</b></div>" queryCommandState("insertparagraph") befo re
2828 PASS [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<div><b>foo[]bar</b></div>" queryCommandValue("insertparagraph") befo re 2828 PASS [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<div><b>foo[]bar</b></div>" queryCommandValue("insertparagraph") befo re
2829 PASS [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<div><b>foo[]bar</b></div>" queryCommandIndeterm("insertparagraph") a fter 2829 PASS [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<div><b>foo[]bar</b></div>" queryCommandIndeterm("insertparagraph") a fter
2830 PASS [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<div><b>foo[]bar</b></div>" queryCommandState("insertparagraph") afte r 2830 PASS [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<div><b>foo[]bar</b></div>" queryCommandState("insertparagraph") afte r
2831 PASS [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<div><b>foo[]bar</b></div>" queryCommandValue("insertparagraph") afte r 2831 PASS [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<div><b>foo[]bar</b></div>" queryCommandValue("insertparagraph") afte r
2832 PASS [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<div><b>foo[]bar</b></div>": execCommand("stylewithcss", false, "fal se") return value 2832 PASS [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<div><b>foo[]bar</b></div>": execCommand("stylewithcss", false, "fal se") return value
2833 PASS [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<div><b>foo[]bar</b></div>": execCommand("defaultparagraphseparator" , false, "div") return value 2833 PASS [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<div><b>foo[]bar</b></div>": execCommand("defaultparagraphseparator" , false, "div") return value
2834 PASS [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<div><b>foo[]bar</b></div>": execCommand("insertparagraph", false, " ") return value 2834 PASS [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<div><b>foo[]bar</b></div>": execCommand("insertparagraph", false, " ") return value
2835 PASS [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<div><b>foo[]bar</b></div>" checks for modifications to non-editable content 2835 PASS [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<div><b>foo[]bar</b></div>" checks for modifications to non-editable content
2836 PASS [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<div><b>foo[]bar</b></div>" compare innerHTML 2836 PASS [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<div><b>foo[]bar</b></div>" compare innerHTML
2837 PASS [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<div><b>foo[]bar</b></div>" queryCommandIndeterm("stylewithcss") bef ore 2837 PASS [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<div><b>foo[]bar</b></div>" queryCommandIndeterm("stylewithcss") bef ore
2838 PASS [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<div><b>foo[]bar</b></div>" queryCommandState("stylewithcss") before 2838 PASS [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<div><b>foo[]bar</b></div>" queryCommandState("stylewithcss") before
2839 FAIL [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<div><b>foo[]bar</b></div>" queryCommandValue("stylewithcss") before assert_equals: Wrong result returned expected "" but got "true" 2839 PASS [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<div><b>foo[]bar</b></div>" queryCommandValue("stylewithcss") before
2840 PASS [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<div><b>foo[]bar</b></div>" queryCommandIndeterm("stylewithcss") aft er 2840 PASS [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<div><b>foo[]bar</b></div>" queryCommandIndeterm("stylewithcss") aft er
2841 PASS [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<div><b>foo[]bar</b></div>" queryCommandState("stylewithcss") after 2841 PASS [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<div><b>foo[]bar</b></div>" queryCommandState("stylewithcss") after
2842 FAIL [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<div><b>foo[]bar</b></div>" queryCommandValue("stylewithcss") after assert_equals: Wrong result returned expected "" but got "false" 2842 PASS [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<div><b>foo[]bar</b></div>" queryCommandValue("stylewithcss") after
2843 PASS [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<div><b>foo[]bar</b></div>" queryCommandIndeterm("defaultparagraphse parator") before 2843 PASS [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<div><b>foo[]bar</b></div>" queryCommandIndeterm("defaultparagraphse parator") before
2844 PASS [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<div><b>foo[]bar</b></div>" queryCommandState("defaultparagraphsepar ator") before 2844 PASS [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<div><b>foo[]bar</b></div>" queryCommandState("defaultparagraphsepar ator") before
2845 PASS [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<div><b>foo[]bar</b></div>" queryCommandValue("defaultparagraphsepar ator") before 2845 PASS [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<div><b>foo[]bar</b></div>" queryCommandValue("defaultparagraphsepar ator") before
2846 PASS [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<div><b>foo[]bar</b></div>" queryCommandIndeterm("defaultparagraphse parator") after 2846 PASS [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<div><b>foo[]bar</b></div>" queryCommandIndeterm("defaultparagraphse parator") after
2847 PASS [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<div><b>foo[]bar</b></div>" queryCommandState("defaultparagraphsepar ator") after 2847 PASS [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<div><b>foo[]bar</b></div>" queryCommandState("defaultparagraphsepar ator") after
2848 PASS [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<div><b>foo[]bar</b></div>" queryCommandValue("defaultparagraphsepar ator") after 2848 PASS [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<div><b>foo[]bar</b></div>" queryCommandValue("defaultparagraphsepar ator") after
2849 PASS [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<div><b>foo[]bar</b></div>" queryCommandIndeterm("insertparagraph") before 2849 PASS [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<div><b>foo[]bar</b></div>" queryCommandIndeterm("insertparagraph") before
2850 PASS [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<div><b>foo[]bar</b></div>" queryCommandState("insertparagraph") bef ore 2850 PASS [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<div><b>foo[]bar</b></div>" queryCommandState("insertparagraph") bef ore
2851 PASS [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<div><b>foo[]bar</b></div>" queryCommandValue("insertparagraph") bef ore 2851 PASS [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<div><b>foo[]bar</b></div>" queryCommandValue("insertparagraph") bef ore
2852 PASS [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<div><b>foo[]bar</b></div>" queryCommandIndeterm("insertparagraph") after 2852 PASS [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<div><b>foo[]bar</b></div>" queryCommandIndeterm("insertparagraph") after
2853 PASS [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<div><b>foo[]bar</b></div>" queryCommandState("insertparagraph") aft er 2853 PASS [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<div><b>foo[]bar</b></div>" queryCommandState("insertparagraph") aft er
2854 PASS [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<div><b>foo[]bar</b></div>" queryCommandValue("insertparagraph") aft er 2854 PASS [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<div><b>foo[]bar</b></div>" queryCommandValue("insertparagraph") aft er
2855 PASS [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<div><b>foo[]bar</b></div>": execCommand("stylewithcss", false, "true") return value 2855 PASS [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<div><b>foo[]bar</b></div>": execCommand("stylewithcss", false, "true") return value
2856 PASS [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<div><b>foo[]bar</b></div>": execCommand("defaultparagraphseparator", f alse, "p") return value 2856 PASS [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<div><b>foo[]bar</b></div>": execCommand("defaultparagraphseparator", f alse, "p") return value
2857 PASS [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<div><b>foo[]bar</b></div>": execCommand("insertparagraph", false, "") return value 2857 PASS [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<div><b>foo[]bar</b></div>": execCommand("insertparagraph", false, "") return value
2858 PASS [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<div><b>foo[]bar</b></div>" checks for modifications to non-editable co ntent 2858 PASS [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<div><b>foo[]bar</b></div>" checks for modifications to non-editable co ntent
2859 PASS [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<div><b>foo[]bar</b></div>" compare innerHTML 2859 PASS [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<div><b>foo[]bar</b></div>" compare innerHTML
2860 PASS [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<div><b>foo[]bar</b></div>" queryCommandIndeterm("stylewithcss") before 2860 PASS [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<div><b>foo[]bar</b></div>" queryCommandIndeterm("stylewithcss") before
2861 PASS [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<div><b>foo[]bar</b></div>" queryCommandState("stylewithcss") before 2861 PASS [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<div><b>foo[]bar</b></div>" queryCommandState("stylewithcss") before
2862 FAIL [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<div><b>foo[]bar</b></div>" queryCommandValue("stylewithcss") before as sert_equals: Wrong result returned expected "" but got "false" 2862 PASS [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<div><b>foo[]bar</b></div>" queryCommandValue("stylewithcss") before
2863 PASS [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<div><b>foo[]bar</b></div>" queryCommandIndeterm("stylewithcss") after 2863 PASS [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<div><b>foo[]bar</b></div>" queryCommandIndeterm("stylewithcss") after
2864 PASS [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<div><b>foo[]bar</b></div>" queryCommandState("stylewithcss") after 2864 PASS [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<div><b>foo[]bar</b></div>" queryCommandState("stylewithcss") after
2865 FAIL [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<div><b>foo[]bar</b></div>" queryCommandValue("stylewithcss") after ass ert_equals: Wrong result returned expected "" but got "true" 2865 PASS [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<div><b>foo[]bar</b></div>" queryCommandValue("stylewithcss") after
2866 PASS [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<div><b>foo[]bar</b></div>" queryCommandIndeterm("defaultparagraphsepar ator") before 2866 PASS [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<div><b>foo[]bar</b></div>" queryCommandIndeterm("defaultparagraphsepar ator") before
2867 PASS [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<div><b>foo[]bar</b></div>" queryCommandState("defaultparagraphseparato r") before 2867 PASS [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<div><b>foo[]bar</b></div>" queryCommandState("defaultparagraphseparato r") before
2868 PASS [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<div><b>foo[]bar</b></div>" queryCommandValue("defaultparagraphseparato r") before 2868 PASS [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<div><b>foo[]bar</b></div>" queryCommandValue("defaultparagraphseparato r") before
2869 PASS [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<div><b>foo[]bar</b></div>" queryCommandIndeterm("defaultparagraphsepar ator") after 2869 PASS [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<div><b>foo[]bar</b></div>" queryCommandIndeterm("defaultparagraphsepar ator") after
2870 PASS [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<div><b>foo[]bar</b></div>" queryCommandState("defaultparagraphseparato r") after 2870 PASS [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<div><b>foo[]bar</b></div>" queryCommandState("defaultparagraphseparato r") after
2871 PASS [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<div><b>foo[]bar</b></div>" queryCommandValue("defaultparagraphseparato r") after 2871 PASS [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<div><b>foo[]bar</b></div>" queryCommandValue("defaultparagraphseparato r") after
2872 PASS [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<div><b>foo[]bar</b></div>" queryCommandIndeterm("insertparagraph") bef ore 2872 PASS [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<div><b>foo[]bar</b></div>" queryCommandIndeterm("insertparagraph") bef ore
2873 PASS [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<div><b>foo[]bar</b></div>" queryCommandState("insertparagraph") before 2873 PASS [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<div><b>foo[]bar</b></div>" queryCommandState("insertparagraph") before
2874 PASS [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<div><b>foo[]bar</b></div>" queryCommandValue("insertparagraph") before 2874 PASS [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<div><b>foo[]bar</b></div>" queryCommandValue("insertparagraph") before
2875 PASS [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<div><b>foo[]bar</b></div>" queryCommandIndeterm("insertparagraph") aft er 2875 PASS [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<div><b>foo[]bar</b></div>" queryCommandIndeterm("insertparagraph") aft er
2876 PASS [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<div><b>foo[]bar</b></div>" queryCommandState("insertparagraph") after 2876 PASS [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<div><b>foo[]bar</b></div>" queryCommandState("insertparagraph") after
2877 PASS [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<div><b>foo[]bar</b></div>" queryCommandValue("insertparagraph") after 2877 PASS [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<div><b>foo[]bar</b></div>" queryCommandValue("insertparagraph") after
2878 PASS [["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagra ph",""]] "<div><b>foo[]bar</b></div>": execCommand("stylewithcss", false, "false ") return value 2878 PASS [["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagra ph",""]] "<div><b>foo[]bar</b></div>": execCommand("stylewithcss", false, "false ") return value
2879 PASS [["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagra ph",""]] "<div><b>foo[]bar</b></div>": execCommand("defaultparagraphseparator", false, "p") return value 2879 PASS [["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagra ph",""]] "<div><b>foo[]bar</b></div>": execCommand("defaultparagraphseparator", false, "p") return value
2880 PASS [["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagra ph",""]] "<div><b>foo[]bar</b></div>": execCommand("insertparagraph", false, "") return value 2880 PASS [["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagra ph",""]] "<div><b>foo[]bar</b></div>": execCommand("insertparagraph", false, "") return value
2881 PASS [["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagra ph",""]] "<div><b>foo[]bar</b></div>" checks for modifications to non-editable c ontent 2881 PASS [["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagra ph",""]] "<div><b>foo[]bar</b></div>" checks for modifications to non-editable c ontent
2882 PASS [["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagra ph",""]] "<div><b>foo[]bar</b></div>" compare innerHTML 2882 PASS [["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagra ph",""]] "<div><b>foo[]bar</b></div>" compare innerHTML
2883 PASS [["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagra ph",""]] "<div><b>foo[]bar</b></div>" queryCommandIndeterm("stylewithcss") befor e 2883 PASS [["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagra ph",""]] "<div><b>foo[]bar</b></div>" queryCommandIndeterm("stylewithcss") befor e
2884 PASS [["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagra ph",""]] "<div><b>foo[]bar</b></div>" queryCommandState("stylewithcss") before 2884 PASS [["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagra ph",""]] "<div><b>foo[]bar</b></div>" queryCommandState("stylewithcss") before
2885 FAIL [["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagra ph",""]] "<div><b>foo[]bar</b></div>" queryCommandValue("stylewithcss") before a ssert_equals: Wrong result returned expected "" but got "true" 2885 PASS [["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagra ph",""]] "<div><b>foo[]bar</b></div>" queryCommandValue("stylewithcss") before
2886 PASS [["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagra ph",""]] "<div><b>foo[]bar</b></div>" queryCommandIndeterm("stylewithcss") after 2886 PASS [["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagra ph",""]] "<div><b>foo[]bar</b></div>" queryCommandIndeterm("stylewithcss") after
2887 PASS [["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagra ph",""]] "<div><b>foo[]bar</b></div>" queryCommandState("stylewithcss") after 2887 PASS [["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagra ph",""]] "<div><b>foo[]bar</b></div>" queryCommandState("stylewithcss") after
2888 FAIL [["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagra ph",""]] "<div><b>foo[]bar</b></div>" queryCommandValue("stylewithcss") after as sert_equals: Wrong result returned expected "" but got "false" 2888 PASS [["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagra ph",""]] "<div><b>foo[]bar</b></div>" queryCommandValue("stylewithcss") after
2889 PASS [["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagra ph",""]] "<div><b>foo[]bar</b></div>" queryCommandIndeterm("defaultparagraphsepa rator") before 2889 PASS [["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagra ph",""]] "<div><b>foo[]bar</b></div>" queryCommandIndeterm("defaultparagraphsepa rator") before
2890 PASS [["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagra ph",""]] "<div><b>foo[]bar</b></div>" queryCommandState("defaultparagraphseparat or") before 2890 PASS [["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagra ph",""]] "<div><b>foo[]bar</b></div>" queryCommandState("defaultparagraphseparat or") before
2891 PASS [["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagra ph",""]] "<div><b>foo[]bar</b></div>" queryCommandValue("defaultparagraphseparat or") before 2891 PASS [["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagra ph",""]] "<div><b>foo[]bar</b></div>" queryCommandValue("defaultparagraphseparat or") before
2892 PASS [["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagra ph",""]] "<div><b>foo[]bar</b></div>" queryCommandIndeterm("defaultparagraphsepa rator") after 2892 PASS [["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagra ph",""]] "<div><b>foo[]bar</b></div>" queryCommandIndeterm("defaultparagraphsepa rator") after
2893 PASS [["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagra ph",""]] "<div><b>foo[]bar</b></div>" queryCommandState("defaultparagraphseparat or") after 2893 PASS [["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagra ph",""]] "<div><b>foo[]bar</b></div>" queryCommandState("defaultparagraphseparat or") after
2894 PASS [["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagra ph",""]] "<div><b>foo[]bar</b></div>" queryCommandValue("defaultparagraphseparat or") after 2894 PASS [["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagra ph",""]] "<div><b>foo[]bar</b></div>" queryCommandValue("defaultparagraphseparat or") after
2895 PASS [["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagra ph",""]] "<div><b>foo[]bar</b></div>" queryCommandIndeterm("insertparagraph") be fore 2895 PASS [["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagra ph",""]] "<div><b>foo[]bar</b></div>" queryCommandIndeterm("insertparagraph") be fore
2896 PASS [["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagra ph",""]] "<div><b>foo[]bar</b></div>" queryCommandState("insertparagraph") befor e 2896 PASS [["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagra ph",""]] "<div><b>foo[]bar</b></div>" queryCommandState("insertparagraph") befor e
2897 PASS [["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagra ph",""]] "<div><b>foo[]bar</b></div>" queryCommandValue("insertparagraph") befor e 2897 PASS [["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagra ph",""]] "<div><b>foo[]bar</b></div>" queryCommandValue("insertparagraph") befor e
2898 PASS [["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagra ph",""]] "<div><b>foo[]bar</b></div>" queryCommandIndeterm("insertparagraph") af ter 2898 PASS [["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagra ph",""]] "<div><b>foo[]bar</b></div>" queryCommandIndeterm("insertparagraph") af ter
(...skipping 191 matching lines...) Expand 10 before | Expand all | Expand 10 after
3090 PASS [["defaultparagraphseparator","p"],["insertparagraph",""]] "<p><!--foo-->[] bar" queryCommandIndeterm("insertparagraph") after 3090 PASS [["defaultparagraphseparator","p"],["insertparagraph",""]] "<p><!--foo-->[] bar" queryCommandIndeterm("insertparagraph") after
3091 PASS [["defaultparagraphseparator","p"],["insertparagraph",""]] "<p><!--foo-->[] bar" queryCommandState("insertparagraph") after 3091 PASS [["defaultparagraphseparator","p"],["insertparagraph",""]] "<p><!--foo-->[] bar" queryCommandState("insertparagraph") after
3092 PASS [["defaultparagraphseparator","p"],["insertparagraph",""]] "<p><!--foo-->[] bar" queryCommandValue("insertparagraph") after 3092 PASS [["defaultparagraphseparator","p"],["insertparagraph",""]] "<p><!--foo-->[] bar" queryCommandValue("insertparagraph") after
3093 PASS [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<p>foo<span style=color:#aBcDeF>[bar]</span>baz": execCommand("stylew ithcss", false, "true") return value 3093 PASS [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<p>foo<span style=color:#aBcDeF>[bar]</span>baz": execCommand("stylew ithcss", false, "true") return value
3094 PASS [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<p>foo<span style=color:#aBcDeF>[bar]</span>baz": execCommand("defaul tparagraphseparator", false, "div") return value 3094 PASS [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<p>foo<span style=color:#aBcDeF>[bar]</span>baz": execCommand("defaul tparagraphseparator", false, "div") return value
3095 PASS [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<p>foo<span style=color:#aBcDeF>[bar]</span>baz": execCommand("insert paragraph", false, "") return value 3095 PASS [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<p>foo<span style=color:#aBcDeF>[bar]</span>baz": execCommand("insert paragraph", false, "") return value
3096 PASS [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<p>foo<span style=color:#aBcDeF>[bar]</span>baz" checks for modificat ions to non-editable content 3096 PASS [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<p>foo<span style=color:#aBcDeF>[bar]</span>baz" checks for modificat ions to non-editable content
3097 PASS [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<p>foo<span style=color:#aBcDeF>[bar]</span>baz" compare innerHTML 3097 PASS [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<p>foo<span style=color:#aBcDeF>[bar]</span>baz" compare innerHTML
3098 PASS [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<p>foo<span style=color:#aBcDeF>[bar]</span>baz" queryCommandIndeterm ("stylewithcss") before 3098 PASS [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<p>foo<span style=color:#aBcDeF>[bar]</span>baz" queryCommandIndeterm ("stylewithcss") before
3099 PASS [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<p>foo<span style=color:#aBcDeF>[bar]</span>baz" queryCommandState("s tylewithcss") before 3099 PASS [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<p>foo<span style=color:#aBcDeF>[bar]</span>baz" queryCommandState("s tylewithcss") before
3100 FAIL [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<p>foo<span style=color:#aBcDeF>[bar]</span>baz" queryCommandValue("s tylewithcss") before assert_equals: Wrong result returned expected "" but got "f alse" 3100 PASS [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<p>foo<span style=color:#aBcDeF>[bar]</span>baz" queryCommandValue("s tylewithcss") before
3101 PASS [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<p>foo<span style=color:#aBcDeF>[bar]</span>baz" queryCommandIndeterm ("stylewithcss") after 3101 PASS [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<p>foo<span style=color:#aBcDeF>[bar]</span>baz" queryCommandIndeterm ("stylewithcss") after
3102 PASS [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<p>foo<span style=color:#aBcDeF>[bar]</span>baz" queryCommandState("s tylewithcss") after 3102 PASS [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<p>foo<span style=color:#aBcDeF>[bar]</span>baz" queryCommandState("s tylewithcss") after
3103 FAIL [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<p>foo<span style=color:#aBcDeF>[bar]</span>baz" queryCommandValue("s tylewithcss") after assert_equals: Wrong result returned expected "" but got "tr ue" 3103 PASS [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<p>foo<span style=color:#aBcDeF>[bar]</span>baz" queryCommandValue("s tylewithcss") after
3104 PASS [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<p>foo<span style=color:#aBcDeF>[bar]</span>baz" queryCommandIndeterm ("defaultparagraphseparator") before 3104 PASS [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<p>foo<span style=color:#aBcDeF>[bar]</span>baz" queryCommandIndeterm ("defaultparagraphseparator") before
3105 PASS [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<p>foo<span style=color:#aBcDeF>[bar]</span>baz" queryCommandState("d efaultparagraphseparator") before 3105 PASS [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<p>foo<span style=color:#aBcDeF>[bar]</span>baz" queryCommandState("d efaultparagraphseparator") before
3106 PASS [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<p>foo<span style=color:#aBcDeF>[bar]</span>baz" queryCommandValue("d efaultparagraphseparator") before 3106 PASS [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<p>foo<span style=color:#aBcDeF>[bar]</span>baz" queryCommandValue("d efaultparagraphseparator") before
3107 PASS [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<p>foo<span style=color:#aBcDeF>[bar]</span>baz" queryCommandIndeterm ("defaultparagraphseparator") after 3107 PASS [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<p>foo<span style=color:#aBcDeF>[bar]</span>baz" queryCommandIndeterm ("defaultparagraphseparator") after
3108 PASS [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<p>foo<span style=color:#aBcDeF>[bar]</span>baz" queryCommandState("d efaultparagraphseparator") after 3108 PASS [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<p>foo<span style=color:#aBcDeF>[bar]</span>baz" queryCommandState("d efaultparagraphseparator") after
3109 PASS [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<p>foo<span style=color:#aBcDeF>[bar]</span>baz" queryCommandValue("d efaultparagraphseparator") after 3109 PASS [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<p>foo<span style=color:#aBcDeF>[bar]</span>baz" queryCommandValue("d efaultparagraphseparator") after
3110 PASS [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<p>foo<span style=color:#aBcDeF>[bar]</span>baz" queryCommandIndeterm ("insertparagraph") before 3110 PASS [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<p>foo<span style=color:#aBcDeF>[bar]</span>baz" queryCommandIndeterm ("insertparagraph") before
3111 PASS [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<p>foo<span style=color:#aBcDeF>[bar]</span>baz" queryCommandState("i nsertparagraph") before 3111 PASS [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<p>foo<span style=color:#aBcDeF>[bar]</span>baz" queryCommandState("i nsertparagraph") before
3112 PASS [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<p>foo<span style=color:#aBcDeF>[bar]</span>baz" queryCommandValue("i nsertparagraph") before 3112 PASS [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<p>foo<span style=color:#aBcDeF>[bar]</span>baz" queryCommandValue("i nsertparagraph") before
3113 PASS [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<p>foo<span style=color:#aBcDeF>[bar]</span>baz" queryCommandIndeterm ("insertparagraph") after 3113 PASS [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<p>foo<span style=color:#aBcDeF>[bar]</span>baz" queryCommandIndeterm ("insertparagraph") after
3114 PASS [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<p>foo<span style=color:#aBcDeF>[bar]</span>baz" queryCommandState("i nsertparagraph") after 3114 PASS [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<p>foo<span style=color:#aBcDeF>[bar]</span>baz" queryCommandState("i nsertparagraph") after
3115 PASS [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<p>foo<span style=color:#aBcDeF>[bar]</span>baz" queryCommandValue("i nsertparagraph") after 3115 PASS [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<p>foo<span style=color:#aBcDeF>[bar]</span>baz" queryCommandValue("i nsertparagraph") after
3116 PASS [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<p>foo<span style=color:#aBcDeF>[bar]</span>baz": execCommand("style withcss", false, "false") return value 3116 PASS [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<p>foo<span style=color:#aBcDeF>[bar]</span>baz": execCommand("style withcss", false, "false") return value
3117 PASS [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<p>foo<span style=color:#aBcDeF>[bar]</span>baz": execCommand("defau ltparagraphseparator", false, "div") return value 3117 PASS [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<p>foo<span style=color:#aBcDeF>[bar]</span>baz": execCommand("defau ltparagraphseparator", false, "div") return value
3118 PASS [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<p>foo<span style=color:#aBcDeF>[bar]</span>baz": execCommand("inser tparagraph", false, "") return value 3118 PASS [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<p>foo<span style=color:#aBcDeF>[bar]</span>baz": execCommand("inser tparagraph", false, "") return value
3119 PASS [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<p>foo<span style=color:#aBcDeF>[bar]</span>baz" checks for modifica tions to non-editable content 3119 PASS [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<p>foo<span style=color:#aBcDeF>[bar]</span>baz" checks for modifica tions to non-editable content
3120 PASS [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<p>foo<span style=color:#aBcDeF>[bar]</span>baz" compare innerHTML 3120 PASS [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<p>foo<span style=color:#aBcDeF>[bar]</span>baz" compare innerHTML
3121 PASS [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<p>foo<span style=color:#aBcDeF>[bar]</span>baz" queryCommandIndeter m("stylewithcss") before 3121 PASS [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<p>foo<span style=color:#aBcDeF>[bar]</span>baz" queryCommandIndeter m("stylewithcss") before
3122 PASS [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<p>foo<span style=color:#aBcDeF>[bar]</span>baz" queryCommandState(" stylewithcss") before 3122 PASS [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<p>foo<span style=color:#aBcDeF>[bar]</span>baz" queryCommandState(" stylewithcss") before
3123 FAIL [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<p>foo<span style=color:#aBcDeF>[bar]</span>baz" queryCommandValue(" stylewithcss") before assert_equals: Wrong result returned expected "" but got " true" 3123 PASS [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<p>foo<span style=color:#aBcDeF>[bar]</span>baz" queryCommandValue(" stylewithcss") before
3124 PASS [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<p>foo<span style=color:#aBcDeF>[bar]</span>baz" queryCommandIndeter m("stylewithcss") after 3124 PASS [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<p>foo<span style=color:#aBcDeF>[bar]</span>baz" queryCommandIndeter m("stylewithcss") after
3125 PASS [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<p>foo<span style=color:#aBcDeF>[bar]</span>baz" queryCommandState(" stylewithcss") after 3125 PASS [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<p>foo<span style=color:#aBcDeF>[bar]</span>baz" queryCommandState(" stylewithcss") after
3126 FAIL [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<p>foo<span style=color:#aBcDeF>[bar]</span>baz" queryCommandValue(" stylewithcss") after assert_equals: Wrong result returned expected "" but got "f alse" 3126 PASS [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<p>foo<span style=color:#aBcDeF>[bar]</span>baz" queryCommandValue(" stylewithcss") after
3127 PASS [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<p>foo<span style=color:#aBcDeF>[bar]</span>baz" queryCommandIndeter m("defaultparagraphseparator") before 3127 PASS [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<p>foo<span style=color:#aBcDeF>[bar]</span>baz" queryCommandIndeter m("defaultparagraphseparator") before
3128 PASS [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<p>foo<span style=color:#aBcDeF>[bar]</span>baz" queryCommandState(" defaultparagraphseparator") before 3128 PASS [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<p>foo<span style=color:#aBcDeF>[bar]</span>baz" queryCommandState(" defaultparagraphseparator") before
3129 PASS [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<p>foo<span style=color:#aBcDeF>[bar]</span>baz" queryCommandValue(" defaultparagraphseparator") before 3129 PASS [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<p>foo<span style=color:#aBcDeF>[bar]</span>baz" queryCommandValue(" defaultparagraphseparator") before
3130 PASS [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<p>foo<span style=color:#aBcDeF>[bar]</span>baz" queryCommandIndeter m("defaultparagraphseparator") after 3130 PASS [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<p>foo<span style=color:#aBcDeF>[bar]</span>baz" queryCommandIndeter m("defaultparagraphseparator") after
3131 PASS [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<p>foo<span style=color:#aBcDeF>[bar]</span>baz" queryCommandState(" defaultparagraphseparator") after 3131 PASS [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<p>foo<span style=color:#aBcDeF>[bar]</span>baz" queryCommandState(" defaultparagraphseparator") after
3132 PASS [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<p>foo<span style=color:#aBcDeF>[bar]</span>baz" queryCommandValue(" defaultparagraphseparator") after 3132 PASS [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<p>foo<span style=color:#aBcDeF>[bar]</span>baz" queryCommandValue(" defaultparagraphseparator") after
3133 PASS [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<p>foo<span style=color:#aBcDeF>[bar]</span>baz" queryCommandIndeter m("insertparagraph") before 3133 PASS [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<p>foo<span style=color:#aBcDeF>[bar]</span>baz" queryCommandIndeter m("insertparagraph") before
3134 PASS [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<p>foo<span style=color:#aBcDeF>[bar]</span>baz" queryCommandState(" insertparagraph") before 3134 PASS [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<p>foo<span style=color:#aBcDeF>[bar]</span>baz" queryCommandState(" insertparagraph") before
3135 PASS [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<p>foo<span style=color:#aBcDeF>[bar]</span>baz" queryCommandValue(" insertparagraph") before 3135 PASS [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<p>foo<span style=color:#aBcDeF>[bar]</span>baz" queryCommandValue(" insertparagraph") before
3136 PASS [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<p>foo<span style=color:#aBcDeF>[bar]</span>baz" queryCommandIndeter m("insertparagraph") after 3136 PASS [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<p>foo<span style=color:#aBcDeF>[bar]</span>baz" queryCommandIndeter m("insertparagraph") after
3137 PASS [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<p>foo<span style=color:#aBcDeF>[bar]</span>baz" queryCommandState(" insertparagraph") after 3137 PASS [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<p>foo<span style=color:#aBcDeF>[bar]</span>baz" queryCommandState(" insertparagraph") after
3138 PASS [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<p>foo<span style=color:#aBcDeF>[bar]</span>baz" queryCommandValue(" insertparagraph") after 3138 PASS [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<p>foo<span style=color:#aBcDeF>[bar]</span>baz" queryCommandValue(" insertparagraph") after
3139 PASS [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<p>foo<span style=color:#aBcDeF>[bar]</span>baz": execCommand("stylewit hcss", false, "true") return value 3139 PASS [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<p>foo<span style=color:#aBcDeF>[bar]</span>baz": execCommand("stylewit hcss", false, "true") return value
3140 PASS [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<p>foo<span style=color:#aBcDeF>[bar]</span>baz": execCommand("defaultp aragraphseparator", false, "p") return value 3140 PASS [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<p>foo<span style=color:#aBcDeF>[bar]</span>baz": execCommand("defaultp aragraphseparator", false, "p") return value
3141 PASS [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<p>foo<span style=color:#aBcDeF>[bar]</span>baz": execCommand("insertpa ragraph", false, "") return value 3141 PASS [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<p>foo<span style=color:#aBcDeF>[bar]</span>baz": execCommand("insertpa ragraph", false, "") return value
3142 PASS [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<p>foo<span style=color:#aBcDeF>[bar]</span>baz" checks for modificatio ns to non-editable content 3142 PASS [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<p>foo<span style=color:#aBcDeF>[bar]</span>baz" checks for modificatio ns to non-editable content
3143 PASS [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<p>foo<span style=color:#aBcDeF>[bar]</span>baz" compare innerHTML 3143 PASS [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<p>foo<span style=color:#aBcDeF>[bar]</span>baz" compare innerHTML
3144 PASS [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<p>foo<span style=color:#aBcDeF>[bar]</span>baz" queryCommandIndeterm(" stylewithcss") before 3144 PASS [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<p>foo<span style=color:#aBcDeF>[bar]</span>baz" queryCommandIndeterm(" stylewithcss") before
3145 PASS [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<p>foo<span style=color:#aBcDeF>[bar]</span>baz" queryCommandState("sty lewithcss") before 3145 PASS [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<p>foo<span style=color:#aBcDeF>[bar]</span>baz" queryCommandState("sty lewithcss") before
3146 FAIL [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<p>foo<span style=color:#aBcDeF>[bar]</span>baz" queryCommandValue("sty lewithcss") before assert_equals: Wrong result returned expected "" but got "fal se" 3146 PASS [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<p>foo<span style=color:#aBcDeF>[bar]</span>baz" queryCommandValue("sty lewithcss") before
3147 PASS [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<p>foo<span style=color:#aBcDeF>[bar]</span>baz" queryCommandIndeterm(" stylewithcss") after 3147 PASS [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<p>foo<span style=color:#aBcDeF>[bar]</span>baz" queryCommandIndeterm(" stylewithcss") after
3148 PASS [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<p>foo<span style=color:#aBcDeF>[bar]</span>baz" queryCommandState("sty lewithcss") after 3148 PASS [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<p>foo<span style=color:#aBcDeF>[bar]</span>baz" queryCommandState("sty lewithcss") after
3149 FAIL [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<p>foo<span style=color:#aBcDeF>[bar]</span>baz" queryCommandValue("sty lewithcss") after assert_equals: Wrong result returned expected "" but got "true " 3149 PASS [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<p>foo<span style=color:#aBcDeF>[bar]</span>baz" queryCommandValue("sty lewithcss") after
3150 PASS [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<p>foo<span style=color:#aBcDeF>[bar]</span>baz" queryCommandIndeterm(" defaultparagraphseparator") before 3150 PASS [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<p>foo<span style=color:#aBcDeF>[bar]</span>baz" queryCommandIndeterm(" defaultparagraphseparator") before
3151 PASS [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<p>foo<span style=color:#aBcDeF>[bar]</span>baz" queryCommandState("def aultparagraphseparator") before 3151 PASS [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<p>foo<span style=color:#aBcDeF>[bar]</span>baz" queryCommandState("def aultparagraphseparator") before
3152 PASS [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<p>foo<span style=color:#aBcDeF>[bar]</span>baz" queryCommandValue("def aultparagraphseparator") before 3152 PASS [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<p>foo<span style=color:#aBcDeF>[bar]</span>baz" queryCommandValue("def aultparagraphseparator") before
3153 PASS [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<p>foo<span style=color:#aBcDeF>[bar]</span>baz" queryCommandIndeterm(" defaultparagraphseparator") after 3153 PASS [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<p>foo<span style=color:#aBcDeF>[bar]</span>baz" queryCommandIndeterm(" defaultparagraphseparator") after
3154 PASS [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<p>foo<span style=color:#aBcDeF>[bar]</span>baz" queryCommandState("def aultparagraphseparator") after 3154 PASS [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<p>foo<span style=color:#aBcDeF>[bar]</span>baz" queryCommandState("def aultparagraphseparator") after
3155 PASS [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<p>foo<span style=color:#aBcDeF>[bar]</span>baz" queryCommandValue("def aultparagraphseparator") after 3155 PASS [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<p>foo<span style=color:#aBcDeF>[bar]</span>baz" queryCommandValue("def aultparagraphseparator") after
3156 PASS [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<p>foo<span style=color:#aBcDeF>[bar]</span>baz" queryCommandIndeterm(" insertparagraph") before 3156 PASS [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<p>foo<span style=color:#aBcDeF>[bar]</span>baz" queryCommandIndeterm(" insertparagraph") before
3157 PASS [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<p>foo<span style=color:#aBcDeF>[bar]</span>baz" queryCommandState("ins ertparagraph") before 3157 PASS [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<p>foo<span style=color:#aBcDeF>[bar]</span>baz" queryCommandState("ins ertparagraph") before
3158 PASS [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<p>foo<span style=color:#aBcDeF>[bar]</span>baz" queryCommandValue("ins ertparagraph") before 3158 PASS [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<p>foo<span style=color:#aBcDeF>[bar]</span>baz" queryCommandValue("ins ertparagraph") before
3159 PASS [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<p>foo<span style=color:#aBcDeF>[bar]</span>baz" queryCommandIndeterm(" insertparagraph") after 3159 PASS [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<p>foo<span style=color:#aBcDeF>[bar]</span>baz" queryCommandIndeterm(" insertparagraph") after
3160 PASS [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<p>foo<span style=color:#aBcDeF>[bar]</span>baz" queryCommandState("ins ertparagraph") after 3160 PASS [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<p>foo<span style=color:#aBcDeF>[bar]</span>baz" queryCommandState("ins ertparagraph") after
3161 PASS [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<p>foo<span style=color:#aBcDeF>[bar]</span>baz" queryCommandValue("ins ertparagraph") after 3161 PASS [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<p>foo<span style=color:#aBcDeF>[bar]</span>baz" queryCommandValue("ins ertparagraph") after
3162 PASS [["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagra ph",""]] "<p>foo<span style=color:#aBcDeF>[bar]</span>baz": execCommand("stylewi thcss", false, "false") return value 3162 PASS [["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagra ph",""]] "<p>foo<span style=color:#aBcDeF>[bar]</span>baz": execCommand("stylewi thcss", false, "false") return value
3163 PASS [["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagra ph",""]] "<p>foo<span style=color:#aBcDeF>[bar]</span>baz": execCommand("default paragraphseparator", false, "p") return value 3163 PASS [["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagra ph",""]] "<p>foo<span style=color:#aBcDeF>[bar]</span>baz": execCommand("default paragraphseparator", false, "p") return value
3164 PASS [["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagra ph",""]] "<p>foo<span style=color:#aBcDeF>[bar]</span>baz": execCommand("insertp aragraph", false, "") return value 3164 PASS [["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagra ph",""]] "<p>foo<span style=color:#aBcDeF>[bar]</span>baz": execCommand("insertp aragraph", false, "") return value
3165 PASS [["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagra ph",""]] "<p>foo<span style=color:#aBcDeF>[bar]</span>baz" checks for modificati ons to non-editable content 3165 PASS [["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagra ph",""]] "<p>foo<span style=color:#aBcDeF>[bar]</span>baz" checks for modificati ons to non-editable content
3166 PASS [["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagra ph",""]] "<p>foo<span style=color:#aBcDeF>[bar]</span>baz" compare innerHTML 3166 PASS [["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagra ph",""]] "<p>foo<span style=color:#aBcDeF>[bar]</span>baz" compare innerHTML
3167 PASS [["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagra ph",""]] "<p>foo<span style=color:#aBcDeF>[bar]</span>baz" queryCommandIndeterm( "stylewithcss") before 3167 PASS [["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagra ph",""]] "<p>foo<span style=color:#aBcDeF>[bar]</span>baz" queryCommandIndeterm( "stylewithcss") before
3168 PASS [["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagra ph",""]] "<p>foo<span style=color:#aBcDeF>[bar]</span>baz" queryCommandState("st ylewithcss") before 3168 PASS [["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagra ph",""]] "<p>foo<span style=color:#aBcDeF>[bar]</span>baz" queryCommandState("st ylewithcss") before
3169 FAIL [["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagra ph",""]] "<p>foo<span style=color:#aBcDeF>[bar]</span>baz" queryCommandValue("st ylewithcss") before assert_equals: Wrong result returned expected "" but got "tr ue" 3169 PASS [["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagra ph",""]] "<p>foo<span style=color:#aBcDeF>[bar]</span>baz" queryCommandValue("st ylewithcss") before
3170 PASS [["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagra ph",""]] "<p>foo<span style=color:#aBcDeF>[bar]</span>baz" queryCommandIndeterm( "stylewithcss") after 3170 PASS [["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagra ph",""]] "<p>foo<span style=color:#aBcDeF>[bar]</span>baz" queryCommandIndeterm( "stylewithcss") after
3171 PASS [["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagra ph",""]] "<p>foo<span style=color:#aBcDeF>[bar]</span>baz" queryCommandState("st ylewithcss") after 3171 PASS [["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagra ph",""]] "<p>foo<span style=color:#aBcDeF>[bar]</span>baz" queryCommandState("st ylewithcss") after
3172 FAIL [["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagra ph",""]] "<p>foo<span style=color:#aBcDeF>[bar]</span>baz" queryCommandValue("st ylewithcss") after assert_equals: Wrong result returned expected "" but got "fal se" 3172 PASS [["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagra ph",""]] "<p>foo<span style=color:#aBcDeF>[bar]</span>baz" queryCommandValue("st ylewithcss") after
3173 PASS [["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagra ph",""]] "<p>foo<span style=color:#aBcDeF>[bar]</span>baz" queryCommandIndeterm( "defaultparagraphseparator") before 3173 PASS [["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagra ph",""]] "<p>foo<span style=color:#aBcDeF>[bar]</span>baz" queryCommandIndeterm( "defaultparagraphseparator") before
3174 PASS [["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagra ph",""]] "<p>foo<span style=color:#aBcDeF>[bar]</span>baz" queryCommandState("de faultparagraphseparator") before 3174 PASS [["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagra ph",""]] "<p>foo<span style=color:#aBcDeF>[bar]</span>baz" queryCommandState("de faultparagraphseparator") before
3175 PASS [["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagra ph",""]] "<p>foo<span style=color:#aBcDeF>[bar]</span>baz" queryCommandValue("de faultparagraphseparator") before 3175 PASS [["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagra ph",""]] "<p>foo<span style=color:#aBcDeF>[bar]</span>baz" queryCommandValue("de faultparagraphseparator") before
3176 PASS [["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagra ph",""]] "<p>foo<span style=color:#aBcDeF>[bar]</span>baz" queryCommandIndeterm( "defaultparagraphseparator") after 3176 PASS [["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagra ph",""]] "<p>foo<span style=color:#aBcDeF>[bar]</span>baz" queryCommandIndeterm( "defaultparagraphseparator") after
3177 PASS [["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagra ph",""]] "<p>foo<span style=color:#aBcDeF>[bar]</span>baz" queryCommandState("de faultparagraphseparator") after 3177 PASS [["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagra ph",""]] "<p>foo<span style=color:#aBcDeF>[bar]</span>baz" queryCommandState("de faultparagraphseparator") after
3178 PASS [["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagra ph",""]] "<p>foo<span style=color:#aBcDeF>[bar]</span>baz" queryCommandValue("de faultparagraphseparator") after 3178 PASS [["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagra ph",""]] "<p>foo<span style=color:#aBcDeF>[bar]</span>baz" queryCommandValue("de faultparagraphseparator") after
3179 PASS [["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagra ph",""]] "<p>foo<span style=color:#aBcDeF>[bar]</span>baz" queryCommandIndeterm( "insertparagraph") before 3179 PASS [["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagra ph",""]] "<p>foo<span style=color:#aBcDeF>[bar]</span>baz" queryCommandIndeterm( "insertparagraph") before
3180 PASS [["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagra ph",""]] "<p>foo<span style=color:#aBcDeF>[bar]</span>baz" queryCommandState("in sertparagraph") before 3180 PASS [["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagra ph",""]] "<p>foo<span style=color:#aBcDeF>[bar]</span>baz" queryCommandState("in sertparagraph") before
3181 PASS [["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagra ph",""]] "<p>foo<span style=color:#aBcDeF>[bar]</span>baz" queryCommandValue("in sertparagraph") before 3181 PASS [["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagra ph",""]] "<p>foo<span style=color:#aBcDeF>[bar]</span>baz" queryCommandValue("in sertparagraph") before
3182 PASS [["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagra ph",""]] "<p>foo<span style=color:#aBcDeF>[bar]</span>baz" queryCommandIndeterm( "insertparagraph") after 3182 PASS [["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagra ph",""]] "<p>foo<span style=color:#aBcDeF>[bar]</span>baz" queryCommandIndeterm( "insertparagraph") after
3183 PASS [["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagra ph",""]] "<p>foo<span style=color:#aBcDeF>[bar]</span>baz" queryCommandState("in sertparagraph") after 3183 PASS [["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagra ph",""]] "<p>foo<span style=color:#aBcDeF>[bar]</span>baz" queryCommandState("in sertparagraph") after
3184 PASS [["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagra ph",""]] "<p>foo<span style=color:#aBcDeF>[bar]</span>baz" queryCommandValue("in sertparagraph") after 3184 PASS [["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagra ph",""]] "<p>foo<span style=color:#aBcDeF>[bar]</span>baz" queryCommandValue("in sertparagraph") after
3185 PASS [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<p>foo<span style=color:#aBcDeF>{bar}</span>baz": execCommand("stylew ithcss", false, "true") return value 3185 PASS [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<p>foo<span style=color:#aBcDeF>{bar}</span>baz": execCommand("stylew ithcss", false, "true") return value
3186 PASS [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<p>foo<span style=color:#aBcDeF>{bar}</span>baz": execCommand("defaul tparagraphseparator", false, "div") return value 3186 PASS [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<p>foo<span style=color:#aBcDeF>{bar}</span>baz": execCommand("defaul tparagraphseparator", false, "div") return value
3187 PASS [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<p>foo<span style=color:#aBcDeF>{bar}</span>baz": execCommand("insert paragraph", false, "") return value 3187 PASS [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<p>foo<span style=color:#aBcDeF>{bar}</span>baz": execCommand("insert paragraph", false, "") return value
3188 PASS [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<p>foo<span style=color:#aBcDeF>{bar}</span>baz" checks for modificat ions to non-editable content 3188 PASS [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<p>foo<span style=color:#aBcDeF>{bar}</span>baz" checks for modificat ions to non-editable content
3189 PASS [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<p>foo<span style=color:#aBcDeF>{bar}</span>baz" compare innerHTML 3189 PASS [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<p>foo<span style=color:#aBcDeF>{bar}</span>baz" compare innerHTML
3190 PASS [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<p>foo<span style=color:#aBcDeF>{bar}</span>baz" queryCommandIndeterm ("stylewithcss") before 3190 PASS [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<p>foo<span style=color:#aBcDeF>{bar}</span>baz" queryCommandIndeterm ("stylewithcss") before
3191 PASS [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<p>foo<span style=color:#aBcDeF>{bar}</span>baz" queryCommandState("s tylewithcss") before 3191 PASS [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<p>foo<span style=color:#aBcDeF>{bar}</span>baz" queryCommandState("s tylewithcss") before
3192 FAIL [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<p>foo<span style=color:#aBcDeF>{bar}</span>baz" queryCommandValue("s tylewithcss") before assert_equals: Wrong result returned expected "" but got "f alse" 3192 PASS [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<p>foo<span style=color:#aBcDeF>{bar}</span>baz" queryCommandValue("s tylewithcss") before
3193 PASS [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<p>foo<span style=color:#aBcDeF>{bar}</span>baz" queryCommandIndeterm ("stylewithcss") after 3193 PASS [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<p>foo<span style=color:#aBcDeF>{bar}</span>baz" queryCommandIndeterm ("stylewithcss") after
3194 PASS [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<p>foo<span style=color:#aBcDeF>{bar}</span>baz" queryCommandState("s tylewithcss") after 3194 PASS [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<p>foo<span style=color:#aBcDeF>{bar}</span>baz" queryCommandState("s tylewithcss") after
3195 FAIL [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<p>foo<span style=color:#aBcDeF>{bar}</span>baz" queryCommandValue("s tylewithcss") after assert_equals: Wrong result returned expected "" but got "tr ue" 3195 PASS [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<p>foo<span style=color:#aBcDeF>{bar}</span>baz" queryCommandValue("s tylewithcss") after
3196 PASS [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<p>foo<span style=color:#aBcDeF>{bar}</span>baz" queryCommandIndeterm ("defaultparagraphseparator") before 3196 PASS [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<p>foo<span style=color:#aBcDeF>{bar}</span>baz" queryCommandIndeterm ("defaultparagraphseparator") before
3197 PASS [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<p>foo<span style=color:#aBcDeF>{bar}</span>baz" queryCommandState("d efaultparagraphseparator") before 3197 PASS [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<p>foo<span style=color:#aBcDeF>{bar}</span>baz" queryCommandState("d efaultparagraphseparator") before
3198 PASS [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<p>foo<span style=color:#aBcDeF>{bar}</span>baz" queryCommandValue("d efaultparagraphseparator") before 3198 PASS [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<p>foo<span style=color:#aBcDeF>{bar}</span>baz" queryCommandValue("d efaultparagraphseparator") before
3199 PASS [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<p>foo<span style=color:#aBcDeF>{bar}</span>baz" queryCommandIndeterm ("defaultparagraphseparator") after 3199 PASS [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<p>foo<span style=color:#aBcDeF>{bar}</span>baz" queryCommandIndeterm ("defaultparagraphseparator") after
3200 PASS [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<p>foo<span style=color:#aBcDeF>{bar}</span>baz" queryCommandState("d efaultparagraphseparator") after 3200 PASS [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<p>foo<span style=color:#aBcDeF>{bar}</span>baz" queryCommandState("d efaultparagraphseparator") after
3201 PASS [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<p>foo<span style=color:#aBcDeF>{bar}</span>baz" queryCommandValue("d efaultparagraphseparator") after 3201 PASS [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<p>foo<span style=color:#aBcDeF>{bar}</span>baz" queryCommandValue("d efaultparagraphseparator") after
3202 PASS [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<p>foo<span style=color:#aBcDeF>{bar}</span>baz" queryCommandIndeterm ("insertparagraph") before 3202 PASS [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<p>foo<span style=color:#aBcDeF>{bar}</span>baz" queryCommandIndeterm ("insertparagraph") before
3203 PASS [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<p>foo<span style=color:#aBcDeF>{bar}</span>baz" queryCommandState("i nsertparagraph") before 3203 PASS [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<p>foo<span style=color:#aBcDeF>{bar}</span>baz" queryCommandState("i nsertparagraph") before
3204 PASS [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<p>foo<span style=color:#aBcDeF>{bar}</span>baz" queryCommandValue("i nsertparagraph") before 3204 PASS [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<p>foo<span style=color:#aBcDeF>{bar}</span>baz" queryCommandValue("i nsertparagraph") before
3205 PASS [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<p>foo<span style=color:#aBcDeF>{bar}</span>baz" queryCommandIndeterm ("insertparagraph") after 3205 PASS [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<p>foo<span style=color:#aBcDeF>{bar}</span>baz" queryCommandIndeterm ("insertparagraph") after
3206 PASS [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<p>foo<span style=color:#aBcDeF>{bar}</span>baz" queryCommandState("i nsertparagraph") after 3206 PASS [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<p>foo<span style=color:#aBcDeF>{bar}</span>baz" queryCommandState("i nsertparagraph") after
3207 PASS [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<p>foo<span style=color:#aBcDeF>{bar}</span>baz" queryCommandValue("i nsertparagraph") after 3207 PASS [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<p>foo<span style=color:#aBcDeF>{bar}</span>baz" queryCommandValue("i nsertparagraph") after
3208 PASS [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<p>foo<span style=color:#aBcDeF>{bar}</span>baz": execCommand("style withcss", false, "false") return value 3208 PASS [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<p>foo<span style=color:#aBcDeF>{bar}</span>baz": execCommand("style withcss", false, "false") return value
3209 PASS [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<p>foo<span style=color:#aBcDeF>{bar}</span>baz": execCommand("defau ltparagraphseparator", false, "div") return value 3209 PASS [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<p>foo<span style=color:#aBcDeF>{bar}</span>baz": execCommand("defau ltparagraphseparator", false, "div") return value
3210 PASS [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<p>foo<span style=color:#aBcDeF>{bar}</span>baz": execCommand("inser tparagraph", false, "") return value 3210 PASS [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<p>foo<span style=color:#aBcDeF>{bar}</span>baz": execCommand("inser tparagraph", false, "") return value
3211 PASS [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<p>foo<span style=color:#aBcDeF>{bar}</span>baz" checks for modifica tions to non-editable content 3211 PASS [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<p>foo<span style=color:#aBcDeF>{bar}</span>baz" checks for modifica tions to non-editable content
3212 PASS [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<p>foo<span style=color:#aBcDeF>{bar}</span>baz" compare innerHTML 3212 PASS [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<p>foo<span style=color:#aBcDeF>{bar}</span>baz" compare innerHTML
3213 PASS [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<p>foo<span style=color:#aBcDeF>{bar}</span>baz" queryCommandIndeter m("stylewithcss") before 3213 PASS [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<p>foo<span style=color:#aBcDeF>{bar}</span>baz" queryCommandIndeter m("stylewithcss") before
3214 PASS [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<p>foo<span style=color:#aBcDeF>{bar}</span>baz" queryCommandState(" stylewithcss") before 3214 PASS [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<p>foo<span style=color:#aBcDeF>{bar}</span>baz" queryCommandState(" stylewithcss") before
3215 FAIL [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<p>foo<span style=color:#aBcDeF>{bar}</span>baz" queryCommandValue(" stylewithcss") before assert_equals: Wrong result returned expected "" but got " true" 3215 PASS [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<p>foo<span style=color:#aBcDeF>{bar}</span>baz" queryCommandValue(" stylewithcss") before
3216 PASS [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<p>foo<span style=color:#aBcDeF>{bar}</span>baz" queryCommandIndeter m("stylewithcss") after 3216 PASS [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<p>foo<span style=color:#aBcDeF>{bar}</span>baz" queryCommandIndeter m("stylewithcss") after
3217 PASS [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<p>foo<span style=color:#aBcDeF>{bar}</span>baz" queryCommandState(" stylewithcss") after 3217 PASS [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<p>foo<span style=color:#aBcDeF>{bar}</span>baz" queryCommandState(" stylewithcss") after
3218 FAIL [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<p>foo<span style=color:#aBcDeF>{bar}</span>baz" queryCommandValue(" stylewithcss") after assert_equals: Wrong result returned expected "" but got "f alse" 3218 PASS [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<p>foo<span style=color:#aBcDeF>{bar}</span>baz" queryCommandValue(" stylewithcss") after
3219 PASS [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<p>foo<span style=color:#aBcDeF>{bar}</span>baz" queryCommandIndeter m("defaultparagraphseparator") before 3219 PASS [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<p>foo<span style=color:#aBcDeF>{bar}</span>baz" queryCommandIndeter m("defaultparagraphseparator") before
3220 PASS [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<p>foo<span style=color:#aBcDeF>{bar}</span>baz" queryCommandState(" defaultparagraphseparator") before 3220 PASS [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<p>foo<span style=color:#aBcDeF>{bar}</span>baz" queryCommandState(" defaultparagraphseparator") before
3221 PASS [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<p>foo<span style=color:#aBcDeF>{bar}</span>baz" queryCommandValue(" defaultparagraphseparator") before 3221 PASS [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<p>foo<span style=color:#aBcDeF>{bar}</span>baz" queryCommandValue(" defaultparagraphseparator") before
3222 PASS [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<p>foo<span style=color:#aBcDeF>{bar}</span>baz" queryCommandIndeter m("defaultparagraphseparator") after 3222 PASS [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<p>foo<span style=color:#aBcDeF>{bar}</span>baz" queryCommandIndeter m("defaultparagraphseparator") after
3223 PASS [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<p>foo<span style=color:#aBcDeF>{bar}</span>baz" queryCommandState(" defaultparagraphseparator") after 3223 PASS [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<p>foo<span style=color:#aBcDeF>{bar}</span>baz" queryCommandState(" defaultparagraphseparator") after
3224 PASS [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<p>foo<span style=color:#aBcDeF>{bar}</span>baz" queryCommandValue(" defaultparagraphseparator") after 3224 PASS [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<p>foo<span style=color:#aBcDeF>{bar}</span>baz" queryCommandValue(" defaultparagraphseparator") after
3225 PASS [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<p>foo<span style=color:#aBcDeF>{bar}</span>baz" queryCommandIndeter m("insertparagraph") before 3225 PASS [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<p>foo<span style=color:#aBcDeF>{bar}</span>baz" queryCommandIndeter m("insertparagraph") before
3226 PASS [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<p>foo<span style=color:#aBcDeF>{bar}</span>baz" queryCommandState(" insertparagraph") before 3226 PASS [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<p>foo<span style=color:#aBcDeF>{bar}</span>baz" queryCommandState(" insertparagraph") before
3227 PASS [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<p>foo<span style=color:#aBcDeF>{bar}</span>baz" queryCommandValue(" insertparagraph") before 3227 PASS [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<p>foo<span style=color:#aBcDeF>{bar}</span>baz" queryCommandValue(" insertparagraph") before
3228 PASS [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<p>foo<span style=color:#aBcDeF>{bar}</span>baz" queryCommandIndeter m("insertparagraph") after 3228 PASS [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<p>foo<span style=color:#aBcDeF>{bar}</span>baz" queryCommandIndeter m("insertparagraph") after
3229 PASS [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<p>foo<span style=color:#aBcDeF>{bar}</span>baz" queryCommandState(" insertparagraph") after 3229 PASS [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<p>foo<span style=color:#aBcDeF>{bar}</span>baz" queryCommandState(" insertparagraph") after
3230 PASS [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<p>foo<span style=color:#aBcDeF>{bar}</span>baz" queryCommandValue(" insertparagraph") after 3230 PASS [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<p>foo<span style=color:#aBcDeF>{bar}</span>baz" queryCommandValue(" insertparagraph") after
3231 PASS [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<p>foo<span style=color:#aBcDeF>{bar}</span>baz": execCommand("stylewit hcss", false, "true") return value 3231 PASS [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<p>foo<span style=color:#aBcDeF>{bar}</span>baz": execCommand("stylewit hcss", false, "true") return value
3232 PASS [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<p>foo<span style=color:#aBcDeF>{bar}</span>baz": execCommand("defaultp aragraphseparator", false, "p") return value 3232 PASS [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<p>foo<span style=color:#aBcDeF>{bar}</span>baz": execCommand("defaultp aragraphseparator", false, "p") return value
3233 PASS [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<p>foo<span style=color:#aBcDeF>{bar}</span>baz": execCommand("insertpa ragraph", false, "") return value 3233 PASS [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<p>foo<span style=color:#aBcDeF>{bar}</span>baz": execCommand("insertpa ragraph", false, "") return value
3234 PASS [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<p>foo<span style=color:#aBcDeF>{bar}</span>baz" checks for modificatio ns to non-editable content 3234 PASS [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<p>foo<span style=color:#aBcDeF>{bar}</span>baz" checks for modificatio ns to non-editable content
3235 PASS [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<p>foo<span style=color:#aBcDeF>{bar}</span>baz" compare innerHTML 3235 PASS [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<p>foo<span style=color:#aBcDeF>{bar}</span>baz" compare innerHTML
3236 PASS [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<p>foo<span style=color:#aBcDeF>{bar}</span>baz" queryCommandIndeterm(" stylewithcss") before 3236 PASS [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<p>foo<span style=color:#aBcDeF>{bar}</span>baz" queryCommandIndeterm(" stylewithcss") before
3237 PASS [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<p>foo<span style=color:#aBcDeF>{bar}</span>baz" queryCommandState("sty lewithcss") before 3237 PASS [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<p>foo<span style=color:#aBcDeF>{bar}</span>baz" queryCommandState("sty lewithcss") before
3238 FAIL [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<p>foo<span style=color:#aBcDeF>{bar}</span>baz" queryCommandValue("sty lewithcss") before assert_equals: Wrong result returned expected "" but got "fal se" 3238 PASS [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<p>foo<span style=color:#aBcDeF>{bar}</span>baz" queryCommandValue("sty lewithcss") before
3239 PASS [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<p>foo<span style=color:#aBcDeF>{bar}</span>baz" queryCommandIndeterm(" stylewithcss") after 3239 PASS [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<p>foo<span style=color:#aBcDeF>{bar}</span>baz" queryCommandIndeterm(" stylewithcss") after
3240 PASS [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<p>foo<span style=color:#aBcDeF>{bar}</span>baz" queryCommandState("sty lewithcss") after 3240 PASS [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<p>foo<span style=color:#aBcDeF>{bar}</span>baz" queryCommandState("sty lewithcss") after
3241 FAIL [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<p>foo<span style=color:#aBcDeF>{bar}</span>baz" queryCommandValue("sty lewithcss") after assert_equals: Wrong result returned expected "" but got "true " 3241 PASS [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<p>foo<span style=color:#aBcDeF>{bar}</span>baz" queryCommandValue("sty lewithcss") after
3242 PASS [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<p>foo<span style=color:#aBcDeF>{bar}</span>baz" queryCommandIndeterm(" defaultparagraphseparator") before 3242 PASS [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<p>foo<span style=color:#aBcDeF>{bar}</span>baz" queryCommandIndeterm(" defaultparagraphseparator") before
3243 PASS [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<p>foo<span style=color:#aBcDeF>{bar}</span>baz" queryCommandState("def aultparagraphseparator") before 3243 PASS [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<p>foo<span style=color:#aBcDeF>{bar}</span>baz" queryCommandState("def aultparagraphseparator") before
3244 PASS [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<p>foo<span style=color:#aBcDeF>{bar}</span>baz" queryCommandValue("def aultparagraphseparator") before 3244 PASS [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<p>foo<span style=color:#aBcDeF>{bar}</span>baz" queryCommandValue("def aultparagraphseparator") before
3245 PASS [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<p>foo<span style=color:#aBcDeF>{bar}</span>baz" queryCommandIndeterm(" defaultparagraphseparator") after 3245 PASS [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<p>foo<span style=color:#aBcDeF>{bar}</span>baz" queryCommandIndeterm(" defaultparagraphseparator") after
3246 PASS [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<p>foo<span style=color:#aBcDeF>{bar}</span>baz" queryCommandState("def aultparagraphseparator") after 3246 PASS [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<p>foo<span style=color:#aBcDeF>{bar}</span>baz" queryCommandState("def aultparagraphseparator") after
3247 PASS [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<p>foo<span style=color:#aBcDeF>{bar}</span>baz" queryCommandValue("def aultparagraphseparator") after 3247 PASS [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<p>foo<span style=color:#aBcDeF>{bar}</span>baz" queryCommandValue("def aultparagraphseparator") after
3248 PASS [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<p>foo<span style=color:#aBcDeF>{bar}</span>baz" queryCommandIndeterm(" insertparagraph") before 3248 PASS [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<p>foo<span style=color:#aBcDeF>{bar}</span>baz" queryCommandIndeterm(" insertparagraph") before
3249 PASS [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<p>foo<span style=color:#aBcDeF>{bar}</span>baz" queryCommandState("ins ertparagraph") before 3249 PASS [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<p>foo<span style=color:#aBcDeF>{bar}</span>baz" queryCommandState("ins ertparagraph") before
3250 PASS [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<p>foo<span style=color:#aBcDeF>{bar}</span>baz" queryCommandValue("ins ertparagraph") before 3250 PASS [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<p>foo<span style=color:#aBcDeF>{bar}</span>baz" queryCommandValue("ins ertparagraph") before
3251 PASS [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<p>foo<span style=color:#aBcDeF>{bar}</span>baz" queryCommandIndeterm(" insertparagraph") after 3251 PASS [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<p>foo<span style=color:#aBcDeF>{bar}</span>baz" queryCommandIndeterm(" insertparagraph") after
3252 PASS [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<p>foo<span style=color:#aBcDeF>{bar}</span>baz" queryCommandState("ins ertparagraph") after 3252 PASS [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<p>foo<span style=color:#aBcDeF>{bar}</span>baz" queryCommandState("ins ertparagraph") after
3253 PASS [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<p>foo<span style=color:#aBcDeF>{bar}</span>baz" queryCommandValue("ins ertparagraph") after 3253 PASS [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<p>foo<span style=color:#aBcDeF>{bar}</span>baz" queryCommandValue("ins ertparagraph") after
3254 PASS [["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagra ph",""]] "<p>foo<span style=color:#aBcDeF>{bar}</span>baz": execCommand("stylewi thcss", false, "false") return value 3254 PASS [["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagra ph",""]] "<p>foo<span style=color:#aBcDeF>{bar}</span>baz": execCommand("stylewi thcss", false, "false") return value
3255 PASS [["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagra ph",""]] "<p>foo<span style=color:#aBcDeF>{bar}</span>baz": execCommand("default paragraphseparator", false, "p") return value 3255 PASS [["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagra ph",""]] "<p>foo<span style=color:#aBcDeF>{bar}</span>baz": execCommand("default paragraphseparator", false, "p") return value
3256 PASS [["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagra ph",""]] "<p>foo<span style=color:#aBcDeF>{bar}</span>baz": execCommand("insertp aragraph", false, "") return value 3256 PASS [["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagra ph",""]] "<p>foo<span style=color:#aBcDeF>{bar}</span>baz": execCommand("insertp aragraph", false, "") return value
3257 PASS [["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagra ph",""]] "<p>foo<span style=color:#aBcDeF>{bar}</span>baz" checks for modificati ons to non-editable content 3257 PASS [["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagra ph",""]] "<p>foo<span style=color:#aBcDeF>{bar}</span>baz" checks for modificati ons to non-editable content
3258 PASS [["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagra ph",""]] "<p>foo<span style=color:#aBcDeF>{bar}</span>baz" compare innerHTML 3258 PASS [["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagra ph",""]] "<p>foo<span style=color:#aBcDeF>{bar}</span>baz" compare innerHTML
3259 PASS [["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagra ph",""]] "<p>foo<span style=color:#aBcDeF>{bar}</span>baz" queryCommandIndeterm( "stylewithcss") before 3259 PASS [["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagra ph",""]] "<p>foo<span style=color:#aBcDeF>{bar}</span>baz" queryCommandIndeterm( "stylewithcss") before
3260 PASS [["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagra ph",""]] "<p>foo<span style=color:#aBcDeF>{bar}</span>baz" queryCommandState("st ylewithcss") before 3260 PASS [["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagra ph",""]] "<p>foo<span style=color:#aBcDeF>{bar}</span>baz" queryCommandState("st ylewithcss") before
3261 FAIL [["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagra ph",""]] "<p>foo<span style=color:#aBcDeF>{bar}</span>baz" queryCommandValue("st ylewithcss") before assert_equals: Wrong result returned expected "" but got "tr ue" 3261 PASS [["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagra ph",""]] "<p>foo<span style=color:#aBcDeF>{bar}</span>baz" queryCommandValue("st ylewithcss") before
3262 PASS [["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagra ph",""]] "<p>foo<span style=color:#aBcDeF>{bar}</span>baz" queryCommandIndeterm( "stylewithcss") after 3262 PASS [["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagra ph",""]] "<p>foo<span style=color:#aBcDeF>{bar}</span>baz" queryCommandIndeterm( "stylewithcss") after
3263 PASS [["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagra ph",""]] "<p>foo<span style=color:#aBcDeF>{bar}</span>baz" queryCommandState("st ylewithcss") after 3263 PASS [["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagra ph",""]] "<p>foo<span style=color:#aBcDeF>{bar}</span>baz" queryCommandState("st ylewithcss") after
3264 FAIL [["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagra ph",""]] "<p>foo<span style=color:#aBcDeF>{bar}</span>baz" queryCommandValue("st ylewithcss") after assert_equals: Wrong result returned expected "" but got "fal se" 3264 PASS [["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagra ph",""]] "<p>foo<span style=color:#aBcDeF>{bar}</span>baz" queryCommandValue("st ylewithcss") after
3265 PASS [["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagra ph",""]] "<p>foo<span style=color:#aBcDeF>{bar}</span>baz" queryCommandIndeterm( "defaultparagraphseparator") before 3265 PASS [["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagra ph",""]] "<p>foo<span style=color:#aBcDeF>{bar}</span>baz" queryCommandIndeterm( "defaultparagraphseparator") before
3266 PASS [["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagra ph",""]] "<p>foo<span style=color:#aBcDeF>{bar}</span>baz" queryCommandState("de faultparagraphseparator") before 3266 PASS [["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagra ph",""]] "<p>foo<span style=color:#aBcDeF>{bar}</span>baz" queryCommandState("de faultparagraphseparator") before
3267 PASS [["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagra ph",""]] "<p>foo<span style=color:#aBcDeF>{bar}</span>baz" queryCommandValue("de faultparagraphseparator") before 3267 PASS [["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagra ph",""]] "<p>foo<span style=color:#aBcDeF>{bar}</span>baz" queryCommandValue("de faultparagraphseparator") before
3268 PASS [["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagra ph",""]] "<p>foo<span style=color:#aBcDeF>{bar}</span>baz" queryCommandIndeterm( "defaultparagraphseparator") after 3268 PASS [["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagra ph",""]] "<p>foo<span style=color:#aBcDeF>{bar}</span>baz" queryCommandIndeterm( "defaultparagraphseparator") after
3269 PASS [["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagra ph",""]] "<p>foo<span style=color:#aBcDeF>{bar}</span>baz" queryCommandState("de faultparagraphseparator") after 3269 PASS [["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagra ph",""]] "<p>foo<span style=color:#aBcDeF>{bar}</span>baz" queryCommandState("de faultparagraphseparator") after
3270 PASS [["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagra ph",""]] "<p>foo<span style=color:#aBcDeF>{bar}</span>baz" queryCommandValue("de faultparagraphseparator") after 3270 PASS [["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagra ph",""]] "<p>foo<span style=color:#aBcDeF>{bar}</span>baz" queryCommandValue("de faultparagraphseparator") after
3271 PASS [["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagra ph",""]] "<p>foo<span style=color:#aBcDeF>{bar}</span>baz" queryCommandIndeterm( "insertparagraph") before 3271 PASS [["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagra ph",""]] "<p>foo<span style=color:#aBcDeF>{bar}</span>baz" queryCommandIndeterm( "insertparagraph") before
3272 PASS [["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagra ph",""]] "<p>foo<span style=color:#aBcDeF>{bar}</span>baz" queryCommandState("in sertparagraph") before 3272 PASS [["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagra ph",""]] "<p>foo<span style=color:#aBcDeF>{bar}</span>baz" queryCommandState("in sertparagraph") before
3273 PASS [["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagra ph",""]] "<p>foo<span style=color:#aBcDeF>{bar}</span>baz" queryCommandValue("in sertparagraph") before 3273 PASS [["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagra ph",""]] "<p>foo<span style=color:#aBcDeF>{bar}</span>baz" queryCommandValue("in sertparagraph") before
3274 PASS [["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagra ph",""]] "<p>foo<span style=color:#aBcDeF>{bar}</span>baz" queryCommandIndeterm( "insertparagraph") after 3274 PASS [["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagra ph",""]] "<p>foo<span style=color:#aBcDeF>{bar}</span>baz" queryCommandIndeterm( "insertparagraph") after
3275 PASS [["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagra ph",""]] "<p>foo<span style=color:#aBcDeF>{bar}</span>baz" queryCommandState("in sertparagraph") after 3275 PASS [["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagra ph",""]] "<p>foo<span style=color:#aBcDeF>{bar}</span>baz" queryCommandState("in sertparagraph") after
3276 PASS [["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagra ph",""]] "<p>foo<span style=color:#aBcDeF>{bar}</span>baz" queryCommandValue("in sertparagraph") after 3276 PASS [["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagra ph",""]] "<p>foo<span style=color:#aBcDeF>{bar}</span>baz" queryCommandValue("in sertparagraph") after
3277 PASS [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<p>foo{<span style=color:#aBcDeF>bar</span>}baz": execCommand("stylew ithcss", false, "true") return value 3277 PASS [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<p>foo{<span style=color:#aBcDeF>bar</span>}baz": execCommand("stylew ithcss", false, "true") return value
3278 PASS [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<p>foo{<span style=color:#aBcDeF>bar</span>}baz": execCommand("defaul tparagraphseparator", false, "div") return value 3278 PASS [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<p>foo{<span style=color:#aBcDeF>bar</span>}baz": execCommand("defaul tparagraphseparator", false, "div") return value
3279 PASS [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<p>foo{<span style=color:#aBcDeF>bar</span>}baz": execCommand("insert paragraph", false, "") return value 3279 PASS [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<p>foo{<span style=color:#aBcDeF>bar</span>}baz": execCommand("insert paragraph", false, "") return value
3280 PASS [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<p>foo{<span style=color:#aBcDeF>bar</span>}baz" checks for modificat ions to non-editable content 3280 PASS [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<p>foo{<span style=color:#aBcDeF>bar</span>}baz" checks for modificat ions to non-editable content
3281 PASS [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<p>foo{<span style=color:#aBcDeF>bar</span>}baz" compare innerHTML 3281 PASS [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<p>foo{<span style=color:#aBcDeF>bar</span>}baz" compare innerHTML
3282 PASS [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<p>foo{<span style=color:#aBcDeF>bar</span>}baz" queryCommandIndeterm ("stylewithcss") before 3282 PASS [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<p>foo{<span style=color:#aBcDeF>bar</span>}baz" queryCommandIndeterm ("stylewithcss") before
3283 PASS [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<p>foo{<span style=color:#aBcDeF>bar</span>}baz" queryCommandState("s tylewithcss") before 3283 PASS [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<p>foo{<span style=color:#aBcDeF>bar</span>}baz" queryCommandState("s tylewithcss") before
3284 FAIL [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<p>foo{<span style=color:#aBcDeF>bar</span>}baz" queryCommandValue("s tylewithcss") before assert_equals: Wrong result returned expected "" but got "f alse" 3284 PASS [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<p>foo{<span style=color:#aBcDeF>bar</span>}baz" queryCommandValue("s tylewithcss") before
3285 PASS [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<p>foo{<span style=color:#aBcDeF>bar</span>}baz" queryCommandIndeterm ("stylewithcss") after 3285 PASS [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<p>foo{<span style=color:#aBcDeF>bar</span>}baz" queryCommandIndeterm ("stylewithcss") after
3286 PASS [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<p>foo{<span style=color:#aBcDeF>bar</span>}baz" queryCommandState("s tylewithcss") after 3286 PASS [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<p>foo{<span style=color:#aBcDeF>bar</span>}baz" queryCommandState("s tylewithcss") after
3287 FAIL [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<p>foo{<span style=color:#aBcDeF>bar</span>}baz" queryCommandValue("s tylewithcss") after assert_equals: Wrong result returned expected "" but got "tr ue" 3287 PASS [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<p>foo{<span style=color:#aBcDeF>bar</span>}baz" queryCommandValue("s tylewithcss") after
3288 PASS [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<p>foo{<span style=color:#aBcDeF>bar</span>}baz" queryCommandIndeterm ("defaultparagraphseparator") before 3288 PASS [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<p>foo{<span style=color:#aBcDeF>bar</span>}baz" queryCommandIndeterm ("defaultparagraphseparator") before
3289 PASS [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<p>foo{<span style=color:#aBcDeF>bar</span>}baz" queryCommandState("d efaultparagraphseparator") before 3289 PASS [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<p>foo{<span style=color:#aBcDeF>bar</span>}baz" queryCommandState("d efaultparagraphseparator") before
3290 PASS [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<p>foo{<span style=color:#aBcDeF>bar</span>}baz" queryCommandValue("d efaultparagraphseparator") before 3290 PASS [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<p>foo{<span style=color:#aBcDeF>bar</span>}baz" queryCommandValue("d efaultparagraphseparator") before
3291 PASS [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<p>foo{<span style=color:#aBcDeF>bar</span>}baz" queryCommandIndeterm ("defaultparagraphseparator") after 3291 PASS [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<p>foo{<span style=color:#aBcDeF>bar</span>}baz" queryCommandIndeterm ("defaultparagraphseparator") after
3292 PASS [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<p>foo{<span style=color:#aBcDeF>bar</span>}baz" queryCommandState("d efaultparagraphseparator") after 3292 PASS [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<p>foo{<span style=color:#aBcDeF>bar</span>}baz" queryCommandState("d efaultparagraphseparator") after
3293 PASS [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<p>foo{<span style=color:#aBcDeF>bar</span>}baz" queryCommandValue("d efaultparagraphseparator") after 3293 PASS [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<p>foo{<span style=color:#aBcDeF>bar</span>}baz" queryCommandValue("d efaultparagraphseparator") after
3294 PASS [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<p>foo{<span style=color:#aBcDeF>bar</span>}baz" queryCommandIndeterm ("insertparagraph") before 3294 PASS [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<p>foo{<span style=color:#aBcDeF>bar</span>}baz" queryCommandIndeterm ("insertparagraph") before
3295 PASS [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<p>foo{<span style=color:#aBcDeF>bar</span>}baz" queryCommandState("i nsertparagraph") before 3295 PASS [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<p>foo{<span style=color:#aBcDeF>bar</span>}baz" queryCommandState("i nsertparagraph") before
3296 PASS [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<p>foo{<span style=color:#aBcDeF>bar</span>}baz" queryCommandValue("i nsertparagraph") before 3296 PASS [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<p>foo{<span style=color:#aBcDeF>bar</span>}baz" queryCommandValue("i nsertparagraph") before
3297 PASS [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<p>foo{<span style=color:#aBcDeF>bar</span>}baz" queryCommandIndeterm ("insertparagraph") after 3297 PASS [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<p>foo{<span style=color:#aBcDeF>bar</span>}baz" queryCommandIndeterm ("insertparagraph") after
3298 PASS [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<p>foo{<span style=color:#aBcDeF>bar</span>}baz" queryCommandState("i nsertparagraph") after 3298 PASS [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<p>foo{<span style=color:#aBcDeF>bar</span>}baz" queryCommandState("i nsertparagraph") after
3299 PASS [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<p>foo{<span style=color:#aBcDeF>bar</span>}baz" queryCommandValue("i nsertparagraph") after 3299 PASS [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<p>foo{<span style=color:#aBcDeF>bar</span>}baz" queryCommandValue("i nsertparagraph") after
3300 PASS [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<p>foo{<span style=color:#aBcDeF>bar</span>}baz": execCommand("style withcss", false, "false") return value 3300 PASS [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<p>foo{<span style=color:#aBcDeF>bar</span>}baz": execCommand("style withcss", false, "false") return value
3301 PASS [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<p>foo{<span style=color:#aBcDeF>bar</span>}baz": execCommand("defau ltparagraphseparator", false, "div") return value 3301 PASS [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<p>foo{<span style=color:#aBcDeF>bar</span>}baz": execCommand("defau ltparagraphseparator", false, "div") return value
3302 PASS [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<p>foo{<span style=color:#aBcDeF>bar</span>}baz": execCommand("inser tparagraph", false, "") return value 3302 PASS [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<p>foo{<span style=color:#aBcDeF>bar</span>}baz": execCommand("inser tparagraph", false, "") return value
3303 PASS [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<p>foo{<span style=color:#aBcDeF>bar</span>}baz" checks for modifica tions to non-editable content 3303 PASS [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<p>foo{<span style=color:#aBcDeF>bar</span>}baz" checks for modifica tions to non-editable content
3304 PASS [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<p>foo{<span style=color:#aBcDeF>bar</span>}baz" compare innerHTML 3304 PASS [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<p>foo{<span style=color:#aBcDeF>bar</span>}baz" compare innerHTML
3305 PASS [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<p>foo{<span style=color:#aBcDeF>bar</span>}baz" queryCommandIndeter m("stylewithcss") before 3305 PASS [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<p>foo{<span style=color:#aBcDeF>bar</span>}baz" queryCommandIndeter m("stylewithcss") before
3306 PASS [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<p>foo{<span style=color:#aBcDeF>bar</span>}baz" queryCommandState(" stylewithcss") before 3306 PASS [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<p>foo{<span style=color:#aBcDeF>bar</span>}baz" queryCommandState(" stylewithcss") before
3307 FAIL [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<p>foo{<span style=color:#aBcDeF>bar</span>}baz" queryCommandValue(" stylewithcss") before assert_equals: Wrong result returned expected "" but got " true" 3307 PASS [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<p>foo{<span style=color:#aBcDeF>bar</span>}baz" queryCommandValue(" stylewithcss") before
3308 PASS [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<p>foo{<span style=color:#aBcDeF>bar</span>}baz" queryCommandIndeter m("stylewithcss") after 3308 PASS [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<p>foo{<span style=color:#aBcDeF>bar</span>}baz" queryCommandIndeter m("stylewithcss") after
3309 PASS [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<p>foo{<span style=color:#aBcDeF>bar</span>}baz" queryCommandState(" stylewithcss") after 3309 PASS [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<p>foo{<span style=color:#aBcDeF>bar</span>}baz" queryCommandState(" stylewithcss") after
3310 FAIL [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<p>foo{<span style=color:#aBcDeF>bar</span>}baz" queryCommandValue(" stylewithcss") after assert_equals: Wrong result returned expected "" but got "f alse" 3310 PASS [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<p>foo{<span style=color:#aBcDeF>bar</span>}baz" queryCommandValue(" stylewithcss") after
3311 PASS [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<p>foo{<span style=color:#aBcDeF>bar</span>}baz" queryCommandIndeter m("defaultparagraphseparator") before 3311 PASS [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<p>foo{<span style=color:#aBcDeF>bar</span>}baz" queryCommandIndeter m("defaultparagraphseparator") before
3312 PASS [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<p>foo{<span style=color:#aBcDeF>bar</span>}baz" queryCommandState(" defaultparagraphseparator") before 3312 PASS [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<p>foo{<span style=color:#aBcDeF>bar</span>}baz" queryCommandState(" defaultparagraphseparator") before
3313 PASS [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<p>foo{<span style=color:#aBcDeF>bar</span>}baz" queryCommandValue(" defaultparagraphseparator") before 3313 PASS [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<p>foo{<span style=color:#aBcDeF>bar</span>}baz" queryCommandValue(" defaultparagraphseparator") before
3314 PASS [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<p>foo{<span style=color:#aBcDeF>bar</span>}baz" queryCommandIndeter m("defaultparagraphseparator") after 3314 PASS [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<p>foo{<span style=color:#aBcDeF>bar</span>}baz" queryCommandIndeter m("defaultparagraphseparator") after
3315 PASS [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<p>foo{<span style=color:#aBcDeF>bar</span>}baz" queryCommandState(" defaultparagraphseparator") after 3315 PASS [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<p>foo{<span style=color:#aBcDeF>bar</span>}baz" queryCommandState(" defaultparagraphseparator") after
3316 PASS [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<p>foo{<span style=color:#aBcDeF>bar</span>}baz" queryCommandValue(" defaultparagraphseparator") after 3316 PASS [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<p>foo{<span style=color:#aBcDeF>bar</span>}baz" queryCommandValue(" defaultparagraphseparator") after
3317 PASS [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<p>foo{<span style=color:#aBcDeF>bar</span>}baz" queryCommandIndeter m("insertparagraph") before 3317 PASS [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<p>foo{<span style=color:#aBcDeF>bar</span>}baz" queryCommandIndeter m("insertparagraph") before
3318 PASS [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<p>foo{<span style=color:#aBcDeF>bar</span>}baz" queryCommandState(" insertparagraph") before 3318 PASS [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<p>foo{<span style=color:#aBcDeF>bar</span>}baz" queryCommandState(" insertparagraph") before
3319 PASS [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<p>foo{<span style=color:#aBcDeF>bar</span>}baz" queryCommandValue(" insertparagraph") before 3319 PASS [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<p>foo{<span style=color:#aBcDeF>bar</span>}baz" queryCommandValue(" insertparagraph") before
3320 PASS [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<p>foo{<span style=color:#aBcDeF>bar</span>}baz" queryCommandIndeter m("insertparagraph") after 3320 PASS [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<p>foo{<span style=color:#aBcDeF>bar</span>}baz" queryCommandIndeter m("insertparagraph") after
3321 PASS [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<p>foo{<span style=color:#aBcDeF>bar</span>}baz" queryCommandState(" insertparagraph") after 3321 PASS [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<p>foo{<span style=color:#aBcDeF>bar</span>}baz" queryCommandState(" insertparagraph") after
3322 PASS [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<p>foo{<span style=color:#aBcDeF>bar</span>}baz" queryCommandValue(" insertparagraph") after 3322 PASS [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<p>foo{<span style=color:#aBcDeF>bar</span>}baz" queryCommandValue(" insertparagraph") after
3323 PASS [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<p>foo{<span style=color:#aBcDeF>bar</span>}baz": execCommand("stylewit hcss", false, "true") return value 3323 PASS [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<p>foo{<span style=color:#aBcDeF>bar</span>}baz": execCommand("stylewit hcss", false, "true") return value
3324 PASS [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<p>foo{<span style=color:#aBcDeF>bar</span>}baz": execCommand("defaultp aragraphseparator", false, "p") return value 3324 PASS [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<p>foo{<span style=color:#aBcDeF>bar</span>}baz": execCommand("defaultp aragraphseparator", false, "p") return value
3325 PASS [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<p>foo{<span style=color:#aBcDeF>bar</span>}baz": execCommand("insertpa ragraph", false, "") return value 3325 PASS [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<p>foo{<span style=color:#aBcDeF>bar</span>}baz": execCommand("insertpa ragraph", false, "") return value
3326 PASS [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<p>foo{<span style=color:#aBcDeF>bar</span>}baz" checks for modificatio ns to non-editable content 3326 PASS [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<p>foo{<span style=color:#aBcDeF>bar</span>}baz" checks for modificatio ns to non-editable content
3327 PASS [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<p>foo{<span style=color:#aBcDeF>bar</span>}baz" compare innerHTML 3327 PASS [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<p>foo{<span style=color:#aBcDeF>bar</span>}baz" compare innerHTML
3328 PASS [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<p>foo{<span style=color:#aBcDeF>bar</span>}baz" queryCommandIndeterm(" stylewithcss") before 3328 PASS [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<p>foo{<span style=color:#aBcDeF>bar</span>}baz" queryCommandIndeterm(" stylewithcss") before
3329 PASS [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<p>foo{<span style=color:#aBcDeF>bar</span>}baz" queryCommandState("sty lewithcss") before 3329 PASS [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<p>foo{<span style=color:#aBcDeF>bar</span>}baz" queryCommandState("sty lewithcss") before
3330 FAIL [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<p>foo{<span style=color:#aBcDeF>bar</span>}baz" queryCommandValue("sty lewithcss") before assert_equals: Wrong result returned expected "" but got "fal se" 3330 PASS [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<p>foo{<span style=color:#aBcDeF>bar</span>}baz" queryCommandValue("sty lewithcss") before
3331 PASS [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<p>foo{<span style=color:#aBcDeF>bar</span>}baz" queryCommandIndeterm(" stylewithcss") after 3331 PASS [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<p>foo{<span style=color:#aBcDeF>bar</span>}baz" queryCommandIndeterm(" stylewithcss") after
3332 PASS [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<p>foo{<span style=color:#aBcDeF>bar</span>}baz" queryCommandState("sty lewithcss") after 3332 PASS [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<p>foo{<span style=color:#aBcDeF>bar</span>}baz" queryCommandState("sty lewithcss") after
3333 FAIL [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<p>foo{<span style=color:#aBcDeF>bar</span>}baz" queryCommandValue("sty lewithcss") after assert_equals: Wrong result returned expected "" but got "true " 3333 PASS [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<p>foo{<span style=color:#aBcDeF>bar</span>}baz" queryCommandValue("sty lewithcss") after
3334 PASS [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<p>foo{<span style=color:#aBcDeF>bar</span>}baz" queryCommandIndeterm(" defaultparagraphseparator") before 3334 PASS [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<p>foo{<span style=color:#aBcDeF>bar</span>}baz" queryCommandIndeterm(" defaultparagraphseparator") before
3335 PASS [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<p>foo{<span style=color:#aBcDeF>bar</span>}baz" queryCommandState("def aultparagraphseparator") before 3335 PASS [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<p>foo{<span style=color:#aBcDeF>bar</span>}baz" queryCommandState("def aultparagraphseparator") before
3336 PASS [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<p>foo{<span style=color:#aBcDeF>bar</span>}baz" queryCommandValue("def aultparagraphseparator") before 3336 PASS [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<p>foo{<span style=color:#aBcDeF>bar</span>}baz" queryCommandValue("def aultparagraphseparator") before
3337 PASS [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<p>foo{<span style=color:#aBcDeF>bar</span>}baz" queryCommandIndeterm(" defaultparagraphseparator") after 3337 PASS [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<p>foo{<span style=color:#aBcDeF>bar</span>}baz" queryCommandIndeterm(" defaultparagraphseparator") after
3338 PASS [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<p>foo{<span style=color:#aBcDeF>bar</span>}baz" queryCommandState("def aultparagraphseparator") after 3338 PASS [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<p>foo{<span style=color:#aBcDeF>bar</span>}baz" queryCommandState("def aultparagraphseparator") after
3339 PASS [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<p>foo{<span style=color:#aBcDeF>bar</span>}baz" queryCommandValue("def aultparagraphseparator") after 3339 PASS [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<p>foo{<span style=color:#aBcDeF>bar</span>}baz" queryCommandValue("def aultparagraphseparator") after
3340 PASS [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<p>foo{<span style=color:#aBcDeF>bar</span>}baz" queryCommandIndeterm(" insertparagraph") before 3340 PASS [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<p>foo{<span style=color:#aBcDeF>bar</span>}baz" queryCommandIndeterm(" insertparagraph") before
3341 PASS [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<p>foo{<span style=color:#aBcDeF>bar</span>}baz" queryCommandState("ins ertparagraph") before 3341 PASS [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<p>foo{<span style=color:#aBcDeF>bar</span>}baz" queryCommandState("ins ertparagraph") before
3342 PASS [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<p>foo{<span style=color:#aBcDeF>bar</span>}baz" queryCommandValue("ins ertparagraph") before 3342 PASS [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<p>foo{<span style=color:#aBcDeF>bar</span>}baz" queryCommandValue("ins ertparagraph") before
3343 PASS [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<p>foo{<span style=color:#aBcDeF>bar</span>}baz" queryCommandIndeterm(" insertparagraph") after 3343 PASS [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<p>foo{<span style=color:#aBcDeF>bar</span>}baz" queryCommandIndeterm(" insertparagraph") after
3344 PASS [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<p>foo{<span style=color:#aBcDeF>bar</span>}baz" queryCommandState("ins ertparagraph") after 3344 PASS [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<p>foo{<span style=color:#aBcDeF>bar</span>}baz" queryCommandState("ins ertparagraph") after
3345 PASS [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<p>foo{<span style=color:#aBcDeF>bar</span>}baz" queryCommandValue("ins ertparagraph") after 3345 PASS [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<p>foo{<span style=color:#aBcDeF>bar</span>}baz" queryCommandValue("ins ertparagraph") after
3346 PASS [["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagra ph",""]] "<p>foo{<span style=color:#aBcDeF>bar</span>}baz": execCommand("stylewi thcss", false, "false") return value 3346 PASS [["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagra ph",""]] "<p>foo{<span style=color:#aBcDeF>bar</span>}baz": execCommand("stylewi thcss", false, "false") return value
3347 PASS [["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagra ph",""]] "<p>foo{<span style=color:#aBcDeF>bar</span>}baz": execCommand("default paragraphseparator", false, "p") return value 3347 PASS [["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagra ph",""]] "<p>foo{<span style=color:#aBcDeF>bar</span>}baz": execCommand("default paragraphseparator", false, "p") return value
3348 PASS [["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagra ph",""]] "<p>foo{<span style=color:#aBcDeF>bar</span>}baz": execCommand("insertp aragraph", false, "") return value 3348 PASS [["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagra ph",""]] "<p>foo{<span style=color:#aBcDeF>bar</span>}baz": execCommand("insertp aragraph", false, "") return value
3349 PASS [["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagra ph",""]] "<p>foo{<span style=color:#aBcDeF>bar</span>}baz" checks for modificati ons to non-editable content 3349 PASS [["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagra ph",""]] "<p>foo{<span style=color:#aBcDeF>bar</span>}baz" checks for modificati ons to non-editable content
3350 PASS [["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagra ph",""]] "<p>foo{<span style=color:#aBcDeF>bar</span>}baz" compare innerHTML 3350 PASS [["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagra ph",""]] "<p>foo{<span style=color:#aBcDeF>bar</span>}baz" compare innerHTML
3351 PASS [["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagra ph",""]] "<p>foo{<span style=color:#aBcDeF>bar</span>}baz" queryCommandIndeterm( "stylewithcss") before 3351 PASS [["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagra ph",""]] "<p>foo{<span style=color:#aBcDeF>bar</span>}baz" queryCommandIndeterm( "stylewithcss") before
3352 PASS [["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagra ph",""]] "<p>foo{<span style=color:#aBcDeF>bar</span>}baz" queryCommandState("st ylewithcss") before 3352 PASS [["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagra ph",""]] "<p>foo{<span style=color:#aBcDeF>bar</span>}baz" queryCommandState("st ylewithcss") before
3353 FAIL [["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagra ph",""]] "<p>foo{<span style=color:#aBcDeF>bar</span>}baz" queryCommandValue("st ylewithcss") before assert_equals: Wrong result returned expected "" but got "tr ue" 3353 PASS [["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagra ph",""]] "<p>foo{<span style=color:#aBcDeF>bar</span>}baz" queryCommandValue("st ylewithcss") before
3354 PASS [["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagra ph",""]] "<p>foo{<span style=color:#aBcDeF>bar</span>}baz" queryCommandIndeterm( "stylewithcss") after 3354 PASS [["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagra ph",""]] "<p>foo{<span style=color:#aBcDeF>bar</span>}baz" queryCommandIndeterm( "stylewithcss") after
3355 PASS [["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagra ph",""]] "<p>foo{<span style=color:#aBcDeF>bar</span>}baz" queryCommandState("st ylewithcss") after 3355 PASS [["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagra ph",""]] "<p>foo{<span style=color:#aBcDeF>bar</span>}baz" queryCommandState("st ylewithcss") after
3356 FAIL [["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagra ph",""]] "<p>foo{<span style=color:#aBcDeF>bar</span>}baz" queryCommandValue("st ylewithcss") after assert_equals: Wrong result returned expected "" but got "fal se" 3356 PASS [["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagra ph",""]] "<p>foo{<span style=color:#aBcDeF>bar</span>}baz" queryCommandValue("st ylewithcss") after
3357 PASS [["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagra ph",""]] "<p>foo{<span style=color:#aBcDeF>bar</span>}baz" queryCommandIndeterm( "defaultparagraphseparator") before 3357 PASS [["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagra ph",""]] "<p>foo{<span style=color:#aBcDeF>bar</span>}baz" queryCommandIndeterm( "defaultparagraphseparator") before
3358 PASS [["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagra ph",""]] "<p>foo{<span style=color:#aBcDeF>bar</span>}baz" queryCommandState("de faultparagraphseparator") before 3358 PASS [["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagra ph",""]] "<p>foo{<span style=color:#aBcDeF>bar</span>}baz" queryCommandState("de faultparagraphseparator") before
3359 PASS [["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagra ph",""]] "<p>foo{<span style=color:#aBcDeF>bar</span>}baz" queryCommandValue("de faultparagraphseparator") before 3359 PASS [["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagra ph",""]] "<p>foo{<span style=color:#aBcDeF>bar</span>}baz" queryCommandValue("de faultparagraphseparator") before
3360 PASS [["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagra ph",""]] "<p>foo{<span style=color:#aBcDeF>bar</span>}baz" queryCommandIndeterm( "defaultparagraphseparator") after 3360 PASS [["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagra ph",""]] "<p>foo{<span style=color:#aBcDeF>bar</span>}baz" queryCommandIndeterm( "defaultparagraphseparator") after
3361 PASS [["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagra ph",""]] "<p>foo{<span style=color:#aBcDeF>bar</span>}baz" queryCommandState("de faultparagraphseparator") after 3361 PASS [["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagra ph",""]] "<p>foo{<span style=color:#aBcDeF>bar</span>}baz" queryCommandState("de faultparagraphseparator") after
3362 PASS [["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagra ph",""]] "<p>foo{<span style=color:#aBcDeF>bar</span>}baz" queryCommandValue("de faultparagraphseparator") after 3362 PASS [["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagra ph",""]] "<p>foo{<span style=color:#aBcDeF>bar</span>}baz" queryCommandValue("de faultparagraphseparator") after
3363 PASS [["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagra ph",""]] "<p>foo{<span style=color:#aBcDeF>bar</span>}baz" queryCommandIndeterm( "insertparagraph") before 3363 PASS [["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagra ph",""]] "<p>foo{<span style=color:#aBcDeF>bar</span>}baz" queryCommandIndeterm( "insertparagraph") before
3364 PASS [["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagra ph",""]] "<p>foo{<span style=color:#aBcDeF>bar</span>}baz" queryCommandState("in sertparagraph") before 3364 PASS [["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagra ph",""]] "<p>foo{<span style=color:#aBcDeF>bar</span>}baz" queryCommandState("in sertparagraph") before
3365 PASS [["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagra ph",""]] "<p>foo{<span style=color:#aBcDeF>bar</span>}baz" queryCommandValue("in sertparagraph") before 3365 PASS [["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagra ph",""]] "<p>foo{<span style=color:#aBcDeF>bar</span>}baz" queryCommandValue("in sertparagraph") before
3366 PASS [["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagra ph",""]] "<p>foo{<span style=color:#aBcDeF>bar</span>}baz" queryCommandIndeterm( "insertparagraph") after 3366 PASS [["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagra ph",""]] "<p>foo{<span style=color:#aBcDeF>bar</span>}baz" queryCommandIndeterm( "insertparagraph") after
3367 PASS [["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagra ph",""]] "<p>foo{<span style=color:#aBcDeF>bar</span>}baz" queryCommandState("in sertparagraph") after 3367 PASS [["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagra ph",""]] "<p>foo{<span style=color:#aBcDeF>bar</span>}baz" queryCommandState("in sertparagraph") after
3368 PASS [["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagra ph",""]] "<p>foo{<span style=color:#aBcDeF>bar</span>}baz" queryCommandValue("in sertparagraph") after 3368 PASS [["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagra ph",""]] "<p>foo{<span style=color:#aBcDeF>bar</span>}baz" queryCommandValue("in sertparagraph") after
3369 PASS [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<p>[foo<span style=color:#aBcDeF>bar]</span>baz": execCommand("stylew ithcss", false, "true") return value 3369 PASS [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<p>[foo<span style=color:#aBcDeF>bar]</span>baz": execCommand("stylew ithcss", false, "true") return value
3370 PASS [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<p>[foo<span style=color:#aBcDeF>bar]</span>baz": execCommand("defaul tparagraphseparator", false, "div") return value 3370 PASS [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<p>[foo<span style=color:#aBcDeF>bar]</span>baz": execCommand("defaul tparagraphseparator", false, "div") return value
3371 PASS [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<p>[foo<span style=color:#aBcDeF>bar]</span>baz": execCommand("insert paragraph", false, "") return value 3371 PASS [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<p>[foo<span style=color:#aBcDeF>bar]</span>baz": execCommand("insert paragraph", false, "") return value
3372 PASS [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<p>[foo<span style=color:#aBcDeF>bar]</span>baz" checks for modificat ions to non-editable content 3372 PASS [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<p>[foo<span style=color:#aBcDeF>bar]</span>baz" checks for modificat ions to non-editable content
3373 PASS [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<p>[foo<span style=color:#aBcDeF>bar]</span>baz" compare innerHTML 3373 PASS [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<p>[foo<span style=color:#aBcDeF>bar]</span>baz" compare innerHTML
3374 PASS [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<p>[foo<span style=color:#aBcDeF>bar]</span>baz" queryCommandIndeterm ("stylewithcss") before 3374 PASS [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<p>[foo<span style=color:#aBcDeF>bar]</span>baz" queryCommandIndeterm ("stylewithcss") before
3375 PASS [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<p>[foo<span style=color:#aBcDeF>bar]</span>baz" queryCommandState("s tylewithcss") before 3375 PASS [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<p>[foo<span style=color:#aBcDeF>bar]</span>baz" queryCommandState("s tylewithcss") before
3376 FAIL [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<p>[foo<span style=color:#aBcDeF>bar]</span>baz" queryCommandValue("s tylewithcss") before assert_equals: Wrong result returned expected "" but got "f alse" 3376 PASS [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<p>[foo<span style=color:#aBcDeF>bar]</span>baz" queryCommandValue("s tylewithcss") before
3377 PASS [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<p>[foo<span style=color:#aBcDeF>bar]</span>baz" queryCommandIndeterm ("stylewithcss") after 3377 PASS [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<p>[foo<span style=color:#aBcDeF>bar]</span>baz" queryCommandIndeterm ("stylewithcss") after
3378 PASS [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<p>[foo<span style=color:#aBcDeF>bar]</span>baz" queryCommandState("s tylewithcss") after 3378 PASS [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<p>[foo<span style=color:#aBcDeF>bar]</span>baz" queryCommandState("s tylewithcss") after
3379 FAIL [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<p>[foo<span style=color:#aBcDeF>bar]</span>baz" queryCommandValue("s tylewithcss") after assert_equals: Wrong result returned expected "" but got "tr ue" 3379 PASS [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<p>[foo<span style=color:#aBcDeF>bar]</span>baz" queryCommandValue("s tylewithcss") after
3380 PASS [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<p>[foo<span style=color:#aBcDeF>bar]</span>baz" queryCommandIndeterm ("defaultparagraphseparator") before 3380 PASS [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<p>[foo<span style=color:#aBcDeF>bar]</span>baz" queryCommandIndeterm ("defaultparagraphseparator") before
3381 PASS [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<p>[foo<span style=color:#aBcDeF>bar]</span>baz" queryCommandState("d efaultparagraphseparator") before 3381 PASS [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<p>[foo<span style=color:#aBcDeF>bar]</span>baz" queryCommandState("d efaultparagraphseparator") before
3382 PASS [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<p>[foo<span style=color:#aBcDeF>bar]</span>baz" queryCommandValue("d efaultparagraphseparator") before 3382 PASS [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<p>[foo<span style=color:#aBcDeF>bar]</span>baz" queryCommandValue("d efaultparagraphseparator") before
3383 PASS [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<p>[foo<span style=color:#aBcDeF>bar]</span>baz" queryCommandIndeterm ("defaultparagraphseparator") after 3383 PASS [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<p>[foo<span style=color:#aBcDeF>bar]</span>baz" queryCommandIndeterm ("defaultparagraphseparator") after
3384 PASS [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<p>[foo<span style=color:#aBcDeF>bar]</span>baz" queryCommandState("d efaultparagraphseparator") after 3384 PASS [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<p>[foo<span style=color:#aBcDeF>bar]</span>baz" queryCommandState("d efaultparagraphseparator") after
3385 PASS [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<p>[foo<span style=color:#aBcDeF>bar]</span>baz" queryCommandValue("d efaultparagraphseparator") after 3385 PASS [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<p>[foo<span style=color:#aBcDeF>bar]</span>baz" queryCommandValue("d efaultparagraphseparator") after
3386 PASS [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<p>[foo<span style=color:#aBcDeF>bar]</span>baz" queryCommandIndeterm ("insertparagraph") before 3386 PASS [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<p>[foo<span style=color:#aBcDeF>bar]</span>baz" queryCommandIndeterm ("insertparagraph") before
3387 PASS [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<p>[foo<span style=color:#aBcDeF>bar]</span>baz" queryCommandState("i nsertparagraph") before 3387 PASS [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<p>[foo<span style=color:#aBcDeF>bar]</span>baz" queryCommandState("i nsertparagraph") before
3388 PASS [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<p>[foo<span style=color:#aBcDeF>bar]</span>baz" queryCommandValue("i nsertparagraph") before 3388 PASS [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<p>[foo<span style=color:#aBcDeF>bar]</span>baz" queryCommandValue("i nsertparagraph") before
3389 PASS [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<p>[foo<span style=color:#aBcDeF>bar]</span>baz" queryCommandIndeterm ("insertparagraph") after 3389 PASS [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<p>[foo<span style=color:#aBcDeF>bar]</span>baz" queryCommandIndeterm ("insertparagraph") after
3390 PASS [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<p>[foo<span style=color:#aBcDeF>bar]</span>baz" queryCommandState("i nsertparagraph") after 3390 PASS [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<p>[foo<span style=color:#aBcDeF>bar]</span>baz" queryCommandState("i nsertparagraph") after
3391 PASS [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<p>[foo<span style=color:#aBcDeF>bar]</span>baz" queryCommandValue("i nsertparagraph") after 3391 PASS [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<p>[foo<span style=color:#aBcDeF>bar]</span>baz" queryCommandValue("i nsertparagraph") after
3392 PASS [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<p>[foo<span style=color:#aBcDeF>bar]</span>baz": execCommand("style withcss", false, "false") return value 3392 PASS [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<p>[foo<span style=color:#aBcDeF>bar]</span>baz": execCommand("style withcss", false, "false") return value
3393 PASS [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<p>[foo<span style=color:#aBcDeF>bar]</span>baz": execCommand("defau ltparagraphseparator", false, "div") return value 3393 PASS [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<p>[foo<span style=color:#aBcDeF>bar]</span>baz": execCommand("defau ltparagraphseparator", false, "div") return value
3394 PASS [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<p>[foo<span style=color:#aBcDeF>bar]</span>baz": execCommand("inser tparagraph", false, "") return value 3394 PASS [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<p>[foo<span style=color:#aBcDeF>bar]</span>baz": execCommand("inser tparagraph", false, "") return value
3395 PASS [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<p>[foo<span style=color:#aBcDeF>bar]</span>baz" checks for modifica tions to non-editable content 3395 PASS [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<p>[foo<span style=color:#aBcDeF>bar]</span>baz" checks for modifica tions to non-editable content
3396 PASS [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<p>[foo<span style=color:#aBcDeF>bar]</span>baz" compare innerHTML 3396 PASS [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<p>[foo<span style=color:#aBcDeF>bar]</span>baz" compare innerHTML
3397 PASS [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<p>[foo<span style=color:#aBcDeF>bar]</span>baz" queryCommandIndeter m("stylewithcss") before 3397 PASS [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<p>[foo<span style=color:#aBcDeF>bar]</span>baz" queryCommandIndeter m("stylewithcss") before
3398 PASS [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<p>[foo<span style=color:#aBcDeF>bar]</span>baz" queryCommandState(" stylewithcss") before 3398 PASS [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<p>[foo<span style=color:#aBcDeF>bar]</span>baz" queryCommandState(" stylewithcss") before
3399 FAIL [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<p>[foo<span style=color:#aBcDeF>bar]</span>baz" queryCommandValue(" stylewithcss") before assert_equals: Wrong result returned expected "" but got " true" 3399 PASS [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<p>[foo<span style=color:#aBcDeF>bar]</span>baz" queryCommandValue(" stylewithcss") before
3400 PASS [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<p>[foo<span style=color:#aBcDeF>bar]</span>baz" queryCommandIndeter m("stylewithcss") after 3400 PASS [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<p>[foo<span style=color:#aBcDeF>bar]</span>baz" queryCommandIndeter m("stylewithcss") after
3401 PASS [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<p>[foo<span style=color:#aBcDeF>bar]</span>baz" queryCommandState(" stylewithcss") after 3401 PASS [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<p>[foo<span style=color:#aBcDeF>bar]</span>baz" queryCommandState(" stylewithcss") after
3402 FAIL [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<p>[foo<span style=color:#aBcDeF>bar]</span>baz" queryCommandValue(" stylewithcss") after assert_equals: Wrong result returned expected "" but got "f alse" 3402 PASS [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<p>[foo<span style=color:#aBcDeF>bar]</span>baz" queryCommandValue(" stylewithcss") after
3403 PASS [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<p>[foo<span style=color:#aBcDeF>bar]</span>baz" queryCommandIndeter m("defaultparagraphseparator") before 3403 PASS [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<p>[foo<span style=color:#aBcDeF>bar]</span>baz" queryCommandIndeter m("defaultparagraphseparator") before
3404 PASS [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<p>[foo<span style=color:#aBcDeF>bar]</span>baz" queryCommandState(" defaultparagraphseparator") before 3404 PASS [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<p>[foo<span style=color:#aBcDeF>bar]</span>baz" queryCommandState(" defaultparagraphseparator") before
3405 PASS [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<p>[foo<span style=color:#aBcDeF>bar]</span>baz" queryCommandValue(" defaultparagraphseparator") before 3405 PASS [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<p>[foo<span style=color:#aBcDeF>bar]</span>baz" queryCommandValue(" defaultparagraphseparator") before
3406 PASS [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<p>[foo<span style=color:#aBcDeF>bar]</span>baz" queryCommandIndeter m("defaultparagraphseparator") after 3406 PASS [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<p>[foo<span style=color:#aBcDeF>bar]</span>baz" queryCommandIndeter m("defaultparagraphseparator") after
3407 PASS [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<p>[foo<span style=color:#aBcDeF>bar]</span>baz" queryCommandState(" defaultparagraphseparator") after 3407 PASS [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<p>[foo<span style=color:#aBcDeF>bar]</span>baz" queryCommandState(" defaultparagraphseparator") after
3408 PASS [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<p>[foo<span style=color:#aBcDeF>bar]</span>baz" queryCommandValue(" defaultparagraphseparator") after 3408 PASS [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<p>[foo<span style=color:#aBcDeF>bar]</span>baz" queryCommandValue(" defaultparagraphseparator") after
3409 PASS [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<p>[foo<span style=color:#aBcDeF>bar]</span>baz" queryCommandIndeter m("insertparagraph") before 3409 PASS [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<p>[foo<span style=color:#aBcDeF>bar]</span>baz" queryCommandIndeter m("insertparagraph") before
3410 PASS [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<p>[foo<span style=color:#aBcDeF>bar]</span>baz" queryCommandState(" insertparagraph") before 3410 PASS [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<p>[foo<span style=color:#aBcDeF>bar]</span>baz" queryCommandState(" insertparagraph") before
3411 PASS [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<p>[foo<span style=color:#aBcDeF>bar]</span>baz" queryCommandValue(" insertparagraph") before 3411 PASS [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<p>[foo<span style=color:#aBcDeF>bar]</span>baz" queryCommandValue(" insertparagraph") before
3412 PASS [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<p>[foo<span style=color:#aBcDeF>bar]</span>baz" queryCommandIndeter m("insertparagraph") after 3412 PASS [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<p>[foo<span style=color:#aBcDeF>bar]</span>baz" queryCommandIndeter m("insertparagraph") after
3413 PASS [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<p>[foo<span style=color:#aBcDeF>bar]</span>baz" queryCommandState(" insertparagraph") after 3413 PASS [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<p>[foo<span style=color:#aBcDeF>bar]</span>baz" queryCommandState(" insertparagraph") after
3414 PASS [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<p>[foo<span style=color:#aBcDeF>bar]</span>baz" queryCommandValue(" insertparagraph") after 3414 PASS [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<p>[foo<span style=color:#aBcDeF>bar]</span>baz" queryCommandValue(" insertparagraph") after
3415 PASS [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<p>[foo<span style=color:#aBcDeF>bar]</span>baz": execCommand("stylewit hcss", false, "true") return value 3415 PASS [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<p>[foo<span style=color:#aBcDeF>bar]</span>baz": execCommand("stylewit hcss", false, "true") return value
3416 PASS [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<p>[foo<span style=color:#aBcDeF>bar]</span>baz": execCommand("defaultp aragraphseparator", false, "p") return value 3416 PASS [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<p>[foo<span style=color:#aBcDeF>bar]</span>baz": execCommand("defaultp aragraphseparator", false, "p") return value
3417 PASS [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<p>[foo<span style=color:#aBcDeF>bar]</span>baz": execCommand("insertpa ragraph", false, "") return value 3417 PASS [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<p>[foo<span style=color:#aBcDeF>bar]</span>baz": execCommand("insertpa ragraph", false, "") return value
3418 PASS [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<p>[foo<span style=color:#aBcDeF>bar]</span>baz" checks for modificatio ns to non-editable content 3418 PASS [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<p>[foo<span style=color:#aBcDeF>bar]</span>baz" checks for modificatio ns to non-editable content
3419 PASS [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<p>[foo<span style=color:#aBcDeF>bar]</span>baz" compare innerHTML 3419 PASS [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<p>[foo<span style=color:#aBcDeF>bar]</span>baz" compare innerHTML
3420 PASS [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<p>[foo<span style=color:#aBcDeF>bar]</span>baz" queryCommandIndeterm(" stylewithcss") before 3420 PASS [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<p>[foo<span style=color:#aBcDeF>bar]</span>baz" queryCommandIndeterm(" stylewithcss") before
3421 PASS [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<p>[foo<span style=color:#aBcDeF>bar]</span>baz" queryCommandState("sty lewithcss") before 3421 PASS [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<p>[foo<span style=color:#aBcDeF>bar]</span>baz" queryCommandState("sty lewithcss") before
3422 FAIL [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<p>[foo<span style=color:#aBcDeF>bar]</span>baz" queryCommandValue("sty lewithcss") before assert_equals: Wrong result returned expected "" but got "fal se" 3422 PASS [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<p>[foo<span style=color:#aBcDeF>bar]</span>baz" queryCommandValue("sty lewithcss") before
3423 PASS [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<p>[foo<span style=color:#aBcDeF>bar]</span>baz" queryCommandIndeterm(" stylewithcss") after 3423 PASS [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<p>[foo<span style=color:#aBcDeF>bar]</span>baz" queryCommandIndeterm(" stylewithcss") after
3424 PASS [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<p>[foo<span style=color:#aBcDeF>bar]</span>baz" queryCommandState("sty lewithcss") after 3424 PASS [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<p>[foo<span style=color:#aBcDeF>bar]</span>baz" queryCommandState("sty lewithcss") after
3425 FAIL [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<p>[foo<span style=color:#aBcDeF>bar]</span>baz" queryCommandValue("sty lewithcss") after assert_equals: Wrong result returned expected "" but got "true " 3425 PASS [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<p>[foo<span style=color:#aBcDeF>bar]</span>baz" queryCommandValue("sty lewithcss") after
3426 PASS [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<p>[foo<span style=color:#aBcDeF>bar]</span>baz" queryCommandIndeterm(" defaultparagraphseparator") before 3426 PASS [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<p>[foo<span style=color:#aBcDeF>bar]</span>baz" queryCommandIndeterm(" defaultparagraphseparator") before
3427 PASS [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<p>[foo<span style=color:#aBcDeF>bar]</span>baz" queryCommandState("def aultparagraphseparator") before 3427 PASS [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<p>[foo<span style=color:#aBcDeF>bar]</span>baz" queryCommandState("def aultparagraphseparator") before
3428 PASS [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<p>[foo<span style=color:#aBcDeF>bar]</span>baz" queryCommandValue("def aultparagraphseparator") before 3428 PASS [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<p>[foo<span style=color:#aBcDeF>bar]</span>baz" queryCommandValue("def aultparagraphseparator") before
3429 PASS [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<p>[foo<span style=color:#aBcDeF>bar]</span>baz" queryCommandIndeterm(" defaultparagraphseparator") after 3429 PASS [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<p>[foo<span style=color:#aBcDeF>bar]</span>baz" queryCommandIndeterm(" defaultparagraphseparator") after
3430 PASS [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<p>[foo<span style=color:#aBcDeF>bar]</span>baz" queryCommandState("def aultparagraphseparator") after 3430 PASS [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<p>[foo<span style=color:#aBcDeF>bar]</span>baz" queryCommandState("def aultparagraphseparator") after
3431 PASS [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<p>[foo<span style=color:#aBcDeF>bar]</span>baz" queryCommandValue("def aultparagraphseparator") after 3431 PASS [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<p>[foo<span style=color:#aBcDeF>bar]</span>baz" queryCommandValue("def aultparagraphseparator") after
3432 PASS [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<p>[foo<span style=color:#aBcDeF>bar]</span>baz" queryCommandIndeterm(" insertparagraph") before 3432 PASS [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<p>[foo<span style=color:#aBcDeF>bar]</span>baz" queryCommandIndeterm(" insertparagraph") before
3433 PASS [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<p>[foo<span style=color:#aBcDeF>bar]</span>baz" queryCommandState("ins ertparagraph") before 3433 PASS [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<p>[foo<span style=color:#aBcDeF>bar]</span>baz" queryCommandState("ins ertparagraph") before
3434 PASS [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<p>[foo<span style=color:#aBcDeF>bar]</span>baz" queryCommandValue("ins ertparagraph") before 3434 PASS [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<p>[foo<span style=color:#aBcDeF>bar]</span>baz" queryCommandValue("ins ertparagraph") before
3435 PASS [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<p>[foo<span style=color:#aBcDeF>bar]</span>baz" queryCommandIndeterm(" insertparagraph") after 3435 PASS [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<p>[foo<span style=color:#aBcDeF>bar]</span>baz" queryCommandIndeterm(" insertparagraph") after
3436 PASS [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<p>[foo<span style=color:#aBcDeF>bar]</span>baz" queryCommandState("ins ertparagraph") after 3436 PASS [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<p>[foo<span style=color:#aBcDeF>bar]</span>baz" queryCommandState("ins ertparagraph") after
3437 PASS [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<p>[foo<span style=color:#aBcDeF>bar]</span>baz" queryCommandValue("ins ertparagraph") after 3437 PASS [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<p>[foo<span style=color:#aBcDeF>bar]</span>baz" queryCommandValue("ins ertparagraph") after
3438 PASS [["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagra ph",""]] "<p>[foo<span style=color:#aBcDeF>bar]</span>baz": execCommand("stylewi thcss", false, "false") return value 3438 PASS [["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagra ph",""]] "<p>[foo<span style=color:#aBcDeF>bar]</span>baz": execCommand("stylewi thcss", false, "false") return value
3439 PASS [["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagra ph",""]] "<p>[foo<span style=color:#aBcDeF>bar]</span>baz": execCommand("default paragraphseparator", false, "p") return value 3439 PASS [["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagra ph",""]] "<p>[foo<span style=color:#aBcDeF>bar]</span>baz": execCommand("default paragraphseparator", false, "p") return value
3440 PASS [["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagra ph",""]] "<p>[foo<span style=color:#aBcDeF>bar]</span>baz": execCommand("insertp aragraph", false, "") return value 3440 PASS [["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagra ph",""]] "<p>[foo<span style=color:#aBcDeF>bar]</span>baz": execCommand("insertp aragraph", false, "") return value
3441 PASS [["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagra ph",""]] "<p>[foo<span style=color:#aBcDeF>bar]</span>baz" checks for modificati ons to non-editable content 3441 PASS [["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagra ph",""]] "<p>[foo<span style=color:#aBcDeF>bar]</span>baz" checks for modificati ons to non-editable content
3442 PASS [["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagra ph",""]] "<p>[foo<span style=color:#aBcDeF>bar]</span>baz" compare innerHTML 3442 PASS [["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagra ph",""]] "<p>[foo<span style=color:#aBcDeF>bar]</span>baz" compare innerHTML
3443 PASS [["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagra ph",""]] "<p>[foo<span style=color:#aBcDeF>bar]</span>baz" queryCommandIndeterm( "stylewithcss") before 3443 PASS [["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagra ph",""]] "<p>[foo<span style=color:#aBcDeF>bar]</span>baz" queryCommandIndeterm( "stylewithcss") before
3444 PASS [["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagra ph",""]] "<p>[foo<span style=color:#aBcDeF>bar]</span>baz" queryCommandState("st ylewithcss") before 3444 PASS [["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagra ph",""]] "<p>[foo<span style=color:#aBcDeF>bar]</span>baz" queryCommandState("st ylewithcss") before
3445 FAIL [["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagra ph",""]] "<p>[foo<span style=color:#aBcDeF>bar]</span>baz" queryCommandValue("st ylewithcss") before assert_equals: Wrong result returned expected "" but got "tr ue" 3445 PASS [["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagra ph",""]] "<p>[foo<span style=color:#aBcDeF>bar]</span>baz" queryCommandValue("st ylewithcss") before
3446 PASS [["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagra ph",""]] "<p>[foo<span style=color:#aBcDeF>bar]</span>baz" queryCommandIndeterm( "stylewithcss") after 3446 PASS [["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagra ph",""]] "<p>[foo<span style=color:#aBcDeF>bar]</span>baz" queryCommandIndeterm( "stylewithcss") after
3447 PASS [["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagra ph",""]] "<p>[foo<span style=color:#aBcDeF>bar]</span>baz" queryCommandState("st ylewithcss") after 3447 PASS [["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagra ph",""]] "<p>[foo<span style=color:#aBcDeF>bar]</span>baz" queryCommandState("st ylewithcss") after
3448 FAIL [["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagra ph",""]] "<p>[foo<span style=color:#aBcDeF>bar]</span>baz" queryCommandValue("st ylewithcss") after assert_equals: Wrong result returned expected "" but got "fal se" 3448 PASS [["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagra ph",""]] "<p>[foo<span style=color:#aBcDeF>bar]</span>baz" queryCommandValue("st ylewithcss") after
3449 PASS [["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagra ph",""]] "<p>[foo<span style=color:#aBcDeF>bar]</span>baz" queryCommandIndeterm( "defaultparagraphseparator") before 3449 PASS [["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagra ph",""]] "<p>[foo<span style=color:#aBcDeF>bar]</span>baz" queryCommandIndeterm( "defaultparagraphseparator") before
3450 PASS [["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagra ph",""]] "<p>[foo<span style=color:#aBcDeF>bar]</span>baz" queryCommandState("de faultparagraphseparator") before 3450 PASS [["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagra ph",""]] "<p>[foo<span style=color:#aBcDeF>bar]</span>baz" queryCommandState("de faultparagraphseparator") before
3451 PASS [["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagra ph",""]] "<p>[foo<span style=color:#aBcDeF>bar]</span>baz" queryCommandValue("de faultparagraphseparator") before 3451 PASS [["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagra ph",""]] "<p>[foo<span style=color:#aBcDeF>bar]</span>baz" queryCommandValue("de faultparagraphseparator") before
3452 PASS [["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagra ph",""]] "<p>[foo<span style=color:#aBcDeF>bar]</span>baz" queryCommandIndeterm( "defaultparagraphseparator") after 3452 PASS [["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagra ph",""]] "<p>[foo<span style=color:#aBcDeF>bar]</span>baz" queryCommandIndeterm( "defaultparagraphseparator") after
3453 PASS [["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagra ph",""]] "<p>[foo<span style=color:#aBcDeF>bar]</span>baz" queryCommandState("de faultparagraphseparator") after 3453 PASS [["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagra ph",""]] "<p>[foo<span style=color:#aBcDeF>bar]</span>baz" queryCommandState("de faultparagraphseparator") after
3454 PASS [["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagra ph",""]] "<p>[foo<span style=color:#aBcDeF>bar]</span>baz" queryCommandValue("de faultparagraphseparator") after 3454 PASS [["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagra ph",""]] "<p>[foo<span style=color:#aBcDeF>bar]</span>baz" queryCommandValue("de faultparagraphseparator") after
3455 PASS [["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagra ph",""]] "<p>[foo<span style=color:#aBcDeF>bar]</span>baz" queryCommandIndeterm( "insertparagraph") before 3455 PASS [["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagra ph",""]] "<p>[foo<span style=color:#aBcDeF>bar]</span>baz" queryCommandIndeterm( "insertparagraph") before
3456 PASS [["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagra ph",""]] "<p>[foo<span style=color:#aBcDeF>bar]</span>baz" queryCommandState("in sertparagraph") before 3456 PASS [["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagra ph",""]] "<p>[foo<span style=color:#aBcDeF>bar]</span>baz" queryCommandState("in sertparagraph") before
3457 PASS [["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagra ph",""]] "<p>[foo<span style=color:#aBcDeF>bar]</span>baz" queryCommandValue("in sertparagraph") before 3457 PASS [["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagra ph",""]] "<p>[foo<span style=color:#aBcDeF>bar]</span>baz" queryCommandValue("in sertparagraph") before
3458 PASS [["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagra ph",""]] "<p>[foo<span style=color:#aBcDeF>bar]</span>baz" queryCommandIndeterm( "insertparagraph") after 3458 PASS [["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagra ph",""]] "<p>[foo<span style=color:#aBcDeF>bar]</span>baz" queryCommandIndeterm( "insertparagraph") after
3459 PASS [["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagra ph",""]] "<p>[foo<span style=color:#aBcDeF>bar]</span>baz" queryCommandState("in sertparagraph") after 3459 PASS [["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagra ph",""]] "<p>[foo<span style=color:#aBcDeF>bar]</span>baz" queryCommandState("in sertparagraph") after
3460 PASS [["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagra ph",""]] "<p>[foo<span style=color:#aBcDeF>bar]</span>baz" queryCommandValue("in sertparagraph") after 3460 PASS [["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagra ph",""]] "<p>[foo<span style=color:#aBcDeF>bar]</span>baz" queryCommandValue("in sertparagraph") after
3461 PASS [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<p>{foo<span style=color:#aBcDeF>bar}</span>baz": execCommand("stylew ithcss", false, "true") return value 3461 PASS [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<p>{foo<span style=color:#aBcDeF>bar}</span>baz": execCommand("stylew ithcss", false, "true") return value
3462 PASS [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<p>{foo<span style=color:#aBcDeF>bar}</span>baz": execCommand("defaul tparagraphseparator", false, "div") return value 3462 PASS [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<p>{foo<span style=color:#aBcDeF>bar}</span>baz": execCommand("defaul tparagraphseparator", false, "div") return value
3463 PASS [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<p>{foo<span style=color:#aBcDeF>bar}</span>baz": execCommand("insert paragraph", false, "") return value 3463 PASS [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<p>{foo<span style=color:#aBcDeF>bar}</span>baz": execCommand("insert paragraph", false, "") return value
3464 PASS [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<p>{foo<span style=color:#aBcDeF>bar}</span>baz" checks for modificat ions to non-editable content 3464 PASS [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<p>{foo<span style=color:#aBcDeF>bar}</span>baz" checks for modificat ions to non-editable content
3465 PASS [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<p>{foo<span style=color:#aBcDeF>bar}</span>baz" compare innerHTML 3465 PASS [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<p>{foo<span style=color:#aBcDeF>bar}</span>baz" compare innerHTML
3466 PASS [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<p>{foo<span style=color:#aBcDeF>bar}</span>baz" queryCommandIndeterm ("stylewithcss") before 3466 PASS [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<p>{foo<span style=color:#aBcDeF>bar}</span>baz" queryCommandIndeterm ("stylewithcss") before
3467 PASS [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<p>{foo<span style=color:#aBcDeF>bar}</span>baz" queryCommandState("s tylewithcss") before 3467 PASS [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<p>{foo<span style=color:#aBcDeF>bar}</span>baz" queryCommandState("s tylewithcss") before
3468 FAIL [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<p>{foo<span style=color:#aBcDeF>bar}</span>baz" queryCommandValue("s tylewithcss") before assert_equals: Wrong result returned expected "" but got "f alse" 3468 PASS [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<p>{foo<span style=color:#aBcDeF>bar}</span>baz" queryCommandValue("s tylewithcss") before
3469 PASS [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<p>{foo<span style=color:#aBcDeF>bar}</span>baz" queryCommandIndeterm ("stylewithcss") after 3469 PASS [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<p>{foo<span style=color:#aBcDeF>bar}</span>baz" queryCommandIndeterm ("stylewithcss") after
3470 PASS [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<p>{foo<span style=color:#aBcDeF>bar}</span>baz" queryCommandState("s tylewithcss") after 3470 PASS [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<p>{foo<span style=color:#aBcDeF>bar}</span>baz" queryCommandState("s tylewithcss") after
3471 FAIL [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<p>{foo<span style=color:#aBcDeF>bar}</span>baz" queryCommandValue("s tylewithcss") after assert_equals: Wrong result returned expected "" but got "tr ue" 3471 PASS [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<p>{foo<span style=color:#aBcDeF>bar}</span>baz" queryCommandValue("s tylewithcss") after
3472 PASS [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<p>{foo<span style=color:#aBcDeF>bar}</span>baz" queryCommandIndeterm ("defaultparagraphseparator") before 3472 PASS [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<p>{foo<span style=color:#aBcDeF>bar}</span>baz" queryCommandIndeterm ("defaultparagraphseparator") before
3473 PASS [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<p>{foo<span style=color:#aBcDeF>bar}</span>baz" queryCommandState("d efaultparagraphseparator") before 3473 PASS [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<p>{foo<span style=color:#aBcDeF>bar}</span>baz" queryCommandState("d efaultparagraphseparator") before
3474 PASS [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<p>{foo<span style=color:#aBcDeF>bar}</span>baz" queryCommandValue("d efaultparagraphseparator") before 3474 PASS [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<p>{foo<span style=color:#aBcDeF>bar}</span>baz" queryCommandValue("d efaultparagraphseparator") before
3475 PASS [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<p>{foo<span style=color:#aBcDeF>bar}</span>baz" queryCommandIndeterm ("defaultparagraphseparator") after 3475 PASS [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<p>{foo<span style=color:#aBcDeF>bar}</span>baz" queryCommandIndeterm ("defaultparagraphseparator") after
3476 PASS [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<p>{foo<span style=color:#aBcDeF>bar}</span>baz" queryCommandState("d efaultparagraphseparator") after 3476 PASS [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<p>{foo<span style=color:#aBcDeF>bar}</span>baz" queryCommandState("d efaultparagraphseparator") after
3477 PASS [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<p>{foo<span style=color:#aBcDeF>bar}</span>baz" queryCommandValue("d efaultparagraphseparator") after 3477 PASS [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<p>{foo<span style=color:#aBcDeF>bar}</span>baz" queryCommandValue("d efaultparagraphseparator") after
3478 PASS [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<p>{foo<span style=color:#aBcDeF>bar}</span>baz" queryCommandIndeterm ("insertparagraph") before 3478 PASS [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<p>{foo<span style=color:#aBcDeF>bar}</span>baz" queryCommandIndeterm ("insertparagraph") before
3479 PASS [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<p>{foo<span style=color:#aBcDeF>bar}</span>baz" queryCommandState("i nsertparagraph") before 3479 PASS [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<p>{foo<span style=color:#aBcDeF>bar}</span>baz" queryCommandState("i nsertparagraph") before
3480 PASS [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<p>{foo<span style=color:#aBcDeF>bar}</span>baz" queryCommandValue("i nsertparagraph") before 3480 PASS [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<p>{foo<span style=color:#aBcDeF>bar}</span>baz" queryCommandValue("i nsertparagraph") before
3481 PASS [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<p>{foo<span style=color:#aBcDeF>bar}</span>baz" queryCommandIndeterm ("insertparagraph") after 3481 PASS [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<p>{foo<span style=color:#aBcDeF>bar}</span>baz" queryCommandIndeterm ("insertparagraph") after
3482 PASS [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<p>{foo<span style=color:#aBcDeF>bar}</span>baz" queryCommandState("i nsertparagraph") after 3482 PASS [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<p>{foo<span style=color:#aBcDeF>bar}</span>baz" queryCommandState("i nsertparagraph") after
3483 PASS [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<p>{foo<span style=color:#aBcDeF>bar}</span>baz" queryCommandValue("i nsertparagraph") after 3483 PASS [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<p>{foo<span style=color:#aBcDeF>bar}</span>baz" queryCommandValue("i nsertparagraph") after
3484 PASS [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<p>{foo<span style=color:#aBcDeF>bar}</span>baz": execCommand("style withcss", false, "false") return value 3484 PASS [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<p>{foo<span style=color:#aBcDeF>bar}</span>baz": execCommand("style withcss", false, "false") return value
3485 PASS [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<p>{foo<span style=color:#aBcDeF>bar}</span>baz": execCommand("defau ltparagraphseparator", false, "div") return value 3485 PASS [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<p>{foo<span style=color:#aBcDeF>bar}</span>baz": execCommand("defau ltparagraphseparator", false, "div") return value
3486 PASS [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<p>{foo<span style=color:#aBcDeF>bar}</span>baz": execCommand("inser tparagraph", false, "") return value 3486 PASS [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<p>{foo<span style=color:#aBcDeF>bar}</span>baz": execCommand("inser tparagraph", false, "") return value
3487 PASS [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<p>{foo<span style=color:#aBcDeF>bar}</span>baz" checks for modifica tions to non-editable content 3487 PASS [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<p>{foo<span style=color:#aBcDeF>bar}</span>baz" checks for modifica tions to non-editable content
3488 PASS [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<p>{foo<span style=color:#aBcDeF>bar}</span>baz" compare innerHTML 3488 PASS [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<p>{foo<span style=color:#aBcDeF>bar}</span>baz" compare innerHTML
3489 PASS [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<p>{foo<span style=color:#aBcDeF>bar}</span>baz" queryCommandIndeter m("stylewithcss") before 3489 PASS [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<p>{foo<span style=color:#aBcDeF>bar}</span>baz" queryCommandIndeter m("stylewithcss") before
3490 PASS [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<p>{foo<span style=color:#aBcDeF>bar}</span>baz" queryCommandState(" stylewithcss") before 3490 PASS [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<p>{foo<span style=color:#aBcDeF>bar}</span>baz" queryCommandState(" stylewithcss") before
3491 FAIL [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<p>{foo<span style=color:#aBcDeF>bar}</span>baz" queryCommandValue(" stylewithcss") before assert_equals: Wrong result returned expected "" but got " true" 3491 PASS [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<p>{foo<span style=color:#aBcDeF>bar}</span>baz" queryCommandValue(" stylewithcss") before
3492 PASS [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<p>{foo<span style=color:#aBcDeF>bar}</span>baz" queryCommandIndeter m("stylewithcss") after 3492 PASS [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<p>{foo<span style=color:#aBcDeF>bar}</span>baz" queryCommandIndeter m("stylewithcss") after
3493 PASS [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<p>{foo<span style=color:#aBcDeF>bar}</span>baz" queryCommandState(" stylewithcss") after 3493 PASS [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<p>{foo<span style=color:#aBcDeF>bar}</span>baz" queryCommandState(" stylewithcss") after
3494 FAIL [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<p>{foo<span style=color:#aBcDeF>bar}</span>baz" queryCommandValue(" stylewithcss") after assert_equals: Wrong result returned expected "" but got "f alse" 3494 PASS [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<p>{foo<span style=color:#aBcDeF>bar}</span>baz" queryCommandValue(" stylewithcss") after
3495 PASS [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<p>{foo<span style=color:#aBcDeF>bar}</span>baz" queryCommandIndeter m("defaultparagraphseparator") before 3495 PASS [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<p>{foo<span style=color:#aBcDeF>bar}</span>baz" queryCommandIndeter m("defaultparagraphseparator") before
3496 PASS [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<p>{foo<span style=color:#aBcDeF>bar}</span>baz" queryCommandState(" defaultparagraphseparator") before 3496 PASS [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<p>{foo<span style=color:#aBcDeF>bar}</span>baz" queryCommandState(" defaultparagraphseparator") before
3497 PASS [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<p>{foo<span style=color:#aBcDeF>bar}</span>baz" queryCommandValue(" defaultparagraphseparator") before 3497 PASS [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<p>{foo<span style=color:#aBcDeF>bar}</span>baz" queryCommandValue(" defaultparagraphseparator") before
3498 PASS [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<p>{foo<span style=color:#aBcDeF>bar}</span>baz" queryCommandIndeter m("defaultparagraphseparator") after 3498 PASS [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<p>{foo<span style=color:#aBcDeF>bar}</span>baz" queryCommandIndeter m("defaultparagraphseparator") after
3499 PASS [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<p>{foo<span style=color:#aBcDeF>bar}</span>baz" queryCommandState(" defaultparagraphseparator") after 3499 PASS [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<p>{foo<span style=color:#aBcDeF>bar}</span>baz" queryCommandState(" defaultparagraphseparator") after
3500 PASS [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<p>{foo<span style=color:#aBcDeF>bar}</span>baz" queryCommandValue(" defaultparagraphseparator") after 3500 PASS [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<p>{foo<span style=color:#aBcDeF>bar}</span>baz" queryCommandValue(" defaultparagraphseparator") after
3501 PASS [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<p>{foo<span style=color:#aBcDeF>bar}</span>baz" queryCommandIndeter m("insertparagraph") before 3501 PASS [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<p>{foo<span style=color:#aBcDeF>bar}</span>baz" queryCommandIndeter m("insertparagraph") before
3502 PASS [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<p>{foo<span style=color:#aBcDeF>bar}</span>baz" queryCommandState(" insertparagraph") before 3502 PASS [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<p>{foo<span style=color:#aBcDeF>bar}</span>baz" queryCommandState(" insertparagraph") before
3503 PASS [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<p>{foo<span style=color:#aBcDeF>bar}</span>baz" queryCommandValue(" insertparagraph") before 3503 PASS [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<p>{foo<span style=color:#aBcDeF>bar}</span>baz" queryCommandValue(" insertparagraph") before
3504 PASS [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<p>{foo<span style=color:#aBcDeF>bar}</span>baz" queryCommandIndeter m("insertparagraph") after 3504 PASS [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<p>{foo<span style=color:#aBcDeF>bar}</span>baz" queryCommandIndeter m("insertparagraph") after
3505 PASS [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<p>{foo<span style=color:#aBcDeF>bar}</span>baz" queryCommandState(" insertparagraph") after 3505 PASS [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<p>{foo<span style=color:#aBcDeF>bar}</span>baz" queryCommandState(" insertparagraph") after
3506 PASS [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<p>{foo<span style=color:#aBcDeF>bar}</span>baz" queryCommandValue(" insertparagraph") after 3506 PASS [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<p>{foo<span style=color:#aBcDeF>bar}</span>baz" queryCommandValue(" insertparagraph") after
3507 PASS [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<p>{foo<span style=color:#aBcDeF>bar}</span>baz": execCommand("stylewit hcss", false, "true") return value 3507 PASS [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<p>{foo<span style=color:#aBcDeF>bar}</span>baz": execCommand("stylewit hcss", false, "true") return value
3508 PASS [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<p>{foo<span style=color:#aBcDeF>bar}</span>baz": execCommand("defaultp aragraphseparator", false, "p") return value 3508 PASS [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<p>{foo<span style=color:#aBcDeF>bar}</span>baz": execCommand("defaultp aragraphseparator", false, "p") return value
3509 PASS [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<p>{foo<span style=color:#aBcDeF>bar}</span>baz": execCommand("insertpa ragraph", false, "") return value 3509 PASS [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<p>{foo<span style=color:#aBcDeF>bar}</span>baz": execCommand("insertpa ragraph", false, "") return value
3510 PASS [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<p>{foo<span style=color:#aBcDeF>bar}</span>baz" checks for modificatio ns to non-editable content 3510 PASS [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<p>{foo<span style=color:#aBcDeF>bar}</span>baz" checks for modificatio ns to non-editable content
3511 PASS [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<p>{foo<span style=color:#aBcDeF>bar}</span>baz" compare innerHTML 3511 PASS [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<p>{foo<span style=color:#aBcDeF>bar}</span>baz" compare innerHTML
3512 PASS [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<p>{foo<span style=color:#aBcDeF>bar}</span>baz" queryCommandIndeterm(" stylewithcss") before 3512 PASS [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<p>{foo<span style=color:#aBcDeF>bar}</span>baz" queryCommandIndeterm(" stylewithcss") before
3513 PASS [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<p>{foo<span style=color:#aBcDeF>bar}</span>baz" queryCommandState("sty lewithcss") before 3513 PASS [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<p>{foo<span style=color:#aBcDeF>bar}</span>baz" queryCommandState("sty lewithcss") before
3514 FAIL [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<p>{foo<span style=color:#aBcDeF>bar}</span>baz" queryCommandValue("sty lewithcss") before assert_equals: Wrong result returned expected "" but got "fal se" 3514 PASS [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<p>{foo<span style=color:#aBcDeF>bar}</span>baz" queryCommandValue("sty lewithcss") before
3515 PASS [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<p>{foo<span style=color:#aBcDeF>bar}</span>baz" queryCommandIndeterm(" stylewithcss") after 3515 PASS [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<p>{foo<span style=color:#aBcDeF>bar}</span>baz" queryCommandIndeterm(" stylewithcss") after
3516 PASS [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<p>{foo<span style=color:#aBcDeF>bar}</span>baz" queryCommandState("sty lewithcss") after 3516 PASS [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<p>{foo<span style=color:#aBcDeF>bar}</span>baz" queryCommandState("sty lewithcss") after
3517 FAIL [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<p>{foo<span style=color:#aBcDeF>bar}</span>baz" queryCommandValue("sty lewithcss") after assert_equals: Wrong result returned expected "" but got "true " 3517 PASS [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<p>{foo<span style=color:#aBcDeF>bar}</span>baz" queryCommandValue("sty lewithcss") after
3518 PASS [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<p>{foo<span style=color:#aBcDeF>bar}</span>baz" queryCommandIndeterm(" defaultparagraphseparator") before 3518 PASS [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<p>{foo<span style=color:#aBcDeF>bar}</span>baz" queryCommandIndeterm(" defaultparagraphseparator") before
3519 PASS [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<p>{foo<span style=color:#aBcDeF>bar}</span>baz" queryCommandState("def aultparagraphseparator") before 3519 PASS [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<p>{foo<span style=color:#aBcDeF>bar}</span>baz" queryCommandState("def aultparagraphseparator") before
3520 PASS [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<p>{foo<span style=color:#aBcDeF>bar}</span>baz" queryCommandValue("def aultparagraphseparator") before 3520 PASS [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<p>{foo<span style=color:#aBcDeF>bar}</span>baz" queryCommandValue("def aultparagraphseparator") before
3521 PASS [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<p>{foo<span style=color:#aBcDeF>bar}</span>baz" queryCommandIndeterm(" defaultparagraphseparator") after 3521 PASS [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<p>{foo<span style=color:#aBcDeF>bar}</span>baz" queryCommandIndeterm(" defaultparagraphseparator") after
3522 PASS [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<p>{foo<span style=color:#aBcDeF>bar}</span>baz" queryCommandState("def aultparagraphseparator") after 3522 PASS [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<p>{foo<span style=color:#aBcDeF>bar}</span>baz" queryCommandState("def aultparagraphseparator") after
3523 PASS [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<p>{foo<span style=color:#aBcDeF>bar}</span>baz" queryCommandValue("def aultparagraphseparator") after 3523 PASS [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<p>{foo<span style=color:#aBcDeF>bar}</span>baz" queryCommandValue("def aultparagraphseparator") after
3524 PASS [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<p>{foo<span style=color:#aBcDeF>bar}</span>baz" queryCommandIndeterm(" insertparagraph") before 3524 PASS [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<p>{foo<span style=color:#aBcDeF>bar}</span>baz" queryCommandIndeterm(" insertparagraph") before
3525 PASS [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<p>{foo<span style=color:#aBcDeF>bar}</span>baz" queryCommandState("ins ertparagraph") before 3525 PASS [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<p>{foo<span style=color:#aBcDeF>bar}</span>baz" queryCommandState("ins ertparagraph") before
3526 PASS [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<p>{foo<span style=color:#aBcDeF>bar}</span>baz" queryCommandValue("ins ertparagraph") before 3526 PASS [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<p>{foo<span style=color:#aBcDeF>bar}</span>baz" queryCommandValue("ins ertparagraph") before
3527 PASS [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<p>{foo<span style=color:#aBcDeF>bar}</span>baz" queryCommandIndeterm(" insertparagraph") after 3527 PASS [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<p>{foo<span style=color:#aBcDeF>bar}</span>baz" queryCommandIndeterm(" insertparagraph") after
3528 PASS [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<p>{foo<span style=color:#aBcDeF>bar}</span>baz" queryCommandState("ins ertparagraph") after 3528 PASS [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<p>{foo<span style=color:#aBcDeF>bar}</span>baz" queryCommandState("ins ertparagraph") after
3529 PASS [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<p>{foo<span style=color:#aBcDeF>bar}</span>baz" queryCommandValue("ins ertparagraph") after 3529 PASS [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<p>{foo<span style=color:#aBcDeF>bar}</span>baz" queryCommandValue("ins ertparagraph") after
3530 PASS [["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagra ph",""]] "<p>{foo<span style=color:#aBcDeF>bar}</span>baz": execCommand("stylewi thcss", false, "false") return value 3530 PASS [["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagra ph",""]] "<p>{foo<span style=color:#aBcDeF>bar}</span>baz": execCommand("stylewi thcss", false, "false") return value
3531 PASS [["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagra ph",""]] "<p>{foo<span style=color:#aBcDeF>bar}</span>baz": execCommand("default paragraphseparator", false, "p") return value 3531 PASS [["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagra ph",""]] "<p>{foo<span style=color:#aBcDeF>bar}</span>baz": execCommand("default paragraphseparator", false, "p") return value
3532 PASS [["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagra ph",""]] "<p>{foo<span style=color:#aBcDeF>bar}</span>baz": execCommand("insertp aragraph", false, "") return value 3532 PASS [["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagra ph",""]] "<p>{foo<span style=color:#aBcDeF>bar}</span>baz": execCommand("insertp aragraph", false, "") return value
3533 PASS [["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagra ph",""]] "<p>{foo<span style=color:#aBcDeF>bar}</span>baz" checks for modificati ons to non-editable content 3533 PASS [["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagra ph",""]] "<p>{foo<span style=color:#aBcDeF>bar}</span>baz" checks for modificati ons to non-editable content
3534 PASS [["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagra ph",""]] "<p>{foo<span style=color:#aBcDeF>bar}</span>baz" compare innerHTML 3534 PASS [["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagra ph",""]] "<p>{foo<span style=color:#aBcDeF>bar}</span>baz" compare innerHTML
3535 PASS [["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagra ph",""]] "<p>{foo<span style=color:#aBcDeF>bar}</span>baz" queryCommandIndeterm( "stylewithcss") before 3535 PASS [["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagra ph",""]] "<p>{foo<span style=color:#aBcDeF>bar}</span>baz" queryCommandIndeterm( "stylewithcss") before
3536 PASS [["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagra ph",""]] "<p>{foo<span style=color:#aBcDeF>bar}</span>baz" queryCommandState("st ylewithcss") before 3536 PASS [["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagra ph",""]] "<p>{foo<span style=color:#aBcDeF>bar}</span>baz" queryCommandState("st ylewithcss") before
3537 FAIL [["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagra ph",""]] "<p>{foo<span style=color:#aBcDeF>bar}</span>baz" queryCommandValue("st ylewithcss") before assert_equals: Wrong result returned expected "" but got "tr ue" 3537 PASS [["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagra ph",""]] "<p>{foo<span style=color:#aBcDeF>bar}</span>baz" queryCommandValue("st ylewithcss") before
3538 PASS [["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagra ph",""]] "<p>{foo<span style=color:#aBcDeF>bar}</span>baz" queryCommandIndeterm( "stylewithcss") after 3538 PASS [["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagra ph",""]] "<p>{foo<span style=color:#aBcDeF>bar}</span>baz" queryCommandIndeterm( "stylewithcss") after
3539 PASS [["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagra ph",""]] "<p>{foo<span style=color:#aBcDeF>bar}</span>baz" queryCommandState("st ylewithcss") after 3539 PASS [["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagra ph",""]] "<p>{foo<span style=color:#aBcDeF>bar}</span>baz" queryCommandState("st ylewithcss") after
3540 FAIL [["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagra ph",""]] "<p>{foo<span style=color:#aBcDeF>bar}</span>baz" queryCommandValue("st ylewithcss") after assert_equals: Wrong result returned expected "" but got "fal se" 3540 PASS [["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagra ph",""]] "<p>{foo<span style=color:#aBcDeF>bar}</span>baz" queryCommandValue("st ylewithcss") after
3541 PASS [["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagra ph",""]] "<p>{foo<span style=color:#aBcDeF>bar}</span>baz" queryCommandIndeterm( "defaultparagraphseparator") before 3541 PASS [["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagra ph",""]] "<p>{foo<span style=color:#aBcDeF>bar}</span>baz" queryCommandIndeterm( "defaultparagraphseparator") before
3542 PASS [["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagra ph",""]] "<p>{foo<span style=color:#aBcDeF>bar}</span>baz" queryCommandState("de faultparagraphseparator") before 3542 PASS [["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagra ph",""]] "<p>{foo<span style=color:#aBcDeF>bar}</span>baz" queryCommandState("de faultparagraphseparator") before
3543 PASS [["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagra ph",""]] "<p>{foo<span style=color:#aBcDeF>bar}</span>baz" queryCommandValue("de faultparagraphseparator") before 3543 PASS [["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagra ph",""]] "<p>{foo<span style=color:#aBcDeF>bar}</span>baz" queryCommandValue("de faultparagraphseparator") before
3544 PASS [["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagra ph",""]] "<p>{foo<span style=color:#aBcDeF>bar}</span>baz" queryCommandIndeterm( "defaultparagraphseparator") after 3544 PASS [["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagra ph",""]] "<p>{foo<span style=color:#aBcDeF>bar}</span>baz" queryCommandIndeterm( "defaultparagraphseparator") after
3545 PASS [["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagra ph",""]] "<p>{foo<span style=color:#aBcDeF>bar}</span>baz" queryCommandState("de faultparagraphseparator") after 3545 PASS [["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagra ph",""]] "<p>{foo<span style=color:#aBcDeF>bar}</span>baz" queryCommandState("de faultparagraphseparator") after
3546 PASS [["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagra ph",""]] "<p>{foo<span style=color:#aBcDeF>bar}</span>baz" queryCommandValue("de faultparagraphseparator") after 3546 PASS [["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagra ph",""]] "<p>{foo<span style=color:#aBcDeF>bar}</span>baz" queryCommandValue("de faultparagraphseparator") after
3547 PASS [["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagra ph",""]] "<p>{foo<span style=color:#aBcDeF>bar}</span>baz" queryCommandIndeterm( "insertparagraph") before 3547 PASS [["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagra ph",""]] "<p>{foo<span style=color:#aBcDeF>bar}</span>baz" queryCommandIndeterm( "insertparagraph") before
3548 PASS [["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagra ph",""]] "<p>{foo<span style=color:#aBcDeF>bar}</span>baz" queryCommandState("in sertparagraph") before 3548 PASS [["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagra ph",""]] "<p>{foo<span style=color:#aBcDeF>bar}</span>baz" queryCommandState("in sertparagraph") before
3549 PASS [["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagra ph",""]] "<p>{foo<span style=color:#aBcDeF>bar}</span>baz" queryCommandValue("in sertparagraph") before 3549 PASS [["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagra ph",""]] "<p>{foo<span style=color:#aBcDeF>bar}</span>baz" queryCommandValue("in sertparagraph") before
3550 PASS [["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagra ph",""]] "<p>{foo<span style=color:#aBcDeF>bar}</span>baz" queryCommandIndeterm( "insertparagraph") after 3550 PASS [["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagra ph",""]] "<p>{foo<span style=color:#aBcDeF>bar}</span>baz" queryCommandIndeterm( "insertparagraph") after
3551 PASS [["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagra ph",""]] "<p>{foo<span style=color:#aBcDeF>bar}</span>baz" queryCommandState("in sertparagraph") after 3551 PASS [["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagra ph",""]] "<p>{foo<span style=color:#aBcDeF>bar}</span>baz" queryCommandState("in sertparagraph") after
3552 PASS [["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagra ph",""]] "<p>{foo<span style=color:#aBcDeF>bar}</span>baz" queryCommandValue("in sertparagraph") after 3552 PASS [["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagra ph",""]] "<p>{foo<span style=color:#aBcDeF>bar}</span>baz" queryCommandValue("in sertparagraph") after
3553 PASS [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<p>foo<span style=color:#aBcDeF>[bar</span>baz]": execCommand("stylew ithcss", false, "true") return value 3553 PASS [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<p>foo<span style=color:#aBcDeF>[bar</span>baz]": execCommand("stylew ithcss", false, "true") return value
3554 PASS [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<p>foo<span style=color:#aBcDeF>[bar</span>baz]": execCommand("defaul tparagraphseparator", false, "div") return value 3554 PASS [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<p>foo<span style=color:#aBcDeF>[bar</span>baz]": execCommand("defaul tparagraphseparator", false, "div") return value
3555 PASS [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<p>foo<span style=color:#aBcDeF>[bar</span>baz]": execCommand("insert paragraph", false, "") return value 3555 PASS [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<p>foo<span style=color:#aBcDeF>[bar</span>baz]": execCommand("insert paragraph", false, "") return value
3556 PASS [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<p>foo<span style=color:#aBcDeF>[bar</span>baz]" checks for modificat ions to non-editable content 3556 PASS [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<p>foo<span style=color:#aBcDeF>[bar</span>baz]" checks for modificat ions to non-editable content
3557 PASS [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<p>foo<span style=color:#aBcDeF>[bar</span>baz]" compare innerHTML 3557 PASS [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<p>foo<span style=color:#aBcDeF>[bar</span>baz]" compare innerHTML
3558 PASS [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<p>foo<span style=color:#aBcDeF>[bar</span>baz]" queryCommandIndeterm ("stylewithcss") before 3558 PASS [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<p>foo<span style=color:#aBcDeF>[bar</span>baz]" queryCommandIndeterm ("stylewithcss") before
3559 PASS [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<p>foo<span style=color:#aBcDeF>[bar</span>baz]" queryCommandState("s tylewithcss") before 3559 PASS [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<p>foo<span style=color:#aBcDeF>[bar</span>baz]" queryCommandState("s tylewithcss") before
3560 FAIL [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<p>foo<span style=color:#aBcDeF>[bar</span>baz]" queryCommandValue("s tylewithcss") before assert_equals: Wrong result returned expected "" but got "f alse" 3560 PASS [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<p>foo<span style=color:#aBcDeF>[bar</span>baz]" queryCommandValue("s tylewithcss") before
3561 PASS [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<p>foo<span style=color:#aBcDeF>[bar</span>baz]" queryCommandIndeterm ("stylewithcss") after 3561 PASS [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<p>foo<span style=color:#aBcDeF>[bar</span>baz]" queryCommandIndeterm ("stylewithcss") after
3562 PASS [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<p>foo<span style=color:#aBcDeF>[bar</span>baz]" queryCommandState("s tylewithcss") after 3562 PASS [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<p>foo<span style=color:#aBcDeF>[bar</span>baz]" queryCommandState("s tylewithcss") after
3563 FAIL [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<p>foo<span style=color:#aBcDeF>[bar</span>baz]" queryCommandValue("s tylewithcss") after assert_equals: Wrong result returned expected "" but got "tr ue" 3563 PASS [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<p>foo<span style=color:#aBcDeF>[bar</span>baz]" queryCommandValue("s tylewithcss") after
3564 PASS [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<p>foo<span style=color:#aBcDeF>[bar</span>baz]" queryCommandIndeterm ("defaultparagraphseparator") before 3564 PASS [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<p>foo<span style=color:#aBcDeF>[bar</span>baz]" queryCommandIndeterm ("defaultparagraphseparator") before
3565 PASS [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<p>foo<span style=color:#aBcDeF>[bar</span>baz]" queryCommandState("d efaultparagraphseparator") before 3565 PASS [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<p>foo<span style=color:#aBcDeF>[bar</span>baz]" queryCommandState("d efaultparagraphseparator") before
3566 PASS [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<p>foo<span style=color:#aBcDeF>[bar</span>baz]" queryCommandValue("d efaultparagraphseparator") before 3566 PASS [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<p>foo<span style=color:#aBcDeF>[bar</span>baz]" queryCommandValue("d efaultparagraphseparator") before
3567 PASS [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<p>foo<span style=color:#aBcDeF>[bar</span>baz]" queryCommandIndeterm ("defaultparagraphseparator") after 3567 PASS [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<p>foo<span style=color:#aBcDeF>[bar</span>baz]" queryCommandIndeterm ("defaultparagraphseparator") after
3568 PASS [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<p>foo<span style=color:#aBcDeF>[bar</span>baz]" queryCommandState("d efaultparagraphseparator") after 3568 PASS [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<p>foo<span style=color:#aBcDeF>[bar</span>baz]" queryCommandState("d efaultparagraphseparator") after
3569 PASS [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<p>foo<span style=color:#aBcDeF>[bar</span>baz]" queryCommandValue("d efaultparagraphseparator") after 3569 PASS [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<p>foo<span style=color:#aBcDeF>[bar</span>baz]" queryCommandValue("d efaultparagraphseparator") after
3570 PASS [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<p>foo<span style=color:#aBcDeF>[bar</span>baz]" queryCommandIndeterm ("insertparagraph") before 3570 PASS [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<p>foo<span style=color:#aBcDeF>[bar</span>baz]" queryCommandIndeterm ("insertparagraph") before
3571 PASS [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<p>foo<span style=color:#aBcDeF>[bar</span>baz]" queryCommandState("i nsertparagraph") before 3571 PASS [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<p>foo<span style=color:#aBcDeF>[bar</span>baz]" queryCommandState("i nsertparagraph") before
3572 PASS [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<p>foo<span style=color:#aBcDeF>[bar</span>baz]" queryCommandValue("i nsertparagraph") before 3572 PASS [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<p>foo<span style=color:#aBcDeF>[bar</span>baz]" queryCommandValue("i nsertparagraph") before
3573 PASS [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<p>foo<span style=color:#aBcDeF>[bar</span>baz]" queryCommandIndeterm ("insertparagraph") after 3573 PASS [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<p>foo<span style=color:#aBcDeF>[bar</span>baz]" queryCommandIndeterm ("insertparagraph") after
3574 PASS [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<p>foo<span style=color:#aBcDeF>[bar</span>baz]" queryCommandState("i nsertparagraph") after 3574 PASS [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<p>foo<span style=color:#aBcDeF>[bar</span>baz]" queryCommandState("i nsertparagraph") after
3575 PASS [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<p>foo<span style=color:#aBcDeF>[bar</span>baz]" queryCommandValue("i nsertparagraph") after 3575 PASS [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<p>foo<span style=color:#aBcDeF>[bar</span>baz]" queryCommandValue("i nsertparagraph") after
3576 PASS [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<p>foo<span style=color:#aBcDeF>[bar</span>baz]": execCommand("style withcss", false, "false") return value 3576 PASS [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<p>foo<span style=color:#aBcDeF>[bar</span>baz]": execCommand("style withcss", false, "false") return value
3577 PASS [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<p>foo<span style=color:#aBcDeF>[bar</span>baz]": execCommand("defau ltparagraphseparator", false, "div") return value 3577 PASS [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<p>foo<span style=color:#aBcDeF>[bar</span>baz]": execCommand("defau ltparagraphseparator", false, "div") return value
3578 PASS [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<p>foo<span style=color:#aBcDeF>[bar</span>baz]": execCommand("inser tparagraph", false, "") return value 3578 PASS [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<p>foo<span style=color:#aBcDeF>[bar</span>baz]": execCommand("inser tparagraph", false, "") return value
3579 PASS [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<p>foo<span style=color:#aBcDeF>[bar</span>baz]" checks for modifica tions to non-editable content 3579 PASS [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<p>foo<span style=color:#aBcDeF>[bar</span>baz]" checks for modifica tions to non-editable content
3580 PASS [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<p>foo<span style=color:#aBcDeF>[bar</span>baz]" compare innerHTML 3580 PASS [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<p>foo<span style=color:#aBcDeF>[bar</span>baz]" compare innerHTML
3581 PASS [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<p>foo<span style=color:#aBcDeF>[bar</span>baz]" queryCommandIndeter m("stylewithcss") before 3581 PASS [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<p>foo<span style=color:#aBcDeF>[bar</span>baz]" queryCommandIndeter m("stylewithcss") before
3582 PASS [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<p>foo<span style=color:#aBcDeF>[bar</span>baz]" queryCommandState(" stylewithcss") before 3582 PASS [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<p>foo<span style=color:#aBcDeF>[bar</span>baz]" queryCommandState(" stylewithcss") before
3583 FAIL [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<p>foo<span style=color:#aBcDeF>[bar</span>baz]" queryCommandValue(" stylewithcss") before assert_equals: Wrong result returned expected "" but got " true" 3583 PASS [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<p>foo<span style=color:#aBcDeF>[bar</span>baz]" queryCommandValue(" stylewithcss") before
3584 PASS [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<p>foo<span style=color:#aBcDeF>[bar</span>baz]" queryCommandIndeter m("stylewithcss") after 3584 PASS [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<p>foo<span style=color:#aBcDeF>[bar</span>baz]" queryCommandIndeter m("stylewithcss") after
3585 PASS [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<p>foo<span style=color:#aBcDeF>[bar</span>baz]" queryCommandState(" stylewithcss") after 3585 PASS [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<p>foo<span style=color:#aBcDeF>[bar</span>baz]" queryCommandState(" stylewithcss") after
3586 FAIL [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<p>foo<span style=color:#aBcDeF>[bar</span>baz]" queryCommandValue(" stylewithcss") after assert_equals: Wrong result returned expected "" but got "f alse" 3586 PASS [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<p>foo<span style=color:#aBcDeF>[bar</span>baz]" queryCommandValue(" stylewithcss") after
3587 PASS [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<p>foo<span style=color:#aBcDeF>[bar</span>baz]" queryCommandIndeter m("defaultparagraphseparator") before 3587 PASS [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<p>foo<span style=color:#aBcDeF>[bar</span>baz]" queryCommandIndeter m("defaultparagraphseparator") before
3588 PASS [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<p>foo<span style=color:#aBcDeF>[bar</span>baz]" queryCommandState(" defaultparagraphseparator") before 3588 PASS [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<p>foo<span style=color:#aBcDeF>[bar</span>baz]" queryCommandState(" defaultparagraphseparator") before
3589 PASS [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<p>foo<span style=color:#aBcDeF>[bar</span>baz]" queryCommandValue(" defaultparagraphseparator") before 3589 PASS [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<p>foo<span style=color:#aBcDeF>[bar</span>baz]" queryCommandValue(" defaultparagraphseparator") before
3590 PASS [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<p>foo<span style=color:#aBcDeF>[bar</span>baz]" queryCommandIndeter m("defaultparagraphseparator") after 3590 PASS [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<p>foo<span style=color:#aBcDeF>[bar</span>baz]" queryCommandIndeter m("defaultparagraphseparator") after
3591 PASS [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<p>foo<span style=color:#aBcDeF>[bar</span>baz]" queryCommandState(" defaultparagraphseparator") after 3591 PASS [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<p>foo<span style=color:#aBcDeF>[bar</span>baz]" queryCommandState(" defaultparagraphseparator") after
3592 PASS [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<p>foo<span style=color:#aBcDeF>[bar</span>baz]" queryCommandValue(" defaultparagraphseparator") after 3592 PASS [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<p>foo<span style=color:#aBcDeF>[bar</span>baz]" queryCommandValue(" defaultparagraphseparator") after
3593 PASS [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<p>foo<span style=color:#aBcDeF>[bar</span>baz]" queryCommandIndeter m("insertparagraph") before 3593 PASS [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<p>foo<span style=color:#aBcDeF>[bar</span>baz]" queryCommandIndeter m("insertparagraph") before
3594 PASS [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<p>foo<span style=color:#aBcDeF>[bar</span>baz]" queryCommandState(" insertparagraph") before 3594 PASS [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<p>foo<span style=color:#aBcDeF>[bar</span>baz]" queryCommandState(" insertparagraph") before
3595 PASS [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<p>foo<span style=color:#aBcDeF>[bar</span>baz]" queryCommandValue(" insertparagraph") before 3595 PASS [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<p>foo<span style=color:#aBcDeF>[bar</span>baz]" queryCommandValue(" insertparagraph") before
3596 PASS [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<p>foo<span style=color:#aBcDeF>[bar</span>baz]" queryCommandIndeter m("insertparagraph") after 3596 PASS [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<p>foo<span style=color:#aBcDeF>[bar</span>baz]" queryCommandIndeter m("insertparagraph") after
3597 PASS [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<p>foo<span style=color:#aBcDeF>[bar</span>baz]" queryCommandState(" insertparagraph") after 3597 PASS [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<p>foo<span style=color:#aBcDeF>[bar</span>baz]" queryCommandState(" insertparagraph") after
3598 PASS [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<p>foo<span style=color:#aBcDeF>[bar</span>baz]" queryCommandValue(" insertparagraph") after 3598 PASS [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<p>foo<span style=color:#aBcDeF>[bar</span>baz]" queryCommandValue(" insertparagraph") after
3599 PASS [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<p>foo<span style=color:#aBcDeF>[bar</span>baz]": execCommand("stylewit hcss", false, "true") return value 3599 PASS [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<p>foo<span style=color:#aBcDeF>[bar</span>baz]": execCommand("stylewit hcss", false, "true") return value
3600 PASS [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<p>foo<span style=color:#aBcDeF>[bar</span>baz]": execCommand("defaultp aragraphseparator", false, "p") return value 3600 PASS [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<p>foo<span style=color:#aBcDeF>[bar</span>baz]": execCommand("defaultp aragraphseparator", false, "p") return value
3601 PASS [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<p>foo<span style=color:#aBcDeF>[bar</span>baz]": execCommand("insertpa ragraph", false, "") return value 3601 PASS [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<p>foo<span style=color:#aBcDeF>[bar</span>baz]": execCommand("insertpa ragraph", false, "") return value
3602 PASS [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<p>foo<span style=color:#aBcDeF>[bar</span>baz]" checks for modificatio ns to non-editable content 3602 PASS [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<p>foo<span style=color:#aBcDeF>[bar</span>baz]" checks for modificatio ns to non-editable content
3603 PASS [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<p>foo<span style=color:#aBcDeF>[bar</span>baz]" compare innerHTML 3603 PASS [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<p>foo<span style=color:#aBcDeF>[bar</span>baz]" compare innerHTML
3604 PASS [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<p>foo<span style=color:#aBcDeF>[bar</span>baz]" queryCommandIndeterm(" stylewithcss") before 3604 PASS [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<p>foo<span style=color:#aBcDeF>[bar</span>baz]" queryCommandIndeterm(" stylewithcss") before
3605 PASS [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<p>foo<span style=color:#aBcDeF>[bar</span>baz]" queryCommandState("sty lewithcss") before 3605 PASS [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<p>foo<span style=color:#aBcDeF>[bar</span>baz]" queryCommandState("sty lewithcss") before
3606 FAIL [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<p>foo<span style=color:#aBcDeF>[bar</span>baz]" queryCommandValue("sty lewithcss") before assert_equals: Wrong result returned expected "" but got "fal se" 3606 PASS [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<p>foo<span style=color:#aBcDeF>[bar</span>baz]" queryCommandValue("sty lewithcss") before
3607 PASS [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<p>foo<span style=color:#aBcDeF>[bar</span>baz]" queryCommandIndeterm(" stylewithcss") after 3607 PASS [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<p>foo<span style=color:#aBcDeF>[bar</span>baz]" queryCommandIndeterm(" stylewithcss") after
3608 PASS [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<p>foo<span style=color:#aBcDeF>[bar</span>baz]" queryCommandState("sty lewithcss") after 3608 PASS [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<p>foo<span style=color:#aBcDeF>[bar</span>baz]" queryCommandState("sty lewithcss") after
3609 FAIL [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<p>foo<span style=color:#aBcDeF>[bar</span>baz]" queryCommandValue("sty lewithcss") after assert_equals: Wrong result returned expected "" but got "true " 3609 PASS [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<p>foo<span style=color:#aBcDeF>[bar</span>baz]" queryCommandValue("sty lewithcss") after
3610 PASS [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<p>foo<span style=color:#aBcDeF>[bar</span>baz]" queryCommandIndeterm(" defaultparagraphseparator") before 3610 PASS [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<p>foo<span style=color:#aBcDeF>[bar</span>baz]" queryCommandIndeterm(" defaultparagraphseparator") before
3611 PASS [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<p>foo<span style=color:#aBcDeF>[bar</span>baz]" queryCommandState("def aultparagraphseparator") before 3611 PASS [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<p>foo<span style=color:#aBcDeF>[bar</span>baz]" queryCommandState("def aultparagraphseparator") before
3612 PASS [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<p>foo<span style=color:#aBcDeF>[bar</span>baz]" queryCommandValue("def aultparagraphseparator") before 3612 PASS [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<p>foo<span style=color:#aBcDeF>[bar</span>baz]" queryCommandValue("def aultparagraphseparator") before
3613 PASS [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<p>foo<span style=color:#aBcDeF>[bar</span>baz]" queryCommandIndeterm(" defaultparagraphseparator") after 3613 PASS [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<p>foo<span style=color:#aBcDeF>[bar</span>baz]" queryCommandIndeterm(" defaultparagraphseparator") after
3614 PASS [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<p>foo<span style=color:#aBcDeF>[bar</span>baz]" queryCommandState("def aultparagraphseparator") after 3614 PASS [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<p>foo<span style=color:#aBcDeF>[bar</span>baz]" queryCommandState("def aultparagraphseparator") after
3615 PASS [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<p>foo<span style=color:#aBcDeF>[bar</span>baz]" queryCommandValue("def aultparagraphseparator") after 3615 PASS [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<p>foo<span style=color:#aBcDeF>[bar</span>baz]" queryCommandValue("def aultparagraphseparator") after
3616 PASS [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<p>foo<span style=color:#aBcDeF>[bar</span>baz]" queryCommandIndeterm(" insertparagraph") before 3616 PASS [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<p>foo<span style=color:#aBcDeF>[bar</span>baz]" queryCommandIndeterm(" insertparagraph") before
3617 PASS [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<p>foo<span style=color:#aBcDeF>[bar</span>baz]" queryCommandState("ins ertparagraph") before 3617 PASS [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<p>foo<span style=color:#aBcDeF>[bar</span>baz]" queryCommandState("ins ertparagraph") before
3618 PASS [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<p>foo<span style=color:#aBcDeF>[bar</span>baz]" queryCommandValue("ins ertparagraph") before 3618 PASS [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<p>foo<span style=color:#aBcDeF>[bar</span>baz]" queryCommandValue("ins ertparagraph") before
3619 PASS [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<p>foo<span style=color:#aBcDeF>[bar</span>baz]" queryCommandIndeterm(" insertparagraph") after 3619 PASS [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<p>foo<span style=color:#aBcDeF>[bar</span>baz]" queryCommandIndeterm(" insertparagraph") after
3620 PASS [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<p>foo<span style=color:#aBcDeF>[bar</span>baz]" queryCommandState("ins ertparagraph") after 3620 PASS [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<p>foo<span style=color:#aBcDeF>[bar</span>baz]" queryCommandState("ins ertparagraph") after
3621 PASS [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<p>foo<span style=color:#aBcDeF>[bar</span>baz]" queryCommandValue("ins ertparagraph") after 3621 PASS [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<p>foo<span style=color:#aBcDeF>[bar</span>baz]" queryCommandValue("ins ertparagraph") after
3622 PASS [["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagra ph",""]] "<p>foo<span style=color:#aBcDeF>[bar</span>baz]": execCommand("stylewi thcss", false, "false") return value 3622 PASS [["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagra ph",""]] "<p>foo<span style=color:#aBcDeF>[bar</span>baz]": execCommand("stylewi thcss", false, "false") return value
3623 PASS [["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagra ph",""]] "<p>foo<span style=color:#aBcDeF>[bar</span>baz]": execCommand("default paragraphseparator", false, "p") return value 3623 PASS [["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagra ph",""]] "<p>foo<span style=color:#aBcDeF>[bar</span>baz]": execCommand("default paragraphseparator", false, "p") return value
3624 PASS [["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagra ph",""]] "<p>foo<span style=color:#aBcDeF>[bar</span>baz]": execCommand("insertp aragraph", false, "") return value 3624 PASS [["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagra ph",""]] "<p>foo<span style=color:#aBcDeF>[bar</span>baz]": execCommand("insertp aragraph", false, "") return value
3625 PASS [["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagra ph",""]] "<p>foo<span style=color:#aBcDeF>[bar</span>baz]" checks for modificati ons to non-editable content 3625 PASS [["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagra ph",""]] "<p>foo<span style=color:#aBcDeF>[bar</span>baz]" checks for modificati ons to non-editable content
3626 PASS [["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagra ph",""]] "<p>foo<span style=color:#aBcDeF>[bar</span>baz]" compare innerHTML 3626 PASS [["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagra ph",""]] "<p>foo<span style=color:#aBcDeF>[bar</span>baz]" compare innerHTML
3627 PASS [["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagra ph",""]] "<p>foo<span style=color:#aBcDeF>[bar</span>baz]" queryCommandIndeterm( "stylewithcss") before 3627 PASS [["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagra ph",""]] "<p>foo<span style=color:#aBcDeF>[bar</span>baz]" queryCommandIndeterm( "stylewithcss") before
3628 PASS [["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagra ph",""]] "<p>foo<span style=color:#aBcDeF>[bar</span>baz]" queryCommandState("st ylewithcss") before 3628 PASS [["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagra ph",""]] "<p>foo<span style=color:#aBcDeF>[bar</span>baz]" queryCommandState("st ylewithcss") before
3629 FAIL [["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagra ph",""]] "<p>foo<span style=color:#aBcDeF>[bar</span>baz]" queryCommandValue("st ylewithcss") before assert_equals: Wrong result returned expected "" but got "tr ue" 3629 PASS [["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagra ph",""]] "<p>foo<span style=color:#aBcDeF>[bar</span>baz]" queryCommandValue("st ylewithcss") before
3630 PASS [["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagra ph",""]] "<p>foo<span style=color:#aBcDeF>[bar</span>baz]" queryCommandIndeterm( "stylewithcss") after 3630 PASS [["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagra ph",""]] "<p>foo<span style=color:#aBcDeF>[bar</span>baz]" queryCommandIndeterm( "stylewithcss") after
3631 PASS [["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagra ph",""]] "<p>foo<span style=color:#aBcDeF>[bar</span>baz]" queryCommandState("st ylewithcss") after 3631 PASS [["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagra ph",""]] "<p>foo<span style=color:#aBcDeF>[bar</span>baz]" queryCommandState("st ylewithcss") after
3632 FAIL [["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagra ph",""]] "<p>foo<span style=color:#aBcDeF>[bar</span>baz]" queryCommandValue("st ylewithcss") after assert_equals: Wrong result returned expected "" but got "fal se" 3632 PASS [["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagra ph",""]] "<p>foo<span style=color:#aBcDeF>[bar</span>baz]" queryCommandValue("st ylewithcss") after
3633 PASS [["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagra ph",""]] "<p>foo<span style=color:#aBcDeF>[bar</span>baz]" queryCommandIndeterm( "defaultparagraphseparator") before 3633 PASS [["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagra ph",""]] "<p>foo<span style=color:#aBcDeF>[bar</span>baz]" queryCommandIndeterm( "defaultparagraphseparator") before
3634 PASS [["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagra ph",""]] "<p>foo<span style=color:#aBcDeF>[bar</span>baz]" queryCommandState("de faultparagraphseparator") before 3634 PASS [["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagra ph",""]] "<p>foo<span style=color:#aBcDeF>[bar</span>baz]" queryCommandState("de faultparagraphseparator") before
3635 PASS [["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagra ph",""]] "<p>foo<span style=color:#aBcDeF>[bar</span>baz]" queryCommandValue("de faultparagraphseparator") before 3635 PASS [["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagra ph",""]] "<p>foo<span style=color:#aBcDeF>[bar</span>baz]" queryCommandValue("de faultparagraphseparator") before
3636 PASS [["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagra ph",""]] "<p>foo<span style=color:#aBcDeF>[bar</span>baz]" queryCommandIndeterm( "defaultparagraphseparator") after 3636 PASS [["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagra ph",""]] "<p>foo<span style=color:#aBcDeF>[bar</span>baz]" queryCommandIndeterm( "defaultparagraphseparator") after
3637 PASS [["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagra ph",""]] "<p>foo<span style=color:#aBcDeF>[bar</span>baz]" queryCommandState("de faultparagraphseparator") after 3637 PASS [["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagra ph",""]] "<p>foo<span style=color:#aBcDeF>[bar</span>baz]" queryCommandState("de faultparagraphseparator") after
3638 PASS [["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagra ph",""]] "<p>foo<span style=color:#aBcDeF>[bar</span>baz]" queryCommandValue("de faultparagraphseparator") after 3638 PASS [["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagra ph",""]] "<p>foo<span style=color:#aBcDeF>[bar</span>baz]" queryCommandValue("de faultparagraphseparator") after
3639 PASS [["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagra ph",""]] "<p>foo<span style=color:#aBcDeF>[bar</span>baz]" queryCommandIndeterm( "insertparagraph") before 3639 PASS [["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagra ph",""]] "<p>foo<span style=color:#aBcDeF>[bar</span>baz]" queryCommandIndeterm( "insertparagraph") before
3640 PASS [["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagra ph",""]] "<p>foo<span style=color:#aBcDeF>[bar</span>baz]" queryCommandState("in sertparagraph") before 3640 PASS [["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagra ph",""]] "<p>foo<span style=color:#aBcDeF>[bar</span>baz]" queryCommandState("in sertparagraph") before
3641 PASS [["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagra ph",""]] "<p>foo<span style=color:#aBcDeF>[bar</span>baz]" queryCommandValue("in sertparagraph") before 3641 PASS [["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagra ph",""]] "<p>foo<span style=color:#aBcDeF>[bar</span>baz]" queryCommandValue("in sertparagraph") before
3642 PASS [["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagra ph",""]] "<p>foo<span style=color:#aBcDeF>[bar</span>baz]" queryCommandIndeterm( "insertparagraph") after 3642 PASS [["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagra ph",""]] "<p>foo<span style=color:#aBcDeF>[bar</span>baz]" queryCommandIndeterm( "insertparagraph") after
3643 PASS [["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagra ph",""]] "<p>foo<span style=color:#aBcDeF>[bar</span>baz]" queryCommandState("in sertparagraph") after 3643 PASS [["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagra ph",""]] "<p>foo<span style=color:#aBcDeF>[bar</span>baz]" queryCommandState("in sertparagraph") after
3644 PASS [["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagra ph",""]] "<p>foo<span style=color:#aBcDeF>[bar</span>baz]" queryCommandValue("in sertparagraph") after 3644 PASS [["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagra ph",""]] "<p>foo<span style=color:#aBcDeF>[bar</span>baz]" queryCommandValue("in sertparagraph") after
3645 PASS [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<p>foo<span style=color:#aBcDeF>{bar</span>baz}": execCommand("stylew ithcss", false, "true") return value 3645 PASS [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<p>foo<span style=color:#aBcDeF>{bar</span>baz}": execCommand("stylew ithcss", false, "true") return value
3646 PASS [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<p>foo<span style=color:#aBcDeF>{bar</span>baz}": execCommand("defaul tparagraphseparator", false, "div") return value 3646 PASS [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<p>foo<span style=color:#aBcDeF>{bar</span>baz}": execCommand("defaul tparagraphseparator", false, "div") return value
3647 PASS [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<p>foo<span style=color:#aBcDeF>{bar</span>baz}": execCommand("insert paragraph", false, "") return value 3647 PASS [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<p>foo<span style=color:#aBcDeF>{bar</span>baz}": execCommand("insert paragraph", false, "") return value
3648 PASS [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<p>foo<span style=color:#aBcDeF>{bar</span>baz}" checks for modificat ions to non-editable content 3648 PASS [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<p>foo<span style=color:#aBcDeF>{bar</span>baz}" checks for modificat ions to non-editable content
3649 PASS [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<p>foo<span style=color:#aBcDeF>{bar</span>baz}" compare innerHTML 3649 PASS [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<p>foo<span style=color:#aBcDeF>{bar</span>baz}" compare innerHTML
3650 PASS [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<p>foo<span style=color:#aBcDeF>{bar</span>baz}" queryCommandIndeterm ("stylewithcss") before 3650 PASS [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<p>foo<span style=color:#aBcDeF>{bar</span>baz}" queryCommandIndeterm ("stylewithcss") before
3651 PASS [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<p>foo<span style=color:#aBcDeF>{bar</span>baz}" queryCommandState("s tylewithcss") before 3651 PASS [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<p>foo<span style=color:#aBcDeF>{bar</span>baz}" queryCommandState("s tylewithcss") before
3652 FAIL [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<p>foo<span style=color:#aBcDeF>{bar</span>baz}" queryCommandValue("s tylewithcss") before assert_equals: Wrong result returned expected "" but got "f alse" 3652 PASS [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<p>foo<span style=color:#aBcDeF>{bar</span>baz}" queryCommandValue("s tylewithcss") before
3653 PASS [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<p>foo<span style=color:#aBcDeF>{bar</span>baz}" queryCommandIndeterm ("stylewithcss") after 3653 PASS [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<p>foo<span style=color:#aBcDeF>{bar</span>baz}" queryCommandIndeterm ("stylewithcss") after
3654 PASS [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<p>foo<span style=color:#aBcDeF>{bar</span>baz}" queryCommandState("s tylewithcss") after 3654 PASS [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<p>foo<span style=color:#aBcDeF>{bar</span>baz}" queryCommandState("s tylewithcss") after
3655 FAIL [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<p>foo<span style=color:#aBcDeF>{bar</span>baz}" queryCommandValue("s tylewithcss") after assert_equals: Wrong result returned expected "" but got "tr ue" 3655 PASS [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<p>foo<span style=color:#aBcDeF>{bar</span>baz}" queryCommandValue("s tylewithcss") after
3656 PASS [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<p>foo<span style=color:#aBcDeF>{bar</span>baz}" queryCommandIndeterm ("defaultparagraphseparator") before 3656 PASS [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<p>foo<span style=color:#aBcDeF>{bar</span>baz}" queryCommandIndeterm ("defaultparagraphseparator") before
3657 PASS [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<p>foo<span style=color:#aBcDeF>{bar</span>baz}" queryCommandState("d efaultparagraphseparator") before 3657 PASS [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<p>foo<span style=color:#aBcDeF>{bar</span>baz}" queryCommandState("d efaultparagraphseparator") before
3658 PASS [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<p>foo<span style=color:#aBcDeF>{bar</span>baz}" queryCommandValue("d efaultparagraphseparator") before 3658 PASS [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<p>foo<span style=color:#aBcDeF>{bar</span>baz}" queryCommandValue("d efaultparagraphseparator") before
3659 PASS [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<p>foo<span style=color:#aBcDeF>{bar</span>baz}" queryCommandIndeterm ("defaultparagraphseparator") after 3659 PASS [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<p>foo<span style=color:#aBcDeF>{bar</span>baz}" queryCommandIndeterm ("defaultparagraphseparator") after
3660 PASS [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<p>foo<span style=color:#aBcDeF>{bar</span>baz}" queryCommandState("d efaultparagraphseparator") after 3660 PASS [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<p>foo<span style=color:#aBcDeF>{bar</span>baz}" queryCommandState("d efaultparagraphseparator") after
3661 PASS [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<p>foo<span style=color:#aBcDeF>{bar</span>baz}" queryCommandValue("d efaultparagraphseparator") after 3661 PASS [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<p>foo<span style=color:#aBcDeF>{bar</span>baz}" queryCommandValue("d efaultparagraphseparator") after
3662 PASS [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<p>foo<span style=color:#aBcDeF>{bar</span>baz}" queryCommandIndeterm ("insertparagraph") before 3662 PASS [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<p>foo<span style=color:#aBcDeF>{bar</span>baz}" queryCommandIndeterm ("insertparagraph") before
3663 PASS [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<p>foo<span style=color:#aBcDeF>{bar</span>baz}" queryCommandState("i nsertparagraph") before 3663 PASS [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<p>foo<span style=color:#aBcDeF>{bar</span>baz}" queryCommandState("i nsertparagraph") before
3664 PASS [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<p>foo<span style=color:#aBcDeF>{bar</span>baz}" queryCommandValue("i nsertparagraph") before 3664 PASS [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<p>foo<span style=color:#aBcDeF>{bar</span>baz}" queryCommandValue("i nsertparagraph") before
3665 PASS [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<p>foo<span style=color:#aBcDeF>{bar</span>baz}" queryCommandIndeterm ("insertparagraph") after 3665 PASS [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<p>foo<span style=color:#aBcDeF>{bar</span>baz}" queryCommandIndeterm ("insertparagraph") after
3666 PASS [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<p>foo<span style=color:#aBcDeF>{bar</span>baz}" queryCommandState("i nsertparagraph") after 3666 PASS [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<p>foo<span style=color:#aBcDeF>{bar</span>baz}" queryCommandState("i nsertparagraph") after
3667 PASS [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<p>foo<span style=color:#aBcDeF>{bar</span>baz}" queryCommandValue("i nsertparagraph") after 3667 PASS [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<p>foo<span style=color:#aBcDeF>{bar</span>baz}" queryCommandValue("i nsertparagraph") after
3668 PASS [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<p>foo<span style=color:#aBcDeF>{bar</span>baz}": execCommand("style withcss", false, "false") return value 3668 PASS [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<p>foo<span style=color:#aBcDeF>{bar</span>baz}": execCommand("style withcss", false, "false") return value
3669 PASS [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<p>foo<span style=color:#aBcDeF>{bar</span>baz}": execCommand("defau ltparagraphseparator", false, "div") return value 3669 PASS [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<p>foo<span style=color:#aBcDeF>{bar</span>baz}": execCommand("defau ltparagraphseparator", false, "div") return value
3670 PASS [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<p>foo<span style=color:#aBcDeF>{bar</span>baz}": execCommand("inser tparagraph", false, "") return value 3670 PASS [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<p>foo<span style=color:#aBcDeF>{bar</span>baz}": execCommand("inser tparagraph", false, "") return value
3671 PASS [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<p>foo<span style=color:#aBcDeF>{bar</span>baz}" checks for modifica tions to non-editable content 3671 PASS [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<p>foo<span style=color:#aBcDeF>{bar</span>baz}" checks for modifica tions to non-editable content
3672 PASS [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<p>foo<span style=color:#aBcDeF>{bar</span>baz}" compare innerHTML 3672 PASS [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<p>foo<span style=color:#aBcDeF>{bar</span>baz}" compare innerHTML
3673 PASS [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<p>foo<span style=color:#aBcDeF>{bar</span>baz}" queryCommandIndeter m("stylewithcss") before 3673 PASS [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<p>foo<span style=color:#aBcDeF>{bar</span>baz}" queryCommandIndeter m("stylewithcss") before
3674 PASS [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<p>foo<span style=color:#aBcDeF>{bar</span>baz}" queryCommandState(" stylewithcss") before 3674 PASS [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<p>foo<span style=color:#aBcDeF>{bar</span>baz}" queryCommandState(" stylewithcss") before
3675 FAIL [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<p>foo<span style=color:#aBcDeF>{bar</span>baz}" queryCommandValue(" stylewithcss") before assert_equals: Wrong result returned expected "" but got " true" 3675 PASS [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<p>foo<span style=color:#aBcDeF>{bar</span>baz}" queryCommandValue(" stylewithcss") before
3676 PASS [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<p>foo<span style=color:#aBcDeF>{bar</span>baz}" queryCommandIndeter m("stylewithcss") after 3676 PASS [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<p>foo<span style=color:#aBcDeF>{bar</span>baz}" queryCommandIndeter m("stylewithcss") after
3677 PASS [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<p>foo<span style=color:#aBcDeF>{bar</span>baz}" queryCommandState(" stylewithcss") after 3677 PASS [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<p>foo<span style=color:#aBcDeF>{bar</span>baz}" queryCommandState(" stylewithcss") after
3678 FAIL [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<p>foo<span style=color:#aBcDeF>{bar</span>baz}" queryCommandValue(" stylewithcss") after assert_equals: Wrong result returned expected "" but got "f alse" 3678 PASS [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<p>foo<span style=color:#aBcDeF>{bar</span>baz}" queryCommandValue(" stylewithcss") after
3679 PASS [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<p>foo<span style=color:#aBcDeF>{bar</span>baz}" queryCommandIndeter m("defaultparagraphseparator") before 3679 PASS [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<p>foo<span style=color:#aBcDeF>{bar</span>baz}" queryCommandIndeter m("defaultparagraphseparator") before
3680 PASS [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<p>foo<span style=color:#aBcDeF>{bar</span>baz}" queryCommandState(" defaultparagraphseparator") before 3680 PASS [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<p>foo<span style=color:#aBcDeF>{bar</span>baz}" queryCommandState(" defaultparagraphseparator") before
3681 PASS [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<p>foo<span style=color:#aBcDeF>{bar</span>baz}" queryCommandValue(" defaultparagraphseparator") before 3681 PASS [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<p>foo<span style=color:#aBcDeF>{bar</span>baz}" queryCommandValue(" defaultparagraphseparator") before
3682 PASS [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<p>foo<span style=color:#aBcDeF>{bar</span>baz}" queryCommandIndeter m("defaultparagraphseparator") after 3682 PASS [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<p>foo<span style=color:#aBcDeF>{bar</span>baz}" queryCommandIndeter m("defaultparagraphseparator") after
3683 PASS [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<p>foo<span style=color:#aBcDeF>{bar</span>baz}" queryCommandState(" defaultparagraphseparator") after 3683 PASS [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<p>foo<span style=color:#aBcDeF>{bar</span>baz}" queryCommandState(" defaultparagraphseparator") after
3684 PASS [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<p>foo<span style=color:#aBcDeF>{bar</span>baz}" queryCommandValue(" defaultparagraphseparator") after 3684 PASS [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<p>foo<span style=color:#aBcDeF>{bar</span>baz}" queryCommandValue(" defaultparagraphseparator") after
3685 PASS [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<p>foo<span style=color:#aBcDeF>{bar</span>baz}" queryCommandIndeter m("insertparagraph") before 3685 PASS [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<p>foo<span style=color:#aBcDeF>{bar</span>baz}" queryCommandIndeter m("insertparagraph") before
3686 PASS [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<p>foo<span style=color:#aBcDeF>{bar</span>baz}" queryCommandState(" insertparagraph") before 3686 PASS [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<p>foo<span style=color:#aBcDeF>{bar</span>baz}" queryCommandState(" insertparagraph") before
3687 PASS [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<p>foo<span style=color:#aBcDeF>{bar</span>baz}" queryCommandValue(" insertparagraph") before 3687 PASS [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<p>foo<span style=color:#aBcDeF>{bar</span>baz}" queryCommandValue(" insertparagraph") before
3688 PASS [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<p>foo<span style=color:#aBcDeF>{bar</span>baz}" queryCommandIndeter m("insertparagraph") after 3688 PASS [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<p>foo<span style=color:#aBcDeF>{bar</span>baz}" queryCommandIndeter m("insertparagraph") after
3689 PASS [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<p>foo<span style=color:#aBcDeF>{bar</span>baz}" queryCommandState(" insertparagraph") after 3689 PASS [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<p>foo<span style=color:#aBcDeF>{bar</span>baz}" queryCommandState(" insertparagraph") after
3690 PASS [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<p>foo<span style=color:#aBcDeF>{bar</span>baz}" queryCommandValue(" insertparagraph") after 3690 PASS [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<p>foo<span style=color:#aBcDeF>{bar</span>baz}" queryCommandValue(" insertparagraph") after
3691 PASS [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<p>foo<span style=color:#aBcDeF>{bar</span>baz}": execCommand("stylewit hcss", false, "true") return value 3691 PASS [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<p>foo<span style=color:#aBcDeF>{bar</span>baz}": execCommand("stylewit hcss", false, "true") return value
3692 PASS [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<p>foo<span style=color:#aBcDeF>{bar</span>baz}": execCommand("defaultp aragraphseparator", false, "p") return value 3692 PASS [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<p>foo<span style=color:#aBcDeF>{bar</span>baz}": execCommand("defaultp aragraphseparator", false, "p") return value
3693 PASS [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<p>foo<span style=color:#aBcDeF>{bar</span>baz}": execCommand("insertpa ragraph", false, "") return value 3693 PASS [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<p>foo<span style=color:#aBcDeF>{bar</span>baz}": execCommand("insertpa ragraph", false, "") return value
3694 PASS [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<p>foo<span style=color:#aBcDeF>{bar</span>baz}" checks for modificatio ns to non-editable content 3694 PASS [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<p>foo<span style=color:#aBcDeF>{bar</span>baz}" checks for modificatio ns to non-editable content
3695 PASS [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<p>foo<span style=color:#aBcDeF>{bar</span>baz}" compare innerHTML 3695 PASS [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<p>foo<span style=color:#aBcDeF>{bar</span>baz}" compare innerHTML
3696 PASS [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<p>foo<span style=color:#aBcDeF>{bar</span>baz}" queryCommandIndeterm(" stylewithcss") before 3696 PASS [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<p>foo<span style=color:#aBcDeF>{bar</span>baz}" queryCommandIndeterm(" stylewithcss") before
3697 PASS [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<p>foo<span style=color:#aBcDeF>{bar</span>baz}" queryCommandState("sty lewithcss") before 3697 PASS [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<p>foo<span style=color:#aBcDeF>{bar</span>baz}" queryCommandState("sty lewithcss") before
3698 FAIL [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<p>foo<span style=color:#aBcDeF>{bar</span>baz}" queryCommandValue("sty lewithcss") before assert_equals: Wrong result returned expected "" but got "fal se" 3698 PASS [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<p>foo<span style=color:#aBcDeF>{bar</span>baz}" queryCommandValue("sty lewithcss") before
3699 PASS [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<p>foo<span style=color:#aBcDeF>{bar</span>baz}" queryCommandIndeterm(" stylewithcss") after 3699 PASS [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<p>foo<span style=color:#aBcDeF>{bar</span>baz}" queryCommandIndeterm(" stylewithcss") after
3700 PASS [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<p>foo<span style=color:#aBcDeF>{bar</span>baz}" queryCommandState("sty lewithcss") after 3700 PASS [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<p>foo<span style=color:#aBcDeF>{bar</span>baz}" queryCommandState("sty lewithcss") after
3701 FAIL [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<p>foo<span style=color:#aBcDeF>{bar</span>baz}" queryCommandValue("sty lewithcss") after assert_equals: Wrong result returned expected "" but got "true " 3701 PASS [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<p>foo<span style=color:#aBcDeF>{bar</span>baz}" queryCommandValue("sty lewithcss") after
3702 PASS [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<p>foo<span style=color:#aBcDeF>{bar</span>baz}" queryCommandIndeterm(" defaultparagraphseparator") before 3702 PASS [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<p>foo<span style=color:#aBcDeF>{bar</span>baz}" queryCommandIndeterm(" defaultparagraphseparator") before
3703 PASS [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<p>foo<span style=color:#aBcDeF>{bar</span>baz}" queryCommandState("def aultparagraphseparator") before 3703 PASS [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<p>foo<span style=color:#aBcDeF>{bar</span>baz}" queryCommandState("def aultparagraphseparator") before
3704 PASS [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<p>foo<span style=color:#aBcDeF>{bar</span>baz}" queryCommandValue("def aultparagraphseparator") before 3704 PASS [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<p>foo<span style=color:#aBcDeF>{bar</span>baz}" queryCommandValue("def aultparagraphseparator") before
3705 PASS [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<p>foo<span style=color:#aBcDeF>{bar</span>baz}" queryCommandIndeterm(" defaultparagraphseparator") after 3705 PASS [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<p>foo<span style=color:#aBcDeF>{bar</span>baz}" queryCommandIndeterm(" defaultparagraphseparator") after
3706 PASS [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<p>foo<span style=color:#aBcDeF>{bar</span>baz}" queryCommandState("def aultparagraphseparator") after 3706 PASS [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<p>foo<span style=color:#aBcDeF>{bar</span>baz}" queryCommandState("def aultparagraphseparator") after
3707 PASS [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<p>foo<span style=color:#aBcDeF>{bar</span>baz}" queryCommandValue("def aultparagraphseparator") after 3707 PASS [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<p>foo<span style=color:#aBcDeF>{bar</span>baz}" queryCommandValue("def aultparagraphseparator") after
3708 PASS [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<p>foo<span style=color:#aBcDeF>{bar</span>baz}" queryCommandIndeterm(" insertparagraph") before 3708 PASS [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<p>foo<span style=color:#aBcDeF>{bar</span>baz}" queryCommandIndeterm(" insertparagraph") before
3709 PASS [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<p>foo<span style=color:#aBcDeF>{bar</span>baz}" queryCommandState("ins ertparagraph") before 3709 PASS [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<p>foo<span style=color:#aBcDeF>{bar</span>baz}" queryCommandState("ins ertparagraph") before
3710 PASS [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<p>foo<span style=color:#aBcDeF>{bar</span>baz}" queryCommandValue("ins ertparagraph") before 3710 PASS [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<p>foo<span style=color:#aBcDeF>{bar</span>baz}" queryCommandValue("ins ertparagraph") before
3711 PASS [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<p>foo<span style=color:#aBcDeF>{bar</span>baz}" queryCommandIndeterm(" insertparagraph") after 3711 PASS [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<p>foo<span style=color:#aBcDeF>{bar</span>baz}" queryCommandIndeterm(" insertparagraph") after
3712 PASS [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<p>foo<span style=color:#aBcDeF>{bar</span>baz}" queryCommandState("ins ertparagraph") after 3712 PASS [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<p>foo<span style=color:#aBcDeF>{bar</span>baz}" queryCommandState("ins ertparagraph") after
3713 PASS [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<p>foo<span style=color:#aBcDeF>{bar</span>baz}" queryCommandValue("ins ertparagraph") after 3713 PASS [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<p>foo<span style=color:#aBcDeF>{bar</span>baz}" queryCommandValue("ins ertparagraph") after
3714 PASS [["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagra ph",""]] "<p>foo<span style=color:#aBcDeF>{bar</span>baz}": execCommand("stylewi thcss", false, "false") return value 3714 PASS [["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagra ph",""]] "<p>foo<span style=color:#aBcDeF>{bar</span>baz}": execCommand("stylewi thcss", false, "false") return value
3715 PASS [["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagra ph",""]] "<p>foo<span style=color:#aBcDeF>{bar</span>baz}": execCommand("default paragraphseparator", false, "p") return value 3715 PASS [["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagra ph",""]] "<p>foo<span style=color:#aBcDeF>{bar</span>baz}": execCommand("default paragraphseparator", false, "p") return value
3716 PASS [["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagra ph",""]] "<p>foo<span style=color:#aBcDeF>{bar</span>baz}": execCommand("insertp aragraph", false, "") return value 3716 PASS [["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagra ph",""]] "<p>foo<span style=color:#aBcDeF>{bar</span>baz}": execCommand("insertp aragraph", false, "") return value
3717 PASS [["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagra ph",""]] "<p>foo<span style=color:#aBcDeF>{bar</span>baz}" checks for modificati ons to non-editable content 3717 PASS [["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagra ph",""]] "<p>foo<span style=color:#aBcDeF>{bar</span>baz}" checks for modificati ons to non-editable content
3718 PASS [["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagra ph",""]] "<p>foo<span style=color:#aBcDeF>{bar</span>baz}" compare innerHTML 3718 PASS [["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagra ph",""]] "<p>foo<span style=color:#aBcDeF>{bar</span>baz}" compare innerHTML
3719 PASS [["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagra ph",""]] "<p>foo<span style=color:#aBcDeF>{bar</span>baz}" queryCommandIndeterm( "stylewithcss") before 3719 PASS [["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagra ph",""]] "<p>foo<span style=color:#aBcDeF>{bar</span>baz}" queryCommandIndeterm( "stylewithcss") before
3720 PASS [["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagra ph",""]] "<p>foo<span style=color:#aBcDeF>{bar</span>baz}" queryCommandState("st ylewithcss") before 3720 PASS [["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagra ph",""]] "<p>foo<span style=color:#aBcDeF>{bar</span>baz}" queryCommandState("st ylewithcss") before
3721 FAIL [["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagra ph",""]] "<p>foo<span style=color:#aBcDeF>{bar</span>baz}" queryCommandValue("st ylewithcss") before assert_equals: Wrong result returned expected "" but got "tr ue" 3721 PASS [["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagra ph",""]] "<p>foo<span style=color:#aBcDeF>{bar</span>baz}" queryCommandValue("st ylewithcss") before
3722 PASS [["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagra ph",""]] "<p>foo<span style=color:#aBcDeF>{bar</span>baz}" queryCommandIndeterm( "stylewithcss") after 3722 PASS [["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagra ph",""]] "<p>foo<span style=color:#aBcDeF>{bar</span>baz}" queryCommandIndeterm( "stylewithcss") after
3723 PASS [["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagra ph",""]] "<p>foo<span style=color:#aBcDeF>{bar</span>baz}" queryCommandState("st ylewithcss") after 3723 PASS [["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagra ph",""]] "<p>foo<span style=color:#aBcDeF>{bar</span>baz}" queryCommandState("st ylewithcss") after
3724 FAIL [["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagra ph",""]] "<p>foo<span style=color:#aBcDeF>{bar</span>baz}" queryCommandValue("st ylewithcss") after assert_equals: Wrong result returned expected "" but got "fal se" 3724 PASS [["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagra ph",""]] "<p>foo<span style=color:#aBcDeF>{bar</span>baz}" queryCommandValue("st ylewithcss") after
3725 PASS [["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagra ph",""]] "<p>foo<span style=color:#aBcDeF>{bar</span>baz}" queryCommandIndeterm( "defaultparagraphseparator") before 3725 PASS [["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagra ph",""]] "<p>foo<span style=color:#aBcDeF>{bar</span>baz}" queryCommandIndeterm( "defaultparagraphseparator") before
3726 PASS [["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagra ph",""]] "<p>foo<span style=color:#aBcDeF>{bar</span>baz}" queryCommandState("de faultparagraphseparator") before 3726 PASS [["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagra ph",""]] "<p>foo<span style=color:#aBcDeF>{bar</span>baz}" queryCommandState("de faultparagraphseparator") before
3727 PASS [["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagra ph",""]] "<p>foo<span style=color:#aBcDeF>{bar</span>baz}" queryCommandValue("de faultparagraphseparator") before 3727 PASS [["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagra ph",""]] "<p>foo<span style=color:#aBcDeF>{bar</span>baz}" queryCommandValue("de faultparagraphseparator") before
3728 PASS [["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagra ph",""]] "<p>foo<span style=color:#aBcDeF>{bar</span>baz}" queryCommandIndeterm( "defaultparagraphseparator") after 3728 PASS [["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagra ph",""]] "<p>foo<span style=color:#aBcDeF>{bar</span>baz}" queryCommandIndeterm( "defaultparagraphseparator") after
3729 PASS [["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagra ph",""]] "<p>foo<span style=color:#aBcDeF>{bar</span>baz}" queryCommandState("de faultparagraphseparator") after 3729 PASS [["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagra ph",""]] "<p>foo<span style=color:#aBcDeF>{bar</span>baz}" queryCommandState("de faultparagraphseparator") after
3730 PASS [["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagra ph",""]] "<p>foo<span style=color:#aBcDeF>{bar</span>baz}" queryCommandValue("de faultparagraphseparator") after 3730 PASS [["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagra ph",""]] "<p>foo<span style=color:#aBcDeF>{bar</span>baz}" queryCommandValue("de faultparagraphseparator") after
3731 PASS [["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagra ph",""]] "<p>foo<span style=color:#aBcDeF>{bar</span>baz}" queryCommandIndeterm( "insertparagraph") before 3731 PASS [["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagra ph",""]] "<p>foo<span style=color:#aBcDeF>{bar</span>baz}" queryCommandIndeterm( "insertparagraph") before
3732 PASS [["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagra ph",""]] "<p>foo<span style=color:#aBcDeF>{bar</span>baz}" queryCommandState("in sertparagraph") before 3732 PASS [["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagra ph",""]] "<p>foo<span style=color:#aBcDeF>{bar</span>baz}" queryCommandState("in sertparagraph") before
3733 PASS [["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagra ph",""]] "<p>foo<span style=color:#aBcDeF>{bar</span>baz}" queryCommandValue("in sertparagraph") before 3733 PASS [["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagra ph",""]] "<p>foo<span style=color:#aBcDeF>{bar</span>baz}" queryCommandValue("in sertparagraph") before
3734 PASS [["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagra ph",""]] "<p>foo<span style=color:#aBcDeF>{bar</span>baz}" queryCommandIndeterm( "insertparagraph") after 3734 PASS [["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagra ph",""]] "<p>foo<span style=color:#aBcDeF>{bar</span>baz}" queryCommandIndeterm( "insertparagraph") after
3735 PASS [["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagra ph",""]] "<p>foo<span style=color:#aBcDeF>{bar</span>baz}" queryCommandState("in sertparagraph") after 3735 PASS [["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagra ph",""]] "<p>foo<span style=color:#aBcDeF>{bar</span>baz}" queryCommandState("in sertparagraph") after
3736 PASS [["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagra ph",""]] "<p>foo<span style=color:#aBcDeF>{bar</span>baz}" queryCommandValue("in sertparagraph") after 3736 PASS [["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagra ph",""]] "<p>foo<span style=color:#aBcDeF>{bar</span>baz}" queryCommandValue("in sertparagraph") after
3737 PASS [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<p>foo<span style=color:#aBcDeF>[bar</span><span style=color:#fEdCbA> baz]</span>quz": execCommand("stylewithcss", false, "true") return value 3737 PASS [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<p>foo<span style=color:#aBcDeF>[bar</span><span style=color:#fEdCbA> baz]</span>quz": execCommand("stylewithcss", false, "true") return value
3738 PASS [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<p>foo<span style=color:#aBcDeF>[bar</span><span style=color:#fEdCbA> baz]</span>quz": execCommand("defaultparagraphseparator", false, "div") return v alue 3738 PASS [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<p>foo<span style=color:#aBcDeF>[bar</span><span style=color:#fEdCbA> baz]</span>quz": execCommand("defaultparagraphseparator", false, "div") return v alue
3739 PASS [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<p>foo<span style=color:#aBcDeF>[bar</span><span style=color:#fEdCbA> baz]</span>quz": execCommand("insertparagraph", false, "") return value 3739 PASS [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<p>foo<span style=color:#aBcDeF>[bar</span><span style=color:#fEdCbA> baz]</span>quz": execCommand("insertparagraph", false, "") return value
3740 PASS [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<p>foo<span style=color:#aBcDeF>[bar</span><span style=color:#fEdCbA> baz]</span>quz" checks for modifications to non-editable content 3740 PASS [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<p>foo<span style=color:#aBcDeF>[bar</span><span style=color:#fEdCbA> baz]</span>quz" checks for modifications to non-editable content
3741 PASS [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<p>foo<span style=color:#aBcDeF>[bar</span><span style=color:#fEdCbA> baz]</span>quz" compare innerHTML 3741 PASS [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<p>foo<span style=color:#aBcDeF>[bar</span><span style=color:#fEdCbA> baz]</span>quz" compare innerHTML
3742 PASS [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<p>foo<span style=color:#aBcDeF>[bar</span><span style=color:#fEdCbA> baz]</span>quz" queryCommandIndeterm("stylewithcss") before 3742 PASS [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<p>foo<span style=color:#aBcDeF>[bar</span><span style=color:#fEdCbA> baz]</span>quz" queryCommandIndeterm("stylewithcss") before
3743 PASS [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<p>foo<span style=color:#aBcDeF>[bar</span><span style=color:#fEdCbA> baz]</span>quz" queryCommandState("stylewithcss") before 3743 PASS [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<p>foo<span style=color:#aBcDeF>[bar</span><span style=color:#fEdCbA> baz]</span>quz" queryCommandState("stylewithcss") before
3744 FAIL [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<p>foo<span style=color:#aBcDeF>[bar</span><span style=color:#fEdCbA> baz]</span>quz" queryCommandValue("stylewithcss") before assert_equals: Wrong re sult returned expected "" but got "false" 3744 PASS [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<p>foo<span style=color:#aBcDeF>[bar</span><span style=color:#fEdCbA> baz]</span>quz" queryCommandValue("stylewithcss") before
3745 PASS [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<p>foo<span style=color:#aBcDeF>[bar</span><span style=color:#fEdCbA> baz]</span>quz" queryCommandIndeterm("stylewithcss") after 3745 PASS [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<p>foo<span style=color:#aBcDeF>[bar</span><span style=color:#fEdCbA> baz]</span>quz" queryCommandIndeterm("stylewithcss") after
3746 PASS [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<p>foo<span style=color:#aBcDeF>[bar</span><span style=color:#fEdCbA> baz]</span>quz" queryCommandState("stylewithcss") after 3746 PASS [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<p>foo<span style=color:#aBcDeF>[bar</span><span style=color:#fEdCbA> baz]</span>quz" queryCommandState("stylewithcss") after
3747 FAIL [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<p>foo<span style=color:#aBcDeF>[bar</span><span style=color:#fEdCbA> baz]</span>quz" queryCommandValue("stylewithcss") after assert_equals: Wrong res ult returned expected "" but got "true" 3747 PASS [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<p>foo<span style=color:#aBcDeF>[bar</span><span style=color:#fEdCbA> baz]</span>quz" queryCommandValue("stylewithcss") after
3748 PASS [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<p>foo<span style=color:#aBcDeF>[bar</span><span style=color:#fEdCbA> baz]</span>quz" queryCommandIndeterm("defaultparagraphseparator") before 3748 PASS [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<p>foo<span style=color:#aBcDeF>[bar</span><span style=color:#fEdCbA> baz]</span>quz" queryCommandIndeterm("defaultparagraphseparator") before
3749 PASS [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<p>foo<span style=color:#aBcDeF>[bar</span><span style=color:#fEdCbA> baz]</span>quz" queryCommandState("defaultparagraphseparator") before 3749 PASS [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<p>foo<span style=color:#aBcDeF>[bar</span><span style=color:#fEdCbA> baz]</span>quz" queryCommandState("defaultparagraphseparator") before
3750 PASS [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<p>foo<span style=color:#aBcDeF>[bar</span><span style=color:#fEdCbA> baz]</span>quz" queryCommandValue("defaultparagraphseparator") before 3750 PASS [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<p>foo<span style=color:#aBcDeF>[bar</span><span style=color:#fEdCbA> baz]</span>quz" queryCommandValue("defaultparagraphseparator") before
3751 PASS [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<p>foo<span style=color:#aBcDeF>[bar</span><span style=color:#fEdCbA> baz]</span>quz" queryCommandIndeterm("defaultparagraphseparator") after 3751 PASS [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<p>foo<span style=color:#aBcDeF>[bar</span><span style=color:#fEdCbA> baz]</span>quz" queryCommandIndeterm("defaultparagraphseparator") after
3752 PASS [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<p>foo<span style=color:#aBcDeF>[bar</span><span style=color:#fEdCbA> baz]</span>quz" queryCommandState("defaultparagraphseparator") after 3752 PASS [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<p>foo<span style=color:#aBcDeF>[bar</span><span style=color:#fEdCbA> baz]</span>quz" queryCommandState("defaultparagraphseparator") after
3753 PASS [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<p>foo<span style=color:#aBcDeF>[bar</span><span style=color:#fEdCbA> baz]</span>quz" queryCommandValue("defaultparagraphseparator") after 3753 PASS [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<p>foo<span style=color:#aBcDeF>[bar</span><span style=color:#fEdCbA> baz]</span>quz" queryCommandValue("defaultparagraphseparator") after
3754 PASS [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<p>foo<span style=color:#aBcDeF>[bar</span><span style=color:#fEdCbA> baz]</span>quz" queryCommandIndeterm("insertparagraph") before 3754 PASS [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<p>foo<span style=color:#aBcDeF>[bar</span><span style=color:#fEdCbA> baz]</span>quz" queryCommandIndeterm("insertparagraph") before
3755 PASS [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<p>foo<span style=color:#aBcDeF>[bar</span><span style=color:#fEdCbA> baz]</span>quz" queryCommandState("insertparagraph") before 3755 PASS [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<p>foo<span style=color:#aBcDeF>[bar</span><span style=color:#fEdCbA> baz]</span>quz" queryCommandState("insertparagraph") before
3756 PASS [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<p>foo<span style=color:#aBcDeF>[bar</span><span style=color:#fEdCbA> baz]</span>quz" queryCommandValue("insertparagraph") before 3756 PASS [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<p>foo<span style=color:#aBcDeF>[bar</span><span style=color:#fEdCbA> baz]</span>quz" queryCommandValue("insertparagraph") before
3757 PASS [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<p>foo<span style=color:#aBcDeF>[bar</span><span style=color:#fEdCbA> baz]</span>quz" queryCommandIndeterm("insertparagraph") after 3757 PASS [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<p>foo<span style=color:#aBcDeF>[bar</span><span style=color:#fEdCbA> baz]</span>quz" queryCommandIndeterm("insertparagraph") after
3758 PASS [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<p>foo<span style=color:#aBcDeF>[bar</span><span style=color:#fEdCbA> baz]</span>quz" queryCommandState("insertparagraph") after 3758 PASS [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<p>foo<span style=color:#aBcDeF>[bar</span><span style=color:#fEdCbA> baz]</span>quz" queryCommandState("insertparagraph") after
3759 PASS [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<p>foo<span style=color:#aBcDeF>[bar</span><span style=color:#fEdCbA> baz]</span>quz" queryCommandValue("insertparagraph") after 3759 PASS [["stylewithcss","true"],["defaultparagraphseparator","div"],["insertparagr aph",""]] "<p>foo<span style=color:#aBcDeF>[bar</span><span style=color:#fEdCbA> baz]</span>quz" queryCommandValue("insertparagraph") after
3760 PASS [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<p>foo<span style=color:#aBcDeF>[bar</span><span style=color:#fEdCbA >baz]</span>quz": execCommand("stylewithcss", false, "false") return value 3760 PASS [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<p>foo<span style=color:#aBcDeF>[bar</span><span style=color:#fEdCbA >baz]</span>quz": execCommand("stylewithcss", false, "false") return value
3761 PASS [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<p>foo<span style=color:#aBcDeF>[bar</span><span style=color:#fEdCbA >baz]</span>quz": execCommand("defaultparagraphseparator", false, "div") return value 3761 PASS [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<p>foo<span style=color:#aBcDeF>[bar</span><span style=color:#fEdCbA >baz]</span>quz": execCommand("defaultparagraphseparator", false, "div") return value
3762 PASS [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<p>foo<span style=color:#aBcDeF>[bar</span><span style=color:#fEdCbA >baz]</span>quz": execCommand("insertparagraph", false, "") return value 3762 PASS [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<p>foo<span style=color:#aBcDeF>[bar</span><span style=color:#fEdCbA >baz]</span>quz": execCommand("insertparagraph", false, "") return value
3763 PASS [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<p>foo<span style=color:#aBcDeF>[bar</span><span style=color:#fEdCbA >baz]</span>quz" checks for modifications to non-editable content 3763 PASS [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<p>foo<span style=color:#aBcDeF>[bar</span><span style=color:#fEdCbA >baz]</span>quz" checks for modifications to non-editable content
3764 PASS [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<p>foo<span style=color:#aBcDeF>[bar</span><span style=color:#fEdCbA >baz]</span>quz" compare innerHTML 3764 PASS [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<p>foo<span style=color:#aBcDeF>[bar</span><span style=color:#fEdCbA >baz]</span>quz" compare innerHTML
3765 PASS [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<p>foo<span style=color:#aBcDeF>[bar</span><span style=color:#fEdCbA >baz]</span>quz" queryCommandIndeterm("stylewithcss") before 3765 PASS [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<p>foo<span style=color:#aBcDeF>[bar</span><span style=color:#fEdCbA >baz]</span>quz" queryCommandIndeterm("stylewithcss") before
3766 PASS [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<p>foo<span style=color:#aBcDeF>[bar</span><span style=color:#fEdCbA >baz]</span>quz" queryCommandState("stylewithcss") before 3766 PASS [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<p>foo<span style=color:#aBcDeF>[bar</span><span style=color:#fEdCbA >baz]</span>quz" queryCommandState("stylewithcss") before
3767 FAIL [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<p>foo<span style=color:#aBcDeF>[bar</span><span style=color:#fEdCbA >baz]</span>quz" queryCommandValue("stylewithcss") before assert_equals: Wrong r esult returned expected "" but got "true" 3767 PASS [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<p>foo<span style=color:#aBcDeF>[bar</span><span style=color:#fEdCbA >baz]</span>quz" queryCommandValue("stylewithcss") before
3768 PASS [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<p>foo<span style=color:#aBcDeF>[bar</span><span style=color:#fEdCbA >baz]</span>quz" queryCommandIndeterm("stylewithcss") after 3768 PASS [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<p>foo<span style=color:#aBcDeF>[bar</span><span style=color:#fEdCbA >baz]</span>quz" queryCommandIndeterm("stylewithcss") after
3769 PASS [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<p>foo<span style=color:#aBcDeF>[bar</span><span style=color:#fEdCbA >baz]</span>quz" queryCommandState("stylewithcss") after 3769 PASS [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<p>foo<span style=color:#aBcDeF>[bar</span><span style=color:#fEdCbA >baz]</span>quz" queryCommandState("stylewithcss") after
3770 FAIL [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<p>foo<span style=color:#aBcDeF>[bar</span><span style=color:#fEdCbA >baz]</span>quz" queryCommandValue("stylewithcss") after assert_equals: Wrong re sult returned expected "" but got "false" 3770 PASS [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<p>foo<span style=color:#aBcDeF>[bar</span><span style=color:#fEdCbA >baz]</span>quz" queryCommandValue("stylewithcss") after
3771 PASS [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<p>foo<span style=color:#aBcDeF>[bar</span><span style=color:#fEdCbA >baz]</span>quz" queryCommandIndeterm("defaultparagraphseparator") before 3771 PASS [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<p>foo<span style=color:#aBcDeF>[bar</span><span style=color:#fEdCbA >baz]</span>quz" queryCommandIndeterm("defaultparagraphseparator") before
3772 PASS [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<p>foo<span style=color:#aBcDeF>[bar</span><span style=color:#fEdCbA >baz]</span>quz" queryCommandState("defaultparagraphseparator") before 3772 PASS [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<p>foo<span style=color:#aBcDeF>[bar</span><span style=color:#fEdCbA >baz]</span>quz" queryCommandState("defaultparagraphseparator") before
3773 PASS [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<p>foo<span style=color:#aBcDeF>[bar</span><span style=color:#fEdCbA >baz]</span>quz" queryCommandValue("defaultparagraphseparator") before 3773 PASS [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<p>foo<span style=color:#aBcDeF>[bar</span><span style=color:#fEdCbA >baz]</span>quz" queryCommandValue("defaultparagraphseparator") before
3774 PASS [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<p>foo<span style=color:#aBcDeF>[bar</span><span style=color:#fEdCbA >baz]</span>quz" queryCommandIndeterm("defaultparagraphseparator") after 3774 PASS [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<p>foo<span style=color:#aBcDeF>[bar</span><span style=color:#fEdCbA >baz]</span>quz" queryCommandIndeterm("defaultparagraphseparator") after
3775 PASS [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<p>foo<span style=color:#aBcDeF>[bar</span><span style=color:#fEdCbA >baz]</span>quz" queryCommandState("defaultparagraphseparator") after 3775 PASS [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<p>foo<span style=color:#aBcDeF>[bar</span><span style=color:#fEdCbA >baz]</span>quz" queryCommandState("defaultparagraphseparator") after
3776 PASS [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<p>foo<span style=color:#aBcDeF>[bar</span><span style=color:#fEdCbA >baz]</span>quz" queryCommandValue("defaultparagraphseparator") after 3776 PASS [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<p>foo<span style=color:#aBcDeF>[bar</span><span style=color:#fEdCbA >baz]</span>quz" queryCommandValue("defaultparagraphseparator") after
3777 PASS [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<p>foo<span style=color:#aBcDeF>[bar</span><span style=color:#fEdCbA >baz]</span>quz" queryCommandIndeterm("insertparagraph") before 3777 PASS [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<p>foo<span style=color:#aBcDeF>[bar</span><span style=color:#fEdCbA >baz]</span>quz" queryCommandIndeterm("insertparagraph") before
3778 PASS [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<p>foo<span style=color:#aBcDeF>[bar</span><span style=color:#fEdCbA >baz]</span>quz" queryCommandState("insertparagraph") before 3778 PASS [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<p>foo<span style=color:#aBcDeF>[bar</span><span style=color:#fEdCbA >baz]</span>quz" queryCommandState("insertparagraph") before
3779 PASS [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<p>foo<span style=color:#aBcDeF>[bar</span><span style=color:#fEdCbA >baz]</span>quz" queryCommandValue("insertparagraph") before 3779 PASS [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<p>foo<span style=color:#aBcDeF>[bar</span><span style=color:#fEdCbA >baz]</span>quz" queryCommandValue("insertparagraph") before
3780 PASS [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<p>foo<span style=color:#aBcDeF>[bar</span><span style=color:#fEdCbA >baz]</span>quz" queryCommandIndeterm("insertparagraph") after 3780 PASS [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<p>foo<span style=color:#aBcDeF>[bar</span><span style=color:#fEdCbA >baz]</span>quz" queryCommandIndeterm("insertparagraph") after
3781 PASS [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<p>foo<span style=color:#aBcDeF>[bar</span><span style=color:#fEdCbA >baz]</span>quz" queryCommandState("insertparagraph") after 3781 PASS [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<p>foo<span style=color:#aBcDeF>[bar</span><span style=color:#fEdCbA >baz]</span>quz" queryCommandState("insertparagraph") after
3782 PASS [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<p>foo<span style=color:#aBcDeF>[bar</span><span style=color:#fEdCbA >baz]</span>quz" queryCommandValue("insertparagraph") after 3782 PASS [["stylewithcss","false"],["defaultparagraphseparator","div"],["insertparag raph",""]] "<p>foo<span style=color:#aBcDeF>[bar</span><span style=color:#fEdCbA >baz]</span>quz" queryCommandValue("insertparagraph") after
3783 PASS [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<p>foo<span style=color:#aBcDeF>[bar</span><span style=color:#fEdCbA>ba z]</span>quz": execCommand("stylewithcss", false, "true") return value 3783 PASS [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<p>foo<span style=color:#aBcDeF>[bar</span><span style=color:#fEdCbA>ba z]</span>quz": execCommand("stylewithcss", false, "true") return value
3784 PASS [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<p>foo<span style=color:#aBcDeF>[bar</span><span style=color:#fEdCbA>ba z]</span>quz": execCommand("defaultparagraphseparator", false, "p") return value 3784 PASS [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<p>foo<span style=color:#aBcDeF>[bar</span><span style=color:#fEdCbA>ba z]</span>quz": execCommand("defaultparagraphseparator", false, "p") return value
3785 PASS [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<p>foo<span style=color:#aBcDeF>[bar</span><span style=color:#fEdCbA>ba z]</span>quz": execCommand("insertparagraph", false, "") return value 3785 PASS [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<p>foo<span style=color:#aBcDeF>[bar</span><span style=color:#fEdCbA>ba z]</span>quz": execCommand("insertparagraph", false, "") return value
3786 PASS [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<p>foo<span style=color:#aBcDeF>[bar</span><span style=color:#fEdCbA>ba z]</span>quz" checks for modifications to non-editable content 3786 PASS [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<p>foo<span style=color:#aBcDeF>[bar</span><span style=color:#fEdCbA>ba z]</span>quz" checks for modifications to non-editable content
3787 PASS [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<p>foo<span style=color:#aBcDeF>[bar</span><span style=color:#fEdCbA>ba z]</span>quz" compare innerHTML 3787 PASS [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<p>foo<span style=color:#aBcDeF>[bar</span><span style=color:#fEdCbA>ba z]</span>quz" compare innerHTML
3788 PASS [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<p>foo<span style=color:#aBcDeF>[bar</span><span style=color:#fEdCbA>ba z]</span>quz" queryCommandIndeterm("stylewithcss") before 3788 PASS [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<p>foo<span style=color:#aBcDeF>[bar</span><span style=color:#fEdCbA>ba z]</span>quz" queryCommandIndeterm("stylewithcss") before
3789 PASS [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<p>foo<span style=color:#aBcDeF>[bar</span><span style=color:#fEdCbA>ba z]</span>quz" queryCommandState("stylewithcss") before 3789 PASS [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<p>foo<span style=color:#aBcDeF>[bar</span><span style=color:#fEdCbA>ba z]</span>quz" queryCommandState("stylewithcss") before
3790 FAIL [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<p>foo<span style=color:#aBcDeF>[bar</span><span style=color:#fEdCbA>ba z]</span>quz" queryCommandValue("stylewithcss") before assert_equals: Wrong resu lt returned expected "" but got "false" 3790 PASS [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<p>foo<span style=color:#aBcDeF>[bar</span><span style=color:#fEdCbA>ba z]</span>quz" queryCommandValue("stylewithcss") before
3791 PASS [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<p>foo<span style=color:#aBcDeF>[bar</span><span style=color:#fEdCbA>ba z]</span>quz" queryCommandIndeterm("stylewithcss") after 3791 PASS [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<p>foo<span style=color:#aBcDeF>[bar</span><span style=color:#fEdCbA>ba z]</span>quz" queryCommandIndeterm("stylewithcss") after
3792 PASS [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<p>foo<span style=color:#aBcDeF>[bar</span><span style=color:#fEdCbA>ba z]</span>quz" queryCommandState("stylewithcss") after 3792 PASS [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<p>foo<span style=color:#aBcDeF>[bar</span><span style=color:#fEdCbA>ba z]</span>quz" queryCommandState("stylewithcss") after
3793 FAIL [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<p>foo<span style=color:#aBcDeF>[bar</span><span style=color:#fEdCbA>ba z]</span>quz" queryCommandValue("stylewithcss") after assert_equals: Wrong resul t returned expected "" but got "true" 3793 PASS [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<p>foo<span style=color:#aBcDeF>[bar</span><span style=color:#fEdCbA>ba z]</span>quz" queryCommandValue("stylewithcss") after
3794 PASS [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<p>foo<span style=color:#aBcDeF>[bar</span><span style=color:#fEdCbA>ba z]</span>quz" queryCommandIndeterm("defaultparagraphseparator") before 3794 PASS [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<p>foo<span style=color:#aBcDeF>[bar</span><span style=color:#fEdCbA>ba z]</span>quz" queryCommandIndeterm("defaultparagraphseparator") before
3795 PASS [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<p>foo<span style=color:#aBcDeF>[bar</span><span style=color:#fEdCbA>ba z]</span>quz" queryCommandState("defaultparagraphseparator") before 3795 PASS [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<p>foo<span style=color:#aBcDeF>[bar</span><span style=color:#fEdCbA>ba z]</span>quz" queryCommandState("defaultparagraphseparator") before
3796 PASS [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<p>foo<span style=color:#aBcDeF>[bar</span><span style=color:#fEdCbA>ba z]</span>quz" queryCommandValue("defaultparagraphseparator") before 3796 PASS [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<p>foo<span style=color:#aBcDeF>[bar</span><span style=color:#fEdCbA>ba z]</span>quz" queryCommandValue("defaultparagraphseparator") before
3797 PASS [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<p>foo<span style=color:#aBcDeF>[bar</span><span style=color:#fEdCbA>ba z]</span>quz" queryCommandIndeterm("defaultparagraphseparator") after 3797 PASS [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<p>foo<span style=color:#aBcDeF>[bar</span><span style=color:#fEdCbA>ba z]</span>quz" queryCommandIndeterm("defaultparagraphseparator") after
3798 PASS [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<p>foo<span style=color:#aBcDeF>[bar</span><span style=color:#fEdCbA>ba z]</span>quz" queryCommandState("defaultparagraphseparator") after 3798 PASS [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<p>foo<span style=color:#aBcDeF>[bar</span><span style=color:#fEdCbA>ba z]</span>quz" queryCommandState("defaultparagraphseparator") after
3799 PASS [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<p>foo<span style=color:#aBcDeF>[bar</span><span style=color:#fEdCbA>ba z]</span>quz" queryCommandValue("defaultparagraphseparator") after 3799 PASS [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<p>foo<span style=color:#aBcDeF>[bar</span><span style=color:#fEdCbA>ba z]</span>quz" queryCommandValue("defaultparagraphseparator") after
3800 PASS [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<p>foo<span style=color:#aBcDeF>[bar</span><span style=color:#fEdCbA>ba z]</span>quz" queryCommandIndeterm("insertparagraph") before 3800 PASS [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<p>foo<span style=color:#aBcDeF>[bar</span><span style=color:#fEdCbA>ba z]</span>quz" queryCommandIndeterm("insertparagraph") before
3801 PASS [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<p>foo<span style=color:#aBcDeF>[bar</span><span style=color:#fEdCbA>ba z]</span>quz" queryCommandState("insertparagraph") before 3801 PASS [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<p>foo<span style=color:#aBcDeF>[bar</span><span style=color:#fEdCbA>ba z]</span>quz" queryCommandState("insertparagraph") before
3802 PASS [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<p>foo<span style=color:#aBcDeF>[bar</span><span style=color:#fEdCbA>ba z]</span>quz" queryCommandValue("insertparagraph") before 3802 PASS [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<p>foo<span style=color:#aBcDeF>[bar</span><span style=color:#fEdCbA>ba z]</span>quz" queryCommandValue("insertparagraph") before
3803 PASS [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<p>foo<span style=color:#aBcDeF>[bar</span><span style=color:#fEdCbA>ba z]</span>quz" queryCommandIndeterm("insertparagraph") after 3803 PASS [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<p>foo<span style=color:#aBcDeF>[bar</span><span style=color:#fEdCbA>ba z]</span>quz" queryCommandIndeterm("insertparagraph") after
3804 PASS [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<p>foo<span style=color:#aBcDeF>[bar</span><span style=color:#fEdCbA>ba z]</span>quz" queryCommandState("insertparagraph") after 3804 PASS [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<p>foo<span style=color:#aBcDeF>[bar</span><span style=color:#fEdCbA>ba z]</span>quz" queryCommandState("insertparagraph") after
3805 PASS [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<p>foo<span style=color:#aBcDeF>[bar</span><span style=color:#fEdCbA>ba z]</span>quz" queryCommandValue("insertparagraph") after 3805 PASS [["stylewithcss","true"],["defaultparagraphseparator","p"],["insertparagrap h",""]] "<p>foo<span style=color:#aBcDeF>[bar</span><span style=color:#fEdCbA>ba z]</span>quz" queryCommandValue("insertparagraph") after
3806 PASS [["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagra ph",""]] "<p>foo<span style=color:#aBcDeF>[bar</span><span style=color:#fEdCbA>b az]</span>quz": execCommand("stylewithcss", false, "false") return value 3806 PASS [["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagra ph",""]] "<p>foo<span style=color:#aBcDeF>[bar</span><span style=color:#fEdCbA>b az]</span>quz": execCommand("stylewithcss", false, "false") return value
3807 PASS [["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagra ph",""]] "<p>foo<span style=color:#aBcDeF>[bar</span><span style=color:#fEdCbA>b az]</span>quz": execCommand("defaultparagraphseparator", false, "p") return valu e 3807 PASS [["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagra ph",""]] "<p>foo<span style=color:#aBcDeF>[bar</span><span style=color:#fEdCbA>b az]</span>quz": execCommand("defaultparagraphseparator", false, "p") return valu e
3808 PASS [["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagra ph",""]] "<p>foo<span style=color:#aBcDeF>[bar</span><span style=color:#fEdCbA>b az]</span>quz": execCommand("insertparagraph", false, "") return value 3808 PASS [["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagra ph",""]] "<p>foo<span style=color:#aBcDeF>[bar</span><span style=color:#fEdCbA>b az]</span>quz": execCommand("insertparagraph", false, "") return value
3809 PASS [["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagra ph",""]] "<p>foo<span style=color:#aBcDeF>[bar</span><span style=color:#fEdCbA>b az]</span>quz" checks for modifications to non-editable content 3809 PASS [["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagra ph",""]] "<p>foo<span style=color:#aBcDeF>[bar</span><span style=color:#fEdCbA>b az]</span>quz" checks for modifications to non-editable content
3810 PASS [["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagra ph",""]] "<p>foo<span style=color:#aBcDeF>[bar</span><span style=color:#fEdCbA>b az]</span>quz" compare innerHTML 3810 PASS [["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagra ph",""]] "<p>foo<span style=color:#aBcDeF>[bar</span><span style=color:#fEdCbA>b az]</span>quz" compare innerHTML
3811 PASS [["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagra ph",""]] "<p>foo<span style=color:#aBcDeF>[bar</span><span style=color:#fEdCbA>b az]</span>quz" queryCommandIndeterm("stylewithcss") before 3811 PASS [["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagra ph",""]] "<p>foo<span style=color:#aBcDeF>[bar</span><span style=color:#fEdCbA>b az]</span>quz" queryCommandIndeterm("stylewithcss") before
3812 PASS [["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagra ph",""]] "<p>foo<span style=color:#aBcDeF>[bar</span><span style=color:#fEdCbA>b az]</span>quz" queryCommandState("stylewithcss") before 3812 PASS [["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagra ph",""]] "<p>foo<span style=color:#aBcDeF>[bar</span><span style=color:#fEdCbA>b az]</span>quz" queryCommandState("stylewithcss") before
3813 FAIL [["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagra ph",""]] "<p>foo<span style=color:#aBcDeF>[bar</span><span style=color:#fEdCbA>b az]</span>quz" queryCommandValue("stylewithcss") before assert_equals: Wrong res ult returned expected "" but got "true" 3813 PASS [["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagra ph",""]] "<p>foo<span style=color:#aBcDeF>[bar</span><span style=color:#fEdCbA>b az]</span>quz" queryCommandValue("stylewithcss") before
3814 PASS [["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagra ph",""]] "<p>foo<span style=color:#aBcDeF>[bar</span><span style=color:#fEdCbA>b az]</span>quz" queryCommandIndeterm("stylewithcss") after 3814 PASS [["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagra ph",""]] "<p>foo<span style=color:#aBcDeF>[bar</span><span style=color:#fEdCbA>b az]</span>quz" queryCommandIndeterm("stylewithcss") after
3815 PASS [["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagra ph",""]] "<p>foo<span style=color:#aBcDeF>[bar</span><span style=color:#fEdCbA>b az]</span>quz" queryCommandState("stylewithcss") after 3815 PASS [["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagra ph",""]] "<p>foo<span style=color:#aBcDeF>[bar</span><span style=color:#fEdCbA>b az]</span>quz" queryCommandState("stylewithcss") after
3816 FAIL [["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagra ph",""]] "<p>foo<span style=color:#aBcDeF>[bar</span><span style=color:#fEdCbA>b az]</span>quz" queryCommandValue("stylewithcss") after assert_equals: Wrong resu lt returned expected "" but got "false" 3816 PASS [["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagra ph",""]] "<p>foo<span style=color:#aBcDeF>[bar</span><span style=color:#fEdCbA>b az]</span>quz" queryCommandValue("stylewithcss") after
3817 PASS [["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagra ph",""]] "<p>foo<span style=color:#aBcDeF>[bar</span><span style=color:#fEdCbA>b az]</span>quz" queryCommandIndeterm("defaultparagraphseparator") before 3817 PASS [["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagra ph",""]] "<p>foo<span style=color:#aBcDeF>[bar</span><span style=color:#fEdCbA>b az]</span>quz" queryCommandIndeterm("defaultparagraphseparator") before
3818 PASS [["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagra ph",""]] "<p>foo<span style=color:#aBcDeF>[bar</span><span style=color:#fEdCbA>b az]</span>quz" queryCommandState("defaultparagraphseparator") before 3818 PASS [["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagra ph",""]] "<p>foo<span style=color:#aBcDeF>[bar</span><span style=color:#fEdCbA>b az]</span>quz" queryCommandState("defaultparagraphseparator") before
3819 PASS [["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagra ph",""]] "<p>foo<span style=color:#aBcDeF>[bar</span><span style=color:#fEdCbA>b az]</span>quz" queryCommandValue("defaultparagraphseparator") before 3819 PASS [["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagra ph",""]] "<p>foo<span style=color:#aBcDeF>[bar</span><span style=color:#fEdCbA>b az]</span>quz" queryCommandValue("defaultparagraphseparator") before
3820 PASS [["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagra ph",""]] "<p>foo<span style=color:#aBcDeF>[bar</span><span style=color:#fEdCbA>b az]</span>quz" queryCommandIndeterm("defaultparagraphseparator") after 3820 PASS [["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagra ph",""]] "<p>foo<span style=color:#aBcDeF>[bar</span><span style=color:#fEdCbA>b az]</span>quz" queryCommandIndeterm("defaultparagraphseparator") after
3821 PASS [["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagra ph",""]] "<p>foo<span style=color:#aBcDeF>[bar</span><span style=color:#fEdCbA>b az]</span>quz" queryCommandState("defaultparagraphseparator") after 3821 PASS [["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagra ph",""]] "<p>foo<span style=color:#aBcDeF>[bar</span><span style=color:#fEdCbA>b az]</span>quz" queryCommandState("defaultparagraphseparator") after
3822 PASS [["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagra ph",""]] "<p>foo<span style=color:#aBcDeF>[bar</span><span style=color:#fEdCbA>b az]</span>quz" queryCommandValue("defaultparagraphseparator") after 3822 PASS [["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagra ph",""]] "<p>foo<span style=color:#aBcDeF>[bar</span><span style=color:#fEdCbA>b az]</span>quz" queryCommandValue("defaultparagraphseparator") after
3823 PASS [["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagra ph",""]] "<p>foo<span style=color:#aBcDeF>[bar</span><span style=color:#fEdCbA>b az]</span>quz" queryCommandIndeterm("insertparagraph") before 3823 PASS [["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagra ph",""]] "<p>foo<span style=color:#aBcDeF>[bar</span><span style=color:#fEdCbA>b az]</span>quz" queryCommandIndeterm("insertparagraph") before
3824 PASS [["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagra ph",""]] "<p>foo<span style=color:#aBcDeF>[bar</span><span style=color:#fEdCbA>b az]</span>quz" queryCommandState("insertparagraph") before 3824 PASS [["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagra ph",""]] "<p>foo<span style=color:#aBcDeF>[bar</span><span style=color:#fEdCbA>b az]</span>quz" queryCommandState("insertparagraph") before
3825 PASS [["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagra ph",""]] "<p>foo<span style=color:#aBcDeF>[bar</span><span style=color:#fEdCbA>b az]</span>quz" queryCommandValue("insertparagraph") before 3825 PASS [["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagra ph",""]] "<p>foo<span style=color:#aBcDeF>[bar</span><span style=color:#fEdCbA>b az]</span>quz" queryCommandValue("insertparagraph") before
3826 PASS [["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagra ph",""]] "<p>foo<span style=color:#aBcDeF>[bar</span><span style=color:#fEdCbA>b az]</span>quz" queryCommandIndeterm("insertparagraph") after 3826 PASS [["stylewithcss","false"],["defaultparagraphseparator","p"],["insertparagra ph",""]] "<p>foo<span style=color:#aBcDeF>[bar</span><span style=color:#fEdCbA>b az]</span>quz" queryCommandIndeterm("insertparagraph") after
(...skipping 1470 matching lines...) Expand 10 before | Expand all | Expand 10 after
5297 PASS [["defaultparagraphseparator","p"],["insertparagraph",""]] "<div class=a id =x><p class=b id=y>foo[]bar</div>" queryCommandState("defaultparagraphseparator" ) after 5297 PASS [["defaultparagraphseparator","p"],["insertparagraph",""]] "<div class=a id =x><p class=b id=y>foo[]bar</div>" queryCommandState("defaultparagraphseparator" ) after
5298 PASS [["defaultparagraphseparator","p"],["insertparagraph",""]] "<div class=a id =x><p class=b id=y>foo[]bar</div>" queryCommandValue("defaultparagraphseparator" ) after 5298 PASS [["defaultparagraphseparator","p"],["insertparagraph",""]] "<div class=a id =x><p class=b id=y>foo[]bar</div>" queryCommandValue("defaultparagraphseparator" ) after
5299 PASS [["defaultparagraphseparator","p"],["insertparagraph",""]] "<div class=a id =x><p class=b id=y>foo[]bar</div>" queryCommandIndeterm("insertparagraph") befor e 5299 PASS [["defaultparagraphseparator","p"],["insertparagraph",""]] "<div class=a id =x><p class=b id=y>foo[]bar</div>" queryCommandIndeterm("insertparagraph") befor e
5300 PASS [["defaultparagraphseparator","p"],["insertparagraph",""]] "<div class=a id =x><p class=b id=y>foo[]bar</div>" queryCommandState("insertparagraph") before 5300 PASS [["defaultparagraphseparator","p"],["insertparagraph",""]] "<div class=a id =x><p class=b id=y>foo[]bar</div>" queryCommandState("insertparagraph") before
5301 PASS [["defaultparagraphseparator","p"],["insertparagraph",""]] "<div class=a id =x><p class=b id=y>foo[]bar</div>" queryCommandValue("insertparagraph") before 5301 PASS [["defaultparagraphseparator","p"],["insertparagraph",""]] "<div class=a id =x><p class=b id=y>foo[]bar</div>" queryCommandValue("insertparagraph") before
5302 PASS [["defaultparagraphseparator","p"],["insertparagraph",""]] "<div class=a id =x><p class=b id=y>foo[]bar</div>" queryCommandIndeterm("insertparagraph") after 5302 PASS [["defaultparagraphseparator","p"],["insertparagraph",""]] "<div class=a id =x><p class=b id=y>foo[]bar</div>" queryCommandIndeterm("insertparagraph") after
5303 PASS [["defaultparagraphseparator","p"],["insertparagraph",""]] "<div class=a id =x><p class=b id=y>foo[]bar</div>" queryCommandState("insertparagraph") after 5303 PASS [["defaultparagraphseparator","p"],["insertparagraph",""]] "<div class=a id =x><p class=b id=y>foo[]bar</div>" queryCommandState("insertparagraph") after
5304 PASS [["defaultparagraphseparator","p"],["insertparagraph",""]] "<div class=a id =x><p class=b id=y>foo[]bar</div>" queryCommandValue("insertparagraph") after 5304 PASS [["defaultparagraphseparator","p"],["insertparagraph",""]] "<div class=a id =x><p class=b id=y>foo[]bar</div>" queryCommandValue("insertparagraph") after
5305 Harness: the test ran to completion. 5305 Harness: the test ran to completion.
5306 5306
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698