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

Side by Side Diff: third_party/WebKit/LayoutTests/external/wpt/editing/run/bold-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 3012 tests; 2175 PASS, 837 FAIL, 0 TIMEOUT, 0 NOTRUN. 2 Found 3012 tests; 2511 PASS, 501 FAIL, 0 TIMEOUT, 0 NOTRUN.
3 PASS [["bold",""]] "foo[]bar": execCommand("bold", false, "") return value 3 PASS [["bold",""]] "foo[]bar": execCommand("bold", false, "") return value
4 PASS [["bold",""]] "foo[]bar" checks for modifications to non-editable content 4 PASS [["bold",""]] "foo[]bar" checks for modifications to non-editable content
5 PASS [["bold",""]] "foo[]bar" compare innerHTML 5 PASS [["bold",""]] "foo[]bar" compare innerHTML
6 PASS [["bold",""]] "foo[]bar" queryCommandIndeterm("bold") before 6 PASS [["bold",""]] "foo[]bar" queryCommandIndeterm("bold") before
7 PASS [["bold",""]] "foo[]bar" queryCommandState("bold") before 7 PASS [["bold",""]] "foo[]bar" queryCommandState("bold") before
8 FAIL [["bold",""]] "foo[]bar" queryCommandValue("bold") before assert_equals: Wr ong result returned expected "" but got "false" 8 FAIL [["bold",""]] "foo[]bar" queryCommandValue("bold") before assert_equals: Wr ong result returned expected "" but got "false"
9 PASS [["bold",""]] "foo[]bar" queryCommandIndeterm("bold") after 9 PASS [["bold",""]] "foo[]bar" queryCommandIndeterm("bold") after
10 PASS [["bold",""]] "foo[]bar" queryCommandState("bold") after 10 PASS [["bold",""]] "foo[]bar" queryCommandState("bold") after
11 FAIL [["bold",""]] "foo[]bar" queryCommandValue("bold") after assert_equals: Wro ng result returned expected "" but got "true" 11 FAIL [["bold",""]] "foo[]bar" queryCommandValue("bold") after assert_equals: Wro ng result returned expected "" but got "true"
12 PASS [["stylewithcss","true"],["bold",""]] "<p>[foo</p> <p>bar]</p>": execComman d("stylewithcss", false, "true") return value 12 PASS [["stylewithcss","true"],["bold",""]] "<p>[foo</p> <p>bar]</p>": execComman d("stylewithcss", false, "true") return value
13 PASS [["stylewithcss","true"],["bold",""]] "<p>[foo</p> <p>bar]</p>": execComman d("bold", false, "") return value 13 PASS [["stylewithcss","true"],["bold",""]] "<p>[foo</p> <p>bar]</p>": execComman d("bold", false, "") return value
14 PASS [["stylewithcss","true"],["bold",""]] "<p>[foo</p> <p>bar]</p>" checks for modifications to non-editable content 14 PASS [["stylewithcss","true"],["bold",""]] "<p>[foo</p> <p>bar]</p>" checks for modifications to non-editable content
15 PASS [["stylewithcss","true"],["bold",""]] "<p>[foo</p> <p>bar]</p>" compare inn erHTML 15 PASS [["stylewithcss","true"],["bold",""]] "<p>[foo</p> <p>bar]</p>" compare inn erHTML
16 PASS [["stylewithcss","true"],["bold",""]] "<p>[foo</p> <p>bar]</p>" queryComman dIndeterm("stylewithcss") before 16 PASS [["stylewithcss","true"],["bold",""]] "<p>[foo</p> <p>bar]</p>" queryComman dIndeterm("stylewithcss") before
17 FAIL [["stylewithcss","true"],["bold",""]] "<p>[foo</p> <p>bar]</p>" queryComman dState("stylewithcss") before assert_equals: Wrong result returned expected fals e but got true 17 FAIL [["stylewithcss","true"],["bold",""]] "<p>[foo</p> <p>bar]</p>" queryComman dState("stylewithcss") before assert_equals: Wrong result returned expected fals e but got true
18 FAIL [["stylewithcss","true"],["bold",""]] "<p>[foo</p> <p>bar]</p>" queryComman dValue("stylewithcss") before assert_equals: Wrong result returned expected "" b ut got "true" 18 PASS [["stylewithcss","true"],["bold",""]] "<p>[foo</p> <p>bar]</p>" queryComman dValue("stylewithcss") before
19 PASS [["stylewithcss","true"],["bold",""]] "<p>[foo</p> <p>bar]</p>" queryComman dIndeterm("stylewithcss") after 19 PASS [["stylewithcss","true"],["bold",""]] "<p>[foo</p> <p>bar]</p>" queryComman dIndeterm("stylewithcss") after
20 PASS [["stylewithcss","true"],["bold",""]] "<p>[foo</p> <p>bar]</p>" queryComman dState("stylewithcss") after 20 PASS [["stylewithcss","true"],["bold",""]] "<p>[foo</p> <p>bar]</p>" queryComman dState("stylewithcss") after
21 FAIL [["stylewithcss","true"],["bold",""]] "<p>[foo</p> <p>bar]</p>" queryComman dValue("stylewithcss") after assert_equals: Wrong result returned expected "" bu t got "true" 21 PASS [["stylewithcss","true"],["bold",""]] "<p>[foo</p> <p>bar]</p>" queryComman dValue("stylewithcss") after
22 PASS [["stylewithcss","true"],["bold",""]] "<p>[foo</p> <p>bar]</p>" queryComman dIndeterm("bold") before 22 PASS [["stylewithcss","true"],["bold",""]] "<p>[foo</p> <p>bar]</p>" queryComman dIndeterm("bold") before
23 PASS [["stylewithcss","true"],["bold",""]] "<p>[foo</p> <p>bar]</p>" queryComman dState("bold") before 23 PASS [["stylewithcss","true"],["bold",""]] "<p>[foo</p> <p>bar]</p>" queryComman dState("bold") before
24 FAIL [["stylewithcss","true"],["bold",""]] "<p>[foo</p> <p>bar]</p>" queryComman dValue("bold") before assert_equals: Wrong result returned expected "" but got " false" 24 FAIL [["stylewithcss","true"],["bold",""]] "<p>[foo</p> <p>bar]</p>" queryComman dValue("bold") before assert_equals: Wrong result returned expected "" but got " false"
25 PASS [["stylewithcss","true"],["bold",""]] "<p>[foo</p> <p>bar]</p>" queryComman dIndeterm("bold") after 25 PASS [["stylewithcss","true"],["bold",""]] "<p>[foo</p> <p>bar]</p>" queryComman dIndeterm("bold") after
26 PASS [["stylewithcss","true"],["bold",""]] "<p>[foo</p> <p>bar]</p>" queryComman dState("bold") after 26 PASS [["stylewithcss","true"],["bold",""]] "<p>[foo</p> <p>bar]</p>" queryComman dState("bold") after
27 FAIL [["stylewithcss","true"],["bold",""]] "<p>[foo</p> <p>bar]</p>" queryComman dValue("bold") after assert_equals: Wrong result returned expected "" but got "t rue" 27 FAIL [["stylewithcss","true"],["bold",""]] "<p>[foo</p> <p>bar]</p>" queryComman dValue("bold") after assert_equals: Wrong result returned expected "" but got "t rue"
28 PASS [["stylewithcss","false"],["bold",""]] "<p>[foo</p> <p>bar]</p>": execComma nd("stylewithcss", false, "false") return value 28 PASS [["stylewithcss","false"],["bold",""]] "<p>[foo</p> <p>bar]</p>": execComma nd("stylewithcss", false, "false") return value
29 PASS [["stylewithcss","false"],["bold",""]] "<p>[foo</p> <p>bar]</p>": execComma nd("bold", false, "") return value 29 PASS [["stylewithcss","false"],["bold",""]] "<p>[foo</p> <p>bar]</p>": execComma nd("bold", false, "") return value
30 PASS [["stylewithcss","false"],["bold",""]] "<p>[foo</p> <p>bar]</p>" checks for modifications to non-editable content 30 PASS [["stylewithcss","false"],["bold",""]] "<p>[foo</p> <p>bar]</p>" checks for modifications to non-editable content
31 PASS [["stylewithcss","false"],["bold",""]] "<p>[foo</p> <p>bar]</p>" compare in nerHTML 31 PASS [["stylewithcss","false"],["bold",""]] "<p>[foo</p> <p>bar]</p>" compare in nerHTML
32 PASS [["stylewithcss","false"],["bold",""]] "<p>[foo</p> <p>bar]</p>" queryComma ndIndeterm("stylewithcss") before 32 PASS [["stylewithcss","false"],["bold",""]] "<p>[foo</p> <p>bar]</p>" queryComma ndIndeterm("stylewithcss") before
33 PASS [["stylewithcss","false"],["bold",""]] "<p>[foo</p> <p>bar]</p>" queryComma ndState("stylewithcss") before 33 PASS [["stylewithcss","false"],["bold",""]] "<p>[foo</p> <p>bar]</p>" queryComma ndState("stylewithcss") before
34 FAIL [["stylewithcss","false"],["bold",""]] "<p>[foo</p> <p>bar]</p>" queryComma ndValue("stylewithcss") before assert_equals: Wrong result returned expected "" but got "true" 34 PASS [["stylewithcss","false"],["bold",""]] "<p>[foo</p> <p>bar]</p>" queryComma ndValue("stylewithcss") before
35 PASS [["stylewithcss","false"],["bold",""]] "<p>[foo</p> <p>bar]</p>" queryComma ndIndeterm("stylewithcss") after 35 PASS [["stylewithcss","false"],["bold",""]] "<p>[foo</p> <p>bar]</p>" queryComma ndIndeterm("stylewithcss") after
36 PASS [["stylewithcss","false"],["bold",""]] "<p>[foo</p> <p>bar]</p>" queryComma ndState("stylewithcss") after 36 PASS [["stylewithcss","false"],["bold",""]] "<p>[foo</p> <p>bar]</p>" queryComma ndState("stylewithcss") after
37 FAIL [["stylewithcss","false"],["bold",""]] "<p>[foo</p> <p>bar]</p>" queryComma ndValue("stylewithcss") after assert_equals: Wrong result returned expected "" b ut got "false" 37 PASS [["stylewithcss","false"],["bold",""]] "<p>[foo</p> <p>bar]</p>" queryComma ndValue("stylewithcss") after
38 PASS [["stylewithcss","false"],["bold",""]] "<p>[foo</p> <p>bar]</p>" queryComma ndIndeterm("bold") before 38 PASS [["stylewithcss","false"],["bold",""]] "<p>[foo</p> <p>bar]</p>" queryComma ndIndeterm("bold") before
39 PASS [["stylewithcss","false"],["bold",""]] "<p>[foo</p> <p>bar]</p>" queryComma ndState("bold") before 39 PASS [["stylewithcss","false"],["bold",""]] "<p>[foo</p> <p>bar]</p>" queryComma ndState("bold") before
40 FAIL [["stylewithcss","false"],["bold",""]] "<p>[foo</p> <p>bar]</p>" queryComma ndValue("bold") before assert_equals: Wrong result returned expected "" but got "false" 40 FAIL [["stylewithcss","false"],["bold",""]] "<p>[foo</p> <p>bar]</p>" queryComma ndValue("bold") before assert_equals: Wrong result returned expected "" but got "false"
41 PASS [["stylewithcss","false"],["bold",""]] "<p>[foo</p> <p>bar]</p>" queryComma ndIndeterm("bold") after 41 PASS [["stylewithcss","false"],["bold",""]] "<p>[foo</p> <p>bar]</p>" queryComma ndIndeterm("bold") after
42 PASS [["stylewithcss","false"],["bold",""]] "<p>[foo</p> <p>bar]</p>" queryComma ndState("bold") after 42 PASS [["stylewithcss","false"],["bold",""]] "<p>[foo</p> <p>bar]</p>" queryComma ndState("bold") after
43 FAIL [["stylewithcss","false"],["bold",""]] "<p>[foo</p> <p>bar]</p>" queryComma ndValue("bold") after assert_equals: Wrong result returned expected "" but got " true" 43 FAIL [["stylewithcss","false"],["bold",""]] "<p>[foo</p> <p>bar]</p>" queryComma ndValue("bold") after assert_equals: Wrong result returned expected "" but got " true"
44 PASS [["stylewithcss","true"],["bold",""]] "<span>[foo</span> <span>bar]</span>" : execCommand("stylewithcss", false, "true") return value 44 PASS [["stylewithcss","true"],["bold",""]] "<span>[foo</span> <span>bar]</span>" : execCommand("stylewithcss", false, "true") return value
45 PASS [["stylewithcss","true"],["bold",""]] "<span>[foo</span> <span>bar]</span>" : execCommand("bold", false, "") return value 45 PASS [["stylewithcss","true"],["bold",""]] "<span>[foo</span> <span>bar]</span>" : execCommand("bold", false, "") return value
46 PASS [["stylewithcss","true"],["bold",""]] "<span>[foo</span> <span>bar]</span>" checks for modifications to non-editable content 46 PASS [["stylewithcss","true"],["bold",""]] "<span>[foo</span> <span>bar]</span>" checks for modifications to non-editable content
47 PASS [["stylewithcss","true"],["bold",""]] "<span>[foo</span> <span>bar]</span>" compare innerHTML 47 PASS [["stylewithcss","true"],["bold",""]] "<span>[foo</span> <span>bar]</span>" compare innerHTML
48 PASS [["stylewithcss","true"],["bold",""]] "<span>[foo</span> <span>bar]</span>" queryCommandIndeterm("stylewithcss") before 48 PASS [["stylewithcss","true"],["bold",""]] "<span>[foo</span> <span>bar]</span>" queryCommandIndeterm("stylewithcss") before
49 PASS [["stylewithcss","true"],["bold",""]] "<span>[foo</span> <span>bar]</span>" queryCommandState("stylewithcss") before 49 PASS [["stylewithcss","true"],["bold",""]] "<span>[foo</span> <span>bar]</span>" queryCommandState("stylewithcss") before
50 FAIL [["stylewithcss","true"],["bold",""]] "<span>[foo</span> <span>bar]</span>" queryCommandValue("stylewithcss") before assert_equals: Wrong result returned e xpected "" but got "false" 50 PASS [["stylewithcss","true"],["bold",""]] "<span>[foo</span> <span>bar]</span>" queryCommandValue("stylewithcss") before
51 PASS [["stylewithcss","true"],["bold",""]] "<span>[foo</span> <span>bar]</span>" queryCommandIndeterm("stylewithcss") after 51 PASS [["stylewithcss","true"],["bold",""]] "<span>[foo</span> <span>bar]</span>" queryCommandIndeterm("stylewithcss") after
52 PASS [["stylewithcss","true"],["bold",""]] "<span>[foo</span> <span>bar]</span>" queryCommandState("stylewithcss") after 52 PASS [["stylewithcss","true"],["bold",""]] "<span>[foo</span> <span>bar]</span>" queryCommandState("stylewithcss") after
53 FAIL [["stylewithcss","true"],["bold",""]] "<span>[foo</span> <span>bar]</span>" queryCommandValue("stylewithcss") after assert_equals: Wrong result returned ex pected "" but got "true" 53 PASS [["stylewithcss","true"],["bold",""]] "<span>[foo</span> <span>bar]</span>" queryCommandValue("stylewithcss") after
54 PASS [["stylewithcss","true"],["bold",""]] "<span>[foo</span> <span>bar]</span>" queryCommandIndeterm("bold") before 54 PASS [["stylewithcss","true"],["bold",""]] "<span>[foo</span> <span>bar]</span>" queryCommandIndeterm("bold") before
55 PASS [["stylewithcss","true"],["bold",""]] "<span>[foo</span> <span>bar]</span>" queryCommandState("bold") before 55 PASS [["stylewithcss","true"],["bold",""]] "<span>[foo</span> <span>bar]</span>" queryCommandState("bold") before
56 FAIL [["stylewithcss","true"],["bold",""]] "<span>[foo</span> <span>bar]</span>" queryCommandValue("bold") before assert_equals: Wrong result returned expected "" but got "false" 56 FAIL [["stylewithcss","true"],["bold",""]] "<span>[foo</span> <span>bar]</span>" queryCommandValue("bold") before assert_equals: Wrong result returned expected "" but got "false"
57 PASS [["stylewithcss","true"],["bold",""]] "<span>[foo</span> <span>bar]</span>" queryCommandIndeterm("bold") after 57 PASS [["stylewithcss","true"],["bold",""]] "<span>[foo</span> <span>bar]</span>" queryCommandIndeterm("bold") after
58 PASS [["stylewithcss","true"],["bold",""]] "<span>[foo</span> <span>bar]</span>" queryCommandState("bold") after 58 PASS [["stylewithcss","true"],["bold",""]] "<span>[foo</span> <span>bar]</span>" queryCommandState("bold") after
59 FAIL [["stylewithcss","true"],["bold",""]] "<span>[foo</span> <span>bar]</span>" queryCommandValue("bold") after assert_equals: Wrong result returned expected " " but got "true" 59 FAIL [["stylewithcss","true"],["bold",""]] "<span>[foo</span> <span>bar]</span>" queryCommandValue("bold") after assert_equals: Wrong result returned expected " " but got "true"
60 PASS [["stylewithcss","false"],["bold",""]] "<span>[foo</span> <span>bar]</span> ": execCommand("stylewithcss", false, "false") return value 60 PASS [["stylewithcss","false"],["bold",""]] "<span>[foo</span> <span>bar]</span> ": execCommand("stylewithcss", false, "false") return value
61 PASS [["stylewithcss","false"],["bold",""]] "<span>[foo</span> <span>bar]</span> ": execCommand("bold", false, "") return value 61 PASS [["stylewithcss","false"],["bold",""]] "<span>[foo</span> <span>bar]</span> ": execCommand("bold", false, "") return value
62 PASS [["stylewithcss","false"],["bold",""]] "<span>[foo</span> <span>bar]</span> " checks for modifications to non-editable content 62 PASS [["stylewithcss","false"],["bold",""]] "<span>[foo</span> <span>bar]</span> " checks for modifications to non-editable content
63 PASS [["stylewithcss","false"],["bold",""]] "<span>[foo</span> <span>bar]</span> " compare innerHTML 63 PASS [["stylewithcss","false"],["bold",""]] "<span>[foo</span> <span>bar]</span> " compare innerHTML
64 PASS [["stylewithcss","false"],["bold",""]] "<span>[foo</span> <span>bar]</span> " queryCommandIndeterm("stylewithcss") before 64 PASS [["stylewithcss","false"],["bold",""]] "<span>[foo</span> <span>bar]</span> " queryCommandIndeterm("stylewithcss") before
65 PASS [["stylewithcss","false"],["bold",""]] "<span>[foo</span> <span>bar]</span> " queryCommandState("stylewithcss") before 65 PASS [["stylewithcss","false"],["bold",""]] "<span>[foo</span> <span>bar]</span> " queryCommandState("stylewithcss") before
66 FAIL [["stylewithcss","false"],["bold",""]] "<span>[foo</span> <span>bar]</span> " queryCommandValue("stylewithcss") before assert_equals: Wrong result returned expected "" but got "true" 66 PASS [["stylewithcss","false"],["bold",""]] "<span>[foo</span> <span>bar]</span> " queryCommandValue("stylewithcss") before
67 PASS [["stylewithcss","false"],["bold",""]] "<span>[foo</span> <span>bar]</span> " queryCommandIndeterm("stylewithcss") after 67 PASS [["stylewithcss","false"],["bold",""]] "<span>[foo</span> <span>bar]</span> " queryCommandIndeterm("stylewithcss") after
68 PASS [["stylewithcss","false"],["bold",""]] "<span>[foo</span> <span>bar]</span> " queryCommandState("stylewithcss") after 68 PASS [["stylewithcss","false"],["bold",""]] "<span>[foo</span> <span>bar]</span> " queryCommandState("stylewithcss") after
69 FAIL [["stylewithcss","false"],["bold",""]] "<span>[foo</span> <span>bar]</span> " queryCommandValue("stylewithcss") after assert_equals: Wrong result returned e xpected "" but got "false" 69 PASS [["stylewithcss","false"],["bold",""]] "<span>[foo</span> <span>bar]</span> " queryCommandValue("stylewithcss") after
70 PASS [["stylewithcss","false"],["bold",""]] "<span>[foo</span> <span>bar]</span> " queryCommandIndeterm("bold") before 70 PASS [["stylewithcss","false"],["bold",""]] "<span>[foo</span> <span>bar]</span> " queryCommandIndeterm("bold") before
71 PASS [["stylewithcss","false"],["bold",""]] "<span>[foo</span> <span>bar]</span> " queryCommandState("bold") before 71 PASS [["stylewithcss","false"],["bold",""]] "<span>[foo</span> <span>bar]</span> " queryCommandState("bold") before
72 FAIL [["stylewithcss","false"],["bold",""]] "<span>[foo</span> <span>bar]</span> " queryCommandValue("bold") before assert_equals: Wrong result returned expected "" but got "false" 72 FAIL [["stylewithcss","false"],["bold",""]] "<span>[foo</span> <span>bar]</span> " queryCommandValue("bold") before assert_equals: Wrong result returned expected "" but got "false"
73 PASS [["stylewithcss","false"],["bold",""]] "<span>[foo</span> <span>bar]</span> " queryCommandIndeterm("bold") after 73 PASS [["stylewithcss","false"],["bold",""]] "<span>[foo</span> <span>bar]</span> " queryCommandIndeterm("bold") after
74 PASS [["stylewithcss","false"],["bold",""]] "<span>[foo</span> <span>bar]</span> " queryCommandState("bold") after 74 PASS [["stylewithcss","false"],["bold",""]] "<span>[foo</span> <span>bar]</span> " queryCommandState("bold") after
75 FAIL [["stylewithcss","false"],["bold",""]] "<span>[foo</span> <span>bar]</span> " queryCommandValue("bold") after assert_equals: Wrong result returned expected "" but got "true" 75 FAIL [["stylewithcss","false"],["bold",""]] "<span>[foo</span> <span>bar]</span> " queryCommandValue("bold") after assert_equals: Wrong result returned expected "" but got "true"
76 PASS [["stylewithcss","true"],["bold",""]] "<p>[foo</p><p> <span>bar</span> </p> <p>baz]</p>": execCommand("stylewithcss", false, "true") return value 76 PASS [["stylewithcss","true"],["bold",""]] "<p>[foo</p><p> <span>bar</span> </p> <p>baz]</p>": execCommand("stylewithcss", false, "true") return value
77 PASS [["stylewithcss","true"],["bold",""]] "<p>[foo</p><p> <span>bar</span> </p> <p>baz]</p>": execCommand("bold", false, "") return value 77 PASS [["stylewithcss","true"],["bold",""]] "<p>[foo</p><p> <span>bar</span> </p> <p>baz]</p>": execCommand("bold", false, "") return value
78 PASS [["stylewithcss","true"],["bold",""]] "<p>[foo</p><p> <span>bar</span> </p> <p>baz]</p>" checks for modifications to non-editable content 78 PASS [["stylewithcss","true"],["bold",""]] "<p>[foo</p><p> <span>bar</span> </p> <p>baz]</p>" checks for modifications to non-editable content
79 FAIL [["stylewithcss","true"],["bold",""]] "<p>[foo</p><p> <span>bar</span> </p> <p>baz]</p>" compare innerHTML assert_equals: Unexpected innerHTML (after normal izing inline style) expected "<p><span style=\"font-weight:bold\">foo</span></p> <p> <span style=\"font-weight:bold\"><span>bar</span></span> </p><p><span style= \"font-weight:bold\">baz</span></p>" but got "<p><span style=\"font-weight:bold\ ">foo</span></p><p> <span style=\"font-weight:bold\"><span>bar</span> </span></p ><p><span style=\"font-weight:bold\">baz</span></p>" 79 FAIL [["stylewithcss","true"],["bold",""]] "<p>[foo</p><p> <span>bar</span> </p> <p>baz]</p>" compare innerHTML assert_equals: Unexpected innerHTML (after normal izing inline style) expected "<p><span style=\"font-weight:bold\">foo</span></p> <p> <span style=\"font-weight:bold\"><span>bar</span></span> </p><p><span style= \"font-weight:bold\">baz</span></p>" but got "<p><span style=\"font-weight:bold\ ">foo</span></p><p> <span style=\"font-weight:bold\"><span>bar</span> </span></p ><p><span style=\"font-weight:bold\">baz</span></p>"
80 PASS [["stylewithcss","true"],["bold",""]] "<p>[foo</p><p> <span>bar</span> </p> <p>baz]</p>" queryCommandIndeterm("stylewithcss") before 80 PASS [["stylewithcss","true"],["bold",""]] "<p>[foo</p><p> <span>bar</span> </p> <p>baz]</p>" queryCommandIndeterm("stylewithcss") before
81 PASS [["stylewithcss","true"],["bold",""]] "<p>[foo</p><p> <span>bar</span> </p> <p>baz]</p>" queryCommandState("stylewithcss") before 81 PASS [["stylewithcss","true"],["bold",""]] "<p>[foo</p><p> <span>bar</span> </p> <p>baz]</p>" queryCommandState("stylewithcss") before
82 FAIL [["stylewithcss","true"],["bold",""]] "<p>[foo</p><p> <span>bar</span> </p> <p>baz]</p>" queryCommandValue("stylewithcss") before assert_equals: Wrong resul t returned expected "" but got "false" 82 PASS [["stylewithcss","true"],["bold",""]] "<p>[foo</p><p> <span>bar</span> </p> <p>baz]</p>" queryCommandValue("stylewithcss") before
83 PASS [["stylewithcss","true"],["bold",""]] "<p>[foo</p><p> <span>bar</span> </p> <p>baz]</p>" queryCommandIndeterm("stylewithcss") after 83 PASS [["stylewithcss","true"],["bold",""]] "<p>[foo</p><p> <span>bar</span> </p> <p>baz]</p>" queryCommandIndeterm("stylewithcss") after
84 PASS [["stylewithcss","true"],["bold",""]] "<p>[foo</p><p> <span>bar</span> </p> <p>baz]</p>" queryCommandState("stylewithcss") after 84 PASS [["stylewithcss","true"],["bold",""]] "<p>[foo</p><p> <span>bar</span> </p> <p>baz]</p>" queryCommandState("stylewithcss") after
85 FAIL [["stylewithcss","true"],["bold",""]] "<p>[foo</p><p> <span>bar</span> </p> <p>baz]</p>" queryCommandValue("stylewithcss") after assert_equals: Wrong result returned expected "" but got "true" 85 PASS [["stylewithcss","true"],["bold",""]] "<p>[foo</p><p> <span>bar</span> </p> <p>baz]</p>" queryCommandValue("stylewithcss") after
86 PASS [["stylewithcss","true"],["bold",""]] "<p>[foo</p><p> <span>bar</span> </p> <p>baz]</p>" queryCommandIndeterm("bold") before 86 PASS [["stylewithcss","true"],["bold",""]] "<p>[foo</p><p> <span>bar</span> </p> <p>baz]</p>" queryCommandIndeterm("bold") before
87 PASS [["stylewithcss","true"],["bold",""]] "<p>[foo</p><p> <span>bar</span> </p> <p>baz]</p>" queryCommandState("bold") before 87 PASS [["stylewithcss","true"],["bold",""]] "<p>[foo</p><p> <span>bar</span> </p> <p>baz]</p>" queryCommandState("bold") before
88 FAIL [["stylewithcss","true"],["bold",""]] "<p>[foo</p><p> <span>bar</span> </p> <p>baz]</p>" queryCommandValue("bold") before assert_equals: Wrong result return ed expected "" but got "false" 88 FAIL [["stylewithcss","true"],["bold",""]] "<p>[foo</p><p> <span>bar</span> </p> <p>baz]</p>" queryCommandValue("bold") before assert_equals: Wrong result return ed expected "" but got "false"
89 PASS [["stylewithcss","true"],["bold",""]] "<p>[foo</p><p> <span>bar</span> </p> <p>baz]</p>" queryCommandIndeterm("bold") after 89 PASS [["stylewithcss","true"],["bold",""]] "<p>[foo</p><p> <span>bar</span> </p> <p>baz]</p>" queryCommandIndeterm("bold") after
90 PASS [["stylewithcss","true"],["bold",""]] "<p>[foo</p><p> <span>bar</span> </p> <p>baz]</p>" queryCommandState("bold") after 90 PASS [["stylewithcss","true"],["bold",""]] "<p>[foo</p><p> <span>bar</span> </p> <p>baz]</p>" queryCommandState("bold") after
91 FAIL [["stylewithcss","true"],["bold",""]] "<p>[foo</p><p> <span>bar</span> </p> <p>baz]</p>" queryCommandValue("bold") after assert_equals: Wrong result returne d expected "" but got "true" 91 FAIL [["stylewithcss","true"],["bold",""]] "<p>[foo</p><p> <span>bar</span> </p> <p>baz]</p>" queryCommandValue("bold") after assert_equals: Wrong result returne d expected "" but got "true"
92 PASS [["stylewithcss","false"],["bold",""]] "<p>[foo</p><p> <span>bar</span> </p ><p>baz]</p>": execCommand("stylewithcss", false, "false") return value 92 PASS [["stylewithcss","false"],["bold",""]] "<p>[foo</p><p> <span>bar</span> </p ><p>baz]</p>": execCommand("stylewithcss", false, "false") return value
93 PASS [["stylewithcss","false"],["bold",""]] "<p>[foo</p><p> <span>bar</span> </p ><p>baz]</p>": execCommand("bold", false, "") return value 93 PASS [["stylewithcss","false"],["bold",""]] "<p>[foo</p><p> <span>bar</span> </p ><p>baz]</p>": execCommand("bold", false, "") return value
94 PASS [["stylewithcss","false"],["bold",""]] "<p>[foo</p><p> <span>bar</span> </p ><p>baz]</p>" checks for modifications to non-editable content 94 PASS [["stylewithcss","false"],["bold",""]] "<p>[foo</p><p> <span>bar</span> </p ><p>baz]</p>" checks for modifications to non-editable content
95 FAIL [["stylewithcss","false"],["bold",""]] "<p>[foo</p><p> <span>bar</span> </p ><p>baz]</p>" compare innerHTML assert_equals: Unexpected innerHTML (after norma lizing inline style) expected "<p><b>foo</b></p><p> <b><span>bar</span></b> </p> <p><b>baz</b></p>" but got "<p><b>foo</b></p><p> <b><span>bar</span> </b></p><p> <b>baz</b></p>" 95 FAIL [["stylewithcss","false"],["bold",""]] "<p>[foo</p><p> <span>bar</span> </p ><p>baz]</p>" compare innerHTML assert_equals: Unexpected innerHTML (after norma lizing inline style) expected "<p><b>foo</b></p><p> <b><span>bar</span></b> </p> <p><b>baz</b></p>" but got "<p><b>foo</b></p><p> <b><span>bar</span> </b></p><p> <b>baz</b></p>"
96 PASS [["stylewithcss","false"],["bold",""]] "<p>[foo</p><p> <span>bar</span> </p ><p>baz]</p>" queryCommandIndeterm("stylewithcss") before 96 PASS [["stylewithcss","false"],["bold",""]] "<p>[foo</p><p> <span>bar</span> </p ><p>baz]</p>" queryCommandIndeterm("stylewithcss") before
97 PASS [["stylewithcss","false"],["bold",""]] "<p>[foo</p><p> <span>bar</span> </p ><p>baz]</p>" queryCommandState("stylewithcss") before 97 PASS [["stylewithcss","false"],["bold",""]] "<p>[foo</p><p> <span>bar</span> </p ><p>baz]</p>" queryCommandState("stylewithcss") before
98 FAIL [["stylewithcss","false"],["bold",""]] "<p>[foo</p><p> <span>bar</span> </p ><p>baz]</p>" queryCommandValue("stylewithcss") before assert_equals: Wrong resu lt returned expected "" but got "true" 98 PASS [["stylewithcss","false"],["bold",""]] "<p>[foo</p><p> <span>bar</span> </p ><p>baz]</p>" queryCommandValue("stylewithcss") before
99 PASS [["stylewithcss","false"],["bold",""]] "<p>[foo</p><p> <span>bar</span> </p ><p>baz]</p>" queryCommandIndeterm("stylewithcss") after 99 PASS [["stylewithcss","false"],["bold",""]] "<p>[foo</p><p> <span>bar</span> </p ><p>baz]</p>" queryCommandIndeterm("stylewithcss") after
100 PASS [["stylewithcss","false"],["bold",""]] "<p>[foo</p><p> <span>bar</span> </p ><p>baz]</p>" queryCommandState("stylewithcss") after 100 PASS [["stylewithcss","false"],["bold",""]] "<p>[foo</p><p> <span>bar</span> </p ><p>baz]</p>" queryCommandState("stylewithcss") after
101 FAIL [["stylewithcss","false"],["bold",""]] "<p>[foo</p><p> <span>bar</span> </p ><p>baz]</p>" queryCommandValue("stylewithcss") after assert_equals: Wrong resul t returned expected "" but got "false" 101 PASS [["stylewithcss","false"],["bold",""]] "<p>[foo</p><p> <span>bar</span> </p ><p>baz]</p>" queryCommandValue("stylewithcss") after
102 PASS [["stylewithcss","false"],["bold",""]] "<p>[foo</p><p> <span>bar</span> </p ><p>baz]</p>" queryCommandIndeterm("bold") before 102 PASS [["stylewithcss","false"],["bold",""]] "<p>[foo</p><p> <span>bar</span> </p ><p>baz]</p>" queryCommandIndeterm("bold") before
103 PASS [["stylewithcss","false"],["bold",""]] "<p>[foo</p><p> <span>bar</span> </p ><p>baz]</p>" queryCommandState("bold") before 103 PASS [["stylewithcss","false"],["bold",""]] "<p>[foo</p><p> <span>bar</span> </p ><p>baz]</p>" queryCommandState("bold") before
104 FAIL [["stylewithcss","false"],["bold",""]] "<p>[foo</p><p> <span>bar</span> </p ><p>baz]</p>" queryCommandValue("bold") before assert_equals: Wrong result retur ned expected "" but got "false" 104 FAIL [["stylewithcss","false"],["bold",""]] "<p>[foo</p><p> <span>bar</span> </p ><p>baz]</p>" queryCommandValue("bold") before assert_equals: Wrong result retur ned expected "" but got "false"
105 PASS [["stylewithcss","false"],["bold",""]] "<p>[foo</p><p> <span>bar</span> </p ><p>baz]</p>" queryCommandIndeterm("bold") after 105 PASS [["stylewithcss","false"],["bold",""]] "<p>[foo</p><p> <span>bar</span> </p ><p>baz]</p>" queryCommandIndeterm("bold") after
106 PASS [["stylewithcss","false"],["bold",""]] "<p>[foo</p><p> <span>bar</span> </p ><p>baz]</p>" queryCommandState("bold") after 106 PASS [["stylewithcss","false"],["bold",""]] "<p>[foo</p><p> <span>bar</span> </p ><p>baz]</p>" queryCommandState("bold") after
107 FAIL [["stylewithcss","false"],["bold",""]] "<p>[foo</p><p> <span>bar</span> </p ><p>baz]</p>" queryCommandValue("bold") after assert_equals: Wrong result return ed expected "" but got "true" 107 FAIL [["stylewithcss","false"],["bold",""]] "<p>[foo</p><p> <span>bar</span> </p ><p>baz]</p>" queryCommandValue("bold") after assert_equals: Wrong result return ed expected "" but got "true"
108 PASS [["stylewithcss","true"],["bold",""]] "<p>[foo<p><br><p>bar]": execCommand( "stylewithcss", false, "true") return value 108 PASS [["stylewithcss","true"],["bold",""]] "<p>[foo<p><br><p>bar]": execCommand( "stylewithcss", false, "true") return value
109 PASS [["stylewithcss","true"],["bold",""]] "<p>[foo<p><br><p>bar]": execCommand( "bold", false, "") return value 109 PASS [["stylewithcss","true"],["bold",""]] "<p>[foo<p><br><p>bar]": execCommand( "bold", false, "") return value
110 PASS [["stylewithcss","true"],["bold",""]] "<p>[foo<p><br><p>bar]" checks for mo difications to non-editable content 110 PASS [["stylewithcss","true"],["bold",""]] "<p>[foo<p><br><p>bar]" checks for mo difications to non-editable content
111 PASS [["stylewithcss","true"],["bold",""]] "<p>[foo<p><br><p>bar]" compare inner HTML 111 PASS [["stylewithcss","true"],["bold",""]] "<p>[foo<p><br><p>bar]" compare inner HTML
112 PASS [["stylewithcss","true"],["bold",""]] "<p>[foo<p><br><p>bar]" queryCommandI ndeterm("stylewithcss") before 112 PASS [["stylewithcss","true"],["bold",""]] "<p>[foo<p><br><p>bar]" queryCommandI ndeterm("stylewithcss") before
113 PASS [["stylewithcss","true"],["bold",""]] "<p>[foo<p><br><p>bar]" queryCommandS tate("stylewithcss") before 113 PASS [["stylewithcss","true"],["bold",""]] "<p>[foo<p><br><p>bar]" queryCommandS tate("stylewithcss") before
114 FAIL [["stylewithcss","true"],["bold",""]] "<p>[foo<p><br><p>bar]" queryCommandV alue("stylewithcss") before assert_equals: Wrong result returned expected "" but got "false" 114 PASS [["stylewithcss","true"],["bold",""]] "<p>[foo<p><br><p>bar]" queryCommandV alue("stylewithcss") before
115 PASS [["stylewithcss","true"],["bold",""]] "<p>[foo<p><br><p>bar]" queryCommandI ndeterm("stylewithcss") after 115 PASS [["stylewithcss","true"],["bold",""]] "<p>[foo<p><br><p>bar]" queryCommandI ndeterm("stylewithcss") after
116 PASS [["stylewithcss","true"],["bold",""]] "<p>[foo<p><br><p>bar]" queryCommandS tate("stylewithcss") after 116 PASS [["stylewithcss","true"],["bold",""]] "<p>[foo<p><br><p>bar]" queryCommandS tate("stylewithcss") after
117 FAIL [["stylewithcss","true"],["bold",""]] "<p>[foo<p><br><p>bar]" queryCommandV alue("stylewithcss") after assert_equals: Wrong result returned expected "" but got "true" 117 PASS [["stylewithcss","true"],["bold",""]] "<p>[foo<p><br><p>bar]" queryCommandV alue("stylewithcss") after
118 PASS [["stylewithcss","true"],["bold",""]] "<p>[foo<p><br><p>bar]" queryCommandI ndeterm("bold") before 118 PASS [["stylewithcss","true"],["bold",""]] "<p>[foo<p><br><p>bar]" queryCommandI ndeterm("bold") before
119 PASS [["stylewithcss","true"],["bold",""]] "<p>[foo<p><br><p>bar]" queryCommandS tate("bold") before 119 PASS [["stylewithcss","true"],["bold",""]] "<p>[foo<p><br><p>bar]" queryCommandS tate("bold") before
120 FAIL [["stylewithcss","true"],["bold",""]] "<p>[foo<p><br><p>bar]" queryCommandV alue("bold") before assert_equals: Wrong result returned expected "" but got "fa lse" 120 FAIL [["stylewithcss","true"],["bold",""]] "<p>[foo<p><br><p>bar]" queryCommandV alue("bold") before assert_equals: Wrong result returned expected "" but got "fa lse"
121 PASS [["stylewithcss","true"],["bold",""]] "<p>[foo<p><br><p>bar]" queryCommandI ndeterm("bold") after 121 PASS [["stylewithcss","true"],["bold",""]] "<p>[foo<p><br><p>bar]" queryCommandI ndeterm("bold") after
122 PASS [["stylewithcss","true"],["bold",""]] "<p>[foo<p><br><p>bar]" queryCommandS tate("bold") after 122 PASS [["stylewithcss","true"],["bold",""]] "<p>[foo<p><br><p>bar]" queryCommandS tate("bold") after
123 FAIL [["stylewithcss","true"],["bold",""]] "<p>[foo<p><br><p>bar]" queryCommandV alue("bold") after assert_equals: Wrong result returned expected "" but got "tru e" 123 FAIL [["stylewithcss","true"],["bold",""]] "<p>[foo<p><br><p>bar]" queryCommandV alue("bold") after assert_equals: Wrong result returned expected "" but got "tru e"
124 PASS [["stylewithcss","false"],["bold",""]] "<p>[foo<p><br><p>bar]": execCommand ("stylewithcss", false, "false") return value 124 PASS [["stylewithcss","false"],["bold",""]] "<p>[foo<p><br><p>bar]": execCommand ("stylewithcss", false, "false") return value
125 PASS [["stylewithcss","false"],["bold",""]] "<p>[foo<p><br><p>bar]": execCommand ("bold", false, "") return value 125 PASS [["stylewithcss","false"],["bold",""]] "<p>[foo<p><br><p>bar]": execCommand ("bold", false, "") return value
126 PASS [["stylewithcss","false"],["bold",""]] "<p>[foo<p><br><p>bar]" checks for m odifications to non-editable content 126 PASS [["stylewithcss","false"],["bold",""]] "<p>[foo<p><br><p>bar]" checks for m odifications to non-editable content
127 PASS [["stylewithcss","false"],["bold",""]] "<p>[foo<p><br><p>bar]" compare inne rHTML 127 PASS [["stylewithcss","false"],["bold",""]] "<p>[foo<p><br><p>bar]" compare inne rHTML
128 PASS [["stylewithcss","false"],["bold",""]] "<p>[foo<p><br><p>bar]" queryCommand Indeterm("stylewithcss") before 128 PASS [["stylewithcss","false"],["bold",""]] "<p>[foo<p><br><p>bar]" queryCommand Indeterm("stylewithcss") before
129 PASS [["stylewithcss","false"],["bold",""]] "<p>[foo<p><br><p>bar]" queryCommand State("stylewithcss") before 129 PASS [["stylewithcss","false"],["bold",""]] "<p>[foo<p><br><p>bar]" queryCommand State("stylewithcss") before
130 FAIL [["stylewithcss","false"],["bold",""]] "<p>[foo<p><br><p>bar]" queryCommand Value("stylewithcss") before assert_equals: Wrong result returned expected "" bu t got "true" 130 PASS [["stylewithcss","false"],["bold",""]] "<p>[foo<p><br><p>bar]" queryCommand Value("stylewithcss") before
131 PASS [["stylewithcss","false"],["bold",""]] "<p>[foo<p><br><p>bar]" queryCommand Indeterm("stylewithcss") after 131 PASS [["stylewithcss","false"],["bold",""]] "<p>[foo<p><br><p>bar]" queryCommand Indeterm("stylewithcss") after
132 PASS [["stylewithcss","false"],["bold",""]] "<p>[foo<p><br><p>bar]" queryCommand State("stylewithcss") after 132 PASS [["stylewithcss","false"],["bold",""]] "<p>[foo<p><br><p>bar]" queryCommand State("stylewithcss") after
133 FAIL [["stylewithcss","false"],["bold",""]] "<p>[foo<p><br><p>bar]" queryCommand Value("stylewithcss") after assert_equals: Wrong result returned expected "" but got "false" 133 PASS [["stylewithcss","false"],["bold",""]] "<p>[foo<p><br><p>bar]" queryCommand Value("stylewithcss") after
134 PASS [["stylewithcss","false"],["bold",""]] "<p>[foo<p><br><p>bar]" queryCommand Indeterm("bold") before 134 PASS [["stylewithcss","false"],["bold",""]] "<p>[foo<p><br><p>bar]" queryCommand Indeterm("bold") before
135 PASS [["stylewithcss","false"],["bold",""]] "<p>[foo<p><br><p>bar]" queryCommand State("bold") before 135 PASS [["stylewithcss","false"],["bold",""]] "<p>[foo<p><br><p>bar]" queryCommand State("bold") before
136 FAIL [["stylewithcss","false"],["bold",""]] "<p>[foo<p><br><p>bar]" queryCommand Value("bold") before assert_equals: Wrong result returned expected "" but got "f alse" 136 FAIL [["stylewithcss","false"],["bold",""]] "<p>[foo<p><br><p>bar]" queryCommand Value("bold") before assert_equals: Wrong result returned expected "" but got "f alse"
137 PASS [["stylewithcss","false"],["bold",""]] "<p>[foo<p><br><p>bar]" queryCommand Indeterm("bold") after 137 PASS [["stylewithcss","false"],["bold",""]] "<p>[foo<p><br><p>bar]" queryCommand Indeterm("bold") after
138 PASS [["stylewithcss","false"],["bold",""]] "<p>[foo<p><br><p>bar]" queryCommand State("bold") after 138 PASS [["stylewithcss","false"],["bold",""]] "<p>[foo<p><br><p>bar]" queryCommand State("bold") after
139 FAIL [["stylewithcss","false"],["bold",""]] "<p>[foo<p><br><p>bar]" queryCommand Value("bold") after assert_equals: Wrong result returned expected "" but got "tr ue" 139 FAIL [["stylewithcss","false"],["bold",""]] "<p>[foo<p><br><p>bar]" queryCommand Value("bold") after assert_equals: Wrong result returned expected "" but got "tr ue"
140 PASS [["bold",""]] "<b>foo[]bar</b>": execCommand("bold", false, "") return valu e 140 PASS [["bold",""]] "<b>foo[]bar</b>": execCommand("bold", false, "") return valu e
141 PASS [["bold",""]] "<b>foo[]bar</b>" checks for modifications to non-editable co ntent 141 PASS [["bold",""]] "<b>foo[]bar</b>" checks for modifications to non-editable co ntent
142 PASS [["bold",""]] "<b>foo[]bar</b>" compare innerHTML 142 PASS [["bold",""]] "<b>foo[]bar</b>" compare innerHTML
143 PASS [["bold",""]] "<b>foo[]bar</b>" queryCommandIndeterm("bold") before 143 PASS [["bold",""]] "<b>foo[]bar</b>" queryCommandIndeterm("bold") before
(...skipping 28 matching lines...) Expand all
172 FAIL [["bold",""]] "<span>foo[</span><span>]bar</span>" queryCommandValue("bold" ) before assert_equals: Wrong result returned expected "" but got "false" 172 FAIL [["bold",""]] "<span>foo[</span><span>]bar</span>" queryCommandValue("bold" ) before assert_equals: Wrong result returned expected "" but got "false"
173 PASS [["bold",""]] "<span>foo[</span><span>]bar</span>" queryCommandIndeterm("bo ld") after 173 PASS [["bold",""]] "<span>foo[</span><span>]bar</span>" queryCommandIndeterm("bo ld") after
174 PASS [["bold",""]] "<span>foo[</span><span>]bar</span>" queryCommandState("bold" ) after 174 PASS [["bold",""]] "<span>foo[</span><span>]bar</span>" queryCommandState("bold" ) after
175 FAIL [["bold",""]] "<span>foo[</span><span>]bar</span>" queryCommandValue("bold" ) after assert_equals: Wrong result returned expected "" but got "true" 175 FAIL [["bold",""]] "<span>foo[</span><span>]bar</span>" queryCommandValue("bold" ) after assert_equals: Wrong result returned expected "" but got "true"
176 PASS [["stylewithcss","true"],["bold",""]] "foo[bar]baz": execCommand("stylewith css", false, "true") return value 176 PASS [["stylewithcss","true"],["bold",""]] "foo[bar]baz": execCommand("stylewith css", false, "true") return value
177 PASS [["stylewithcss","true"],["bold",""]] "foo[bar]baz": execCommand("bold", fa lse, "") return value 177 PASS [["stylewithcss","true"],["bold",""]] "foo[bar]baz": execCommand("bold", fa lse, "") return value
178 PASS [["stylewithcss","true"],["bold",""]] "foo[bar]baz" checks for modification s to non-editable content 178 PASS [["stylewithcss","true"],["bold",""]] "foo[bar]baz" checks for modification s to non-editable content
179 PASS [["stylewithcss","true"],["bold",""]] "foo[bar]baz" compare innerHTML 179 PASS [["stylewithcss","true"],["bold",""]] "foo[bar]baz" compare innerHTML
180 PASS [["stylewithcss","true"],["bold",""]] "foo[bar]baz" queryCommandIndeterm("s tylewithcss") before 180 PASS [["stylewithcss","true"],["bold",""]] "foo[bar]baz" queryCommandIndeterm("s tylewithcss") before
181 PASS [["stylewithcss","true"],["bold",""]] "foo[bar]baz" queryCommandState("styl ewithcss") before 181 PASS [["stylewithcss","true"],["bold",""]] "foo[bar]baz" queryCommandState("styl ewithcss") before
182 FAIL [["stylewithcss","true"],["bold",""]] "foo[bar]baz" queryCommandValue("styl ewithcss") before assert_equals: Wrong result returned expected "" but got "fals e" 182 PASS [["stylewithcss","true"],["bold",""]] "foo[bar]baz" queryCommandValue("styl ewithcss") before
183 PASS [["stylewithcss","true"],["bold",""]] "foo[bar]baz" queryCommandIndeterm("s tylewithcss") after 183 PASS [["stylewithcss","true"],["bold",""]] "foo[bar]baz" queryCommandIndeterm("s tylewithcss") after
184 PASS [["stylewithcss","true"],["bold",""]] "foo[bar]baz" queryCommandState("styl ewithcss") after 184 PASS [["stylewithcss","true"],["bold",""]] "foo[bar]baz" queryCommandState("styl ewithcss") after
185 FAIL [["stylewithcss","true"],["bold",""]] "foo[bar]baz" queryCommandValue("styl ewithcss") after assert_equals: Wrong result returned expected "" but got "true" 185 PASS [["stylewithcss","true"],["bold",""]] "foo[bar]baz" queryCommandValue("styl ewithcss") after
186 PASS [["stylewithcss","true"],["bold",""]] "foo[bar]baz" queryCommandIndeterm("b old") before 186 PASS [["stylewithcss","true"],["bold",""]] "foo[bar]baz" queryCommandIndeterm("b old") before
187 PASS [["stylewithcss","true"],["bold",""]] "foo[bar]baz" queryCommandState("bold ") before 187 PASS [["stylewithcss","true"],["bold",""]] "foo[bar]baz" queryCommandState("bold ") before
188 FAIL [["stylewithcss","true"],["bold",""]] "foo[bar]baz" queryCommandValue("bold ") before assert_equals: Wrong result returned expected "" but got "false" 188 FAIL [["stylewithcss","true"],["bold",""]] "foo[bar]baz" queryCommandValue("bold ") before assert_equals: Wrong result returned expected "" but got "false"
189 PASS [["stylewithcss","true"],["bold",""]] "foo[bar]baz" queryCommandIndeterm("b old") after 189 PASS [["stylewithcss","true"],["bold",""]] "foo[bar]baz" queryCommandIndeterm("b old") after
190 PASS [["stylewithcss","true"],["bold",""]] "foo[bar]baz" queryCommandState("bold ") after 190 PASS [["stylewithcss","true"],["bold",""]] "foo[bar]baz" queryCommandState("bold ") after
191 FAIL [["stylewithcss","true"],["bold",""]] "foo[bar]baz" queryCommandValue("bold ") after assert_equals: Wrong result returned expected "" but got "true" 191 FAIL [["stylewithcss","true"],["bold",""]] "foo[bar]baz" queryCommandValue("bold ") after assert_equals: Wrong result returned expected "" but got "true"
192 PASS [["stylewithcss","false"],["bold",""]] "foo[bar]baz": execCommand("stylewit hcss", false, "false") return value 192 PASS [["stylewithcss","false"],["bold",""]] "foo[bar]baz": execCommand("stylewit hcss", false, "false") return value
193 PASS [["stylewithcss","false"],["bold",""]] "foo[bar]baz": execCommand("bold", f alse, "") return value 193 PASS [["stylewithcss","false"],["bold",""]] "foo[bar]baz": execCommand("bold", f alse, "") return value
194 PASS [["stylewithcss","false"],["bold",""]] "foo[bar]baz" checks for modificatio ns to non-editable content 194 PASS [["stylewithcss","false"],["bold",""]] "foo[bar]baz" checks for modificatio ns to non-editable content
195 PASS [["stylewithcss","false"],["bold",""]] "foo[bar]baz" compare innerHTML 195 PASS [["stylewithcss","false"],["bold",""]] "foo[bar]baz" compare innerHTML
196 PASS [["stylewithcss","false"],["bold",""]] "foo[bar]baz" queryCommandIndeterm(" stylewithcss") before 196 PASS [["stylewithcss","false"],["bold",""]] "foo[bar]baz" queryCommandIndeterm(" stylewithcss") before
197 PASS [["stylewithcss","false"],["bold",""]] "foo[bar]baz" queryCommandState("sty lewithcss") before 197 PASS [["stylewithcss","false"],["bold",""]] "foo[bar]baz" queryCommandState("sty lewithcss") before
198 FAIL [["stylewithcss","false"],["bold",""]] "foo[bar]baz" queryCommandValue("sty lewithcss") before assert_equals: Wrong result returned expected "" but got "tru e" 198 PASS [["stylewithcss","false"],["bold",""]] "foo[bar]baz" queryCommandValue("sty lewithcss") before
199 PASS [["stylewithcss","false"],["bold",""]] "foo[bar]baz" queryCommandIndeterm(" stylewithcss") after 199 PASS [["stylewithcss","false"],["bold",""]] "foo[bar]baz" queryCommandIndeterm(" stylewithcss") after
200 PASS [["stylewithcss","false"],["bold",""]] "foo[bar]baz" queryCommandState("sty lewithcss") after 200 PASS [["stylewithcss","false"],["bold",""]] "foo[bar]baz" queryCommandState("sty lewithcss") after
201 FAIL [["stylewithcss","false"],["bold",""]] "foo[bar]baz" queryCommandValue("sty lewithcss") after assert_equals: Wrong result returned expected "" but got "fals e" 201 PASS [["stylewithcss","false"],["bold",""]] "foo[bar]baz" queryCommandValue("sty lewithcss") after
202 PASS [["stylewithcss","false"],["bold",""]] "foo[bar]baz" queryCommandIndeterm(" bold") before 202 PASS [["stylewithcss","false"],["bold",""]] "foo[bar]baz" queryCommandIndeterm(" bold") before
203 PASS [["stylewithcss","false"],["bold",""]] "foo[bar]baz" queryCommandState("bol d") before 203 PASS [["stylewithcss","false"],["bold",""]] "foo[bar]baz" queryCommandState("bol d") before
204 FAIL [["stylewithcss","false"],["bold",""]] "foo[bar]baz" queryCommandValue("bol d") before assert_equals: Wrong result returned expected "" but got "false" 204 FAIL [["stylewithcss","false"],["bold",""]] "foo[bar]baz" queryCommandValue("bol d") before assert_equals: Wrong result returned expected "" but got "false"
205 PASS [["stylewithcss","false"],["bold",""]] "foo[bar]baz" queryCommandIndeterm(" bold") after 205 PASS [["stylewithcss","false"],["bold",""]] "foo[bar]baz" queryCommandIndeterm(" bold") after
206 PASS [["stylewithcss","false"],["bold",""]] "foo[bar]baz" queryCommandState("bol d") after 206 PASS [["stylewithcss","false"],["bold",""]] "foo[bar]baz" queryCommandState("bol d") after
207 FAIL [["stylewithcss","false"],["bold",""]] "foo[bar]baz" queryCommandValue("bol d") after assert_equals: Wrong result returned expected "" but got "true" 207 FAIL [["stylewithcss","false"],["bold",""]] "foo[bar]baz" queryCommandValue("bol d") after assert_equals: Wrong result returned expected "" but got "true"
208 PASS [["bold",""]] "foo[bar<b>baz]qoz</b>quz": execCommand("bold", false, "") re turn value 208 PASS [["bold",""]] "foo[bar<b>baz]qoz</b>quz": execCommand("bold", false, "") re turn value
209 PASS [["bold",""]] "foo[bar<b>baz]qoz</b>quz" checks for modifications to non-ed itable content 209 PASS [["bold",""]] "foo[bar<b>baz]qoz</b>quz" checks for modifications to non-ed itable content
210 PASS [["bold",""]] "foo[bar<b>baz]qoz</b>quz" compare innerHTML 210 PASS [["bold",""]] "foo[bar<b>baz]qoz</b>quz" compare innerHTML
211 FAIL [["bold",""]] "foo[bar<b>baz]qoz</b>quz" queryCommandIndeterm("bold") befor e assert_equals: Wrong result returned expected true but got false 211 FAIL [["bold",""]] "foo[bar<b>baz]qoz</b>quz" queryCommandIndeterm("bold") befor e assert_equals: Wrong result returned expected true but got false
212 PASS [["bold",""]] "foo[bar<b>baz]qoz</b>quz" queryCommandState("bold") before 212 PASS [["bold",""]] "foo[bar<b>baz]qoz</b>quz" queryCommandState("bold") before
213 FAIL [["bold",""]] "foo[bar<b>baz]qoz</b>quz" queryCommandValue("bold") before a ssert_equals: Wrong result returned expected "" but got "false" 213 FAIL [["bold",""]] "foo[bar<b>baz]qoz</b>quz" queryCommandValue("bold") before a ssert_equals: Wrong result returned expected "" but got "false"
214 PASS [["bold",""]] "foo[bar<b>baz]qoz</b>quz" queryCommandIndeterm("bold") after 214 PASS [["bold",""]] "foo[bar<b>baz]qoz</b>quz" queryCommandIndeterm("bold") after
215 PASS [["bold",""]] "foo[bar<b>baz]qoz</b>quz" queryCommandState("bold") after 215 PASS [["bold",""]] "foo[bar<b>baz]qoz</b>quz" queryCommandState("bold") after
216 FAIL [["bold",""]] "foo[bar<b>baz]qoz</b>quz" queryCommandValue("bold") after as sert_equals: Wrong result returned expected "" but got "true" 216 FAIL [["bold",""]] "foo[bar<b>baz]qoz</b>quz" queryCommandValue("bold") after as sert_equals: Wrong result returned expected "" but got "true"
217 PASS [["stylewithcss","true"],["bold",""]] "foo[bar<i>baz]qoz</i>quz": execComma nd("stylewithcss", false, "true") return value 217 PASS [["stylewithcss","true"],["bold",""]] "foo[bar<i>baz]qoz</i>quz": execComma nd("stylewithcss", false, "true") return value
218 PASS [["stylewithcss","true"],["bold",""]] "foo[bar<i>baz]qoz</i>quz": execComma nd("bold", false, "") return value 218 PASS [["stylewithcss","true"],["bold",""]] "foo[bar<i>baz]qoz</i>quz": execComma nd("bold", false, "") return value
219 PASS [["stylewithcss","true"],["bold",""]] "foo[bar<i>baz]qoz</i>quz" checks for modifications to non-editable content 219 PASS [["stylewithcss","true"],["bold",""]] "foo[bar<i>baz]qoz</i>quz" checks for modifications to non-editable content
220 PASS [["stylewithcss","true"],["bold",""]] "foo[bar<i>baz]qoz</i>quz" compare in nerHTML 220 PASS [["stylewithcss","true"],["bold",""]] "foo[bar<i>baz]qoz</i>quz" compare in nerHTML
221 PASS [["stylewithcss","true"],["bold",""]] "foo[bar<i>baz]qoz</i>quz" queryComma ndIndeterm("stylewithcss") before 221 PASS [["stylewithcss","true"],["bold",""]] "foo[bar<i>baz]qoz</i>quz" queryComma ndIndeterm("stylewithcss") before
222 PASS [["stylewithcss","true"],["bold",""]] "foo[bar<i>baz]qoz</i>quz" queryComma ndState("stylewithcss") before 222 PASS [["stylewithcss","true"],["bold",""]] "foo[bar<i>baz]qoz</i>quz" queryComma ndState("stylewithcss") before
223 FAIL [["stylewithcss","true"],["bold",""]] "foo[bar<i>baz]qoz</i>quz" queryComma ndValue("stylewithcss") before assert_equals: Wrong result returned expected "" but got "false" 223 PASS [["stylewithcss","true"],["bold",""]] "foo[bar<i>baz]qoz</i>quz" queryComma ndValue("stylewithcss") before
224 PASS [["stylewithcss","true"],["bold",""]] "foo[bar<i>baz]qoz</i>quz" queryComma ndIndeterm("stylewithcss") after 224 PASS [["stylewithcss","true"],["bold",""]] "foo[bar<i>baz]qoz</i>quz" queryComma ndIndeterm("stylewithcss") after
225 PASS [["stylewithcss","true"],["bold",""]] "foo[bar<i>baz]qoz</i>quz" queryComma ndState("stylewithcss") after 225 PASS [["stylewithcss","true"],["bold",""]] "foo[bar<i>baz]qoz</i>quz" queryComma ndState("stylewithcss") after
226 FAIL [["stylewithcss","true"],["bold",""]] "foo[bar<i>baz]qoz</i>quz" queryComma ndValue("stylewithcss") after assert_equals: Wrong result returned expected "" b ut got "true" 226 PASS [["stylewithcss","true"],["bold",""]] "foo[bar<i>baz]qoz</i>quz" queryComma ndValue("stylewithcss") after
227 PASS [["stylewithcss","true"],["bold",""]] "foo[bar<i>baz]qoz</i>quz" queryComma ndIndeterm("bold") before 227 PASS [["stylewithcss","true"],["bold",""]] "foo[bar<i>baz]qoz</i>quz" queryComma ndIndeterm("bold") before
228 PASS [["stylewithcss","true"],["bold",""]] "foo[bar<i>baz]qoz</i>quz" queryComma ndState("bold") before 228 PASS [["stylewithcss","true"],["bold",""]] "foo[bar<i>baz]qoz</i>quz" queryComma ndState("bold") before
229 FAIL [["stylewithcss","true"],["bold",""]] "foo[bar<i>baz]qoz</i>quz" queryComma ndValue("bold") before assert_equals: Wrong result returned expected "" but got "false" 229 FAIL [["stylewithcss","true"],["bold",""]] "foo[bar<i>baz]qoz</i>quz" queryComma ndValue("bold") before assert_equals: Wrong result returned expected "" but got "false"
230 PASS [["stylewithcss","true"],["bold",""]] "foo[bar<i>baz]qoz</i>quz" queryComma ndIndeterm("bold") after 230 PASS [["stylewithcss","true"],["bold",""]] "foo[bar<i>baz]qoz</i>quz" queryComma ndIndeterm("bold") after
231 PASS [["stylewithcss","true"],["bold",""]] "foo[bar<i>baz]qoz</i>quz" queryComma ndState("bold") after 231 PASS [["stylewithcss","true"],["bold",""]] "foo[bar<i>baz]qoz</i>quz" queryComma ndState("bold") after
232 FAIL [["stylewithcss","true"],["bold",""]] "foo[bar<i>baz]qoz</i>quz" queryComma ndValue("bold") after assert_equals: Wrong result returned expected "" but got " true" 232 FAIL [["stylewithcss","true"],["bold",""]] "foo[bar<i>baz]qoz</i>quz" queryComma ndValue("bold") after assert_equals: Wrong result returned expected "" but got " true"
233 PASS [["stylewithcss","false"],["bold",""]] "foo[bar<i>baz]qoz</i>quz": execComm and("stylewithcss", false, "false") return value 233 PASS [["stylewithcss","false"],["bold",""]] "foo[bar<i>baz]qoz</i>quz": execComm and("stylewithcss", false, "false") return value
234 PASS [["stylewithcss","false"],["bold",""]] "foo[bar<i>baz]qoz</i>quz": execComm and("bold", false, "") return value 234 PASS [["stylewithcss","false"],["bold",""]] "foo[bar<i>baz]qoz</i>quz": execComm and("bold", false, "") return value
235 PASS [["stylewithcss","false"],["bold",""]] "foo[bar<i>baz]qoz</i>quz" checks fo r modifications to non-editable content 235 PASS [["stylewithcss","false"],["bold",""]] "foo[bar<i>baz]qoz</i>quz" checks fo r modifications to non-editable content
236 PASS [["stylewithcss","false"],["bold",""]] "foo[bar<i>baz]qoz</i>quz" compare i nnerHTML 236 PASS [["stylewithcss","false"],["bold",""]] "foo[bar<i>baz]qoz</i>quz" compare i nnerHTML
237 PASS [["stylewithcss","false"],["bold",""]] "foo[bar<i>baz]qoz</i>quz" queryComm andIndeterm("stylewithcss") before 237 PASS [["stylewithcss","false"],["bold",""]] "foo[bar<i>baz]qoz</i>quz" queryComm andIndeterm("stylewithcss") before
238 PASS [["stylewithcss","false"],["bold",""]] "foo[bar<i>baz]qoz</i>quz" queryComm andState("stylewithcss") before 238 PASS [["stylewithcss","false"],["bold",""]] "foo[bar<i>baz]qoz</i>quz" queryComm andState("stylewithcss") before
239 FAIL [["stylewithcss","false"],["bold",""]] "foo[bar<i>baz]qoz</i>quz" queryComm andValue("stylewithcss") before assert_equals: Wrong result returned expected "" but got "true" 239 PASS [["stylewithcss","false"],["bold",""]] "foo[bar<i>baz]qoz</i>quz" queryComm andValue("stylewithcss") before
240 PASS [["stylewithcss","false"],["bold",""]] "foo[bar<i>baz]qoz</i>quz" queryComm andIndeterm("stylewithcss") after 240 PASS [["stylewithcss","false"],["bold",""]] "foo[bar<i>baz]qoz</i>quz" queryComm andIndeterm("stylewithcss") after
241 PASS [["stylewithcss","false"],["bold",""]] "foo[bar<i>baz]qoz</i>quz" queryComm andState("stylewithcss") after 241 PASS [["stylewithcss","false"],["bold",""]] "foo[bar<i>baz]qoz</i>quz" queryComm andState("stylewithcss") after
242 FAIL [["stylewithcss","false"],["bold",""]] "foo[bar<i>baz]qoz</i>quz" queryComm andValue("stylewithcss") after assert_equals: Wrong result returned expected "" but got "false" 242 PASS [["stylewithcss","false"],["bold",""]] "foo[bar<i>baz]qoz</i>quz" queryComm andValue("stylewithcss") after
243 PASS [["stylewithcss","false"],["bold",""]] "foo[bar<i>baz]qoz</i>quz" queryComm andIndeterm("bold") before 243 PASS [["stylewithcss","false"],["bold",""]] "foo[bar<i>baz]qoz</i>quz" queryComm andIndeterm("bold") before
244 PASS [["stylewithcss","false"],["bold",""]] "foo[bar<i>baz]qoz</i>quz" queryComm andState("bold") before 244 PASS [["stylewithcss","false"],["bold",""]] "foo[bar<i>baz]qoz</i>quz" queryComm andState("bold") before
245 FAIL [["stylewithcss","false"],["bold",""]] "foo[bar<i>baz]qoz</i>quz" queryComm andValue("bold") before assert_equals: Wrong result returned expected "" but got "false" 245 FAIL [["stylewithcss","false"],["bold",""]] "foo[bar<i>baz]qoz</i>quz" queryComm andValue("bold") before assert_equals: Wrong result returned expected "" but got "false"
246 PASS [["stylewithcss","false"],["bold",""]] "foo[bar<i>baz]qoz</i>quz" queryComm andIndeterm("bold") after 246 PASS [["stylewithcss","false"],["bold",""]] "foo[bar<i>baz]qoz</i>quz" queryComm andIndeterm("bold") after
247 PASS [["stylewithcss","false"],["bold",""]] "foo[bar<i>baz]qoz</i>quz" queryComm andState("bold") after 247 PASS [["stylewithcss","false"],["bold",""]] "foo[bar<i>baz]qoz</i>quz" queryComm andState("bold") after
248 FAIL [["stylewithcss","false"],["bold",""]] "foo[bar<i>baz]qoz</i>quz" queryComm andValue("bold") after assert_equals: Wrong result returned expected "" but got "true" 248 FAIL [["stylewithcss","false"],["bold",""]] "foo[bar<i>baz]qoz</i>quz" queryComm andValue("bold") after assert_equals: Wrong result returned expected "" but got "true"
249 PASS [["stylewithcss","true"],["bold",""]] "{<p><p> <p>foo</p>}": execCommand("s tylewithcss", false, "true") return value 249 PASS [["stylewithcss","true"],["bold",""]] "{<p><p> <p>foo</p>}": execCommand("s tylewithcss", false, "true") return value
250 PASS [["stylewithcss","true"],["bold",""]] "{<p><p> <p>foo</p>}": execCommand("b old", false, "") return value 250 PASS [["stylewithcss","true"],["bold",""]] "{<p><p> <p>foo</p>}": execCommand("b old", false, "") return value
251 PASS [["stylewithcss","true"],["bold",""]] "{<p><p> <p>foo</p>}" checks for modi fications to non-editable content 251 PASS [["stylewithcss","true"],["bold",""]] "{<p><p> <p>foo</p>}" checks for modi fications to non-editable content
252 PASS [["stylewithcss","true"],["bold",""]] "{<p><p> <p>foo</p>}" compare innerHT ML 252 PASS [["stylewithcss","true"],["bold",""]] "{<p><p> <p>foo</p>}" compare innerHT ML
253 PASS [["stylewithcss","true"],["bold",""]] "{<p><p> <p>foo</p>}" queryCommandInd eterm("stylewithcss") before 253 PASS [["stylewithcss","true"],["bold",""]] "{<p><p> <p>foo</p>}" queryCommandInd eterm("stylewithcss") before
254 PASS [["stylewithcss","true"],["bold",""]] "{<p><p> <p>foo</p>}" queryCommandSta te("stylewithcss") before 254 PASS [["stylewithcss","true"],["bold",""]] "{<p><p> <p>foo</p>}" queryCommandSta te("stylewithcss") before
255 FAIL [["stylewithcss","true"],["bold",""]] "{<p><p> <p>foo</p>}" queryCommandVal ue("stylewithcss") before assert_equals: Wrong result returned expected "" but g ot "false" 255 PASS [["stylewithcss","true"],["bold",""]] "{<p><p> <p>foo</p>}" queryCommandVal ue("stylewithcss") before
256 PASS [["stylewithcss","true"],["bold",""]] "{<p><p> <p>foo</p>}" queryCommandInd eterm("stylewithcss") after 256 PASS [["stylewithcss","true"],["bold",""]] "{<p><p> <p>foo</p>}" queryCommandInd eterm("stylewithcss") after
257 PASS [["stylewithcss","true"],["bold",""]] "{<p><p> <p>foo</p>}" queryCommandSta te("stylewithcss") after 257 PASS [["stylewithcss","true"],["bold",""]] "{<p><p> <p>foo</p>}" queryCommandSta te("stylewithcss") after
258 FAIL [["stylewithcss","true"],["bold",""]] "{<p><p> <p>foo</p>}" queryCommandVal ue("stylewithcss") after assert_equals: Wrong result returned expected "" but go t "true" 258 PASS [["stylewithcss","true"],["bold",""]] "{<p><p> <p>foo</p>}" queryCommandVal ue("stylewithcss") after
259 PASS [["stylewithcss","true"],["bold",""]] "{<p><p> <p>foo</p>}" queryCommandInd eterm("bold") before 259 PASS [["stylewithcss","true"],["bold",""]] "{<p><p> <p>foo</p>}" queryCommandInd eterm("bold") before
260 PASS [["stylewithcss","true"],["bold",""]] "{<p><p> <p>foo</p>}" queryCommandSta te("bold") before 260 PASS [["stylewithcss","true"],["bold",""]] "{<p><p> <p>foo</p>}" queryCommandSta te("bold") before
261 FAIL [["stylewithcss","true"],["bold",""]] "{<p><p> <p>foo</p>}" queryCommandVal ue("bold") before assert_equals: Wrong result returned expected "" but got "fals e" 261 FAIL [["stylewithcss","true"],["bold",""]] "{<p><p> <p>foo</p>}" queryCommandVal ue("bold") before assert_equals: Wrong result returned expected "" but got "fals e"
262 PASS [["stylewithcss","true"],["bold",""]] "{<p><p> <p>foo</p>}" queryCommandInd eterm("bold") after 262 PASS [["stylewithcss","true"],["bold",""]] "{<p><p> <p>foo</p>}" queryCommandInd eterm("bold") after
263 PASS [["stylewithcss","true"],["bold",""]] "{<p><p> <p>foo</p>}" queryCommandSta te("bold") after 263 PASS [["stylewithcss","true"],["bold",""]] "{<p><p> <p>foo</p>}" queryCommandSta te("bold") after
264 FAIL [["stylewithcss","true"],["bold",""]] "{<p><p> <p>foo</p>}" queryCommandVal ue("bold") after assert_equals: Wrong result returned expected "" but got "true" 264 FAIL [["stylewithcss","true"],["bold",""]] "{<p><p> <p>foo</p>}" queryCommandVal ue("bold") after assert_equals: Wrong result returned expected "" but got "true"
265 PASS [["stylewithcss","false"],["bold",""]] "{<p><p> <p>foo</p>}": execCommand(" stylewithcss", false, "false") return value 265 PASS [["stylewithcss","false"],["bold",""]] "{<p><p> <p>foo</p>}": execCommand(" stylewithcss", false, "false") return value
266 PASS [["stylewithcss","false"],["bold",""]] "{<p><p> <p>foo</p>}": execCommand(" bold", false, "") return value 266 PASS [["stylewithcss","false"],["bold",""]] "{<p><p> <p>foo</p>}": execCommand(" bold", false, "") return value
267 PASS [["stylewithcss","false"],["bold",""]] "{<p><p> <p>foo</p>}" checks for mod ifications to non-editable content 267 PASS [["stylewithcss","false"],["bold",""]] "{<p><p> <p>foo</p>}" checks for mod ifications to non-editable content
268 PASS [["stylewithcss","false"],["bold",""]] "{<p><p> <p>foo</p>}" compare innerH TML 268 PASS [["stylewithcss","false"],["bold",""]] "{<p><p> <p>foo</p>}" compare innerH TML
269 PASS [["stylewithcss","false"],["bold",""]] "{<p><p> <p>foo</p>}" queryCommandIn determ("stylewithcss") before 269 PASS [["stylewithcss","false"],["bold",""]] "{<p><p> <p>foo</p>}" queryCommandIn determ("stylewithcss") before
270 PASS [["stylewithcss","false"],["bold",""]] "{<p><p> <p>foo</p>}" queryCommandSt ate("stylewithcss") before 270 PASS [["stylewithcss","false"],["bold",""]] "{<p><p> <p>foo</p>}" queryCommandSt ate("stylewithcss") before
271 FAIL [["stylewithcss","false"],["bold",""]] "{<p><p> <p>foo</p>}" queryCommandVa lue("stylewithcss") before assert_equals: Wrong result returned expected "" but got "true" 271 PASS [["stylewithcss","false"],["bold",""]] "{<p><p> <p>foo</p>}" queryCommandVa lue("stylewithcss") before
272 PASS [["stylewithcss","false"],["bold",""]] "{<p><p> <p>foo</p>}" queryCommandIn determ("stylewithcss") after 272 PASS [["stylewithcss","false"],["bold",""]] "{<p><p> <p>foo</p>}" queryCommandIn determ("stylewithcss") after
273 PASS [["stylewithcss","false"],["bold",""]] "{<p><p> <p>foo</p>}" queryCommandSt ate("stylewithcss") after 273 PASS [["stylewithcss","false"],["bold",""]] "{<p><p> <p>foo</p>}" queryCommandSt ate("stylewithcss") after
274 FAIL [["stylewithcss","false"],["bold",""]] "{<p><p> <p>foo</p>}" queryCommandVa lue("stylewithcss") after assert_equals: Wrong result returned expected "" but g ot "false" 274 PASS [["stylewithcss","false"],["bold",""]] "{<p><p> <p>foo</p>}" queryCommandVa lue("stylewithcss") after
275 PASS [["stylewithcss","false"],["bold",""]] "{<p><p> <p>foo</p>}" queryCommandIn determ("bold") before 275 PASS [["stylewithcss","false"],["bold",""]] "{<p><p> <p>foo</p>}" queryCommandIn determ("bold") before
276 PASS [["stylewithcss","false"],["bold",""]] "{<p><p> <p>foo</p>}" queryCommandSt ate("bold") before 276 PASS [["stylewithcss","false"],["bold",""]] "{<p><p> <p>foo</p>}" queryCommandSt ate("bold") before
277 FAIL [["stylewithcss","false"],["bold",""]] "{<p><p> <p>foo</p>}" queryCommandVa lue("bold") before assert_equals: Wrong result returned expected "" but got "fal se" 277 FAIL [["stylewithcss","false"],["bold",""]] "{<p><p> <p>foo</p>}" queryCommandVa lue("bold") before assert_equals: Wrong result returned expected "" but got "fal se"
278 PASS [["stylewithcss","false"],["bold",""]] "{<p><p> <p>foo</p>}" queryCommandIn determ("bold") after 278 PASS [["stylewithcss","false"],["bold",""]] "{<p><p> <p>foo</p>}" queryCommandIn determ("bold") after
279 PASS [["stylewithcss","false"],["bold",""]] "{<p><p> <p>foo</p>}" queryCommandSt ate("bold") after 279 PASS [["stylewithcss","false"],["bold",""]] "{<p><p> <p>foo</p>}" queryCommandSt ate("bold") after
280 FAIL [["stylewithcss","false"],["bold",""]] "{<p><p> <p>foo</p>}" queryCommandVa lue("bold") after assert_equals: Wrong result returned expected "" but got "true " 280 FAIL [["stylewithcss","false"],["bold",""]] "{<p><p> <p>foo</p>}" queryCommandVa lue("bold") after assert_equals: Wrong result returned expected "" but got "true "
281 PASS [["bold",""]] "foo<span contenteditable=false>[bar]</span>baz": execCommand ("bold", false, "") return value 281 PASS [["bold",""]] "foo<span contenteditable=false>[bar]</span>baz": execCommand ("bold", false, "") return value
282 PASS [["bold",""]] "foo<span contenteditable=false>[bar]</span>baz" checks for m odifications to non-editable content 282 PASS [["bold",""]] "foo<span contenteditable=false>[bar]</span>baz" checks for m odifications to non-editable content
283 PASS [["bold",""]] "foo<span contenteditable=false>[bar]</span>baz" compare inne rHTML 283 PASS [["bold",""]] "foo<span contenteditable=false>[bar]</span>baz" compare inne rHTML
284 PASS [["bold",""]] "foo<span contenteditable=false>[bar]</span>baz" queryCommand Indeterm("bold") before 284 PASS [["bold",""]] "foo<span contenteditable=false>[bar]</span>baz" queryCommand Indeterm("bold") before
285 PASS [["bold",""]] "foo<span contenteditable=false>[bar]</span>baz" queryCommand State("bold") before 285 PASS [["bold",""]] "foo<span contenteditable=false>[bar]</span>baz" queryCommand State("bold") before
286 FAIL [["bold",""]] "foo<span contenteditable=false>[bar]</span>baz" queryCommand Value("bold") before assert_equals: Wrong result returned expected "" but got "f alse" 286 FAIL [["bold",""]] "foo<span contenteditable=false>[bar]</span>baz" queryCommand Value("bold") before assert_equals: Wrong result returned expected "" but got "f alse"
287 PASS [["bold",""]] "foo<span contenteditable=false>[bar]</span>baz" queryCommand Indeterm("bold") after 287 PASS [["bold",""]] "foo<span contenteditable=false>[bar]</span>baz" queryCommand Indeterm("bold") after
288 PASS [["bold",""]] "foo<span contenteditable=false>[bar]</span>baz" queryCommand State("bold") after 288 PASS [["bold",""]] "foo<span contenteditable=false>[bar]</span>baz" queryCommand State("bold") after
289 FAIL [["bold",""]] "foo<span contenteditable=false>[bar]</span>baz" queryCommand Value("bold") after assert_equals: Wrong result returned expected "" but got "fa lse" 289 FAIL [["bold",""]] "foo<span contenteditable=false>[bar]</span>baz" queryCommand Value("bold") after assert_equals: Wrong result returned expected "" but got "fa lse"
290 PASS [["stylewithcss","true"],["bold",""]] "fo[o<span contenteditable=false>bar< /span>b]az": execCommand("stylewithcss", false, "true") return value 290 PASS [["stylewithcss","true"],["bold",""]] "fo[o<span contenteditable=false>bar< /span>b]az": execCommand("stylewithcss", false, "true") return value
291 PASS [["stylewithcss","true"],["bold",""]] "fo[o<span contenteditable=false>bar< /span>b]az": execCommand("bold", false, "") return value 291 PASS [["stylewithcss","true"],["bold",""]] "fo[o<span contenteditable=false>bar< /span>b]az": execCommand("bold", false, "") return value
292 PASS [["stylewithcss","true"],["bold",""]] "fo[o<span contenteditable=false>bar< /span>b]az" checks for modifications to non-editable content 292 PASS [["stylewithcss","true"],["bold",""]] "fo[o<span contenteditable=false>bar< /span>b]az" checks for modifications to non-editable content
293 PASS [["stylewithcss","true"],["bold",""]] "fo[o<span contenteditable=false>bar< /span>b]az" compare innerHTML 293 PASS [["stylewithcss","true"],["bold",""]] "fo[o<span contenteditable=false>bar< /span>b]az" compare innerHTML
294 PASS [["stylewithcss","true"],["bold",""]] "fo[o<span contenteditable=false>bar< /span>b]az" queryCommandIndeterm("stylewithcss") before 294 PASS [["stylewithcss","true"],["bold",""]] "fo[o<span contenteditable=false>bar< /span>b]az" queryCommandIndeterm("stylewithcss") before
295 PASS [["stylewithcss","true"],["bold",""]] "fo[o<span contenteditable=false>bar< /span>b]az" queryCommandState("stylewithcss") before 295 PASS [["stylewithcss","true"],["bold",""]] "fo[o<span contenteditable=false>bar< /span>b]az" queryCommandState("stylewithcss") before
296 FAIL [["stylewithcss","true"],["bold",""]] "fo[o<span contenteditable=false>bar< /span>b]az" queryCommandValue("stylewithcss") before assert_equals: Wrong result returned expected "" but got "false" 296 PASS [["stylewithcss","true"],["bold",""]] "fo[o<span contenteditable=false>bar< /span>b]az" queryCommandValue("stylewithcss") before
297 PASS [["stylewithcss","true"],["bold",""]] "fo[o<span contenteditable=false>bar< /span>b]az" queryCommandIndeterm("stylewithcss") after 297 PASS [["stylewithcss","true"],["bold",""]] "fo[o<span contenteditable=false>bar< /span>b]az" queryCommandIndeterm("stylewithcss") after
298 PASS [["stylewithcss","true"],["bold",""]] "fo[o<span contenteditable=false>bar< /span>b]az" queryCommandState("stylewithcss") after 298 PASS [["stylewithcss","true"],["bold",""]] "fo[o<span contenteditable=false>bar< /span>b]az" queryCommandState("stylewithcss") after
299 FAIL [["stylewithcss","true"],["bold",""]] "fo[o<span contenteditable=false>bar< /span>b]az" queryCommandValue("stylewithcss") after assert_equals: Wrong result returned expected "" but got "true" 299 PASS [["stylewithcss","true"],["bold",""]] "fo[o<span contenteditable=false>bar< /span>b]az" queryCommandValue("stylewithcss") after
300 PASS [["stylewithcss","true"],["bold",""]] "fo[o<span contenteditable=false>bar< /span>b]az" queryCommandIndeterm("bold") before 300 PASS [["stylewithcss","true"],["bold",""]] "fo[o<span contenteditable=false>bar< /span>b]az" queryCommandIndeterm("bold") before
301 PASS [["stylewithcss","true"],["bold",""]] "fo[o<span contenteditable=false>bar< /span>b]az" queryCommandState("bold") before 301 PASS [["stylewithcss","true"],["bold",""]] "fo[o<span contenteditable=false>bar< /span>b]az" queryCommandState("bold") before
302 FAIL [["stylewithcss","true"],["bold",""]] "fo[o<span contenteditable=false>bar< /span>b]az" queryCommandValue("bold") before assert_equals: Wrong result returne d expected "" but got "false" 302 FAIL [["stylewithcss","true"],["bold",""]] "fo[o<span contenteditable=false>bar< /span>b]az" queryCommandValue("bold") before assert_equals: Wrong result returne d expected "" but got "false"
303 PASS [["stylewithcss","true"],["bold",""]] "fo[o<span contenteditable=false>bar< /span>b]az" queryCommandIndeterm("bold") after 303 PASS [["stylewithcss","true"],["bold",""]] "fo[o<span contenteditable=false>bar< /span>b]az" queryCommandIndeterm("bold") after
304 PASS [["stylewithcss","true"],["bold",""]] "fo[o<span contenteditable=false>bar< /span>b]az" queryCommandState("bold") after 304 PASS [["stylewithcss","true"],["bold",""]] "fo[o<span contenteditable=false>bar< /span>b]az" queryCommandState("bold") after
305 FAIL [["stylewithcss","true"],["bold",""]] "fo[o<span contenteditable=false>bar< /span>b]az" queryCommandValue("bold") after assert_equals: Wrong result returned expected "" but got "true" 305 FAIL [["stylewithcss","true"],["bold",""]] "fo[o<span contenteditable=false>bar< /span>b]az" queryCommandValue("bold") after assert_equals: Wrong result returned expected "" but got "true"
306 PASS [["stylewithcss","false"],["bold",""]] "fo[o<span contenteditable=false>bar </span>b]az": execCommand("stylewithcss", false, "false") return value 306 PASS [["stylewithcss","false"],["bold",""]] "fo[o<span contenteditable=false>bar </span>b]az": execCommand("stylewithcss", false, "false") return value
307 PASS [["stylewithcss","false"],["bold",""]] "fo[o<span contenteditable=false>bar </span>b]az": execCommand("bold", false, "") return value 307 PASS [["stylewithcss","false"],["bold",""]] "fo[o<span contenteditable=false>bar </span>b]az": execCommand("bold", false, "") return value
308 PASS [["stylewithcss","false"],["bold",""]] "fo[o<span contenteditable=false>bar </span>b]az" checks for modifications to non-editable content 308 PASS [["stylewithcss","false"],["bold",""]] "fo[o<span contenteditable=false>bar </span>b]az" checks for modifications to non-editable content
309 PASS [["stylewithcss","false"],["bold",""]] "fo[o<span contenteditable=false>bar </span>b]az" compare innerHTML 309 PASS [["stylewithcss","false"],["bold",""]] "fo[o<span contenteditable=false>bar </span>b]az" compare innerHTML
310 PASS [["stylewithcss","false"],["bold",""]] "fo[o<span contenteditable=false>bar </span>b]az" queryCommandIndeterm("stylewithcss") before 310 PASS [["stylewithcss","false"],["bold",""]] "fo[o<span contenteditable=false>bar </span>b]az" queryCommandIndeterm("stylewithcss") before
311 PASS [["stylewithcss","false"],["bold",""]] "fo[o<span contenteditable=false>bar </span>b]az" queryCommandState("stylewithcss") before 311 PASS [["stylewithcss","false"],["bold",""]] "fo[o<span contenteditable=false>bar </span>b]az" queryCommandState("stylewithcss") before
312 FAIL [["stylewithcss","false"],["bold",""]] "fo[o<span contenteditable=false>bar </span>b]az" queryCommandValue("stylewithcss") before assert_equals: Wrong resul t returned expected "" but got "true" 312 PASS [["stylewithcss","false"],["bold",""]] "fo[o<span contenteditable=false>bar </span>b]az" queryCommandValue("stylewithcss") before
313 PASS [["stylewithcss","false"],["bold",""]] "fo[o<span contenteditable=false>bar </span>b]az" queryCommandIndeterm("stylewithcss") after 313 PASS [["stylewithcss","false"],["bold",""]] "fo[o<span contenteditable=false>bar </span>b]az" queryCommandIndeterm("stylewithcss") after
314 PASS [["stylewithcss","false"],["bold",""]] "fo[o<span contenteditable=false>bar </span>b]az" queryCommandState("stylewithcss") after 314 PASS [["stylewithcss","false"],["bold",""]] "fo[o<span contenteditable=false>bar </span>b]az" queryCommandState("stylewithcss") after
315 FAIL [["stylewithcss","false"],["bold",""]] "fo[o<span contenteditable=false>bar </span>b]az" queryCommandValue("stylewithcss") after assert_equals: Wrong result returned expected "" but got "false" 315 PASS [["stylewithcss","false"],["bold",""]] "fo[o<span contenteditable=false>bar </span>b]az" queryCommandValue("stylewithcss") after
316 PASS [["stylewithcss","false"],["bold",""]] "fo[o<span contenteditable=false>bar </span>b]az" queryCommandIndeterm("bold") before 316 PASS [["stylewithcss","false"],["bold",""]] "fo[o<span contenteditable=false>bar </span>b]az" queryCommandIndeterm("bold") before
317 PASS [["stylewithcss","false"],["bold",""]] "fo[o<span contenteditable=false>bar </span>b]az" queryCommandState("bold") before 317 PASS [["stylewithcss","false"],["bold",""]] "fo[o<span contenteditable=false>bar </span>b]az" queryCommandState("bold") before
318 FAIL [["stylewithcss","false"],["bold",""]] "fo[o<span contenteditable=false>bar </span>b]az" queryCommandValue("bold") before assert_equals: Wrong result return ed expected "" but got "false" 318 FAIL [["stylewithcss","false"],["bold",""]] "fo[o<span contenteditable=false>bar </span>b]az" queryCommandValue("bold") before assert_equals: Wrong result return ed expected "" but got "false"
319 PASS [["stylewithcss","false"],["bold",""]] "fo[o<span contenteditable=false>bar </span>b]az" queryCommandIndeterm("bold") after 319 PASS [["stylewithcss","false"],["bold",""]] "fo[o<span contenteditable=false>bar </span>b]az" queryCommandIndeterm("bold") after
320 PASS [["stylewithcss","false"],["bold",""]] "fo[o<span contenteditable=false>bar </span>b]az" queryCommandState("bold") after 320 PASS [["stylewithcss","false"],["bold",""]] "fo[o<span contenteditable=false>bar </span>b]az" queryCommandState("bold") after
321 FAIL [["stylewithcss","false"],["bold",""]] "fo[o<span contenteditable=false>bar </span>b]az" queryCommandValue("bold") after assert_equals: Wrong result returne d expected "" but got "true" 321 FAIL [["stylewithcss","false"],["bold",""]] "fo[o<span contenteditable=false>bar </span>b]az" queryCommandValue("bold") after assert_equals: Wrong result returne d expected "" but got "true"
322 PASS [["bold",""]] "foo<span contenteditable=false>ba[r</span>b]az": execCommand ("bold", false, "") return value 322 PASS [["bold",""]] "foo<span contenteditable=false>ba[r</span>b]az": execCommand ("bold", false, "") return value
323 PASS [["bold",""]] "foo<span contenteditable=false>ba[r</span>b]az" checks for m odifications to non-editable content 323 PASS [["bold",""]] "foo<span contenteditable=false>ba[r</span>b]az" checks for m odifications to non-editable content
324 PASS [["bold",""]] "foo<span contenteditable=false>ba[r</span>b]az" compare inne rHTML 324 PASS [["bold",""]] "foo<span contenteditable=false>ba[r</span>b]az" compare inne rHTML
325 PASS [["bold",""]] "foo<span contenteditable=false>ba[r</span>b]az" queryCommand Indeterm("bold") before 325 PASS [["bold",""]] "foo<span contenteditable=false>ba[r</span>b]az" queryCommand Indeterm("bold") before
(...skipping 10 matching lines...) Expand all
336 FAIL [["bold",""]] "fo[o<span contenteditable=false>b]ar</span>baz" queryCommand Value("bold") before assert_equals: Wrong result returned expected "" but got "f alse" 336 FAIL [["bold",""]] "fo[o<span contenteditable=false>b]ar</span>baz" queryCommand Value("bold") before assert_equals: Wrong result returned expected "" but got "f alse"
337 PASS [["bold",""]] "fo[o<span contenteditable=false>b]ar</span>baz" queryCommand Indeterm("bold") after 337 PASS [["bold",""]] "fo[o<span contenteditable=false>b]ar</span>baz" queryCommand Indeterm("bold") after
338 FAIL [["bold",""]] "fo[o<span contenteditable=false>b]ar</span>baz" queryCommand State("bold") after assert_equals: Wrong result returned expected false but got true 338 FAIL [["bold",""]] "fo[o<span contenteditable=false>b]ar</span>baz" queryCommand State("bold") after assert_equals: Wrong result returned expected false but got true
339 FAIL [["bold",""]] "fo[o<span contenteditable=false>b]ar</span>baz" queryCommand Value("bold") after assert_equals: Wrong result returned expected "" but got "tr ue" 339 FAIL [["bold",""]] "fo[o<span contenteditable=false>b]ar</span>baz" queryCommand Value("bold") after assert_equals: Wrong result returned expected "" but got "tr ue"
340 PASS [["stylewithcss","true"],["bold",""]] "fo[<b>o</b><span contenteditable=fal se>bar</span><b>b</b>]az": execCommand("stylewithcss", false, "true") return val ue 340 PASS [["stylewithcss","true"],["bold",""]] "fo[<b>o</b><span contenteditable=fal se>bar</span><b>b</b>]az": execCommand("stylewithcss", false, "true") return val ue
341 PASS [["stylewithcss","true"],["bold",""]] "fo[<b>o</b><span contenteditable=fal se>bar</span><b>b</b>]az": execCommand("bold", false, "") return value 341 PASS [["stylewithcss","true"],["bold",""]] "fo[<b>o</b><span contenteditable=fal se>bar</span><b>b</b>]az": execCommand("bold", false, "") return value
342 PASS [["stylewithcss","true"],["bold",""]] "fo[<b>o</b><span contenteditable=fal se>bar</span><b>b</b>]az" checks for modifications to non-editable content 342 PASS [["stylewithcss","true"],["bold",""]] "fo[<b>o</b><span contenteditable=fal se>bar</span><b>b</b>]az" checks for modifications to non-editable content
343 PASS [["stylewithcss","true"],["bold",""]] "fo[<b>o</b><span contenteditable=fal se>bar</span><b>b</b>]az" compare innerHTML 343 PASS [["stylewithcss","true"],["bold",""]] "fo[<b>o</b><span contenteditable=fal se>bar</span><b>b</b>]az" compare innerHTML
344 PASS [["stylewithcss","true"],["bold",""]] "fo[<b>o</b><span contenteditable=fal se>bar</span><b>b</b>]az" queryCommandIndeterm("stylewithcss") before 344 PASS [["stylewithcss","true"],["bold",""]] "fo[<b>o</b><span contenteditable=fal se>bar</span><b>b</b>]az" queryCommandIndeterm("stylewithcss") before
345 PASS [["stylewithcss","true"],["bold",""]] "fo[<b>o</b><span contenteditable=fal se>bar</span><b>b</b>]az" queryCommandState("stylewithcss") before 345 PASS [["stylewithcss","true"],["bold",""]] "fo[<b>o</b><span contenteditable=fal se>bar</span><b>b</b>]az" queryCommandState("stylewithcss") before
346 FAIL [["stylewithcss","true"],["bold",""]] "fo[<b>o</b><span contenteditable=fal se>bar</span><b>b</b>]az" queryCommandValue("stylewithcss") before assert_equals : Wrong result returned expected "" but got "false" 346 PASS [["stylewithcss","true"],["bold",""]] "fo[<b>o</b><span contenteditable=fal se>bar</span><b>b</b>]az" queryCommandValue("stylewithcss") before
347 PASS [["stylewithcss","true"],["bold",""]] "fo[<b>o</b><span contenteditable=fal se>bar</span><b>b</b>]az" queryCommandIndeterm("stylewithcss") after 347 PASS [["stylewithcss","true"],["bold",""]] "fo[<b>o</b><span contenteditable=fal se>bar</span><b>b</b>]az" queryCommandIndeterm("stylewithcss") after
348 PASS [["stylewithcss","true"],["bold",""]] "fo[<b>o</b><span contenteditable=fal se>bar</span><b>b</b>]az" queryCommandState("stylewithcss") after 348 PASS [["stylewithcss","true"],["bold",""]] "fo[<b>o</b><span contenteditable=fal se>bar</span><b>b</b>]az" queryCommandState("stylewithcss") after
349 FAIL [["stylewithcss","true"],["bold",""]] "fo[<b>o</b><span contenteditable=fal se>bar</span><b>b</b>]az" queryCommandValue("stylewithcss") after assert_equals: Wrong result returned expected "" but got "true" 349 PASS [["stylewithcss","true"],["bold",""]] "fo[<b>o</b><span contenteditable=fal se>bar</span><b>b</b>]az" queryCommandValue("stylewithcss") after
350 PASS [["stylewithcss","true"],["bold",""]] "fo[<b>o</b><span contenteditable=fal se>bar</span><b>b</b>]az" queryCommandIndeterm("bold") before 350 PASS [["stylewithcss","true"],["bold",""]] "fo[<b>o</b><span contenteditable=fal se>bar</span><b>b</b>]az" queryCommandIndeterm("bold") before
351 PASS [["stylewithcss","true"],["bold",""]] "fo[<b>o</b><span contenteditable=fal se>bar</span><b>b</b>]az" queryCommandState("bold") before 351 PASS [["stylewithcss","true"],["bold",""]] "fo[<b>o</b><span contenteditable=fal se>bar</span><b>b</b>]az" queryCommandState("bold") before
352 FAIL [["stylewithcss","true"],["bold",""]] "fo[<b>o</b><span contenteditable=fal se>bar</span><b>b</b>]az" queryCommandValue("bold") before assert_equals: Wrong result returned expected "" but got "true" 352 FAIL [["stylewithcss","true"],["bold",""]] "fo[<b>o</b><span contenteditable=fal se>bar</span><b>b</b>]az" queryCommandValue("bold") before assert_equals: Wrong result returned expected "" but got "true"
353 PASS [["stylewithcss","true"],["bold",""]] "fo[<b>o</b><span contenteditable=fal se>bar</span><b>b</b>]az" queryCommandIndeterm("bold") after 353 PASS [["stylewithcss","true"],["bold",""]] "fo[<b>o</b><span contenteditable=fal se>bar</span><b>b</b>]az" queryCommandIndeterm("bold") after
354 PASS [["stylewithcss","true"],["bold",""]] "fo[<b>o</b><span contenteditable=fal se>bar</span><b>b</b>]az" queryCommandState("bold") after 354 PASS [["stylewithcss","true"],["bold",""]] "fo[<b>o</b><span contenteditable=fal se>bar</span><b>b</b>]az" queryCommandState("bold") after
355 FAIL [["stylewithcss","true"],["bold",""]] "fo[<b>o</b><span contenteditable=fal se>bar</span><b>b</b>]az" queryCommandValue("bold") after assert_equals: Wrong r esult returned expected "" but got "false" 355 FAIL [["stylewithcss","true"],["bold",""]] "fo[<b>o</b><span contenteditable=fal se>bar</span><b>b</b>]az" queryCommandValue("bold") after assert_equals: Wrong r esult returned expected "" but got "false"
356 PASS [["stylewithcss","false"],["bold",""]] "fo[<b>o</b><span contenteditable=fa lse>bar</span><b>b</b>]az": execCommand("stylewithcss", false, "false") return v alue 356 PASS [["stylewithcss","false"],["bold",""]] "fo[<b>o</b><span contenteditable=fa lse>bar</span><b>b</b>]az": execCommand("stylewithcss", false, "false") return v alue
357 PASS [["stylewithcss","false"],["bold",""]] "fo[<b>o</b><span contenteditable=fa lse>bar</span><b>b</b>]az": execCommand("bold", false, "") return value 357 PASS [["stylewithcss","false"],["bold",""]] "fo[<b>o</b><span contenteditable=fa lse>bar</span><b>b</b>]az": execCommand("bold", false, "") return value
358 PASS [["stylewithcss","false"],["bold",""]] "fo[<b>o</b><span contenteditable=fa lse>bar</span><b>b</b>]az" checks for modifications to non-editable content 358 PASS [["stylewithcss","false"],["bold",""]] "fo[<b>o</b><span contenteditable=fa lse>bar</span><b>b</b>]az" checks for modifications to non-editable content
359 PASS [["stylewithcss","false"],["bold",""]] "fo[<b>o</b><span contenteditable=fa lse>bar</span><b>b</b>]az" compare innerHTML 359 PASS [["stylewithcss","false"],["bold",""]] "fo[<b>o</b><span contenteditable=fa lse>bar</span><b>b</b>]az" compare innerHTML
360 PASS [["stylewithcss","false"],["bold",""]] "fo[<b>o</b><span contenteditable=fa lse>bar</span><b>b</b>]az" queryCommandIndeterm("stylewithcss") before 360 PASS [["stylewithcss","false"],["bold",""]] "fo[<b>o</b><span contenteditable=fa lse>bar</span><b>b</b>]az" queryCommandIndeterm("stylewithcss") before
361 PASS [["stylewithcss","false"],["bold",""]] "fo[<b>o</b><span contenteditable=fa lse>bar</span><b>b</b>]az" queryCommandState("stylewithcss") before 361 PASS [["stylewithcss","false"],["bold",""]] "fo[<b>o</b><span contenteditable=fa lse>bar</span><b>b</b>]az" queryCommandState("stylewithcss") before
362 FAIL [["stylewithcss","false"],["bold",""]] "fo[<b>o</b><span contenteditable=fa lse>bar</span><b>b</b>]az" queryCommandValue("stylewithcss") before assert_equal s: Wrong result returned expected "" but got "true" 362 PASS [["stylewithcss","false"],["bold",""]] "fo[<b>o</b><span contenteditable=fa lse>bar</span><b>b</b>]az" queryCommandValue("stylewithcss") before
363 PASS [["stylewithcss","false"],["bold",""]] "fo[<b>o</b><span contenteditable=fa lse>bar</span><b>b</b>]az" queryCommandIndeterm("stylewithcss") after 363 PASS [["stylewithcss","false"],["bold",""]] "fo[<b>o</b><span contenteditable=fa lse>bar</span><b>b</b>]az" queryCommandIndeterm("stylewithcss") after
364 PASS [["stylewithcss","false"],["bold",""]] "fo[<b>o</b><span contenteditable=fa lse>bar</span><b>b</b>]az" queryCommandState("stylewithcss") after 364 PASS [["stylewithcss","false"],["bold",""]] "fo[<b>o</b><span contenteditable=fa lse>bar</span><b>b</b>]az" queryCommandState("stylewithcss") after
365 FAIL [["stylewithcss","false"],["bold",""]] "fo[<b>o</b><span contenteditable=fa lse>bar</span><b>b</b>]az" queryCommandValue("stylewithcss") after assert_equals : Wrong result returned expected "" but got "false" 365 PASS [["stylewithcss","false"],["bold",""]] "fo[<b>o</b><span contenteditable=fa lse>bar</span><b>b</b>]az" queryCommandValue("stylewithcss") after
366 PASS [["stylewithcss","false"],["bold",""]] "fo[<b>o</b><span contenteditable=fa lse>bar</span><b>b</b>]az" queryCommandIndeterm("bold") before 366 PASS [["stylewithcss","false"],["bold",""]] "fo[<b>o</b><span contenteditable=fa lse>bar</span><b>b</b>]az" queryCommandIndeterm("bold") before
367 PASS [["stylewithcss","false"],["bold",""]] "fo[<b>o</b><span contenteditable=fa lse>bar</span><b>b</b>]az" queryCommandState("bold") before 367 PASS [["stylewithcss","false"],["bold",""]] "fo[<b>o</b><span contenteditable=fa lse>bar</span><b>b</b>]az" queryCommandState("bold") before
368 FAIL [["stylewithcss","false"],["bold",""]] "fo[<b>o</b><span contenteditable=fa lse>bar</span><b>b</b>]az" queryCommandValue("bold") before assert_equals: Wrong result returned expected "" but got "true" 368 FAIL [["stylewithcss","false"],["bold",""]] "fo[<b>o</b><span contenteditable=fa lse>bar</span><b>b</b>]az" queryCommandValue("bold") before assert_equals: Wrong result returned expected "" but got "true"
369 PASS [["stylewithcss","false"],["bold",""]] "fo[<b>o</b><span contenteditable=fa lse>bar</span><b>b</b>]az" queryCommandIndeterm("bold") after 369 PASS [["stylewithcss","false"],["bold",""]] "fo[<b>o</b><span contenteditable=fa lse>bar</span><b>b</b>]az" queryCommandIndeterm("bold") after
370 PASS [["stylewithcss","false"],["bold",""]] "fo[<b>o</b><span contenteditable=fa lse>bar</span><b>b</b>]az" queryCommandState("bold") after 370 PASS [["stylewithcss","false"],["bold",""]] "fo[<b>o</b><span contenteditable=fa lse>bar</span><b>b</b>]az" queryCommandState("bold") after
371 FAIL [["stylewithcss","false"],["bold",""]] "fo[<b>o</b><span contenteditable=fa lse>bar</span><b>b</b>]az" queryCommandValue("bold") after assert_equals: Wrong result returned expected "" but got "false" 371 FAIL [["stylewithcss","false"],["bold",""]] "fo[<b>o</b><span contenteditable=fa lse>bar</span><b>b</b>]az" queryCommandValue("bold") after assert_equals: Wrong result returned expected "" but got "false"
372 PASS [["stylewithcss","true"],["bold",""]] "<span contenteditable=false>foo<span contenteditable=true>[bar]</span>baz</span>": execCommand("stylewithcss", false , "true") return value 372 PASS [["stylewithcss","true"],["bold",""]] "<span contenteditable=false>foo<span contenteditable=true>[bar]</span>baz</span>": execCommand("stylewithcss", false , "true") return value
373 PASS [["stylewithcss","true"],["bold",""]] "<span contenteditable=false>foo<span contenteditable=true>[bar]</span>baz</span>": execCommand("bold", false, "") re turn value 373 PASS [["stylewithcss","true"],["bold",""]] "<span contenteditable=false>foo<span contenteditable=true>[bar]</span>baz</span>": execCommand("bold", false, "") re turn value
374 PASS [["stylewithcss","true"],["bold",""]] "<span contenteditable=false>foo<span contenteditable=true>[bar]</span>baz</span>" checks for modifications to non-ed itable content 374 PASS [["stylewithcss","true"],["bold",""]] "<span contenteditable=false>foo<span contenteditable=true>[bar]</span>baz</span>" checks for modifications to non-ed itable content
375 PASS [["stylewithcss","true"],["bold",""]] "<span contenteditable=false>foo<span contenteditable=true>[bar]</span>baz</span>" compare innerHTML 375 PASS [["stylewithcss","true"],["bold",""]] "<span contenteditable=false>foo<span contenteditable=true>[bar]</span>baz</span>" compare innerHTML
376 PASS [["stylewithcss","true"],["bold",""]] "<span contenteditable=false>foo<span contenteditable=true>[bar]</span>baz</span>" queryCommandIndeterm("stylewithcss ") before 376 PASS [["stylewithcss","true"],["bold",""]] "<span contenteditable=false>foo<span contenteditable=true>[bar]</span>baz</span>" queryCommandIndeterm("stylewithcss ") before
377 PASS [["stylewithcss","true"],["bold",""]] "<span contenteditable=false>foo<span contenteditable=true>[bar]</span>baz</span>" queryCommandState("stylewithcss") before 377 PASS [["stylewithcss","true"],["bold",""]] "<span contenteditable=false>foo<span contenteditable=true>[bar]</span>baz</span>" queryCommandState("stylewithcss") before
378 FAIL [["stylewithcss","true"],["bold",""]] "<span contenteditable=false>foo<span contenteditable=true>[bar]</span>baz</span>" queryCommandValue("stylewithcss") before assert_equals: Wrong result returned expected "" but got "false" 378 PASS [["stylewithcss","true"],["bold",""]] "<span contenteditable=false>foo<span contenteditable=true>[bar]</span>baz</span>" queryCommandValue("stylewithcss") before
379 PASS [["stylewithcss","true"],["bold",""]] "<span contenteditable=false>foo<span contenteditable=true>[bar]</span>baz</span>" queryCommandIndeterm("stylewithcss ") after 379 PASS [["stylewithcss","true"],["bold",""]] "<span contenteditable=false>foo<span contenteditable=true>[bar]</span>baz</span>" queryCommandIndeterm("stylewithcss ") after
380 PASS [["stylewithcss","true"],["bold",""]] "<span contenteditable=false>foo<span contenteditable=true>[bar]</span>baz</span>" queryCommandState("stylewithcss") after 380 PASS [["stylewithcss","true"],["bold",""]] "<span contenteditable=false>foo<span contenteditable=true>[bar]</span>baz</span>" queryCommandState("stylewithcss") after
381 FAIL [["stylewithcss","true"],["bold",""]] "<span contenteditable=false>foo<span contenteditable=true>[bar]</span>baz</span>" queryCommandValue("stylewithcss") after assert_equals: Wrong result returned expected "" but got "true" 381 PASS [["stylewithcss","true"],["bold",""]] "<span contenteditable=false>foo<span contenteditable=true>[bar]</span>baz</span>" queryCommandValue("stylewithcss") after
382 PASS [["stylewithcss","true"],["bold",""]] "<span contenteditable=false>foo<span contenteditable=true>[bar]</span>baz</span>" queryCommandIndeterm("bold") befor e 382 PASS [["stylewithcss","true"],["bold",""]] "<span contenteditable=false>foo<span contenteditable=true>[bar]</span>baz</span>" queryCommandIndeterm("bold") befor e
383 PASS [["stylewithcss","true"],["bold",""]] "<span contenteditable=false>foo<span contenteditable=true>[bar]</span>baz</span>" queryCommandState("bold") before 383 PASS [["stylewithcss","true"],["bold",""]] "<span contenteditable=false>foo<span contenteditable=true>[bar]</span>baz</span>" queryCommandState("bold") before
384 FAIL [["stylewithcss","true"],["bold",""]] "<span contenteditable=false>foo<span contenteditable=true>[bar]</span>baz</span>" queryCommandValue("bold") before a ssert_equals: Wrong result returned expected "" but got "false" 384 FAIL [["stylewithcss","true"],["bold",""]] "<span contenteditable=false>foo<span contenteditable=true>[bar]</span>baz</span>" queryCommandValue("bold") before a ssert_equals: Wrong result returned expected "" but got "false"
385 PASS [["stylewithcss","true"],["bold",""]] "<span contenteditable=false>foo<span contenteditable=true>[bar]</span>baz</span>" queryCommandIndeterm("bold") after 385 PASS [["stylewithcss","true"],["bold",""]] "<span contenteditable=false>foo<span contenteditable=true>[bar]</span>baz</span>" queryCommandIndeterm("bold") after
386 PASS [["stylewithcss","true"],["bold",""]] "<span contenteditable=false>foo<span contenteditable=true>[bar]</span>baz</span>" queryCommandState("bold") after 386 PASS [["stylewithcss","true"],["bold",""]] "<span contenteditable=false>foo<span contenteditable=true>[bar]</span>baz</span>" queryCommandState("bold") after
387 FAIL [["stylewithcss","true"],["bold",""]] "<span contenteditable=false>foo<span contenteditable=true>[bar]</span>baz</span>" queryCommandValue("bold") after as sert_equals: Wrong result returned expected "" but got "true" 387 FAIL [["stylewithcss","true"],["bold",""]] "<span contenteditable=false>foo<span contenteditable=true>[bar]</span>baz</span>" queryCommandValue("bold") after as sert_equals: Wrong result returned expected "" but got "true"
388 PASS [["stylewithcss","false"],["bold",""]] "<span contenteditable=false>foo<spa n contenteditable=true>[bar]</span>baz</span>": execCommand("stylewithcss", fals e, "false") return value 388 PASS [["stylewithcss","false"],["bold",""]] "<span contenteditable=false>foo<spa n contenteditable=true>[bar]</span>baz</span>": execCommand("stylewithcss", fals e, "false") return value
389 PASS [["stylewithcss","false"],["bold",""]] "<span contenteditable=false>foo<spa n contenteditable=true>[bar]</span>baz</span>": execCommand("bold", false, "") r eturn value 389 PASS [["stylewithcss","false"],["bold",""]] "<span contenteditable=false>foo<spa n contenteditable=true>[bar]</span>baz</span>": execCommand("bold", false, "") r eturn value
390 PASS [["stylewithcss","false"],["bold",""]] "<span contenteditable=false>foo<spa n contenteditable=true>[bar]</span>baz</span>" checks for modifications to non-e ditable content 390 PASS [["stylewithcss","false"],["bold",""]] "<span contenteditable=false>foo<spa n contenteditable=true>[bar]</span>baz</span>" checks for modifications to non-e ditable content
391 PASS [["stylewithcss","false"],["bold",""]] "<span contenteditable=false>foo<spa n contenteditable=true>[bar]</span>baz</span>" compare innerHTML 391 PASS [["stylewithcss","false"],["bold",""]] "<span contenteditable=false>foo<spa n contenteditable=true>[bar]</span>baz</span>" compare innerHTML
392 PASS [["stylewithcss","false"],["bold",""]] "<span contenteditable=false>foo<spa n contenteditable=true>[bar]</span>baz</span>" queryCommandIndeterm("stylewithcs s") before 392 PASS [["stylewithcss","false"],["bold",""]] "<span contenteditable=false>foo<spa n contenteditable=true>[bar]</span>baz</span>" queryCommandIndeterm("stylewithcs s") before
393 PASS [["stylewithcss","false"],["bold",""]] "<span contenteditable=false>foo<spa n contenteditable=true>[bar]</span>baz</span>" queryCommandState("stylewithcss") before 393 PASS [["stylewithcss","false"],["bold",""]] "<span contenteditable=false>foo<spa n contenteditable=true>[bar]</span>baz</span>" queryCommandState("stylewithcss") before
394 FAIL [["stylewithcss","false"],["bold",""]] "<span contenteditable=false>foo<spa n contenteditable=true>[bar]</span>baz</span>" queryCommandValue("stylewithcss") before assert_equals: Wrong result returned expected "" but got "true" 394 PASS [["stylewithcss","false"],["bold",""]] "<span contenteditable=false>foo<spa n contenteditable=true>[bar]</span>baz</span>" queryCommandValue("stylewithcss") before
395 PASS [["stylewithcss","false"],["bold",""]] "<span contenteditable=false>foo<spa n contenteditable=true>[bar]</span>baz</span>" queryCommandIndeterm("stylewithcs s") after 395 PASS [["stylewithcss","false"],["bold",""]] "<span contenteditable=false>foo<spa n contenteditable=true>[bar]</span>baz</span>" queryCommandIndeterm("stylewithcs s") after
396 PASS [["stylewithcss","false"],["bold",""]] "<span contenteditable=false>foo<spa n contenteditable=true>[bar]</span>baz</span>" queryCommandState("stylewithcss") after 396 PASS [["stylewithcss","false"],["bold",""]] "<span contenteditable=false>foo<spa n contenteditable=true>[bar]</span>baz</span>" queryCommandState("stylewithcss") after
397 FAIL [["stylewithcss","false"],["bold",""]] "<span contenteditable=false>foo<spa n contenteditable=true>[bar]</span>baz</span>" queryCommandValue("stylewithcss") after assert_equals: Wrong result returned expected "" but got "false" 397 PASS [["stylewithcss","false"],["bold",""]] "<span contenteditable=false>foo<spa n contenteditable=true>[bar]</span>baz</span>" queryCommandValue("stylewithcss") after
398 PASS [["stylewithcss","false"],["bold",""]] "<span contenteditable=false>foo<spa n contenteditable=true>[bar]</span>baz</span>" queryCommandIndeterm("bold") befo re 398 PASS [["stylewithcss","false"],["bold",""]] "<span contenteditable=false>foo<spa n contenteditable=true>[bar]</span>baz</span>" queryCommandIndeterm("bold") befo re
399 PASS [["stylewithcss","false"],["bold",""]] "<span contenteditable=false>foo<spa n contenteditable=true>[bar]</span>baz</span>" queryCommandState("bold") before 399 PASS [["stylewithcss","false"],["bold",""]] "<span contenteditable=false>foo<spa n contenteditable=true>[bar]</span>baz</span>" queryCommandState("bold") before
400 FAIL [["stylewithcss","false"],["bold",""]] "<span contenteditable=false>foo<spa n contenteditable=true>[bar]</span>baz</span>" queryCommandValue("bold") before assert_equals: Wrong result returned expected "" but got "false" 400 FAIL [["stylewithcss","false"],["bold",""]] "<span contenteditable=false>foo<spa n contenteditable=true>[bar]</span>baz</span>" queryCommandValue("bold") before assert_equals: Wrong result returned expected "" but got "false"
401 PASS [["stylewithcss","false"],["bold",""]] "<span contenteditable=false>foo<spa n contenteditable=true>[bar]</span>baz</span>" queryCommandIndeterm("bold") afte r 401 PASS [["stylewithcss","false"],["bold",""]] "<span contenteditable=false>foo<spa n contenteditable=true>[bar]</span>baz</span>" queryCommandIndeterm("bold") afte r
402 PASS [["stylewithcss","false"],["bold",""]] "<span contenteditable=false>foo<spa n contenteditable=true>[bar]</span>baz</span>" queryCommandState("bold") after 402 PASS [["stylewithcss","false"],["bold",""]] "<span contenteditable=false>foo<spa n contenteditable=true>[bar]</span>baz</span>" queryCommandState("bold") after
403 FAIL [["stylewithcss","false"],["bold",""]] "<span contenteditable=false>foo<spa n contenteditable=true>[bar]</span>baz</span>" queryCommandValue("bold") after a ssert_equals: Wrong result returned expected "" but got "true" 403 FAIL [["stylewithcss","false"],["bold",""]] "<span contenteditable=false>foo<spa n contenteditable=true>[bar]</span>baz</span>" queryCommandValue("bold") after a ssert_equals: Wrong result returned expected "" but got "true"
404 PASS [["bold",""]] "<span contenteditable=false>fo[o<span contenteditable=true>b ar</span>b]az</span>": execCommand("bold", false, "") return value 404 PASS [["bold",""]] "<span contenteditable=false>fo[o<span contenteditable=true>b ar</span>b]az</span>": execCommand("bold", false, "") return value
405 PASS [["bold",""]] "<span contenteditable=false>fo[o<span contenteditable=true>b ar</span>b]az</span>" checks for modifications to non-editable content 405 PASS [["bold",""]] "<span contenteditable=false>fo[o<span contenteditable=true>b ar</span>b]az</span>" checks for modifications to non-editable content
406 PASS [["bold",""]] "<span contenteditable=false>fo[o<span contenteditable=true>b ar</span>b]az</span>" compare innerHTML 406 PASS [["bold",""]] "<span contenteditable=false>fo[o<span contenteditable=true>b ar</span>b]az</span>" compare innerHTML
407 PASS [["bold",""]] "<span contenteditable=false>fo[o<span contenteditable=true>b ar</span>b]az</span>" queryCommandIndeterm("bold") before 407 PASS [["bold",""]] "<span contenteditable=false>fo[o<span contenteditable=true>b ar</span>b]az</span>" queryCommandIndeterm("bold") before
(...skipping 28 matching lines...) Expand all
436 FAIL [["bold",""]] "<span contenteditable=false>fo[<b>o<span contenteditable=tru e>bar</span>b</b>]az</span>" queryCommandValue("bold") before assert_equals: Wro ng result returned expected "" but got "true" 436 FAIL [["bold",""]] "<span contenteditable=false>fo[<b>o<span contenteditable=tru e>bar</span>b</b>]az</span>" queryCommandValue("bold") before assert_equals: Wro ng result returned expected "" but got "true"
437 PASS [["bold",""]] "<span contenteditable=false>fo[<b>o<span contenteditable=tru e>bar</span>b</b>]az</span>" queryCommandIndeterm("bold") after 437 PASS [["bold",""]] "<span contenteditable=false>fo[<b>o<span contenteditable=tru e>bar</span>b</b>]az</span>" queryCommandIndeterm("bold") after
438 PASS [["bold",""]] "<span contenteditable=false>fo[<b>o<span contenteditable=tru e>bar</span>b</b>]az</span>" queryCommandState("bold") after 438 PASS [["bold",""]] "<span contenteditable=false>fo[<b>o<span contenteditable=tru e>bar</span>b</b>]az</span>" queryCommandState("bold") after
439 FAIL [["bold",""]] "<span contenteditable=false>fo[<b>o<span contenteditable=tru e>bar</span>b</b>]az</span>" queryCommandValue("bold") after assert_equals: Wron g result returned expected "" but got "true" 439 FAIL [["bold",""]] "<span contenteditable=false>fo[<b>o<span contenteditable=tru e>bar</span>b</b>]az</span>" queryCommandValue("bold") after assert_equals: Wron g result returned expected "" but got "true"
440 PASS [["stylewithcss","true"],["bold",""]] "<table><tbody><tr><td>foo<td>b[a]r<t d>baz</table>": execCommand("stylewithcss", false, "true") return value 440 PASS [["stylewithcss","true"],["bold",""]] "<table><tbody><tr><td>foo<td>b[a]r<t d>baz</table>": execCommand("stylewithcss", false, "true") return value
441 PASS [["stylewithcss","true"],["bold",""]] "<table><tbody><tr><td>foo<td>b[a]r<t d>baz</table>": execCommand("bold", false, "") return value 441 PASS [["stylewithcss","true"],["bold",""]] "<table><tbody><tr><td>foo<td>b[a]r<t d>baz</table>": execCommand("bold", false, "") return value
442 PASS [["stylewithcss","true"],["bold",""]] "<table><tbody><tr><td>foo<td>b[a]r<t d>baz</table>" checks for modifications to non-editable content 442 PASS [["stylewithcss","true"],["bold",""]] "<table><tbody><tr><td>foo<td>b[a]r<t d>baz</table>" checks for modifications to non-editable content
443 PASS [["stylewithcss","true"],["bold",""]] "<table><tbody><tr><td>foo<td>b[a]r<t d>baz</table>" compare innerHTML 443 PASS [["stylewithcss","true"],["bold",""]] "<table><tbody><tr><td>foo<td>b[a]r<t d>baz</table>" compare innerHTML
444 PASS [["stylewithcss","true"],["bold",""]] "<table><tbody><tr><td>foo<td>b[a]r<t d>baz</table>" queryCommandIndeterm("stylewithcss") before 444 PASS [["stylewithcss","true"],["bold",""]] "<table><tbody><tr><td>foo<td>b[a]r<t d>baz</table>" queryCommandIndeterm("stylewithcss") before
445 PASS [["stylewithcss","true"],["bold",""]] "<table><tbody><tr><td>foo<td>b[a]r<t d>baz</table>" queryCommandState("stylewithcss") before 445 PASS [["stylewithcss","true"],["bold",""]] "<table><tbody><tr><td>foo<td>b[a]r<t d>baz</table>" queryCommandState("stylewithcss") before
446 FAIL [["stylewithcss","true"],["bold",""]] "<table><tbody><tr><td>foo<td>b[a]r<t d>baz</table>" queryCommandValue("stylewithcss") before assert_equals: Wrong res ult returned expected "" but got "false" 446 PASS [["stylewithcss","true"],["bold",""]] "<table><tbody><tr><td>foo<td>b[a]r<t d>baz</table>" queryCommandValue("stylewithcss") before
447 PASS [["stylewithcss","true"],["bold",""]] "<table><tbody><tr><td>foo<td>b[a]r<t d>baz</table>" queryCommandIndeterm("stylewithcss") after 447 PASS [["stylewithcss","true"],["bold",""]] "<table><tbody><tr><td>foo<td>b[a]r<t d>baz</table>" queryCommandIndeterm("stylewithcss") after
448 PASS [["stylewithcss","true"],["bold",""]] "<table><tbody><tr><td>foo<td>b[a]r<t d>baz</table>" queryCommandState("stylewithcss") after 448 PASS [["stylewithcss","true"],["bold",""]] "<table><tbody><tr><td>foo<td>b[a]r<t d>baz</table>" queryCommandState("stylewithcss") after
449 FAIL [["stylewithcss","true"],["bold",""]] "<table><tbody><tr><td>foo<td>b[a]r<t d>baz</table>" queryCommandValue("stylewithcss") after assert_equals: Wrong resu lt returned expected "" but got "true" 449 PASS [["stylewithcss","true"],["bold",""]] "<table><tbody><tr><td>foo<td>b[a]r<t d>baz</table>" queryCommandValue("stylewithcss") after
450 PASS [["stylewithcss","true"],["bold",""]] "<table><tbody><tr><td>foo<td>b[a]r<t d>baz</table>" queryCommandIndeterm("bold") before 450 PASS [["stylewithcss","true"],["bold",""]] "<table><tbody><tr><td>foo<td>b[a]r<t d>baz</table>" queryCommandIndeterm("bold") before
451 PASS [["stylewithcss","true"],["bold",""]] "<table><tbody><tr><td>foo<td>b[a]r<t d>baz</table>" queryCommandState("bold") before 451 PASS [["stylewithcss","true"],["bold",""]] "<table><tbody><tr><td>foo<td>b[a]r<t d>baz</table>" queryCommandState("bold") before
452 FAIL [["stylewithcss","true"],["bold",""]] "<table><tbody><tr><td>foo<td>b[a]r<t d>baz</table>" queryCommandValue("bold") before assert_equals: Wrong result retu rned expected "" but got "false" 452 FAIL [["stylewithcss","true"],["bold",""]] "<table><tbody><tr><td>foo<td>b[a]r<t d>baz</table>" queryCommandValue("bold") before assert_equals: Wrong result retu rned expected "" but got "false"
453 PASS [["stylewithcss","true"],["bold",""]] "<table><tbody><tr><td>foo<td>b[a]r<t d>baz</table>" queryCommandIndeterm("bold") after 453 PASS [["stylewithcss","true"],["bold",""]] "<table><tbody><tr><td>foo<td>b[a]r<t d>baz</table>" queryCommandIndeterm("bold") after
454 PASS [["stylewithcss","true"],["bold",""]] "<table><tbody><tr><td>foo<td>b[a]r<t d>baz</table>" queryCommandState("bold") after 454 PASS [["stylewithcss","true"],["bold",""]] "<table><tbody><tr><td>foo<td>b[a]r<t d>baz</table>" queryCommandState("bold") after
455 FAIL [["stylewithcss","true"],["bold",""]] "<table><tbody><tr><td>foo<td>b[a]r<t d>baz</table>" queryCommandValue("bold") after assert_equals: Wrong result retur ned expected "" but got "true" 455 FAIL [["stylewithcss","true"],["bold",""]] "<table><tbody><tr><td>foo<td>b[a]r<t d>baz</table>" queryCommandValue("bold") after assert_equals: Wrong result retur ned expected "" but got "true"
456 PASS [["stylewithcss","false"],["bold",""]] "<table><tbody><tr><td>foo<td>b[a]r< td>baz</table>": execCommand("stylewithcss", false, "false") return value 456 PASS [["stylewithcss","false"],["bold",""]] "<table><tbody><tr><td>foo<td>b[a]r< td>baz</table>": execCommand("stylewithcss", false, "false") return value
457 PASS [["stylewithcss","false"],["bold",""]] "<table><tbody><tr><td>foo<td>b[a]r< td>baz</table>": execCommand("bold", false, "") return value 457 PASS [["stylewithcss","false"],["bold",""]] "<table><tbody><tr><td>foo<td>b[a]r< td>baz</table>": execCommand("bold", false, "") return value
458 PASS [["stylewithcss","false"],["bold",""]] "<table><tbody><tr><td>foo<td>b[a]r< td>baz</table>" checks for modifications to non-editable content 458 PASS [["stylewithcss","false"],["bold",""]] "<table><tbody><tr><td>foo<td>b[a]r< td>baz</table>" checks for modifications to non-editable content
459 PASS [["stylewithcss","false"],["bold",""]] "<table><tbody><tr><td>foo<td>b[a]r< td>baz</table>" compare innerHTML 459 PASS [["stylewithcss","false"],["bold",""]] "<table><tbody><tr><td>foo<td>b[a]r< td>baz</table>" compare innerHTML
460 PASS [["stylewithcss","false"],["bold",""]] "<table><tbody><tr><td>foo<td>b[a]r< td>baz</table>" queryCommandIndeterm("stylewithcss") before 460 PASS [["stylewithcss","false"],["bold",""]] "<table><tbody><tr><td>foo<td>b[a]r< td>baz</table>" queryCommandIndeterm("stylewithcss") before
461 PASS [["stylewithcss","false"],["bold",""]] "<table><tbody><tr><td>foo<td>b[a]r< td>baz</table>" queryCommandState("stylewithcss") before 461 PASS [["stylewithcss","false"],["bold",""]] "<table><tbody><tr><td>foo<td>b[a]r< td>baz</table>" queryCommandState("stylewithcss") before
462 FAIL [["stylewithcss","false"],["bold",""]] "<table><tbody><tr><td>foo<td>b[a]r< td>baz</table>" queryCommandValue("stylewithcss") before assert_equals: Wrong re sult returned expected "" but got "true" 462 PASS [["stylewithcss","false"],["bold",""]] "<table><tbody><tr><td>foo<td>b[a]r< td>baz</table>" queryCommandValue("stylewithcss") before
463 PASS [["stylewithcss","false"],["bold",""]] "<table><tbody><tr><td>foo<td>b[a]r< td>baz</table>" queryCommandIndeterm("stylewithcss") after 463 PASS [["stylewithcss","false"],["bold",""]] "<table><tbody><tr><td>foo<td>b[a]r< td>baz</table>" queryCommandIndeterm("stylewithcss") after
464 PASS [["stylewithcss","false"],["bold",""]] "<table><tbody><tr><td>foo<td>b[a]r< td>baz</table>" queryCommandState("stylewithcss") after 464 PASS [["stylewithcss","false"],["bold",""]] "<table><tbody><tr><td>foo<td>b[a]r< td>baz</table>" queryCommandState("stylewithcss") after
465 FAIL [["stylewithcss","false"],["bold",""]] "<table><tbody><tr><td>foo<td>b[a]r< td>baz</table>" queryCommandValue("stylewithcss") after assert_equals: Wrong res ult returned expected "" but got "false" 465 PASS [["stylewithcss","false"],["bold",""]] "<table><tbody><tr><td>foo<td>b[a]r< td>baz</table>" queryCommandValue("stylewithcss") after
466 PASS [["stylewithcss","false"],["bold",""]] "<table><tbody><tr><td>foo<td>b[a]r< td>baz</table>" queryCommandIndeterm("bold") before 466 PASS [["stylewithcss","false"],["bold",""]] "<table><tbody><tr><td>foo<td>b[a]r< td>baz</table>" queryCommandIndeterm("bold") before
467 PASS [["stylewithcss","false"],["bold",""]] "<table><tbody><tr><td>foo<td>b[a]r< td>baz</table>" queryCommandState("bold") before 467 PASS [["stylewithcss","false"],["bold",""]] "<table><tbody><tr><td>foo<td>b[a]r< td>baz</table>" queryCommandState("bold") before
468 FAIL [["stylewithcss","false"],["bold",""]] "<table><tbody><tr><td>foo<td>b[a]r< td>baz</table>" queryCommandValue("bold") before assert_equals: Wrong result ret urned expected "" but got "false" 468 FAIL [["stylewithcss","false"],["bold",""]] "<table><tbody><tr><td>foo<td>b[a]r< td>baz</table>" queryCommandValue("bold") before assert_equals: Wrong result ret urned expected "" but got "false"
469 PASS [["stylewithcss","false"],["bold",""]] "<table><tbody><tr><td>foo<td>b[a]r< td>baz</table>" queryCommandIndeterm("bold") after 469 PASS [["stylewithcss","false"],["bold",""]] "<table><tbody><tr><td>foo<td>b[a]r< td>baz</table>" queryCommandIndeterm("bold") after
470 PASS [["stylewithcss","false"],["bold",""]] "<table><tbody><tr><td>foo<td>b[a]r< td>baz</table>" queryCommandState("bold") after 470 PASS [["stylewithcss","false"],["bold",""]] "<table><tbody><tr><td>foo<td>b[a]r< td>baz</table>" queryCommandState("bold") after
471 FAIL [["stylewithcss","false"],["bold",""]] "<table><tbody><tr><td>foo<td>b[a]r< td>baz</table>" queryCommandValue("bold") after assert_equals: Wrong result retu rned expected "" but got "true" 471 FAIL [["stylewithcss","false"],["bold",""]] "<table><tbody><tr><td>foo<td>b[a]r< td>baz</table>" queryCommandValue("bold") after assert_equals: Wrong result retu rned expected "" but got "true"
472 PASS [["stylewithcss","true"],["bold",""]] "<table><tbody><tr data-start=1 data- end=2><td>foo<td>bar<td>baz</table>": execCommand("stylewithcss", false, "true") return value 472 PASS [["stylewithcss","true"],["bold",""]] "<table><tbody><tr data-start=1 data- end=2><td>foo<td>bar<td>baz</table>": execCommand("stylewithcss", false, "true") return value
473 PASS [["stylewithcss","true"],["bold",""]] "<table><tbody><tr data-start=1 data- end=2><td>foo<td>bar<td>baz</table>": execCommand("bold", false, "") return valu e 473 PASS [["stylewithcss","true"],["bold",""]] "<table><tbody><tr data-start=1 data- end=2><td>foo<td>bar<td>baz</table>": execCommand("bold", false, "") return valu e
474 PASS [["stylewithcss","true"],["bold",""]] "<table><tbody><tr data-start=1 data- end=2><td>foo<td>bar<td>baz</table>" checks for modifications to non-editable co ntent 474 PASS [["stylewithcss","true"],["bold",""]] "<table><tbody><tr data-start=1 data- end=2><td>foo<td>bar<td>baz</table>" checks for modifications to non-editable co ntent
475 PASS [["stylewithcss","true"],["bold",""]] "<table><tbody><tr data-start=1 data- end=2><td>foo<td>bar<td>baz</table>" compare innerHTML 475 PASS [["stylewithcss","true"],["bold",""]] "<table><tbody><tr data-start=1 data- end=2><td>foo<td>bar<td>baz</table>" compare innerHTML
476 PASS [["stylewithcss","true"],["bold",""]] "<table><tbody><tr data-start=1 data- end=2><td>foo<td>bar<td>baz</table>" queryCommandIndeterm("stylewithcss") before 476 PASS [["stylewithcss","true"],["bold",""]] "<table><tbody><tr data-start=1 data- end=2><td>foo<td>bar<td>baz</table>" queryCommandIndeterm("stylewithcss") before
477 PASS [["stylewithcss","true"],["bold",""]] "<table><tbody><tr data-start=1 data- end=2><td>foo<td>bar<td>baz</table>" queryCommandState("stylewithcss") before 477 PASS [["stylewithcss","true"],["bold",""]] "<table><tbody><tr data-start=1 data- end=2><td>foo<td>bar<td>baz</table>" queryCommandState("stylewithcss") before
478 FAIL [["stylewithcss","true"],["bold",""]] "<table><tbody><tr data-start=1 data- end=2><td>foo<td>bar<td>baz</table>" queryCommandValue("stylewithcss") before as sert_equals: Wrong result returned expected "" but got "false" 478 PASS [["stylewithcss","true"],["bold",""]] "<table><tbody><tr data-start=1 data- end=2><td>foo<td>bar<td>baz</table>" queryCommandValue("stylewithcss") before
479 PASS [["stylewithcss","true"],["bold",""]] "<table><tbody><tr data-start=1 data- end=2><td>foo<td>bar<td>baz</table>" queryCommandIndeterm("stylewithcss") after 479 PASS [["stylewithcss","true"],["bold",""]] "<table><tbody><tr data-start=1 data- end=2><td>foo<td>bar<td>baz</table>" queryCommandIndeterm("stylewithcss") after
480 PASS [["stylewithcss","true"],["bold",""]] "<table><tbody><tr data-start=1 data- end=2><td>foo<td>bar<td>baz</table>" queryCommandState("stylewithcss") after 480 PASS [["stylewithcss","true"],["bold",""]] "<table><tbody><tr data-start=1 data- end=2><td>foo<td>bar<td>baz</table>" queryCommandState("stylewithcss") after
481 FAIL [["stylewithcss","true"],["bold",""]] "<table><tbody><tr data-start=1 data- end=2><td>foo<td>bar<td>baz</table>" queryCommandValue("stylewithcss") after ass ert_equals: Wrong result returned expected "" but got "true" 481 PASS [["stylewithcss","true"],["bold",""]] "<table><tbody><tr data-start=1 data- end=2><td>foo<td>bar<td>baz</table>" queryCommandValue("stylewithcss") after
482 PASS [["stylewithcss","true"],["bold",""]] "<table><tbody><tr data-start=1 data- end=2><td>foo<td>bar<td>baz</table>" queryCommandIndeterm("bold") before 482 PASS [["stylewithcss","true"],["bold",""]] "<table><tbody><tr data-start=1 data- end=2><td>foo<td>bar<td>baz</table>" queryCommandIndeterm("bold") before
483 PASS [["stylewithcss","true"],["bold",""]] "<table><tbody><tr data-start=1 data- end=2><td>foo<td>bar<td>baz</table>" queryCommandState("bold") before 483 PASS [["stylewithcss","true"],["bold",""]] "<table><tbody><tr data-start=1 data- end=2><td>foo<td>bar<td>baz</table>" queryCommandState("bold") before
484 FAIL [["stylewithcss","true"],["bold",""]] "<table><tbody><tr data-start=1 data- end=2><td>foo<td>bar<td>baz</table>" queryCommandValue("bold") before assert_equ als: Wrong result returned expected "" but got "false" 484 FAIL [["stylewithcss","true"],["bold",""]] "<table><tbody><tr data-start=1 data- end=2><td>foo<td>bar<td>baz</table>" queryCommandValue("bold") before assert_equ als: Wrong result returned expected "" but got "false"
485 PASS [["stylewithcss","true"],["bold",""]] "<table><tbody><tr data-start=1 data- end=2><td>foo<td>bar<td>baz</table>" queryCommandIndeterm("bold") after 485 PASS [["stylewithcss","true"],["bold",""]] "<table><tbody><tr data-start=1 data- end=2><td>foo<td>bar<td>baz</table>" queryCommandIndeterm("bold") after
486 PASS [["stylewithcss","true"],["bold",""]] "<table><tbody><tr data-start=1 data- end=2><td>foo<td>bar<td>baz</table>" queryCommandState("bold") after 486 PASS [["stylewithcss","true"],["bold",""]] "<table><tbody><tr data-start=1 data- end=2><td>foo<td>bar<td>baz</table>" queryCommandState("bold") after
487 FAIL [["stylewithcss","true"],["bold",""]] "<table><tbody><tr data-start=1 data- end=2><td>foo<td>bar<td>baz</table>" queryCommandValue("bold") after assert_equa ls: Wrong result returned expected "" but got "true" 487 FAIL [["stylewithcss","true"],["bold",""]] "<table><tbody><tr data-start=1 data- end=2><td>foo<td>bar<td>baz</table>" queryCommandValue("bold") after assert_equa ls: Wrong result returned expected "" but got "true"
488 PASS [["stylewithcss","false"],["bold",""]] "<table><tbody><tr data-start=1 data -end=2><td>foo<td>bar<td>baz</table>": execCommand("stylewithcss", false, "false ") return value 488 PASS [["stylewithcss","false"],["bold",""]] "<table><tbody><tr data-start=1 data -end=2><td>foo<td>bar<td>baz</table>": execCommand("stylewithcss", false, "false ") return value
489 PASS [["stylewithcss","false"],["bold",""]] "<table><tbody><tr data-start=1 data -end=2><td>foo<td>bar<td>baz</table>": execCommand("bold", false, "") return val ue 489 PASS [["stylewithcss","false"],["bold",""]] "<table><tbody><tr data-start=1 data -end=2><td>foo<td>bar<td>baz</table>": execCommand("bold", false, "") return val ue
490 PASS [["stylewithcss","false"],["bold",""]] "<table><tbody><tr data-start=1 data -end=2><td>foo<td>bar<td>baz</table>" checks for modifications to non-editable c ontent 490 PASS [["stylewithcss","false"],["bold",""]] "<table><tbody><tr data-start=1 data -end=2><td>foo<td>bar<td>baz</table>" checks for modifications to non-editable c ontent
491 PASS [["stylewithcss","false"],["bold",""]] "<table><tbody><tr data-start=1 data -end=2><td>foo<td>bar<td>baz</table>" compare innerHTML 491 PASS [["stylewithcss","false"],["bold",""]] "<table><tbody><tr data-start=1 data -end=2><td>foo<td>bar<td>baz</table>" compare innerHTML
492 PASS [["stylewithcss","false"],["bold",""]] "<table><tbody><tr data-start=1 data -end=2><td>foo<td>bar<td>baz</table>" queryCommandIndeterm("stylewithcss") befor e 492 PASS [["stylewithcss","false"],["bold",""]] "<table><tbody><tr data-start=1 data -end=2><td>foo<td>bar<td>baz</table>" queryCommandIndeterm("stylewithcss") befor e
493 PASS [["stylewithcss","false"],["bold",""]] "<table><tbody><tr data-start=1 data -end=2><td>foo<td>bar<td>baz</table>" queryCommandState("stylewithcss") before 493 PASS [["stylewithcss","false"],["bold",""]] "<table><tbody><tr data-start=1 data -end=2><td>foo<td>bar<td>baz</table>" queryCommandState("stylewithcss") before
494 FAIL [["stylewithcss","false"],["bold",""]] "<table><tbody><tr data-start=1 data -end=2><td>foo<td>bar<td>baz</table>" queryCommandValue("stylewithcss") before a ssert_equals: Wrong result returned expected "" but got "true" 494 PASS [["stylewithcss","false"],["bold",""]] "<table><tbody><tr data-start=1 data -end=2><td>foo<td>bar<td>baz</table>" queryCommandValue("stylewithcss") before
495 PASS [["stylewithcss","false"],["bold",""]] "<table><tbody><tr data-start=1 data -end=2><td>foo<td>bar<td>baz</table>" queryCommandIndeterm("stylewithcss") after 495 PASS [["stylewithcss","false"],["bold",""]] "<table><tbody><tr data-start=1 data -end=2><td>foo<td>bar<td>baz</table>" queryCommandIndeterm("stylewithcss") after
496 PASS [["stylewithcss","false"],["bold",""]] "<table><tbody><tr data-start=1 data -end=2><td>foo<td>bar<td>baz</table>" queryCommandState("stylewithcss") after 496 PASS [["stylewithcss","false"],["bold",""]] "<table><tbody><tr data-start=1 data -end=2><td>foo<td>bar<td>baz</table>" queryCommandState("stylewithcss") after
497 FAIL [["stylewithcss","false"],["bold",""]] "<table><tbody><tr data-start=1 data -end=2><td>foo<td>bar<td>baz</table>" queryCommandValue("stylewithcss") after as sert_equals: Wrong result returned expected "" but got "false" 497 PASS [["stylewithcss","false"],["bold",""]] "<table><tbody><tr data-start=1 data -end=2><td>foo<td>bar<td>baz</table>" queryCommandValue("stylewithcss") after
498 PASS [["stylewithcss","false"],["bold",""]] "<table><tbody><tr data-start=1 data -end=2><td>foo<td>bar<td>baz</table>" queryCommandIndeterm("bold") before 498 PASS [["stylewithcss","false"],["bold",""]] "<table><tbody><tr data-start=1 data -end=2><td>foo<td>bar<td>baz</table>" queryCommandIndeterm("bold") before
499 PASS [["stylewithcss","false"],["bold",""]] "<table><tbody><tr data-start=1 data -end=2><td>foo<td>bar<td>baz</table>" queryCommandState("bold") before 499 PASS [["stylewithcss","false"],["bold",""]] "<table><tbody><tr data-start=1 data -end=2><td>foo<td>bar<td>baz</table>" queryCommandState("bold") before
500 FAIL [["stylewithcss","false"],["bold",""]] "<table><tbody><tr data-start=1 data -end=2><td>foo<td>bar<td>baz</table>" queryCommandValue("bold") before assert_eq uals: Wrong result returned expected "" but got "false" 500 FAIL [["stylewithcss","false"],["bold",""]] "<table><tbody><tr data-start=1 data -end=2><td>foo<td>bar<td>baz</table>" queryCommandValue("bold") before assert_eq uals: Wrong result returned expected "" but got "false"
501 PASS [["stylewithcss","false"],["bold",""]] "<table><tbody><tr data-start=1 data -end=2><td>foo<td>bar<td>baz</table>" queryCommandIndeterm("bold") after 501 PASS [["stylewithcss","false"],["bold",""]] "<table><tbody><tr data-start=1 data -end=2><td>foo<td>bar<td>baz</table>" queryCommandIndeterm("bold") after
502 PASS [["stylewithcss","false"],["bold",""]] "<table><tbody><tr data-start=1 data -end=2><td>foo<td>bar<td>baz</table>" queryCommandState("bold") after 502 PASS [["stylewithcss","false"],["bold",""]] "<table><tbody><tr data-start=1 data -end=2><td>foo<td>bar<td>baz</table>" queryCommandState("bold") after
503 FAIL [["stylewithcss","false"],["bold",""]] "<table><tbody><tr data-start=1 data -end=2><td>foo<td>bar<td>baz</table>" queryCommandValue("bold") after assert_equ als: Wrong result returned expected "" but got "true" 503 FAIL [["stylewithcss","false"],["bold",""]] "<table><tbody><tr data-start=1 data -end=2><td>foo<td>bar<td>baz</table>" queryCommandValue("bold") after assert_equ als: Wrong result returned expected "" but got "true"
504 PASS [["stylewithcss","true"],["bold",""]] "<table><tbody><tr data-start=0 data- end=2><td>foo<td>bar<td>baz</table>": execCommand("stylewithcss", false, "true") return value 504 PASS [["stylewithcss","true"],["bold",""]] "<table><tbody><tr data-start=0 data- end=2><td>foo<td>bar<td>baz</table>": execCommand("stylewithcss", false, "true") return value
505 PASS [["stylewithcss","true"],["bold",""]] "<table><tbody><tr data-start=0 data- end=2><td>foo<td>bar<td>baz</table>": execCommand("bold", false, "") return valu e 505 PASS [["stylewithcss","true"],["bold",""]] "<table><tbody><tr data-start=0 data- end=2><td>foo<td>bar<td>baz</table>": execCommand("bold", false, "") return valu e
506 PASS [["stylewithcss","true"],["bold",""]] "<table><tbody><tr data-start=0 data- end=2><td>foo<td>bar<td>baz</table>" checks for modifications to non-editable co ntent 506 PASS [["stylewithcss","true"],["bold",""]] "<table><tbody><tr data-start=0 data- end=2><td>foo<td>bar<td>baz</table>" checks for modifications to non-editable co ntent
507 PASS [["stylewithcss","true"],["bold",""]] "<table><tbody><tr data-start=0 data- end=2><td>foo<td>bar<td>baz</table>" compare innerHTML 507 PASS [["stylewithcss","true"],["bold",""]] "<table><tbody><tr data-start=0 data- end=2><td>foo<td>bar<td>baz</table>" compare innerHTML
508 PASS [["stylewithcss","true"],["bold",""]] "<table><tbody><tr data-start=0 data- end=2><td>foo<td>bar<td>baz</table>" queryCommandIndeterm("stylewithcss") before 508 PASS [["stylewithcss","true"],["bold",""]] "<table><tbody><tr data-start=0 data- end=2><td>foo<td>bar<td>baz</table>" queryCommandIndeterm("stylewithcss") before
509 PASS [["stylewithcss","true"],["bold",""]] "<table><tbody><tr data-start=0 data- end=2><td>foo<td>bar<td>baz</table>" queryCommandState("stylewithcss") before 509 PASS [["stylewithcss","true"],["bold",""]] "<table><tbody><tr data-start=0 data- end=2><td>foo<td>bar<td>baz</table>" queryCommandState("stylewithcss") before
510 FAIL [["stylewithcss","true"],["bold",""]] "<table><tbody><tr data-start=0 data- end=2><td>foo<td>bar<td>baz</table>" queryCommandValue("stylewithcss") before as sert_equals: Wrong result returned expected "" but got "false" 510 PASS [["stylewithcss","true"],["bold",""]] "<table><tbody><tr data-start=0 data- end=2><td>foo<td>bar<td>baz</table>" queryCommandValue("stylewithcss") before
511 PASS [["stylewithcss","true"],["bold",""]] "<table><tbody><tr data-start=0 data- end=2><td>foo<td>bar<td>baz</table>" queryCommandIndeterm("stylewithcss") after 511 PASS [["stylewithcss","true"],["bold",""]] "<table><tbody><tr data-start=0 data- end=2><td>foo<td>bar<td>baz</table>" queryCommandIndeterm("stylewithcss") after
512 PASS [["stylewithcss","true"],["bold",""]] "<table><tbody><tr data-start=0 data- end=2><td>foo<td>bar<td>baz</table>" queryCommandState("stylewithcss") after 512 PASS [["stylewithcss","true"],["bold",""]] "<table><tbody><tr data-start=0 data- end=2><td>foo<td>bar<td>baz</table>" queryCommandState("stylewithcss") after
513 FAIL [["stylewithcss","true"],["bold",""]] "<table><tbody><tr data-start=0 data- end=2><td>foo<td>bar<td>baz</table>" queryCommandValue("stylewithcss") after ass ert_equals: Wrong result returned expected "" but got "true" 513 PASS [["stylewithcss","true"],["bold",""]] "<table><tbody><tr data-start=0 data- end=2><td>foo<td>bar<td>baz</table>" queryCommandValue("stylewithcss") after
514 PASS [["stylewithcss","true"],["bold",""]] "<table><tbody><tr data-start=0 data- end=2><td>foo<td>bar<td>baz</table>" queryCommandIndeterm("bold") before 514 PASS [["stylewithcss","true"],["bold",""]] "<table><tbody><tr data-start=0 data- end=2><td>foo<td>bar<td>baz</table>" queryCommandIndeterm("bold") before
515 PASS [["stylewithcss","true"],["bold",""]] "<table><tbody><tr data-start=0 data- end=2><td>foo<td>bar<td>baz</table>" queryCommandState("bold") before 515 PASS [["stylewithcss","true"],["bold",""]] "<table><tbody><tr data-start=0 data- end=2><td>foo<td>bar<td>baz</table>" queryCommandState("bold") before
516 FAIL [["stylewithcss","true"],["bold",""]] "<table><tbody><tr data-start=0 data- end=2><td>foo<td>bar<td>baz</table>" queryCommandValue("bold") before assert_equ als: Wrong result returned expected "" but got "false" 516 FAIL [["stylewithcss","true"],["bold",""]] "<table><tbody><tr data-start=0 data- end=2><td>foo<td>bar<td>baz</table>" queryCommandValue("bold") before assert_equ als: Wrong result returned expected "" but got "false"
517 PASS [["stylewithcss","true"],["bold",""]] "<table><tbody><tr data-start=0 data- end=2><td>foo<td>bar<td>baz</table>" queryCommandIndeterm("bold") after 517 PASS [["stylewithcss","true"],["bold",""]] "<table><tbody><tr data-start=0 data- end=2><td>foo<td>bar<td>baz</table>" queryCommandIndeterm("bold") after
518 PASS [["stylewithcss","true"],["bold",""]] "<table><tbody><tr data-start=0 data- end=2><td>foo<td>bar<td>baz</table>" queryCommandState("bold") after 518 PASS [["stylewithcss","true"],["bold",""]] "<table><tbody><tr data-start=0 data- end=2><td>foo<td>bar<td>baz</table>" queryCommandState("bold") after
519 FAIL [["stylewithcss","true"],["bold",""]] "<table><tbody><tr data-start=0 data- end=2><td>foo<td>bar<td>baz</table>" queryCommandValue("bold") after assert_equa ls: Wrong result returned expected "" but got "true" 519 FAIL [["stylewithcss","true"],["bold",""]] "<table><tbody><tr data-start=0 data- end=2><td>foo<td>bar<td>baz</table>" queryCommandValue("bold") after assert_equa ls: Wrong result returned expected "" but got "true"
520 PASS [["stylewithcss","false"],["bold",""]] "<table><tbody><tr data-start=0 data -end=2><td>foo<td>bar<td>baz</table>": execCommand("stylewithcss", false, "false ") return value 520 PASS [["stylewithcss","false"],["bold",""]] "<table><tbody><tr data-start=0 data -end=2><td>foo<td>bar<td>baz</table>": execCommand("stylewithcss", false, "false ") return value
521 PASS [["stylewithcss","false"],["bold",""]] "<table><tbody><tr data-start=0 data -end=2><td>foo<td>bar<td>baz</table>": execCommand("bold", false, "") return val ue 521 PASS [["stylewithcss","false"],["bold",""]] "<table><tbody><tr data-start=0 data -end=2><td>foo<td>bar<td>baz</table>": execCommand("bold", false, "") return val ue
522 PASS [["stylewithcss","false"],["bold",""]] "<table><tbody><tr data-start=0 data -end=2><td>foo<td>bar<td>baz</table>" checks for modifications to non-editable c ontent 522 PASS [["stylewithcss","false"],["bold",""]] "<table><tbody><tr data-start=0 data -end=2><td>foo<td>bar<td>baz</table>" checks for modifications to non-editable c ontent
523 PASS [["stylewithcss","false"],["bold",""]] "<table><tbody><tr data-start=0 data -end=2><td>foo<td>bar<td>baz</table>" compare innerHTML 523 PASS [["stylewithcss","false"],["bold",""]] "<table><tbody><tr data-start=0 data -end=2><td>foo<td>bar<td>baz</table>" compare innerHTML
524 PASS [["stylewithcss","false"],["bold",""]] "<table><tbody><tr data-start=0 data -end=2><td>foo<td>bar<td>baz</table>" queryCommandIndeterm("stylewithcss") befor e 524 PASS [["stylewithcss","false"],["bold",""]] "<table><tbody><tr data-start=0 data -end=2><td>foo<td>bar<td>baz</table>" queryCommandIndeterm("stylewithcss") befor e
525 PASS [["stylewithcss","false"],["bold",""]] "<table><tbody><tr data-start=0 data -end=2><td>foo<td>bar<td>baz</table>" queryCommandState("stylewithcss") before 525 PASS [["stylewithcss","false"],["bold",""]] "<table><tbody><tr data-start=0 data -end=2><td>foo<td>bar<td>baz</table>" queryCommandState("stylewithcss") before
526 FAIL [["stylewithcss","false"],["bold",""]] "<table><tbody><tr data-start=0 data -end=2><td>foo<td>bar<td>baz</table>" queryCommandValue("stylewithcss") before a ssert_equals: Wrong result returned expected "" but got "true" 526 PASS [["stylewithcss","false"],["bold",""]] "<table><tbody><tr data-start=0 data -end=2><td>foo<td>bar<td>baz</table>" queryCommandValue("stylewithcss") before
527 PASS [["stylewithcss","false"],["bold",""]] "<table><tbody><tr data-start=0 data -end=2><td>foo<td>bar<td>baz</table>" queryCommandIndeterm("stylewithcss") after 527 PASS [["stylewithcss","false"],["bold",""]] "<table><tbody><tr data-start=0 data -end=2><td>foo<td>bar<td>baz</table>" queryCommandIndeterm("stylewithcss") after
528 PASS [["stylewithcss","false"],["bold",""]] "<table><tbody><tr data-start=0 data -end=2><td>foo<td>bar<td>baz</table>" queryCommandState("stylewithcss") after 528 PASS [["stylewithcss","false"],["bold",""]] "<table><tbody><tr data-start=0 data -end=2><td>foo<td>bar<td>baz</table>" queryCommandState("stylewithcss") after
529 FAIL [["stylewithcss","false"],["bold",""]] "<table><tbody><tr data-start=0 data -end=2><td>foo<td>bar<td>baz</table>" queryCommandValue("stylewithcss") after as sert_equals: Wrong result returned expected "" but got "false" 529 PASS [["stylewithcss","false"],["bold",""]] "<table><tbody><tr data-start=0 data -end=2><td>foo<td>bar<td>baz</table>" queryCommandValue("stylewithcss") after
530 PASS [["stylewithcss","false"],["bold",""]] "<table><tbody><tr data-start=0 data -end=2><td>foo<td>bar<td>baz</table>" queryCommandIndeterm("bold") before 530 PASS [["stylewithcss","false"],["bold",""]] "<table><tbody><tr data-start=0 data -end=2><td>foo<td>bar<td>baz</table>" queryCommandIndeterm("bold") before
531 PASS [["stylewithcss","false"],["bold",""]] "<table><tbody><tr data-start=0 data -end=2><td>foo<td>bar<td>baz</table>" queryCommandState("bold") before 531 PASS [["stylewithcss","false"],["bold",""]] "<table><tbody><tr data-start=0 data -end=2><td>foo<td>bar<td>baz</table>" queryCommandState("bold") before
532 FAIL [["stylewithcss","false"],["bold",""]] "<table><tbody><tr data-start=0 data -end=2><td>foo<td>bar<td>baz</table>" queryCommandValue("bold") before assert_eq uals: Wrong result returned expected "" but got "false" 532 FAIL [["stylewithcss","false"],["bold",""]] "<table><tbody><tr data-start=0 data -end=2><td>foo<td>bar<td>baz</table>" queryCommandValue("bold") before assert_eq uals: Wrong result returned expected "" but got "false"
533 PASS [["stylewithcss","false"],["bold",""]] "<table><tbody><tr data-start=0 data -end=2><td>foo<td>bar<td>baz</table>" queryCommandIndeterm("bold") after 533 PASS [["stylewithcss","false"],["bold",""]] "<table><tbody><tr data-start=0 data -end=2><td>foo<td>bar<td>baz</table>" queryCommandIndeterm("bold") after
534 PASS [["stylewithcss","false"],["bold",""]] "<table><tbody><tr data-start=0 data -end=2><td>foo<td>bar<td>baz</table>" queryCommandState("bold") after 534 PASS [["stylewithcss","false"],["bold",""]] "<table><tbody><tr data-start=0 data -end=2><td>foo<td>bar<td>baz</table>" queryCommandState("bold") after
535 FAIL [["stylewithcss","false"],["bold",""]] "<table><tbody><tr data-start=0 data -end=2><td>foo<td>bar<td>baz</table>" queryCommandValue("bold") after assert_equ als: Wrong result returned expected "" but got "true" 535 FAIL [["stylewithcss","false"],["bold",""]] "<table><tbody><tr data-start=0 data -end=2><td>foo<td>bar<td>baz</table>" queryCommandValue("bold") after assert_equ als: Wrong result returned expected "" but got "true"
536 PASS [["stylewithcss","true"],["bold",""]] "<table><tbody data-start=0 data-end= 1><tr><td>foo<td>bar<td>baz</table>": execCommand("stylewithcss", false, "true") return value 536 PASS [["stylewithcss","true"],["bold",""]] "<table><tbody data-start=0 data-end= 1><tr><td>foo<td>bar<td>baz</table>": execCommand("stylewithcss", false, "true") return value
537 PASS [["stylewithcss","true"],["bold",""]] "<table><tbody data-start=0 data-end= 1><tr><td>foo<td>bar<td>baz</table>": execCommand("bold", false, "") return valu e 537 PASS [["stylewithcss","true"],["bold",""]] "<table><tbody data-start=0 data-end= 1><tr><td>foo<td>bar<td>baz</table>": execCommand("bold", false, "") return valu e
538 PASS [["stylewithcss","true"],["bold",""]] "<table><tbody data-start=0 data-end= 1><tr><td>foo<td>bar<td>baz</table>" checks for modifications to non-editable co ntent 538 PASS [["stylewithcss","true"],["bold",""]] "<table><tbody data-start=0 data-end= 1><tr><td>foo<td>bar<td>baz</table>" checks for modifications to non-editable co ntent
539 PASS [["stylewithcss","true"],["bold",""]] "<table><tbody data-start=0 data-end= 1><tr><td>foo<td>bar<td>baz</table>" compare innerHTML 539 PASS [["stylewithcss","true"],["bold",""]] "<table><tbody data-start=0 data-end= 1><tr><td>foo<td>bar<td>baz</table>" compare innerHTML
540 PASS [["stylewithcss","true"],["bold",""]] "<table><tbody data-start=0 data-end= 1><tr><td>foo<td>bar<td>baz</table>" queryCommandIndeterm("stylewithcss") before 540 PASS [["stylewithcss","true"],["bold",""]] "<table><tbody data-start=0 data-end= 1><tr><td>foo<td>bar<td>baz</table>" queryCommandIndeterm("stylewithcss") before
541 PASS [["stylewithcss","true"],["bold",""]] "<table><tbody data-start=0 data-end= 1><tr><td>foo<td>bar<td>baz</table>" queryCommandState("stylewithcss") before 541 PASS [["stylewithcss","true"],["bold",""]] "<table><tbody data-start=0 data-end= 1><tr><td>foo<td>bar<td>baz</table>" queryCommandState("stylewithcss") before
542 FAIL [["stylewithcss","true"],["bold",""]] "<table><tbody data-start=0 data-end= 1><tr><td>foo<td>bar<td>baz</table>" queryCommandValue("stylewithcss") before as sert_equals: Wrong result returned expected "" but got "false" 542 PASS [["stylewithcss","true"],["bold",""]] "<table><tbody data-start=0 data-end= 1><tr><td>foo<td>bar<td>baz</table>" queryCommandValue("stylewithcss") before
543 PASS [["stylewithcss","true"],["bold",""]] "<table><tbody data-start=0 data-end= 1><tr><td>foo<td>bar<td>baz</table>" queryCommandIndeterm("stylewithcss") after 543 PASS [["stylewithcss","true"],["bold",""]] "<table><tbody data-start=0 data-end= 1><tr><td>foo<td>bar<td>baz</table>" queryCommandIndeterm("stylewithcss") after
544 PASS [["stylewithcss","true"],["bold",""]] "<table><tbody data-start=0 data-end= 1><tr><td>foo<td>bar<td>baz</table>" queryCommandState("stylewithcss") after 544 PASS [["stylewithcss","true"],["bold",""]] "<table><tbody data-start=0 data-end= 1><tr><td>foo<td>bar<td>baz</table>" queryCommandState("stylewithcss") after
545 FAIL [["stylewithcss","true"],["bold",""]] "<table><tbody data-start=0 data-end= 1><tr><td>foo<td>bar<td>baz</table>" queryCommandValue("stylewithcss") after ass ert_equals: Wrong result returned expected "" but got "true" 545 PASS [["stylewithcss","true"],["bold",""]] "<table><tbody data-start=0 data-end= 1><tr><td>foo<td>bar<td>baz</table>" queryCommandValue("stylewithcss") after
546 PASS [["stylewithcss","true"],["bold",""]] "<table><tbody data-start=0 data-end= 1><tr><td>foo<td>bar<td>baz</table>" queryCommandIndeterm("bold") before 546 PASS [["stylewithcss","true"],["bold",""]] "<table><tbody data-start=0 data-end= 1><tr><td>foo<td>bar<td>baz</table>" queryCommandIndeterm("bold") before
547 PASS [["stylewithcss","true"],["bold",""]] "<table><tbody data-start=0 data-end= 1><tr><td>foo<td>bar<td>baz</table>" queryCommandState("bold") before 547 PASS [["stylewithcss","true"],["bold",""]] "<table><tbody data-start=0 data-end= 1><tr><td>foo<td>bar<td>baz</table>" queryCommandState("bold") before
548 FAIL [["stylewithcss","true"],["bold",""]] "<table><tbody data-start=0 data-end= 1><tr><td>foo<td>bar<td>baz</table>" queryCommandValue("bold") before assert_equ als: Wrong result returned expected "" but got "false" 548 FAIL [["stylewithcss","true"],["bold",""]] "<table><tbody data-start=0 data-end= 1><tr><td>foo<td>bar<td>baz</table>" queryCommandValue("bold") before assert_equ als: Wrong result returned expected "" but got "false"
549 PASS [["stylewithcss","true"],["bold",""]] "<table><tbody data-start=0 data-end= 1><tr><td>foo<td>bar<td>baz</table>" queryCommandIndeterm("bold") after 549 PASS [["stylewithcss","true"],["bold",""]] "<table><tbody data-start=0 data-end= 1><tr><td>foo<td>bar<td>baz</table>" queryCommandIndeterm("bold") after
550 PASS [["stylewithcss","true"],["bold",""]] "<table><tbody data-start=0 data-end= 1><tr><td>foo<td>bar<td>baz</table>" queryCommandState("bold") after 550 PASS [["stylewithcss","true"],["bold",""]] "<table><tbody data-start=0 data-end= 1><tr><td>foo<td>bar<td>baz</table>" queryCommandState("bold") after
551 FAIL [["stylewithcss","true"],["bold",""]] "<table><tbody data-start=0 data-end= 1><tr><td>foo<td>bar<td>baz</table>" queryCommandValue("bold") after assert_equa ls: Wrong result returned expected "" but got "true" 551 FAIL [["stylewithcss","true"],["bold",""]] "<table><tbody data-start=0 data-end= 1><tr><td>foo<td>bar<td>baz</table>" queryCommandValue("bold") after assert_equa ls: Wrong result returned expected "" but got "true"
552 PASS [["stylewithcss","false"],["bold",""]] "<table><tbody data-start=0 data-end =1><tr><td>foo<td>bar<td>baz</table>": execCommand("stylewithcss", false, "false ") return value 552 PASS [["stylewithcss","false"],["bold",""]] "<table><tbody data-start=0 data-end =1><tr><td>foo<td>bar<td>baz</table>": execCommand("stylewithcss", false, "false ") return value
553 PASS [["stylewithcss","false"],["bold",""]] "<table><tbody data-start=0 data-end =1><tr><td>foo<td>bar<td>baz</table>": execCommand("bold", false, "") return val ue 553 PASS [["stylewithcss","false"],["bold",""]] "<table><tbody data-start=0 data-end =1><tr><td>foo<td>bar<td>baz</table>": execCommand("bold", false, "") return val ue
554 PASS [["stylewithcss","false"],["bold",""]] "<table><tbody data-start=0 data-end =1><tr><td>foo<td>bar<td>baz</table>" checks for modifications to non-editable c ontent 554 PASS [["stylewithcss","false"],["bold",""]] "<table><tbody data-start=0 data-end =1><tr><td>foo<td>bar<td>baz</table>" checks for modifications to non-editable c ontent
555 PASS [["stylewithcss","false"],["bold",""]] "<table><tbody data-start=0 data-end =1><tr><td>foo<td>bar<td>baz</table>" compare innerHTML 555 PASS [["stylewithcss","false"],["bold",""]] "<table><tbody data-start=0 data-end =1><tr><td>foo<td>bar<td>baz</table>" compare innerHTML
556 PASS [["stylewithcss","false"],["bold",""]] "<table><tbody data-start=0 data-end =1><tr><td>foo<td>bar<td>baz</table>" queryCommandIndeterm("stylewithcss") befor e 556 PASS [["stylewithcss","false"],["bold",""]] "<table><tbody data-start=0 data-end =1><tr><td>foo<td>bar<td>baz</table>" queryCommandIndeterm("stylewithcss") befor e
557 PASS [["stylewithcss","false"],["bold",""]] "<table><tbody data-start=0 data-end =1><tr><td>foo<td>bar<td>baz</table>" queryCommandState("stylewithcss") before 557 PASS [["stylewithcss","false"],["bold",""]] "<table><tbody data-start=0 data-end =1><tr><td>foo<td>bar<td>baz</table>" queryCommandState("stylewithcss") before
558 FAIL [["stylewithcss","false"],["bold",""]] "<table><tbody data-start=0 data-end =1><tr><td>foo<td>bar<td>baz</table>" queryCommandValue("stylewithcss") before a ssert_equals: Wrong result returned expected "" but got "true" 558 PASS [["stylewithcss","false"],["bold",""]] "<table><tbody data-start=0 data-end =1><tr><td>foo<td>bar<td>baz</table>" queryCommandValue("stylewithcss") before
559 PASS [["stylewithcss","false"],["bold",""]] "<table><tbody data-start=0 data-end =1><tr><td>foo<td>bar<td>baz</table>" queryCommandIndeterm("stylewithcss") after 559 PASS [["stylewithcss","false"],["bold",""]] "<table><tbody data-start=0 data-end =1><tr><td>foo<td>bar<td>baz</table>" queryCommandIndeterm("stylewithcss") after
560 PASS [["stylewithcss","false"],["bold",""]] "<table><tbody data-start=0 data-end =1><tr><td>foo<td>bar<td>baz</table>" queryCommandState("stylewithcss") after 560 PASS [["stylewithcss","false"],["bold",""]] "<table><tbody data-start=0 data-end =1><tr><td>foo<td>bar<td>baz</table>" queryCommandState("stylewithcss") after
561 FAIL [["stylewithcss","false"],["bold",""]] "<table><tbody data-start=0 data-end =1><tr><td>foo<td>bar<td>baz</table>" queryCommandValue("stylewithcss") after as sert_equals: Wrong result returned expected "" but got "false" 561 PASS [["stylewithcss","false"],["bold",""]] "<table><tbody data-start=0 data-end =1><tr><td>foo<td>bar<td>baz</table>" queryCommandValue("stylewithcss") after
562 PASS [["stylewithcss","false"],["bold",""]] "<table><tbody data-start=0 data-end =1><tr><td>foo<td>bar<td>baz</table>" queryCommandIndeterm("bold") before 562 PASS [["stylewithcss","false"],["bold",""]] "<table><tbody data-start=0 data-end =1><tr><td>foo<td>bar<td>baz</table>" queryCommandIndeterm("bold") before
563 PASS [["stylewithcss","false"],["bold",""]] "<table><tbody data-start=0 data-end =1><tr><td>foo<td>bar<td>baz</table>" queryCommandState("bold") before 563 PASS [["stylewithcss","false"],["bold",""]] "<table><tbody data-start=0 data-end =1><tr><td>foo<td>bar<td>baz</table>" queryCommandState("bold") before
564 FAIL [["stylewithcss","false"],["bold",""]] "<table><tbody data-start=0 data-end =1><tr><td>foo<td>bar<td>baz</table>" queryCommandValue("bold") before assert_eq uals: Wrong result returned expected "" but got "false" 564 FAIL [["stylewithcss","false"],["bold",""]] "<table><tbody data-start=0 data-end =1><tr><td>foo<td>bar<td>baz</table>" queryCommandValue("bold") before assert_eq uals: Wrong result returned expected "" but got "false"
565 PASS [["stylewithcss","false"],["bold",""]] "<table><tbody data-start=0 data-end =1><tr><td>foo<td>bar<td>baz</table>" queryCommandIndeterm("bold") after 565 PASS [["stylewithcss","false"],["bold",""]] "<table><tbody data-start=0 data-end =1><tr><td>foo<td>bar<td>baz</table>" queryCommandIndeterm("bold") after
566 PASS [["stylewithcss","false"],["bold",""]] "<table><tbody data-start=0 data-end =1><tr><td>foo<td>bar<td>baz</table>" queryCommandState("bold") after 566 PASS [["stylewithcss","false"],["bold",""]] "<table><tbody data-start=0 data-end =1><tr><td>foo<td>bar<td>baz</table>" queryCommandState("bold") after
567 FAIL [["stylewithcss","false"],["bold",""]] "<table><tbody data-start=0 data-end =1><tr><td>foo<td>bar<td>baz</table>" queryCommandValue("bold") after assert_equ als: Wrong result returned expected "" but got "true" 567 FAIL [["stylewithcss","false"],["bold",""]] "<table><tbody data-start=0 data-end =1><tr><td>foo<td>bar<td>baz</table>" queryCommandValue("bold") after assert_equ als: Wrong result returned expected "" but got "true"
568 PASS [["stylewithcss","true"],["bold",""]] "<table data-start=0 data-end=1><tbod y><tr><td>foo<td>bar<td>baz</table>": execCommand("stylewithcss", false, "true") return value 568 PASS [["stylewithcss","true"],["bold",""]] "<table data-start=0 data-end=1><tbod y><tr><td>foo<td>bar<td>baz</table>": execCommand("stylewithcss", false, "true") return value
569 PASS [["stylewithcss","true"],["bold",""]] "<table data-start=0 data-end=1><tbod y><tr><td>foo<td>bar<td>baz</table>": execCommand("bold", false, "") return valu e 569 PASS [["stylewithcss","true"],["bold",""]] "<table data-start=0 data-end=1><tbod y><tr><td>foo<td>bar<td>baz</table>": execCommand("bold", false, "") return valu e
570 PASS [["stylewithcss","true"],["bold",""]] "<table data-start=0 data-end=1><tbod y><tr><td>foo<td>bar<td>baz</table>" checks for modifications to non-editable co ntent 570 PASS [["stylewithcss","true"],["bold",""]] "<table data-start=0 data-end=1><tbod y><tr><td>foo<td>bar<td>baz</table>" checks for modifications to non-editable co ntent
571 PASS [["stylewithcss","true"],["bold",""]] "<table data-start=0 data-end=1><tbod y><tr><td>foo<td>bar<td>baz</table>" compare innerHTML 571 PASS [["stylewithcss","true"],["bold",""]] "<table data-start=0 data-end=1><tbod y><tr><td>foo<td>bar<td>baz</table>" compare innerHTML
572 PASS [["stylewithcss","true"],["bold",""]] "<table data-start=0 data-end=1><tbod y><tr><td>foo<td>bar<td>baz</table>" queryCommandIndeterm("stylewithcss") before 572 PASS [["stylewithcss","true"],["bold",""]] "<table data-start=0 data-end=1><tbod y><tr><td>foo<td>bar<td>baz</table>" queryCommandIndeterm("stylewithcss") before
573 PASS [["stylewithcss","true"],["bold",""]] "<table data-start=0 data-end=1><tbod y><tr><td>foo<td>bar<td>baz</table>" queryCommandState("stylewithcss") before 573 PASS [["stylewithcss","true"],["bold",""]] "<table data-start=0 data-end=1><tbod y><tr><td>foo<td>bar<td>baz</table>" queryCommandState("stylewithcss") before
574 FAIL [["stylewithcss","true"],["bold",""]] "<table data-start=0 data-end=1><tbod y><tr><td>foo<td>bar<td>baz</table>" queryCommandValue("stylewithcss") before as sert_equals: Wrong result returned expected "" but got "false" 574 PASS [["stylewithcss","true"],["bold",""]] "<table data-start=0 data-end=1><tbod y><tr><td>foo<td>bar<td>baz</table>" queryCommandValue("stylewithcss") before
575 PASS [["stylewithcss","true"],["bold",""]] "<table data-start=0 data-end=1><tbod y><tr><td>foo<td>bar<td>baz</table>" queryCommandIndeterm("stylewithcss") after 575 PASS [["stylewithcss","true"],["bold",""]] "<table data-start=0 data-end=1><tbod y><tr><td>foo<td>bar<td>baz</table>" queryCommandIndeterm("stylewithcss") after
576 PASS [["stylewithcss","true"],["bold",""]] "<table data-start=0 data-end=1><tbod y><tr><td>foo<td>bar<td>baz</table>" queryCommandState("stylewithcss") after 576 PASS [["stylewithcss","true"],["bold",""]] "<table data-start=0 data-end=1><tbod y><tr><td>foo<td>bar<td>baz</table>" queryCommandState("stylewithcss") after
577 FAIL [["stylewithcss","true"],["bold",""]] "<table data-start=0 data-end=1><tbod y><tr><td>foo<td>bar<td>baz</table>" queryCommandValue("stylewithcss") after ass ert_equals: Wrong result returned expected "" but got "true" 577 PASS [["stylewithcss","true"],["bold",""]] "<table data-start=0 data-end=1><tbod y><tr><td>foo<td>bar<td>baz</table>" queryCommandValue("stylewithcss") after
578 PASS [["stylewithcss","true"],["bold",""]] "<table data-start=0 data-end=1><tbod y><tr><td>foo<td>bar<td>baz</table>" queryCommandIndeterm("bold") before 578 PASS [["stylewithcss","true"],["bold",""]] "<table data-start=0 data-end=1><tbod y><tr><td>foo<td>bar<td>baz</table>" queryCommandIndeterm("bold") before
579 PASS [["stylewithcss","true"],["bold",""]] "<table data-start=0 data-end=1><tbod y><tr><td>foo<td>bar<td>baz</table>" queryCommandState("bold") before 579 PASS [["stylewithcss","true"],["bold",""]] "<table data-start=0 data-end=1><tbod y><tr><td>foo<td>bar<td>baz</table>" queryCommandState("bold") before
580 FAIL [["stylewithcss","true"],["bold",""]] "<table data-start=0 data-end=1><tbod y><tr><td>foo<td>bar<td>baz</table>" queryCommandValue("bold") before assert_equ als: Wrong result returned expected "" but got "false" 580 FAIL [["stylewithcss","true"],["bold",""]] "<table data-start=0 data-end=1><tbod y><tr><td>foo<td>bar<td>baz</table>" queryCommandValue("bold") before assert_equ als: Wrong result returned expected "" but got "false"
581 PASS [["stylewithcss","true"],["bold",""]] "<table data-start=0 data-end=1><tbod y><tr><td>foo<td>bar<td>baz</table>" queryCommandIndeterm("bold") after 581 PASS [["stylewithcss","true"],["bold",""]] "<table data-start=0 data-end=1><tbod y><tr><td>foo<td>bar<td>baz</table>" queryCommandIndeterm("bold") after
582 FAIL [["stylewithcss","true"],["bold",""]] "<table data-start=0 data-end=1><tbod y><tr><td>foo<td>bar<td>baz</table>" queryCommandState("bold") after assert_equa ls: Wrong result returned expected true but got false 582 FAIL [["stylewithcss","true"],["bold",""]] "<table data-start=0 data-end=1><tbod y><tr><td>foo<td>bar<td>baz</table>" queryCommandState("bold") after assert_equa ls: Wrong result returned expected true but got false
583 FAIL [["stylewithcss","true"],["bold",""]] "<table data-start=0 data-end=1><tbod y><tr><td>foo<td>bar<td>baz</table>" queryCommandValue("bold") after assert_equa ls: Wrong result returned expected "" but got "false" 583 FAIL [["stylewithcss","true"],["bold",""]] "<table data-start=0 data-end=1><tbod y><tr><td>foo<td>bar<td>baz</table>" queryCommandValue("bold") after assert_equa ls: Wrong result returned expected "" but got "false"
584 PASS [["stylewithcss","false"],["bold",""]] "<table data-start=0 data-end=1><tbo dy><tr><td>foo<td>bar<td>baz</table>": execCommand("stylewithcss", false, "false ") return value 584 PASS [["stylewithcss","false"],["bold",""]] "<table data-start=0 data-end=1><tbo dy><tr><td>foo<td>bar<td>baz</table>": execCommand("stylewithcss", false, "false ") return value
585 PASS [["stylewithcss","false"],["bold",""]] "<table data-start=0 data-end=1><tbo dy><tr><td>foo<td>bar<td>baz</table>": execCommand("bold", false, "") return val ue 585 PASS [["stylewithcss","false"],["bold",""]] "<table data-start=0 data-end=1><tbo dy><tr><td>foo<td>bar<td>baz</table>": execCommand("bold", false, "") return val ue
586 PASS [["stylewithcss","false"],["bold",""]] "<table data-start=0 data-end=1><tbo dy><tr><td>foo<td>bar<td>baz</table>" checks for modifications to non-editable c ontent 586 PASS [["stylewithcss","false"],["bold",""]] "<table data-start=0 data-end=1><tbo dy><tr><td>foo<td>bar<td>baz</table>" checks for modifications to non-editable c ontent
587 PASS [["stylewithcss","false"],["bold",""]] "<table data-start=0 data-end=1><tbo dy><tr><td>foo<td>bar<td>baz</table>" compare innerHTML 587 PASS [["stylewithcss","false"],["bold",""]] "<table data-start=0 data-end=1><tbo dy><tr><td>foo<td>bar<td>baz</table>" compare innerHTML
588 PASS [["stylewithcss","false"],["bold",""]] "<table data-start=0 data-end=1><tbo dy><tr><td>foo<td>bar<td>baz</table>" queryCommandIndeterm("stylewithcss") befor e 588 PASS [["stylewithcss","false"],["bold",""]] "<table data-start=0 data-end=1><tbo dy><tr><td>foo<td>bar<td>baz</table>" queryCommandIndeterm("stylewithcss") befor e
589 PASS [["stylewithcss","false"],["bold",""]] "<table data-start=0 data-end=1><tbo dy><tr><td>foo<td>bar<td>baz</table>" queryCommandState("stylewithcss") before 589 PASS [["stylewithcss","false"],["bold",""]] "<table data-start=0 data-end=1><tbo dy><tr><td>foo<td>bar<td>baz</table>" queryCommandState("stylewithcss") before
590 FAIL [["stylewithcss","false"],["bold",""]] "<table data-start=0 data-end=1><tbo dy><tr><td>foo<td>bar<td>baz</table>" queryCommandValue("stylewithcss") before a ssert_equals: Wrong result returned expected "" but got "true" 590 PASS [["stylewithcss","false"],["bold",""]] "<table data-start=0 data-end=1><tbo dy><tr><td>foo<td>bar<td>baz</table>" queryCommandValue("stylewithcss") before
591 PASS [["stylewithcss","false"],["bold",""]] "<table data-start=0 data-end=1><tbo dy><tr><td>foo<td>bar<td>baz</table>" queryCommandIndeterm("stylewithcss") after 591 PASS [["stylewithcss","false"],["bold",""]] "<table data-start=0 data-end=1><tbo dy><tr><td>foo<td>bar<td>baz</table>" queryCommandIndeterm("stylewithcss") after
592 PASS [["stylewithcss","false"],["bold",""]] "<table data-start=0 data-end=1><tbo dy><tr><td>foo<td>bar<td>baz</table>" queryCommandState("stylewithcss") after 592 PASS [["stylewithcss","false"],["bold",""]] "<table data-start=0 data-end=1><tbo dy><tr><td>foo<td>bar<td>baz</table>" queryCommandState("stylewithcss") after
593 FAIL [["stylewithcss","false"],["bold",""]] "<table data-start=0 data-end=1><tbo dy><tr><td>foo<td>bar<td>baz</table>" queryCommandValue("stylewithcss") after as sert_equals: Wrong result returned expected "" but got "false" 593 PASS [["stylewithcss","false"],["bold",""]] "<table data-start=0 data-end=1><tbo dy><tr><td>foo<td>bar<td>baz</table>" queryCommandValue("stylewithcss") after
594 PASS [["stylewithcss","false"],["bold",""]] "<table data-start=0 data-end=1><tbo dy><tr><td>foo<td>bar<td>baz</table>" queryCommandIndeterm("bold") before 594 PASS [["stylewithcss","false"],["bold",""]] "<table data-start=0 data-end=1><tbo dy><tr><td>foo<td>bar<td>baz</table>" queryCommandIndeterm("bold") before
595 PASS [["stylewithcss","false"],["bold",""]] "<table data-start=0 data-end=1><tbo dy><tr><td>foo<td>bar<td>baz</table>" queryCommandState("bold") before 595 PASS [["stylewithcss","false"],["bold",""]] "<table data-start=0 data-end=1><tbo dy><tr><td>foo<td>bar<td>baz</table>" queryCommandState("bold") before
596 FAIL [["stylewithcss","false"],["bold",""]] "<table data-start=0 data-end=1><tbo dy><tr><td>foo<td>bar<td>baz</table>" queryCommandValue("bold") before assert_eq uals: Wrong result returned expected "" but got "false" 596 FAIL [["stylewithcss","false"],["bold",""]] "<table data-start=0 data-end=1><tbo dy><tr><td>foo<td>bar<td>baz</table>" queryCommandValue("bold") before assert_eq uals: Wrong result returned expected "" but got "false"
597 PASS [["stylewithcss","false"],["bold",""]] "<table data-start=0 data-end=1><tbo dy><tr><td>foo<td>bar<td>baz</table>" queryCommandIndeterm("bold") after 597 PASS [["stylewithcss","false"],["bold",""]] "<table data-start=0 data-end=1><tbo dy><tr><td>foo<td>bar<td>baz</table>" queryCommandIndeterm("bold") after
598 FAIL [["stylewithcss","false"],["bold",""]] "<table data-start=0 data-end=1><tbo dy><tr><td>foo<td>bar<td>baz</table>" queryCommandState("bold") after assert_equ als: Wrong result returned expected true but got false 598 FAIL [["stylewithcss","false"],["bold",""]] "<table data-start=0 data-end=1><tbo dy><tr><td>foo<td>bar<td>baz</table>" queryCommandState("bold") after assert_equ als: Wrong result returned expected true but got false
599 FAIL [["stylewithcss","false"],["bold",""]] "<table data-start=0 data-end=1><tbo dy><tr><td>foo<td>bar<td>baz</table>" queryCommandValue("bold") after assert_equ als: Wrong result returned expected "" but got "false" 599 FAIL [["stylewithcss","false"],["bold",""]] "<table data-start=0 data-end=1><tbo dy><tr><td>foo<td>bar<td>baz</table>" queryCommandValue("bold") after assert_equ als: Wrong result returned expected "" but got "false"
600 PASS [["stylewithcss","true"],["bold",""]] "{<table><tr><td>foo<td>bar<td>baz</t able>}": execCommand("stylewithcss", false, "true") return value 600 PASS [["stylewithcss","true"],["bold",""]] "{<table><tr><td>foo<td>bar<td>baz</t able>}": execCommand("stylewithcss", false, "true") return value
601 PASS [["stylewithcss","true"],["bold",""]] "{<table><tr><td>foo<td>bar<td>baz</t able>}": execCommand("bold", false, "") return value 601 PASS [["stylewithcss","true"],["bold",""]] "{<table><tr><td>foo<td>bar<td>baz</t able>}": execCommand("bold", false, "") return value
602 PASS [["stylewithcss","true"],["bold",""]] "{<table><tr><td>foo<td>bar<td>baz</t able>}" checks for modifications to non-editable content 602 PASS [["stylewithcss","true"],["bold",""]] "{<table><tr><td>foo<td>bar<td>baz</t able>}" checks for modifications to non-editable content
603 PASS [["stylewithcss","true"],["bold",""]] "{<table><tr><td>foo<td>bar<td>baz</t able>}" compare innerHTML 603 PASS [["stylewithcss","true"],["bold",""]] "{<table><tr><td>foo<td>bar<td>baz</t able>}" compare innerHTML
604 PASS [["stylewithcss","true"],["bold",""]] "{<table><tr><td>foo<td>bar<td>baz</t able>}" queryCommandIndeterm("stylewithcss") before 604 PASS [["stylewithcss","true"],["bold",""]] "{<table><tr><td>foo<td>bar<td>baz</t able>}" queryCommandIndeterm("stylewithcss") before
605 PASS [["stylewithcss","true"],["bold",""]] "{<table><tr><td>foo<td>bar<td>baz</t able>}" queryCommandState("stylewithcss") before 605 PASS [["stylewithcss","true"],["bold",""]] "{<table><tr><td>foo<td>bar<td>baz</t able>}" queryCommandState("stylewithcss") before
606 FAIL [["stylewithcss","true"],["bold",""]] "{<table><tr><td>foo<td>bar<td>baz</t able>}" queryCommandValue("stylewithcss") before assert_equals: Wrong result ret urned expected "" but got "false" 606 PASS [["stylewithcss","true"],["bold",""]] "{<table><tr><td>foo<td>bar<td>baz</t able>}" queryCommandValue("stylewithcss") before
607 PASS [["stylewithcss","true"],["bold",""]] "{<table><tr><td>foo<td>bar<td>baz</t able>}" queryCommandIndeterm("stylewithcss") after 607 PASS [["stylewithcss","true"],["bold",""]] "{<table><tr><td>foo<td>bar<td>baz</t able>}" queryCommandIndeterm("stylewithcss") after
608 PASS [["stylewithcss","true"],["bold",""]] "{<table><tr><td>foo<td>bar<td>baz</t able>}" queryCommandState("stylewithcss") after 608 PASS [["stylewithcss","true"],["bold",""]] "{<table><tr><td>foo<td>bar<td>baz</t able>}" queryCommandState("stylewithcss") after
609 FAIL [["stylewithcss","true"],["bold",""]] "{<table><tr><td>foo<td>bar<td>baz</t able>}" queryCommandValue("stylewithcss") after assert_equals: Wrong result retu rned expected "" but got "true" 609 PASS [["stylewithcss","true"],["bold",""]] "{<table><tr><td>foo<td>bar<td>baz</t able>}" queryCommandValue("stylewithcss") after
610 PASS [["stylewithcss","true"],["bold",""]] "{<table><tr><td>foo<td>bar<td>baz</t able>}" queryCommandIndeterm("bold") before 610 PASS [["stylewithcss","true"],["bold",""]] "{<table><tr><td>foo<td>bar<td>baz</t able>}" queryCommandIndeterm("bold") before
611 PASS [["stylewithcss","true"],["bold",""]] "{<table><tr><td>foo<td>bar<td>baz</t able>}" queryCommandState("bold") before 611 PASS [["stylewithcss","true"],["bold",""]] "{<table><tr><td>foo<td>bar<td>baz</t able>}" queryCommandState("bold") before
612 FAIL [["stylewithcss","true"],["bold",""]] "{<table><tr><td>foo<td>bar<td>baz</t able>}" queryCommandValue("bold") before assert_equals: Wrong result returned ex pected "" but got "false" 612 FAIL [["stylewithcss","true"],["bold",""]] "{<table><tr><td>foo<td>bar<td>baz</t able>}" queryCommandValue("bold") before assert_equals: Wrong result returned ex pected "" but got "false"
613 PASS [["stylewithcss","true"],["bold",""]] "{<table><tr><td>foo<td>bar<td>baz</t able>}" queryCommandIndeterm("bold") after 613 PASS [["stylewithcss","true"],["bold",""]] "{<table><tr><td>foo<td>bar<td>baz</t able>}" queryCommandIndeterm("bold") after
614 FAIL [["stylewithcss","true"],["bold",""]] "{<table><tr><td>foo<td>bar<td>baz</t able>}" queryCommandState("bold") after assert_equals: Wrong result returned exp ected true but got false 614 FAIL [["stylewithcss","true"],["bold",""]] "{<table><tr><td>foo<td>bar<td>baz</t able>}" queryCommandState("bold") after assert_equals: Wrong result returned exp ected true but got false
615 FAIL [["stylewithcss","true"],["bold",""]] "{<table><tr><td>foo<td>bar<td>baz</t able>}" queryCommandValue("bold") after assert_equals: Wrong result returned exp ected "" but got "false" 615 FAIL [["stylewithcss","true"],["bold",""]] "{<table><tr><td>foo<td>bar<td>baz</t able>}" queryCommandValue("bold") after assert_equals: Wrong result returned exp ected "" but got "false"
616 PASS [["stylewithcss","false"],["bold",""]] "{<table><tr><td>foo<td>bar<td>baz</ table>}": execCommand("stylewithcss", false, "false") return value 616 PASS [["stylewithcss","false"],["bold",""]] "{<table><tr><td>foo<td>bar<td>baz</ table>}": execCommand("stylewithcss", false, "false") return value
617 PASS [["stylewithcss","false"],["bold",""]] "{<table><tr><td>foo<td>bar<td>baz</ table>}": execCommand("bold", false, "") return value 617 PASS [["stylewithcss","false"],["bold",""]] "{<table><tr><td>foo<td>bar<td>baz</ table>}": execCommand("bold", false, "") return value
618 PASS [["stylewithcss","false"],["bold",""]] "{<table><tr><td>foo<td>bar<td>baz</ table>}" checks for modifications to non-editable content 618 PASS [["stylewithcss","false"],["bold",""]] "{<table><tr><td>foo<td>bar<td>baz</ table>}" checks for modifications to non-editable content
619 PASS [["stylewithcss","false"],["bold",""]] "{<table><tr><td>foo<td>bar<td>baz</ table>}" compare innerHTML 619 PASS [["stylewithcss","false"],["bold",""]] "{<table><tr><td>foo<td>bar<td>baz</ table>}" compare innerHTML
620 PASS [["stylewithcss","false"],["bold",""]] "{<table><tr><td>foo<td>bar<td>baz</ table>}" queryCommandIndeterm("stylewithcss") before 620 PASS [["stylewithcss","false"],["bold",""]] "{<table><tr><td>foo<td>bar<td>baz</ table>}" queryCommandIndeterm("stylewithcss") before
621 PASS [["stylewithcss","false"],["bold",""]] "{<table><tr><td>foo<td>bar<td>baz</ table>}" queryCommandState("stylewithcss") before 621 PASS [["stylewithcss","false"],["bold",""]] "{<table><tr><td>foo<td>bar<td>baz</ table>}" queryCommandState("stylewithcss") before
622 FAIL [["stylewithcss","false"],["bold",""]] "{<table><tr><td>foo<td>bar<td>baz</ table>}" queryCommandValue("stylewithcss") before assert_equals: Wrong result re turned expected "" but got "true" 622 PASS [["stylewithcss","false"],["bold",""]] "{<table><tr><td>foo<td>bar<td>baz</ table>}" queryCommandValue("stylewithcss") before
623 PASS [["stylewithcss","false"],["bold",""]] "{<table><tr><td>foo<td>bar<td>baz</ table>}" queryCommandIndeterm("stylewithcss") after 623 PASS [["stylewithcss","false"],["bold",""]] "{<table><tr><td>foo<td>bar<td>baz</ table>}" queryCommandIndeterm("stylewithcss") after
624 PASS [["stylewithcss","false"],["bold",""]] "{<table><tr><td>foo<td>bar<td>baz</ table>}" queryCommandState("stylewithcss") after 624 PASS [["stylewithcss","false"],["bold",""]] "{<table><tr><td>foo<td>bar<td>baz</ table>}" queryCommandState("stylewithcss") after
625 FAIL [["stylewithcss","false"],["bold",""]] "{<table><tr><td>foo<td>bar<td>baz</ table>}" queryCommandValue("stylewithcss") after assert_equals: Wrong result ret urned expected "" but got "false" 625 PASS [["stylewithcss","false"],["bold",""]] "{<table><tr><td>foo<td>bar<td>baz</ table>}" queryCommandValue("stylewithcss") after
626 PASS [["stylewithcss","false"],["bold",""]] "{<table><tr><td>foo<td>bar<td>baz</ table>}" queryCommandIndeterm("bold") before 626 PASS [["stylewithcss","false"],["bold",""]] "{<table><tr><td>foo<td>bar<td>baz</ table>}" queryCommandIndeterm("bold") before
627 PASS [["stylewithcss","false"],["bold",""]] "{<table><tr><td>foo<td>bar<td>baz</ table>}" queryCommandState("bold") before 627 PASS [["stylewithcss","false"],["bold",""]] "{<table><tr><td>foo<td>bar<td>baz</ table>}" queryCommandState("bold") before
628 FAIL [["stylewithcss","false"],["bold",""]] "{<table><tr><td>foo<td>bar<td>baz</ table>}" queryCommandValue("bold") before assert_equals: Wrong result returned e xpected "" but got "false" 628 FAIL [["stylewithcss","false"],["bold",""]] "{<table><tr><td>foo<td>bar<td>baz</ table>}" queryCommandValue("bold") before assert_equals: Wrong result returned e xpected "" but got "false"
629 PASS [["stylewithcss","false"],["bold",""]] "{<table><tr><td>foo<td>bar<td>baz</ table>}" queryCommandIndeterm("bold") after 629 PASS [["stylewithcss","false"],["bold",""]] "{<table><tr><td>foo<td>bar<td>baz</ table>}" queryCommandIndeterm("bold") after
630 FAIL [["stylewithcss","false"],["bold",""]] "{<table><tr><td>foo<td>bar<td>baz</ table>}" queryCommandState("bold") after assert_equals: Wrong result returned ex pected true but got false 630 FAIL [["stylewithcss","false"],["bold",""]] "{<table><tr><td>foo<td>bar<td>baz</ table>}" queryCommandState("bold") after assert_equals: Wrong result returned ex pected true but got false
631 FAIL [["stylewithcss","false"],["bold",""]] "{<table><tr><td>foo<td>bar<td>baz</ table>}" queryCommandValue("bold") after assert_equals: Wrong result returned ex pected "" but got "false" 631 FAIL [["stylewithcss","false"],["bold",""]] "{<table><tr><td>foo<td>bar<td>baz</ table>}" queryCommandValue("bold") after assert_equals: Wrong result returned ex pected "" but got "false"
632 PASS [["stylewithcss","true"],["bold",""]] "foo<span style=\"font-weight: bold\" >[bar]</span>baz": execCommand("stylewithcss", false, "true") return value 632 PASS [["stylewithcss","true"],["bold",""]] "foo<span style=\"font-weight: bold\" >[bar]</span>baz": execCommand("stylewithcss", false, "true") return value
633 PASS [["stylewithcss","true"],["bold",""]] "foo<span style=\"font-weight: bold\" >[bar]</span>baz": execCommand("bold", false, "") return value 633 PASS [["stylewithcss","true"],["bold",""]] "foo<span style=\"font-weight: bold\" >[bar]</span>baz": execCommand("bold", false, "") return value
634 PASS [["stylewithcss","true"],["bold",""]] "foo<span style=\"font-weight: bold\" >[bar]</span>baz" checks for modifications to non-editable content 634 PASS [["stylewithcss","true"],["bold",""]] "foo<span style=\"font-weight: bold\" >[bar]</span>baz" checks for modifications to non-editable content
635 PASS [["stylewithcss","true"],["bold",""]] "foo<span style=\"font-weight: bold\" >[bar]</span>baz" compare innerHTML 635 PASS [["stylewithcss","true"],["bold",""]] "foo<span style=\"font-weight: bold\" >[bar]</span>baz" compare innerHTML
636 PASS [["stylewithcss","true"],["bold",""]] "foo<span style=\"font-weight: bold\" >[bar]</span>baz" queryCommandIndeterm("stylewithcss") before 636 PASS [["stylewithcss","true"],["bold",""]] "foo<span style=\"font-weight: bold\" >[bar]</span>baz" queryCommandIndeterm("stylewithcss") before
637 PASS [["stylewithcss","true"],["bold",""]] "foo<span style=\"font-weight: bold\" >[bar]</span>baz" queryCommandState("stylewithcss") before 637 PASS [["stylewithcss","true"],["bold",""]] "foo<span style=\"font-weight: bold\" >[bar]</span>baz" queryCommandState("stylewithcss") before
638 FAIL [["stylewithcss","true"],["bold",""]] "foo<span style=\"font-weight: bold\" >[bar]</span>baz" queryCommandValue("stylewithcss") before assert_equals: Wrong result returned expected "" but got "false" 638 PASS [["stylewithcss","true"],["bold",""]] "foo<span style=\"font-weight: bold\" >[bar]</span>baz" queryCommandValue("stylewithcss") before
639 PASS [["stylewithcss","true"],["bold",""]] "foo<span style=\"font-weight: bold\" >[bar]</span>baz" queryCommandIndeterm("stylewithcss") after 639 PASS [["stylewithcss","true"],["bold",""]] "foo<span style=\"font-weight: bold\" >[bar]</span>baz" queryCommandIndeterm("stylewithcss") after
640 PASS [["stylewithcss","true"],["bold",""]] "foo<span style=\"font-weight: bold\" >[bar]</span>baz" queryCommandState("stylewithcss") after 640 PASS [["stylewithcss","true"],["bold",""]] "foo<span style=\"font-weight: bold\" >[bar]</span>baz" queryCommandState("stylewithcss") after
641 FAIL [["stylewithcss","true"],["bold",""]] "foo<span style=\"font-weight: bold\" >[bar]</span>baz" queryCommandValue("stylewithcss") after assert_equals: Wrong r esult returned expected "" but got "true" 641 PASS [["stylewithcss","true"],["bold",""]] "foo<span style=\"font-weight: bold\" >[bar]</span>baz" queryCommandValue("stylewithcss") after
642 PASS [["stylewithcss","true"],["bold",""]] "foo<span style=\"font-weight: bold\" >[bar]</span>baz" queryCommandIndeterm("bold") before 642 PASS [["stylewithcss","true"],["bold",""]] "foo<span style=\"font-weight: bold\" >[bar]</span>baz" queryCommandIndeterm("bold") before
643 PASS [["stylewithcss","true"],["bold",""]] "foo<span style=\"font-weight: bold\" >[bar]</span>baz" queryCommandState("bold") before 643 PASS [["stylewithcss","true"],["bold",""]] "foo<span style=\"font-weight: bold\" >[bar]</span>baz" queryCommandState("bold") before
644 FAIL [["stylewithcss","true"],["bold",""]] "foo<span style=\"font-weight: bold\" >[bar]</span>baz" queryCommandValue("bold") before assert_equals: Wrong result r eturned expected "" but got "true" 644 FAIL [["stylewithcss","true"],["bold",""]] "foo<span style=\"font-weight: bold\" >[bar]</span>baz" queryCommandValue("bold") before assert_equals: Wrong result r eturned expected "" but got "true"
645 PASS [["stylewithcss","true"],["bold",""]] "foo<span style=\"font-weight: bold\" >[bar]</span>baz" queryCommandIndeterm("bold") after 645 PASS [["stylewithcss","true"],["bold",""]] "foo<span style=\"font-weight: bold\" >[bar]</span>baz" queryCommandIndeterm("bold") after
646 PASS [["stylewithcss","true"],["bold",""]] "foo<span style=\"font-weight: bold\" >[bar]</span>baz" queryCommandState("bold") after 646 PASS [["stylewithcss","true"],["bold",""]] "foo<span style=\"font-weight: bold\" >[bar]</span>baz" queryCommandState("bold") after
647 FAIL [["stylewithcss","true"],["bold",""]] "foo<span style=\"font-weight: bold\" >[bar]</span>baz" queryCommandValue("bold") after assert_equals: Wrong result re turned expected "" but got "false" 647 FAIL [["stylewithcss","true"],["bold",""]] "foo<span style=\"font-weight: bold\" >[bar]</span>baz" queryCommandValue("bold") after assert_equals: Wrong result re turned expected "" but got "false"
648 PASS [["stylewithcss","false"],["bold",""]] "foo<span style=\"font-weight: bold\ ">[bar]</span>baz": execCommand("stylewithcss", false, "false") return value 648 PASS [["stylewithcss","false"],["bold",""]] "foo<span style=\"font-weight: bold\ ">[bar]</span>baz": execCommand("stylewithcss", false, "false") return value
649 PASS [["stylewithcss","false"],["bold",""]] "foo<span style=\"font-weight: bold\ ">[bar]</span>baz": execCommand("bold", false, "") return value 649 PASS [["stylewithcss","false"],["bold",""]] "foo<span style=\"font-weight: bold\ ">[bar]</span>baz": execCommand("bold", false, "") return value
650 PASS [["stylewithcss","false"],["bold",""]] "foo<span style=\"font-weight: bold\ ">[bar]</span>baz" checks for modifications to non-editable content 650 PASS [["stylewithcss","false"],["bold",""]] "foo<span style=\"font-weight: bold\ ">[bar]</span>baz" checks for modifications to non-editable content
651 PASS [["stylewithcss","false"],["bold",""]] "foo<span style=\"font-weight: bold\ ">[bar]</span>baz" compare innerHTML 651 PASS [["stylewithcss","false"],["bold",""]] "foo<span style=\"font-weight: bold\ ">[bar]</span>baz" compare innerHTML
652 PASS [["stylewithcss","false"],["bold",""]] "foo<span style=\"font-weight: bold\ ">[bar]</span>baz" queryCommandIndeterm("stylewithcss") before 652 PASS [["stylewithcss","false"],["bold",""]] "foo<span style=\"font-weight: bold\ ">[bar]</span>baz" queryCommandIndeterm("stylewithcss") before
653 PASS [["stylewithcss","false"],["bold",""]] "foo<span style=\"font-weight: bold\ ">[bar]</span>baz" queryCommandState("stylewithcss") before 653 PASS [["stylewithcss","false"],["bold",""]] "foo<span style=\"font-weight: bold\ ">[bar]</span>baz" queryCommandState("stylewithcss") before
654 FAIL [["stylewithcss","false"],["bold",""]] "foo<span style=\"font-weight: bold\ ">[bar]</span>baz" queryCommandValue("stylewithcss") before assert_equals: Wrong result returned expected "" but got "true" 654 PASS [["stylewithcss","false"],["bold",""]] "foo<span style=\"font-weight: bold\ ">[bar]</span>baz" queryCommandValue("stylewithcss") before
655 PASS [["stylewithcss","false"],["bold",""]] "foo<span style=\"font-weight: bold\ ">[bar]</span>baz" queryCommandIndeterm("stylewithcss") after 655 PASS [["stylewithcss","false"],["bold",""]] "foo<span style=\"font-weight: bold\ ">[bar]</span>baz" queryCommandIndeterm("stylewithcss") after
656 PASS [["stylewithcss","false"],["bold",""]] "foo<span style=\"font-weight: bold\ ">[bar]</span>baz" queryCommandState("stylewithcss") after 656 PASS [["stylewithcss","false"],["bold",""]] "foo<span style=\"font-weight: bold\ ">[bar]</span>baz" queryCommandState("stylewithcss") after
657 FAIL [["stylewithcss","false"],["bold",""]] "foo<span style=\"font-weight: bold\ ">[bar]</span>baz" queryCommandValue("stylewithcss") after assert_equals: Wrong result returned expected "" but got "false" 657 PASS [["stylewithcss","false"],["bold",""]] "foo<span style=\"font-weight: bold\ ">[bar]</span>baz" queryCommandValue("stylewithcss") after
658 PASS [["stylewithcss","false"],["bold",""]] "foo<span style=\"font-weight: bold\ ">[bar]</span>baz" queryCommandIndeterm("bold") before 658 PASS [["stylewithcss","false"],["bold",""]] "foo<span style=\"font-weight: bold\ ">[bar]</span>baz" queryCommandIndeterm("bold") before
659 PASS [["stylewithcss","false"],["bold",""]] "foo<span style=\"font-weight: bold\ ">[bar]</span>baz" queryCommandState("bold") before 659 PASS [["stylewithcss","false"],["bold",""]] "foo<span style=\"font-weight: bold\ ">[bar]</span>baz" queryCommandState("bold") before
660 FAIL [["stylewithcss","false"],["bold",""]] "foo<span style=\"font-weight: bold\ ">[bar]</span>baz" queryCommandValue("bold") before assert_equals: Wrong result returned expected "" but got "true" 660 FAIL [["stylewithcss","false"],["bold",""]] "foo<span style=\"font-weight: bold\ ">[bar]</span>baz" queryCommandValue("bold") before assert_equals: Wrong result returned expected "" but got "true"
661 PASS [["stylewithcss","false"],["bold",""]] "foo<span style=\"font-weight: bold\ ">[bar]</span>baz" queryCommandIndeterm("bold") after 661 PASS [["stylewithcss","false"],["bold",""]] "foo<span style=\"font-weight: bold\ ">[bar]</span>baz" queryCommandIndeterm("bold") after
662 PASS [["stylewithcss","false"],["bold",""]] "foo<span style=\"font-weight: bold\ ">[bar]</span>baz" queryCommandState("bold") after 662 PASS [["stylewithcss","false"],["bold",""]] "foo<span style=\"font-weight: bold\ ">[bar]</span>baz" queryCommandState("bold") after
663 FAIL [["stylewithcss","false"],["bold",""]] "foo<span style=\"font-weight: bold\ ">[bar]</span>baz" queryCommandValue("bold") after assert_equals: Wrong result r eturned expected "" but got "false" 663 FAIL [["stylewithcss","false"],["bold",""]] "foo<span style=\"font-weight: bold\ ">[bar]</span>baz" queryCommandValue("bold") after assert_equals: Wrong result r eturned expected "" but got "false"
664 PASS [["stylewithcss","true"],["bold",""]] "foo<b>[bar]</b>baz": execCommand("st ylewithcss", false, "true") return value 664 PASS [["stylewithcss","true"],["bold",""]] "foo<b>[bar]</b>baz": execCommand("st ylewithcss", false, "true") return value
665 PASS [["stylewithcss","true"],["bold",""]] "foo<b>[bar]</b>baz": execCommand("bo ld", false, "") return value 665 PASS [["stylewithcss","true"],["bold",""]] "foo<b>[bar]</b>baz": execCommand("bo ld", false, "") return value
666 PASS [["stylewithcss","true"],["bold",""]] "foo<b>[bar]</b>baz" checks for modif ications to non-editable content 666 PASS [["stylewithcss","true"],["bold",""]] "foo<b>[bar]</b>baz" checks for modif ications to non-editable content
667 PASS [["stylewithcss","true"],["bold",""]] "foo<b>[bar]</b>baz" compare innerHTM L 667 PASS [["stylewithcss","true"],["bold",""]] "foo<b>[bar]</b>baz" compare innerHTM L
668 PASS [["stylewithcss","true"],["bold",""]] "foo<b>[bar]</b>baz" queryCommandInde term("stylewithcss") before 668 PASS [["stylewithcss","true"],["bold",""]] "foo<b>[bar]</b>baz" queryCommandInde term("stylewithcss") before
669 PASS [["stylewithcss","true"],["bold",""]] "foo<b>[bar]</b>baz" queryCommandStat e("stylewithcss") before 669 PASS [["stylewithcss","true"],["bold",""]] "foo<b>[bar]</b>baz" queryCommandStat e("stylewithcss") before
670 FAIL [["stylewithcss","true"],["bold",""]] "foo<b>[bar]</b>baz" queryCommandValu e("stylewithcss") before assert_equals: Wrong result returned expected "" but go t "false" 670 PASS [["stylewithcss","true"],["bold",""]] "foo<b>[bar]</b>baz" queryCommandValu e("stylewithcss") before
671 PASS [["stylewithcss","true"],["bold",""]] "foo<b>[bar]</b>baz" queryCommandInde term("stylewithcss") after 671 PASS [["stylewithcss","true"],["bold",""]] "foo<b>[bar]</b>baz" queryCommandInde term("stylewithcss") after
672 PASS [["stylewithcss","true"],["bold",""]] "foo<b>[bar]</b>baz" queryCommandStat e("stylewithcss") after 672 PASS [["stylewithcss","true"],["bold",""]] "foo<b>[bar]</b>baz" queryCommandStat e("stylewithcss") after
673 FAIL [["stylewithcss","true"],["bold",""]] "foo<b>[bar]</b>baz" queryCommandValu e("stylewithcss") after assert_equals: Wrong result returned expected "" but got "true" 673 PASS [["stylewithcss","true"],["bold",""]] "foo<b>[bar]</b>baz" queryCommandValu e("stylewithcss") after
674 PASS [["stylewithcss","true"],["bold",""]] "foo<b>[bar]</b>baz" queryCommandInde term("bold") before 674 PASS [["stylewithcss","true"],["bold",""]] "foo<b>[bar]</b>baz" queryCommandInde term("bold") before
675 PASS [["stylewithcss","true"],["bold",""]] "foo<b>[bar]</b>baz" queryCommandStat e("bold") before 675 PASS [["stylewithcss","true"],["bold",""]] "foo<b>[bar]</b>baz" queryCommandStat e("bold") before
676 FAIL [["stylewithcss","true"],["bold",""]] "foo<b>[bar]</b>baz" queryCommandValu e("bold") before assert_equals: Wrong result returned expected "" but got "true" 676 FAIL [["stylewithcss","true"],["bold",""]] "foo<b>[bar]</b>baz" queryCommandValu e("bold") before assert_equals: Wrong result returned expected "" but got "true"
677 PASS [["stylewithcss","true"],["bold",""]] "foo<b>[bar]</b>baz" queryCommandInde term("bold") after 677 PASS [["stylewithcss","true"],["bold",""]] "foo<b>[bar]</b>baz" queryCommandInde term("bold") after
678 PASS [["stylewithcss","true"],["bold",""]] "foo<b>[bar]</b>baz" queryCommandStat e("bold") after 678 PASS [["stylewithcss","true"],["bold",""]] "foo<b>[bar]</b>baz" queryCommandStat e("bold") after
679 FAIL [["stylewithcss","true"],["bold",""]] "foo<b>[bar]</b>baz" queryCommandValu e("bold") after assert_equals: Wrong result returned expected "" but got "false" 679 FAIL [["stylewithcss","true"],["bold",""]] "foo<b>[bar]</b>baz" queryCommandValu e("bold") after assert_equals: Wrong result returned expected "" but got "false"
680 PASS [["stylewithcss","false"],["bold",""]] "foo<b>[bar]</b>baz": execCommand("s tylewithcss", false, "false") return value 680 PASS [["stylewithcss","false"],["bold",""]] "foo<b>[bar]</b>baz": execCommand("s tylewithcss", false, "false") return value
681 PASS [["stylewithcss","false"],["bold",""]] "foo<b>[bar]</b>baz": execCommand("b old", false, "") return value 681 PASS [["stylewithcss","false"],["bold",""]] "foo<b>[bar]</b>baz": execCommand("b old", false, "") return value
682 PASS [["stylewithcss","false"],["bold",""]] "foo<b>[bar]</b>baz" checks for modi fications to non-editable content 682 PASS [["stylewithcss","false"],["bold",""]] "foo<b>[bar]</b>baz" checks for modi fications to non-editable content
683 PASS [["stylewithcss","false"],["bold",""]] "foo<b>[bar]</b>baz" compare innerHT ML 683 PASS [["stylewithcss","false"],["bold",""]] "foo<b>[bar]</b>baz" compare innerHT ML
684 PASS [["stylewithcss","false"],["bold",""]] "foo<b>[bar]</b>baz" queryCommandInd eterm("stylewithcss") before 684 PASS [["stylewithcss","false"],["bold",""]] "foo<b>[bar]</b>baz" queryCommandInd eterm("stylewithcss") before
685 PASS [["stylewithcss","false"],["bold",""]] "foo<b>[bar]</b>baz" queryCommandSta te("stylewithcss") before 685 PASS [["stylewithcss","false"],["bold",""]] "foo<b>[bar]</b>baz" queryCommandSta te("stylewithcss") before
686 FAIL [["stylewithcss","false"],["bold",""]] "foo<b>[bar]</b>baz" queryCommandVal ue("stylewithcss") before assert_equals: Wrong result returned expected "" but g ot "true" 686 PASS [["stylewithcss","false"],["bold",""]] "foo<b>[bar]</b>baz" queryCommandVal ue("stylewithcss") before
687 PASS [["stylewithcss","false"],["bold",""]] "foo<b>[bar]</b>baz" queryCommandInd eterm("stylewithcss") after 687 PASS [["stylewithcss","false"],["bold",""]] "foo<b>[bar]</b>baz" queryCommandInd eterm("stylewithcss") after
688 PASS [["stylewithcss","false"],["bold",""]] "foo<b>[bar]</b>baz" queryCommandSta te("stylewithcss") after 688 PASS [["stylewithcss","false"],["bold",""]] "foo<b>[bar]</b>baz" queryCommandSta te("stylewithcss") after
689 FAIL [["stylewithcss","false"],["bold",""]] "foo<b>[bar]</b>baz" queryCommandVal ue("stylewithcss") after assert_equals: Wrong result returned expected "" but go t "false" 689 PASS [["stylewithcss","false"],["bold",""]] "foo<b>[bar]</b>baz" queryCommandVal ue("stylewithcss") after
690 PASS [["stylewithcss","false"],["bold",""]] "foo<b>[bar]</b>baz" queryCommandInd eterm("bold") before 690 PASS [["stylewithcss","false"],["bold",""]] "foo<b>[bar]</b>baz" queryCommandInd eterm("bold") before
691 PASS [["stylewithcss","false"],["bold",""]] "foo<b>[bar]</b>baz" queryCommandSta te("bold") before 691 PASS [["stylewithcss","false"],["bold",""]] "foo<b>[bar]</b>baz" queryCommandSta te("bold") before
692 FAIL [["stylewithcss","false"],["bold",""]] "foo<b>[bar]</b>baz" queryCommandVal ue("bold") before assert_equals: Wrong result returned expected "" but got "true " 692 FAIL [["stylewithcss","false"],["bold",""]] "foo<b>[bar]</b>baz" queryCommandVal ue("bold") before assert_equals: Wrong result returned expected "" but got "true "
693 PASS [["stylewithcss","false"],["bold",""]] "foo<b>[bar]</b>baz" queryCommandInd eterm("bold") after 693 PASS [["stylewithcss","false"],["bold",""]] "foo<b>[bar]</b>baz" queryCommandInd eterm("bold") after
694 PASS [["stylewithcss","false"],["bold",""]] "foo<b>[bar]</b>baz" queryCommandSta te("bold") after 694 PASS [["stylewithcss","false"],["bold",""]] "foo<b>[bar]</b>baz" queryCommandSta te("bold") after
695 FAIL [["stylewithcss","false"],["bold",""]] "foo<b>[bar]</b>baz" queryCommandVal ue("bold") after assert_equals: Wrong result returned expected "" but got "false " 695 FAIL [["stylewithcss","false"],["bold",""]] "foo<b>[bar]</b>baz" queryCommandVal ue("bold") after assert_equals: Wrong result returned expected "" but got "false "
696 PASS [["bold",""]] "foo<b>bar</b>[baz]": execCommand("bold", false, "") return v alue 696 PASS [["bold",""]] "foo<b>bar</b>[baz]": execCommand("bold", false, "") return v alue
697 PASS [["bold",""]] "foo<b>bar</b>[baz]" checks for modifications to non-editable content 697 PASS [["bold",""]] "foo<b>bar</b>[baz]" checks for modifications to non-editable content
698 PASS [["bold",""]] "foo<b>bar</b>[baz]" compare innerHTML 698 PASS [["bold",""]] "foo<b>bar</b>[baz]" compare innerHTML
699 PASS [["bold",""]] "foo<b>bar</b>[baz]" queryCommandIndeterm("bold") before 699 PASS [["bold",""]] "foo<b>bar</b>[baz]" queryCommandIndeterm("bold") before
(...skipping 10 matching lines...) Expand all
710 FAIL [["bold",""]] "[foo]<b>bar</b>baz" queryCommandValue("bold") before assert_ equals: Wrong result returned expected "" but got "false" 710 FAIL [["bold",""]] "[foo]<b>bar</b>baz" queryCommandValue("bold") before assert_ equals: Wrong result returned expected "" but got "false"
711 PASS [["bold",""]] "[foo]<b>bar</b>baz" queryCommandIndeterm("bold") after 711 PASS [["bold",""]] "[foo]<b>bar</b>baz" queryCommandIndeterm("bold") after
712 PASS [["bold",""]] "[foo]<b>bar</b>baz" queryCommandState("bold") after 712 PASS [["bold",""]] "[foo]<b>bar</b>baz" queryCommandState("bold") after
713 FAIL [["bold",""]] "[foo]<b>bar</b>baz" queryCommandValue("bold") after assert_e quals: Wrong result returned expected "" but got "true" 713 FAIL [["bold",""]] "[foo]<b>bar</b>baz" queryCommandValue("bold") after assert_e quals: Wrong result returned expected "" but got "true"
714 PASS [["stylewithcss","true"],["bold",""]] "<b>foo</b>[bar]<b>baz</b>": execComm and("stylewithcss", false, "true") return value 714 PASS [["stylewithcss","true"],["bold",""]] "<b>foo</b>[bar]<b>baz</b>": execComm and("stylewithcss", false, "true") return value
715 PASS [["stylewithcss","true"],["bold",""]] "<b>foo</b>[bar]<b>baz</b>": execComm and("bold", false, "") return value 715 PASS [["stylewithcss","true"],["bold",""]] "<b>foo</b>[bar]<b>baz</b>": execComm and("bold", false, "") return value
716 PASS [["stylewithcss","true"],["bold",""]] "<b>foo</b>[bar]<b>baz</b>" checks fo r modifications to non-editable content 716 PASS [["stylewithcss","true"],["bold",""]] "<b>foo</b>[bar]<b>baz</b>" checks fo r modifications to non-editable content
717 FAIL [["stylewithcss","true"],["bold",""]] "<b>foo</b>[bar]<b>baz</b>" compare i nnerHTML assert_equals: Unexpected innerHTML (after normalizing inline style) ex pected "<b>foobarbaz</b>" but got "<b>foo</b><span style=\"font-weight:bold\">ba r</span><b>baz</b>" 717 FAIL [["stylewithcss","true"],["bold",""]] "<b>foo</b>[bar]<b>baz</b>" compare i nnerHTML assert_equals: Unexpected innerHTML (after normalizing inline style) ex pected "<b>foobarbaz</b>" but got "<b>foo</b><span style=\"font-weight:bold\">ba r</span><b>baz</b>"
718 PASS [["stylewithcss","true"],["bold",""]] "<b>foo</b>[bar]<b>baz</b>" queryComm andIndeterm("stylewithcss") before 718 PASS [["stylewithcss","true"],["bold",""]] "<b>foo</b>[bar]<b>baz</b>" queryComm andIndeterm("stylewithcss") before
719 PASS [["stylewithcss","true"],["bold",""]] "<b>foo</b>[bar]<b>baz</b>" queryComm andState("stylewithcss") before 719 PASS [["stylewithcss","true"],["bold",""]] "<b>foo</b>[bar]<b>baz</b>" queryComm andState("stylewithcss") before
720 FAIL [["stylewithcss","true"],["bold",""]] "<b>foo</b>[bar]<b>baz</b>" queryComm andValue("stylewithcss") before assert_equals: Wrong result returned expected "" but got "false" 720 PASS [["stylewithcss","true"],["bold",""]] "<b>foo</b>[bar]<b>baz</b>" queryComm andValue("stylewithcss") before
721 PASS [["stylewithcss","true"],["bold",""]] "<b>foo</b>[bar]<b>baz</b>" queryComm andIndeterm("stylewithcss") after 721 PASS [["stylewithcss","true"],["bold",""]] "<b>foo</b>[bar]<b>baz</b>" queryComm andIndeterm("stylewithcss") after
722 PASS [["stylewithcss","true"],["bold",""]] "<b>foo</b>[bar]<b>baz</b>" queryComm andState("stylewithcss") after 722 PASS [["stylewithcss","true"],["bold",""]] "<b>foo</b>[bar]<b>baz</b>" queryComm andState("stylewithcss") after
723 FAIL [["stylewithcss","true"],["bold",""]] "<b>foo</b>[bar]<b>baz</b>" queryComm andValue("stylewithcss") after assert_equals: Wrong result returned expected "" but got "true" 723 PASS [["stylewithcss","true"],["bold",""]] "<b>foo</b>[bar]<b>baz</b>" queryComm andValue("stylewithcss") after
724 PASS [["stylewithcss","true"],["bold",""]] "<b>foo</b>[bar]<b>baz</b>" queryComm andIndeterm("bold") before 724 PASS [["stylewithcss","true"],["bold",""]] "<b>foo</b>[bar]<b>baz</b>" queryComm andIndeterm("bold") before
725 PASS [["stylewithcss","true"],["bold",""]] "<b>foo</b>[bar]<b>baz</b>" queryComm andState("bold") before 725 PASS [["stylewithcss","true"],["bold",""]] "<b>foo</b>[bar]<b>baz</b>" queryComm andState("bold") before
726 FAIL [["stylewithcss","true"],["bold",""]] "<b>foo</b>[bar]<b>baz</b>" queryComm andValue("bold") before assert_equals: Wrong result returned expected "" but got "false" 726 FAIL [["stylewithcss","true"],["bold",""]] "<b>foo</b>[bar]<b>baz</b>" queryComm andValue("bold") before assert_equals: Wrong result returned expected "" but got "false"
727 PASS [["stylewithcss","true"],["bold",""]] "<b>foo</b>[bar]<b>baz</b>" queryComm andIndeterm("bold") after 727 PASS [["stylewithcss","true"],["bold",""]] "<b>foo</b>[bar]<b>baz</b>" queryComm andIndeterm("bold") after
728 PASS [["stylewithcss","true"],["bold",""]] "<b>foo</b>[bar]<b>baz</b>" queryComm andState("bold") after 728 PASS [["stylewithcss","true"],["bold",""]] "<b>foo</b>[bar]<b>baz</b>" queryComm andState("bold") after
729 FAIL [["stylewithcss","true"],["bold",""]] "<b>foo</b>[bar]<b>baz</b>" queryComm andValue("bold") after assert_equals: Wrong result returned expected "" but got "true" 729 FAIL [["stylewithcss","true"],["bold",""]] "<b>foo</b>[bar]<b>baz</b>" queryComm andValue("bold") after assert_equals: Wrong result returned expected "" but got "true"
730 PASS [["stylewithcss","false"],["bold",""]] "<b>foo</b>[bar]<b>baz</b>": execCom mand("stylewithcss", false, "false") return value 730 PASS [["stylewithcss","false"],["bold",""]] "<b>foo</b>[bar]<b>baz</b>": execCom mand("stylewithcss", false, "false") return value
731 PASS [["stylewithcss","false"],["bold",""]] "<b>foo</b>[bar]<b>baz</b>": execCom mand("bold", false, "") return value 731 PASS [["stylewithcss","false"],["bold",""]] "<b>foo</b>[bar]<b>baz</b>": execCom mand("bold", false, "") return value
732 PASS [["stylewithcss","false"],["bold",""]] "<b>foo</b>[bar]<b>baz</b>" checks f or modifications to non-editable content 732 PASS [["stylewithcss","false"],["bold",""]] "<b>foo</b>[bar]<b>baz</b>" checks f or modifications to non-editable content
733 PASS [["stylewithcss","false"],["bold",""]] "<b>foo</b>[bar]<b>baz</b>" compare innerHTML 733 PASS [["stylewithcss","false"],["bold",""]] "<b>foo</b>[bar]<b>baz</b>" compare innerHTML
734 PASS [["stylewithcss","false"],["bold",""]] "<b>foo</b>[bar]<b>baz</b>" queryCom mandIndeterm("stylewithcss") before 734 PASS [["stylewithcss","false"],["bold",""]] "<b>foo</b>[bar]<b>baz</b>" queryCom mandIndeterm("stylewithcss") before
735 PASS [["stylewithcss","false"],["bold",""]] "<b>foo</b>[bar]<b>baz</b>" queryCom mandState("stylewithcss") before 735 PASS [["stylewithcss","false"],["bold",""]] "<b>foo</b>[bar]<b>baz</b>" queryCom mandState("stylewithcss") before
736 FAIL [["stylewithcss","false"],["bold",""]] "<b>foo</b>[bar]<b>baz</b>" queryCom mandValue("stylewithcss") before assert_equals: Wrong result returned expected " " but got "true" 736 PASS [["stylewithcss","false"],["bold",""]] "<b>foo</b>[bar]<b>baz</b>" queryCom mandValue("stylewithcss") before
737 PASS [["stylewithcss","false"],["bold",""]] "<b>foo</b>[bar]<b>baz</b>" queryCom mandIndeterm("stylewithcss") after 737 PASS [["stylewithcss","false"],["bold",""]] "<b>foo</b>[bar]<b>baz</b>" queryCom mandIndeterm("stylewithcss") after
738 PASS [["stylewithcss","false"],["bold",""]] "<b>foo</b>[bar]<b>baz</b>" queryCom mandState("stylewithcss") after 738 PASS [["stylewithcss","false"],["bold",""]] "<b>foo</b>[bar]<b>baz</b>" queryCom mandState("stylewithcss") after
739 FAIL [["stylewithcss","false"],["bold",""]] "<b>foo</b>[bar]<b>baz</b>" queryCom mandValue("stylewithcss") after assert_equals: Wrong result returned expected "" but got "false" 739 PASS [["stylewithcss","false"],["bold",""]] "<b>foo</b>[bar]<b>baz</b>" queryCom mandValue("stylewithcss") after
740 PASS [["stylewithcss","false"],["bold",""]] "<b>foo</b>[bar]<b>baz</b>" queryCom mandIndeterm("bold") before 740 PASS [["stylewithcss","false"],["bold",""]] "<b>foo</b>[bar]<b>baz</b>" queryCom mandIndeterm("bold") before
741 PASS [["stylewithcss","false"],["bold",""]] "<b>foo</b>[bar]<b>baz</b>" queryCom mandState("bold") before 741 PASS [["stylewithcss","false"],["bold",""]] "<b>foo</b>[bar]<b>baz</b>" queryCom mandState("bold") before
742 FAIL [["stylewithcss","false"],["bold",""]] "<b>foo</b>[bar]<b>baz</b>" queryCom mandValue("bold") before assert_equals: Wrong result returned expected "" but go t "false" 742 FAIL [["stylewithcss","false"],["bold",""]] "<b>foo</b>[bar]<b>baz</b>" queryCom mandValue("bold") before assert_equals: Wrong result returned expected "" but go t "false"
743 PASS [["stylewithcss","false"],["bold",""]] "<b>foo</b>[bar]<b>baz</b>" queryCom mandIndeterm("bold") after 743 PASS [["stylewithcss","false"],["bold",""]] "<b>foo</b>[bar]<b>baz</b>" queryCom mandIndeterm("bold") after
744 PASS [["stylewithcss","false"],["bold",""]] "<b>foo</b>[bar]<b>baz</b>" queryCom mandState("bold") after 744 PASS [["stylewithcss","false"],["bold",""]] "<b>foo</b>[bar]<b>baz</b>" queryCom mandState("bold") after
745 FAIL [["stylewithcss","false"],["bold",""]] "<b>foo</b>[bar]<b>baz</b>" queryCom mandValue("bold") after assert_equals: Wrong result returned expected "" but got "true" 745 FAIL [["stylewithcss","false"],["bold",""]] "<b>foo</b>[bar]<b>baz</b>" queryCom mandValue("bold") after assert_equals: Wrong result returned expected "" but got "true"
746 PASS [["bold",""]] "foo<strong>bar</strong>[baz]": execCommand("bold", false, "" ) return value 746 PASS [["bold",""]] "foo<strong>bar</strong>[baz]": execCommand("bold", false, "" ) return value
747 PASS [["bold",""]] "foo<strong>bar</strong>[baz]" checks for modifications to no n-editable content 747 PASS [["bold",""]] "foo<strong>bar</strong>[baz]" checks for modifications to no n-editable content
748 FAIL [["bold",""]] "foo<strong>bar</strong>[baz]" compare innerHTML assert_equal s: Unexpected innerHTML (after normalizing inline style) expected "foo<strong>ba rbaz</strong>" but got "foo<strong>bar</strong><b>baz</b>" 748 FAIL [["bold",""]] "foo<strong>bar</strong>[baz]" compare innerHTML assert_equal s: Unexpected innerHTML (after normalizing inline style) expected "foo<strong>ba rbaz</strong>" but got "foo<strong>bar</strong><b>baz</b>"
749 PASS [["bold",""]] "foo<strong>bar</strong>[baz]" queryCommandIndeterm("bold") b efore 749 PASS [["bold",""]] "foo<strong>bar</strong>[baz]" queryCommandIndeterm("bold") b efore
(...skipping 28 matching lines...) Expand all
778 FAIL [["bold",""]] "<b>foo</b>[bar]<strong>baz</strong>" queryCommandValue("bold ") before assert_equals: Wrong result returned expected "" but got "false" 778 FAIL [["bold",""]] "<b>foo</b>[bar]<strong>baz</strong>" queryCommandValue("bold ") before assert_equals: Wrong result returned expected "" but got "false"
779 PASS [["bold",""]] "<b>foo</b>[bar]<strong>baz</strong>" queryCommandIndeterm("b old") after 779 PASS [["bold",""]] "<b>foo</b>[bar]<strong>baz</strong>" queryCommandIndeterm("b old") after
780 PASS [["bold",""]] "<b>foo</b>[bar]<strong>baz</strong>" queryCommandState("bold ") after 780 PASS [["bold",""]] "<b>foo</b>[bar]<strong>baz</strong>" queryCommandState("bold ") after
781 FAIL [["bold",""]] "<b>foo</b>[bar]<strong>baz</strong>" queryCommandValue("bold ") after assert_equals: Wrong result returned expected "" but got "true" 781 FAIL [["bold",""]] "<b>foo</b>[bar]<strong>baz</strong>" queryCommandValue("bold ") after assert_equals: Wrong result returned expected "" but got "true"
782 PASS [["stylewithcss","true"],["bold",""]] "<strong>foo</strong>[bar]<b>baz</b>" : execCommand("stylewithcss", false, "true") return value 782 PASS [["stylewithcss","true"],["bold",""]] "<strong>foo</strong>[bar]<b>baz</b>" : execCommand("stylewithcss", false, "true") return value
783 PASS [["stylewithcss","true"],["bold",""]] "<strong>foo</strong>[bar]<b>baz</b>" : execCommand("bold", false, "") return value 783 PASS [["stylewithcss","true"],["bold",""]] "<strong>foo</strong>[bar]<b>baz</b>" : execCommand("bold", false, "") return value
784 PASS [["stylewithcss","true"],["bold",""]] "<strong>foo</strong>[bar]<b>baz</b>" checks for modifications to non-editable content 784 PASS [["stylewithcss","true"],["bold",""]] "<strong>foo</strong>[bar]<b>baz</b>" checks for modifications to non-editable content
785 FAIL [["stylewithcss","true"],["bold",""]] "<strong>foo</strong>[bar]<b>baz</b>" compare innerHTML assert_equals: Unexpected innerHTML (after normalizing inline style) expected "<strong>foobarbaz</strong>" but got "<strong>foo</strong><span style=\"font-weight:bold\">bar</span><b>baz</b>" 785 FAIL [["stylewithcss","true"],["bold",""]] "<strong>foo</strong>[bar]<b>baz</b>" compare innerHTML assert_equals: Unexpected innerHTML (after normalizing inline style) expected "<strong>foobarbaz</strong>" but got "<strong>foo</strong><span style=\"font-weight:bold\">bar</span><b>baz</b>"
786 PASS [["stylewithcss","true"],["bold",""]] "<strong>foo</strong>[bar]<b>baz</b>" queryCommandIndeterm("stylewithcss") before 786 PASS [["stylewithcss","true"],["bold",""]] "<strong>foo</strong>[bar]<b>baz</b>" queryCommandIndeterm("stylewithcss") before
787 PASS [["stylewithcss","true"],["bold",""]] "<strong>foo</strong>[bar]<b>baz</b>" queryCommandState("stylewithcss") before 787 PASS [["stylewithcss","true"],["bold",""]] "<strong>foo</strong>[bar]<b>baz</b>" queryCommandState("stylewithcss") before
788 FAIL [["stylewithcss","true"],["bold",""]] "<strong>foo</strong>[bar]<b>baz</b>" queryCommandValue("stylewithcss") before assert_equals: Wrong result returned e xpected "" but got "false" 788 PASS [["stylewithcss","true"],["bold",""]] "<strong>foo</strong>[bar]<b>baz</b>" queryCommandValue("stylewithcss") before
789 PASS [["stylewithcss","true"],["bold",""]] "<strong>foo</strong>[bar]<b>baz</b>" queryCommandIndeterm("stylewithcss") after 789 PASS [["stylewithcss","true"],["bold",""]] "<strong>foo</strong>[bar]<b>baz</b>" queryCommandIndeterm("stylewithcss") after
790 PASS [["stylewithcss","true"],["bold",""]] "<strong>foo</strong>[bar]<b>baz</b>" queryCommandState("stylewithcss") after 790 PASS [["stylewithcss","true"],["bold",""]] "<strong>foo</strong>[bar]<b>baz</b>" queryCommandState("stylewithcss") after
791 FAIL [["stylewithcss","true"],["bold",""]] "<strong>foo</strong>[bar]<b>baz</b>" queryCommandValue("stylewithcss") after assert_equals: Wrong result returned ex pected "" but got "true" 791 PASS [["stylewithcss","true"],["bold",""]] "<strong>foo</strong>[bar]<b>baz</b>" queryCommandValue("stylewithcss") after
792 PASS [["stylewithcss","true"],["bold",""]] "<strong>foo</strong>[bar]<b>baz</b>" queryCommandIndeterm("bold") before 792 PASS [["stylewithcss","true"],["bold",""]] "<strong>foo</strong>[bar]<b>baz</b>" queryCommandIndeterm("bold") before
793 PASS [["stylewithcss","true"],["bold",""]] "<strong>foo</strong>[bar]<b>baz</b>" queryCommandState("bold") before 793 PASS [["stylewithcss","true"],["bold",""]] "<strong>foo</strong>[bar]<b>baz</b>" queryCommandState("bold") before
794 FAIL [["stylewithcss","true"],["bold",""]] "<strong>foo</strong>[bar]<b>baz</b>" queryCommandValue("bold") before assert_equals: Wrong result returned expected "" but got "false" 794 FAIL [["stylewithcss","true"],["bold",""]] "<strong>foo</strong>[bar]<b>baz</b>" queryCommandValue("bold") before assert_equals: Wrong result returned expected "" but got "false"
795 PASS [["stylewithcss","true"],["bold",""]] "<strong>foo</strong>[bar]<b>baz</b>" queryCommandIndeterm("bold") after 795 PASS [["stylewithcss","true"],["bold",""]] "<strong>foo</strong>[bar]<b>baz</b>" queryCommandIndeterm("bold") after
796 PASS [["stylewithcss","true"],["bold",""]] "<strong>foo</strong>[bar]<b>baz</b>" queryCommandState("bold") after 796 PASS [["stylewithcss","true"],["bold",""]] "<strong>foo</strong>[bar]<b>baz</b>" queryCommandState("bold") after
797 FAIL [["stylewithcss","true"],["bold",""]] "<strong>foo</strong>[bar]<b>baz</b>" queryCommandValue("bold") after assert_equals: Wrong result returned expected " " but got "true" 797 FAIL [["stylewithcss","true"],["bold",""]] "<strong>foo</strong>[bar]<b>baz</b>" queryCommandValue("bold") after assert_equals: Wrong result returned expected " " but got "true"
798 PASS [["stylewithcss","false"],["bold",""]] "<strong>foo</strong>[bar]<b>baz</b> ": execCommand("stylewithcss", false, "false") return value 798 PASS [["stylewithcss","false"],["bold",""]] "<strong>foo</strong>[bar]<b>baz</b> ": execCommand("stylewithcss", false, "false") return value
799 PASS [["stylewithcss","false"],["bold",""]] "<strong>foo</strong>[bar]<b>baz</b> ": execCommand("bold", false, "") return value 799 PASS [["stylewithcss","false"],["bold",""]] "<strong>foo</strong>[bar]<b>baz</b> ": execCommand("bold", false, "") return value
800 PASS [["stylewithcss","false"],["bold",""]] "<strong>foo</strong>[bar]<b>baz</b> " checks for modifications to non-editable content 800 PASS [["stylewithcss","false"],["bold",""]] "<strong>foo</strong>[bar]<b>baz</b> " checks for modifications to non-editable content
801 FAIL [["stylewithcss","false"],["bold",""]] "<strong>foo</strong>[bar]<b>baz</b> " compare innerHTML assert_equals: Unexpected innerHTML (after normalizing inlin e style) expected "<strong>foobarbaz</strong>" but got "<strong>foo</strong><b>b arbaz</b>" 801 FAIL [["stylewithcss","false"],["bold",""]] "<strong>foo</strong>[bar]<b>baz</b> " compare innerHTML assert_equals: Unexpected innerHTML (after normalizing inlin e style) expected "<strong>foobarbaz</strong>" but got "<strong>foo</strong><b>b arbaz</b>"
802 PASS [["stylewithcss","false"],["bold",""]] "<strong>foo</strong>[bar]<b>baz</b> " queryCommandIndeterm("stylewithcss") before 802 PASS [["stylewithcss","false"],["bold",""]] "<strong>foo</strong>[bar]<b>baz</b> " queryCommandIndeterm("stylewithcss") before
803 PASS [["stylewithcss","false"],["bold",""]] "<strong>foo</strong>[bar]<b>baz</b> " queryCommandState("stylewithcss") before 803 PASS [["stylewithcss","false"],["bold",""]] "<strong>foo</strong>[bar]<b>baz</b> " queryCommandState("stylewithcss") before
804 FAIL [["stylewithcss","false"],["bold",""]] "<strong>foo</strong>[bar]<b>baz</b> " queryCommandValue("stylewithcss") before assert_equals: Wrong result returned expected "" but got "true" 804 PASS [["stylewithcss","false"],["bold",""]] "<strong>foo</strong>[bar]<b>baz</b> " queryCommandValue("stylewithcss") before
805 PASS [["stylewithcss","false"],["bold",""]] "<strong>foo</strong>[bar]<b>baz</b> " queryCommandIndeterm("stylewithcss") after 805 PASS [["stylewithcss","false"],["bold",""]] "<strong>foo</strong>[bar]<b>baz</b> " queryCommandIndeterm("stylewithcss") after
806 PASS [["stylewithcss","false"],["bold",""]] "<strong>foo</strong>[bar]<b>baz</b> " queryCommandState("stylewithcss") after 806 PASS [["stylewithcss","false"],["bold",""]] "<strong>foo</strong>[bar]<b>baz</b> " queryCommandState("stylewithcss") after
807 FAIL [["stylewithcss","false"],["bold",""]] "<strong>foo</strong>[bar]<b>baz</b> " queryCommandValue("stylewithcss") after assert_equals: Wrong result returned e xpected "" but got "false" 807 PASS [["stylewithcss","false"],["bold",""]] "<strong>foo</strong>[bar]<b>baz</b> " queryCommandValue("stylewithcss") after
808 PASS [["stylewithcss","false"],["bold",""]] "<strong>foo</strong>[bar]<b>baz</b> " queryCommandIndeterm("bold") before 808 PASS [["stylewithcss","false"],["bold",""]] "<strong>foo</strong>[bar]<b>baz</b> " queryCommandIndeterm("bold") before
809 PASS [["stylewithcss","false"],["bold",""]] "<strong>foo</strong>[bar]<b>baz</b> " queryCommandState("bold") before 809 PASS [["stylewithcss","false"],["bold",""]] "<strong>foo</strong>[bar]<b>baz</b> " queryCommandState("bold") before
810 FAIL [["stylewithcss","false"],["bold",""]] "<strong>foo</strong>[bar]<b>baz</b> " queryCommandValue("bold") before assert_equals: Wrong result returned expected "" but got "false" 810 FAIL [["stylewithcss","false"],["bold",""]] "<strong>foo</strong>[bar]<b>baz</b> " queryCommandValue("bold") before assert_equals: Wrong result returned expected "" but got "false"
811 PASS [["stylewithcss","false"],["bold",""]] "<strong>foo</strong>[bar]<b>baz</b> " queryCommandIndeterm("bold") after 811 PASS [["stylewithcss","false"],["bold",""]] "<strong>foo</strong>[bar]<b>baz</b> " queryCommandIndeterm("bold") after
812 PASS [["stylewithcss","false"],["bold",""]] "<strong>foo</strong>[bar]<b>baz</b> " queryCommandState("bold") after 812 PASS [["stylewithcss","false"],["bold",""]] "<strong>foo</strong>[bar]<b>baz</b> " queryCommandState("bold") after
813 FAIL [["stylewithcss","false"],["bold",""]] "<strong>foo</strong>[bar]<b>baz</b> " queryCommandValue("bold") after assert_equals: Wrong result returned expected "" but got "true" 813 FAIL [["stylewithcss","false"],["bold",""]] "<strong>foo</strong>[bar]<b>baz</b> " queryCommandValue("bold") after assert_equals: Wrong result returned expected "" but got "true"
814 PASS [["stylewithcss","true"],["bold",""]] "foo[<b>bar</b>]baz": execCommand("st ylewithcss", false, "true") return value 814 PASS [["stylewithcss","true"],["bold",""]] "foo[<b>bar</b>]baz": execCommand("st ylewithcss", false, "true") return value
815 PASS [["stylewithcss","true"],["bold",""]] "foo[<b>bar</b>]baz": execCommand("bo ld", false, "") return value 815 PASS [["stylewithcss","true"],["bold",""]] "foo[<b>bar</b>]baz": execCommand("bo ld", false, "") return value
816 PASS [["stylewithcss","true"],["bold",""]] "foo[<b>bar</b>]baz" checks for modif ications to non-editable content 816 PASS [["stylewithcss","true"],["bold",""]] "foo[<b>bar</b>]baz" checks for modif ications to non-editable content
817 PASS [["stylewithcss","true"],["bold",""]] "foo[<b>bar</b>]baz" compare innerHTM L 817 PASS [["stylewithcss","true"],["bold",""]] "foo[<b>bar</b>]baz" compare innerHTM L
818 PASS [["stylewithcss","true"],["bold",""]] "foo[<b>bar</b>]baz" queryCommandInde term("stylewithcss") before 818 PASS [["stylewithcss","true"],["bold",""]] "foo[<b>bar</b>]baz" queryCommandInde term("stylewithcss") before
819 PASS [["stylewithcss","true"],["bold",""]] "foo[<b>bar</b>]baz" queryCommandStat e("stylewithcss") before 819 PASS [["stylewithcss","true"],["bold",""]] "foo[<b>bar</b>]baz" queryCommandStat e("stylewithcss") before
820 FAIL [["stylewithcss","true"],["bold",""]] "foo[<b>bar</b>]baz" queryCommandValu e("stylewithcss") before assert_equals: Wrong result returned expected "" but go t "false" 820 PASS [["stylewithcss","true"],["bold",""]] "foo[<b>bar</b>]baz" queryCommandValu e("stylewithcss") before
821 PASS [["stylewithcss","true"],["bold",""]] "foo[<b>bar</b>]baz" queryCommandInde term("stylewithcss") after 821 PASS [["stylewithcss","true"],["bold",""]] "foo[<b>bar</b>]baz" queryCommandInde term("stylewithcss") after
822 PASS [["stylewithcss","true"],["bold",""]] "foo[<b>bar</b>]baz" queryCommandStat e("stylewithcss") after 822 PASS [["stylewithcss","true"],["bold",""]] "foo[<b>bar</b>]baz" queryCommandStat e("stylewithcss") after
823 FAIL [["stylewithcss","true"],["bold",""]] "foo[<b>bar</b>]baz" queryCommandValu e("stylewithcss") after assert_equals: Wrong result returned expected "" but got "true" 823 PASS [["stylewithcss","true"],["bold",""]] "foo[<b>bar</b>]baz" queryCommandValu e("stylewithcss") after
824 PASS [["stylewithcss","true"],["bold",""]] "foo[<b>bar</b>]baz" queryCommandInde term("bold") before 824 PASS [["stylewithcss","true"],["bold",""]] "foo[<b>bar</b>]baz" queryCommandInde term("bold") before
825 PASS [["stylewithcss","true"],["bold",""]] "foo[<b>bar</b>]baz" queryCommandStat e("bold") before 825 PASS [["stylewithcss","true"],["bold",""]] "foo[<b>bar</b>]baz" queryCommandStat e("bold") before
826 FAIL [["stylewithcss","true"],["bold",""]] "foo[<b>bar</b>]baz" queryCommandValu e("bold") before assert_equals: Wrong result returned expected "" but got "true" 826 FAIL [["stylewithcss","true"],["bold",""]] "foo[<b>bar</b>]baz" queryCommandValu e("bold") before assert_equals: Wrong result returned expected "" but got "true"
827 PASS [["stylewithcss","true"],["bold",""]] "foo[<b>bar</b>]baz" queryCommandInde term("bold") after 827 PASS [["stylewithcss","true"],["bold",""]] "foo[<b>bar</b>]baz" queryCommandInde term("bold") after
828 PASS [["stylewithcss","true"],["bold",""]] "foo[<b>bar</b>]baz" queryCommandStat e("bold") after 828 PASS [["stylewithcss","true"],["bold",""]] "foo[<b>bar</b>]baz" queryCommandStat e("bold") after
829 FAIL [["stylewithcss","true"],["bold",""]] "foo[<b>bar</b>]baz" queryCommandValu e("bold") after assert_equals: Wrong result returned expected "" but got "false" 829 FAIL [["stylewithcss","true"],["bold",""]] "foo[<b>bar</b>]baz" queryCommandValu e("bold") after assert_equals: Wrong result returned expected "" but got "false"
830 PASS [["stylewithcss","false"],["bold",""]] "foo[<b>bar</b>]baz": execCommand("s tylewithcss", false, "false") return value 830 PASS [["stylewithcss","false"],["bold",""]] "foo[<b>bar</b>]baz": execCommand("s tylewithcss", false, "false") return value
831 PASS [["stylewithcss","false"],["bold",""]] "foo[<b>bar</b>]baz": execCommand("b old", false, "") return value 831 PASS [["stylewithcss","false"],["bold",""]] "foo[<b>bar</b>]baz": execCommand("b old", false, "") return value
832 PASS [["stylewithcss","false"],["bold",""]] "foo[<b>bar</b>]baz" checks for modi fications to non-editable content 832 PASS [["stylewithcss","false"],["bold",""]] "foo[<b>bar</b>]baz" checks for modi fications to non-editable content
833 PASS [["stylewithcss","false"],["bold",""]] "foo[<b>bar</b>]baz" compare innerHT ML 833 PASS [["stylewithcss","false"],["bold",""]] "foo[<b>bar</b>]baz" compare innerHT ML
834 PASS [["stylewithcss","false"],["bold",""]] "foo[<b>bar</b>]baz" queryCommandInd eterm("stylewithcss") before 834 PASS [["stylewithcss","false"],["bold",""]] "foo[<b>bar</b>]baz" queryCommandInd eterm("stylewithcss") before
835 PASS [["stylewithcss","false"],["bold",""]] "foo[<b>bar</b>]baz" queryCommandSta te("stylewithcss") before 835 PASS [["stylewithcss","false"],["bold",""]] "foo[<b>bar</b>]baz" queryCommandSta te("stylewithcss") before
836 FAIL [["stylewithcss","false"],["bold",""]] "foo[<b>bar</b>]baz" queryCommandVal ue("stylewithcss") before assert_equals: Wrong result returned expected "" but g ot "true" 836 PASS [["stylewithcss","false"],["bold",""]] "foo[<b>bar</b>]baz" queryCommandVal ue("stylewithcss") before
837 PASS [["stylewithcss","false"],["bold",""]] "foo[<b>bar</b>]baz" queryCommandInd eterm("stylewithcss") after 837 PASS [["stylewithcss","false"],["bold",""]] "foo[<b>bar</b>]baz" queryCommandInd eterm("stylewithcss") after
838 PASS [["stylewithcss","false"],["bold",""]] "foo[<b>bar</b>]baz" queryCommandSta te("stylewithcss") after 838 PASS [["stylewithcss","false"],["bold",""]] "foo[<b>bar</b>]baz" queryCommandSta te("stylewithcss") after
839 FAIL [["stylewithcss","false"],["bold",""]] "foo[<b>bar</b>]baz" queryCommandVal ue("stylewithcss") after assert_equals: Wrong result returned expected "" but go t "false" 839 PASS [["stylewithcss","false"],["bold",""]] "foo[<b>bar</b>]baz" queryCommandVal ue("stylewithcss") after
840 PASS [["stylewithcss","false"],["bold",""]] "foo[<b>bar</b>]baz" queryCommandInd eterm("bold") before 840 PASS [["stylewithcss","false"],["bold",""]] "foo[<b>bar</b>]baz" queryCommandInd eterm("bold") before
841 PASS [["stylewithcss","false"],["bold",""]] "foo[<b>bar</b>]baz" queryCommandSta te("bold") before 841 PASS [["stylewithcss","false"],["bold",""]] "foo[<b>bar</b>]baz" queryCommandSta te("bold") before
842 FAIL [["stylewithcss","false"],["bold",""]] "foo[<b>bar</b>]baz" queryCommandVal ue("bold") before assert_equals: Wrong result returned expected "" but got "true " 842 FAIL [["stylewithcss","false"],["bold",""]] "foo[<b>bar</b>]baz" queryCommandVal ue("bold") before assert_equals: Wrong result returned expected "" but got "true "
843 PASS [["stylewithcss","false"],["bold",""]] "foo[<b>bar</b>]baz" queryCommandInd eterm("bold") after 843 PASS [["stylewithcss","false"],["bold",""]] "foo[<b>bar</b>]baz" queryCommandInd eterm("bold") after
844 PASS [["stylewithcss","false"],["bold",""]] "foo[<b>bar</b>]baz" queryCommandSta te("bold") after 844 PASS [["stylewithcss","false"],["bold",""]] "foo[<b>bar</b>]baz" queryCommandSta te("bold") after
845 FAIL [["stylewithcss","false"],["bold",""]] "foo[<b>bar</b>]baz" queryCommandVal ue("bold") after assert_equals: Wrong result returned expected "" but got "false " 845 FAIL [["stylewithcss","false"],["bold",""]] "foo[<b>bar</b>]baz" queryCommandVal ue("bold") after assert_equals: Wrong result returned expected "" but got "false "
846 PASS [["stylewithcss","true"],["bold",""]] "foo[<b>bar]</b>baz": execCommand("st ylewithcss", false, "true") return value 846 PASS [["stylewithcss","true"],["bold",""]] "foo[<b>bar]</b>baz": execCommand("st ylewithcss", false, "true") return value
847 PASS [["stylewithcss","true"],["bold",""]] "foo[<b>bar]</b>baz": execCommand("bo ld", false, "") return value 847 PASS [["stylewithcss","true"],["bold",""]] "foo[<b>bar]</b>baz": execCommand("bo ld", false, "") return value
848 PASS [["stylewithcss","true"],["bold",""]] "foo[<b>bar]</b>baz" checks for modif ications to non-editable content 848 PASS [["stylewithcss","true"],["bold",""]] "foo[<b>bar]</b>baz" checks for modif ications to non-editable content
849 PASS [["stylewithcss","true"],["bold",""]] "foo[<b>bar]</b>baz" compare innerHTM L 849 PASS [["stylewithcss","true"],["bold",""]] "foo[<b>bar]</b>baz" compare innerHTM L
850 PASS [["stylewithcss","true"],["bold",""]] "foo[<b>bar]</b>baz" queryCommandInde term("stylewithcss") before 850 PASS [["stylewithcss","true"],["bold",""]] "foo[<b>bar]</b>baz" queryCommandInde term("stylewithcss") before
851 PASS [["stylewithcss","true"],["bold",""]] "foo[<b>bar]</b>baz" queryCommandStat e("stylewithcss") before 851 PASS [["stylewithcss","true"],["bold",""]] "foo[<b>bar]</b>baz" queryCommandStat e("stylewithcss") before
852 FAIL [["stylewithcss","true"],["bold",""]] "foo[<b>bar]</b>baz" queryCommandValu e("stylewithcss") before assert_equals: Wrong result returned expected "" but go t "false" 852 PASS [["stylewithcss","true"],["bold",""]] "foo[<b>bar]</b>baz" queryCommandValu e("stylewithcss") before
853 PASS [["stylewithcss","true"],["bold",""]] "foo[<b>bar]</b>baz" queryCommandInde term("stylewithcss") after 853 PASS [["stylewithcss","true"],["bold",""]] "foo[<b>bar]</b>baz" queryCommandInde term("stylewithcss") after
854 PASS [["stylewithcss","true"],["bold",""]] "foo[<b>bar]</b>baz" queryCommandStat e("stylewithcss") after 854 PASS [["stylewithcss","true"],["bold",""]] "foo[<b>bar]</b>baz" queryCommandStat e("stylewithcss") after
855 FAIL [["stylewithcss","true"],["bold",""]] "foo[<b>bar]</b>baz" queryCommandValu e("stylewithcss") after assert_equals: Wrong result returned expected "" but got "true" 855 PASS [["stylewithcss","true"],["bold",""]] "foo[<b>bar]</b>baz" queryCommandValu e("stylewithcss") after
856 PASS [["stylewithcss","true"],["bold",""]] "foo[<b>bar]</b>baz" queryCommandInde term("bold") before 856 PASS [["stylewithcss","true"],["bold",""]] "foo[<b>bar]</b>baz" queryCommandInde term("bold") before
857 PASS [["stylewithcss","true"],["bold",""]] "foo[<b>bar]</b>baz" queryCommandStat e("bold") before 857 PASS [["stylewithcss","true"],["bold",""]] "foo[<b>bar]</b>baz" queryCommandStat e("bold") before
858 FAIL [["stylewithcss","true"],["bold",""]] "foo[<b>bar]</b>baz" queryCommandValu e("bold") before assert_equals: Wrong result returned expected "" but got "true" 858 FAIL [["stylewithcss","true"],["bold",""]] "foo[<b>bar]</b>baz" queryCommandValu e("bold") before assert_equals: Wrong result returned expected "" but got "true"
859 PASS [["stylewithcss","true"],["bold",""]] "foo[<b>bar]</b>baz" queryCommandInde term("bold") after 859 PASS [["stylewithcss","true"],["bold",""]] "foo[<b>bar]</b>baz" queryCommandInde term("bold") after
860 PASS [["stylewithcss","true"],["bold",""]] "foo[<b>bar]</b>baz" queryCommandStat e("bold") after 860 PASS [["stylewithcss","true"],["bold",""]] "foo[<b>bar]</b>baz" queryCommandStat e("bold") after
861 FAIL [["stylewithcss","true"],["bold",""]] "foo[<b>bar]</b>baz" queryCommandValu e("bold") after assert_equals: Wrong result returned expected "" but got "false" 861 FAIL [["stylewithcss","true"],["bold",""]] "foo[<b>bar]</b>baz" queryCommandValu e("bold") after assert_equals: Wrong result returned expected "" but got "false"
862 PASS [["stylewithcss","false"],["bold",""]] "foo[<b>bar]</b>baz": execCommand("s tylewithcss", false, "false") return value 862 PASS [["stylewithcss","false"],["bold",""]] "foo[<b>bar]</b>baz": execCommand("s tylewithcss", false, "false") return value
863 PASS [["stylewithcss","false"],["bold",""]] "foo[<b>bar]</b>baz": execCommand("b old", false, "") return value 863 PASS [["stylewithcss","false"],["bold",""]] "foo[<b>bar]</b>baz": execCommand("b old", false, "") return value
864 PASS [["stylewithcss","false"],["bold",""]] "foo[<b>bar]</b>baz" checks for modi fications to non-editable content 864 PASS [["stylewithcss","false"],["bold",""]] "foo[<b>bar]</b>baz" checks for modi fications to non-editable content
865 PASS [["stylewithcss","false"],["bold",""]] "foo[<b>bar]</b>baz" compare innerHT ML 865 PASS [["stylewithcss","false"],["bold",""]] "foo[<b>bar]</b>baz" compare innerHT ML
866 PASS [["stylewithcss","false"],["bold",""]] "foo[<b>bar]</b>baz" queryCommandInd eterm("stylewithcss") before 866 PASS [["stylewithcss","false"],["bold",""]] "foo[<b>bar]</b>baz" queryCommandInd eterm("stylewithcss") before
867 PASS [["stylewithcss","false"],["bold",""]] "foo[<b>bar]</b>baz" queryCommandSta te("stylewithcss") before 867 PASS [["stylewithcss","false"],["bold",""]] "foo[<b>bar]</b>baz" queryCommandSta te("stylewithcss") before
868 FAIL [["stylewithcss","false"],["bold",""]] "foo[<b>bar]</b>baz" queryCommandVal ue("stylewithcss") before assert_equals: Wrong result returned expected "" but g ot "true" 868 PASS [["stylewithcss","false"],["bold",""]] "foo[<b>bar]</b>baz" queryCommandVal ue("stylewithcss") before
869 PASS [["stylewithcss","false"],["bold",""]] "foo[<b>bar]</b>baz" queryCommandInd eterm("stylewithcss") after 869 PASS [["stylewithcss","false"],["bold",""]] "foo[<b>bar]</b>baz" queryCommandInd eterm("stylewithcss") after
870 PASS [["stylewithcss","false"],["bold",""]] "foo[<b>bar]</b>baz" queryCommandSta te("stylewithcss") after 870 PASS [["stylewithcss","false"],["bold",""]] "foo[<b>bar]</b>baz" queryCommandSta te("stylewithcss") after
871 FAIL [["stylewithcss","false"],["bold",""]] "foo[<b>bar]</b>baz" queryCommandVal ue("stylewithcss") after assert_equals: Wrong result returned expected "" but go t "false" 871 PASS [["stylewithcss","false"],["bold",""]] "foo[<b>bar]</b>baz" queryCommandVal ue("stylewithcss") after
872 PASS [["stylewithcss","false"],["bold",""]] "foo[<b>bar]</b>baz" queryCommandInd eterm("bold") before 872 PASS [["stylewithcss","false"],["bold",""]] "foo[<b>bar]</b>baz" queryCommandInd eterm("bold") before
873 PASS [["stylewithcss","false"],["bold",""]] "foo[<b>bar]</b>baz" queryCommandSta te("bold") before 873 PASS [["stylewithcss","false"],["bold",""]] "foo[<b>bar]</b>baz" queryCommandSta te("bold") before
874 FAIL [["stylewithcss","false"],["bold",""]] "foo[<b>bar]</b>baz" queryCommandVal ue("bold") before assert_equals: Wrong result returned expected "" but got "true " 874 FAIL [["stylewithcss","false"],["bold",""]] "foo[<b>bar]</b>baz" queryCommandVal ue("bold") before assert_equals: Wrong result returned expected "" but got "true "
875 PASS [["stylewithcss","false"],["bold",""]] "foo[<b>bar]</b>baz" queryCommandInd eterm("bold") after 875 PASS [["stylewithcss","false"],["bold",""]] "foo[<b>bar]</b>baz" queryCommandInd eterm("bold") after
876 PASS [["stylewithcss","false"],["bold",""]] "foo[<b>bar]</b>baz" queryCommandSta te("bold") after 876 PASS [["stylewithcss","false"],["bold",""]] "foo[<b>bar]</b>baz" queryCommandSta te("bold") after
877 FAIL [["stylewithcss","false"],["bold",""]] "foo[<b>bar]</b>baz" queryCommandVal ue("bold") after assert_equals: Wrong result returned expected "" but got "false " 877 FAIL [["stylewithcss","false"],["bold",""]] "foo[<b>bar]</b>baz" queryCommandVal ue("bold") after assert_equals: Wrong result returned expected "" but got "false "
878 PASS [["stylewithcss","true"],["bold",""]] "foo<b>[bar</b>]baz": execCommand("st ylewithcss", false, "true") return value 878 PASS [["stylewithcss","true"],["bold",""]] "foo<b>[bar</b>]baz": execCommand("st ylewithcss", false, "true") return value
879 PASS [["stylewithcss","true"],["bold",""]] "foo<b>[bar</b>]baz": execCommand("bo ld", false, "") return value 879 PASS [["stylewithcss","true"],["bold",""]] "foo<b>[bar</b>]baz": execCommand("bo ld", false, "") return value
880 PASS [["stylewithcss","true"],["bold",""]] "foo<b>[bar</b>]baz" checks for modif ications to non-editable content 880 PASS [["stylewithcss","true"],["bold",""]] "foo<b>[bar</b>]baz" checks for modif ications to non-editable content
881 PASS [["stylewithcss","true"],["bold",""]] "foo<b>[bar</b>]baz" compare innerHTM L 881 PASS [["stylewithcss","true"],["bold",""]] "foo<b>[bar</b>]baz" compare innerHTM L
882 PASS [["stylewithcss","true"],["bold",""]] "foo<b>[bar</b>]baz" queryCommandInde term("stylewithcss") before 882 PASS [["stylewithcss","true"],["bold",""]] "foo<b>[bar</b>]baz" queryCommandInde term("stylewithcss") before
883 PASS [["stylewithcss","true"],["bold",""]] "foo<b>[bar</b>]baz" queryCommandStat e("stylewithcss") before 883 PASS [["stylewithcss","true"],["bold",""]] "foo<b>[bar</b>]baz" queryCommandStat e("stylewithcss") before
884 FAIL [["stylewithcss","true"],["bold",""]] "foo<b>[bar</b>]baz" queryCommandValu e("stylewithcss") before assert_equals: Wrong result returned expected "" but go t "false" 884 PASS [["stylewithcss","true"],["bold",""]] "foo<b>[bar</b>]baz" queryCommandValu e("stylewithcss") before
885 PASS [["stylewithcss","true"],["bold",""]] "foo<b>[bar</b>]baz" queryCommandInde term("stylewithcss") after 885 PASS [["stylewithcss","true"],["bold",""]] "foo<b>[bar</b>]baz" queryCommandInde term("stylewithcss") after
886 PASS [["stylewithcss","true"],["bold",""]] "foo<b>[bar</b>]baz" queryCommandStat e("stylewithcss") after 886 PASS [["stylewithcss","true"],["bold",""]] "foo<b>[bar</b>]baz" queryCommandStat e("stylewithcss") after
887 FAIL [["stylewithcss","true"],["bold",""]] "foo<b>[bar</b>]baz" queryCommandValu e("stylewithcss") after assert_equals: Wrong result returned expected "" but got "true" 887 PASS [["stylewithcss","true"],["bold",""]] "foo<b>[bar</b>]baz" queryCommandValu e("stylewithcss") after
888 PASS [["stylewithcss","true"],["bold",""]] "foo<b>[bar</b>]baz" queryCommandInde term("bold") before 888 PASS [["stylewithcss","true"],["bold",""]] "foo<b>[bar</b>]baz" queryCommandInde term("bold") before
889 PASS [["stylewithcss","true"],["bold",""]] "foo<b>[bar</b>]baz" queryCommandStat e("bold") before 889 PASS [["stylewithcss","true"],["bold",""]] "foo<b>[bar</b>]baz" queryCommandStat e("bold") before
890 FAIL [["stylewithcss","true"],["bold",""]] "foo<b>[bar</b>]baz" queryCommandValu e("bold") before assert_equals: Wrong result returned expected "" but got "true" 890 FAIL [["stylewithcss","true"],["bold",""]] "foo<b>[bar</b>]baz" queryCommandValu e("bold") before assert_equals: Wrong result returned expected "" but got "true"
891 PASS [["stylewithcss","true"],["bold",""]] "foo<b>[bar</b>]baz" queryCommandInde term("bold") after 891 PASS [["stylewithcss","true"],["bold",""]] "foo<b>[bar</b>]baz" queryCommandInde term("bold") after
892 PASS [["stylewithcss","true"],["bold",""]] "foo<b>[bar</b>]baz" queryCommandStat e("bold") after 892 PASS [["stylewithcss","true"],["bold",""]] "foo<b>[bar</b>]baz" queryCommandStat e("bold") after
893 FAIL [["stylewithcss","true"],["bold",""]] "foo<b>[bar</b>]baz" queryCommandValu e("bold") after assert_equals: Wrong result returned expected "" but got "false" 893 FAIL [["stylewithcss","true"],["bold",""]] "foo<b>[bar</b>]baz" queryCommandValu e("bold") after assert_equals: Wrong result returned expected "" but got "false"
894 PASS [["stylewithcss","false"],["bold",""]] "foo<b>[bar</b>]baz": execCommand("s tylewithcss", false, "false") return value 894 PASS [["stylewithcss","false"],["bold",""]] "foo<b>[bar</b>]baz": execCommand("s tylewithcss", false, "false") return value
895 PASS [["stylewithcss","false"],["bold",""]] "foo<b>[bar</b>]baz": execCommand("b old", false, "") return value 895 PASS [["stylewithcss","false"],["bold",""]] "foo<b>[bar</b>]baz": execCommand("b old", false, "") return value
896 PASS [["stylewithcss","false"],["bold",""]] "foo<b>[bar</b>]baz" checks for modi fications to non-editable content 896 PASS [["stylewithcss","false"],["bold",""]] "foo<b>[bar</b>]baz" checks for modi fications to non-editable content
897 PASS [["stylewithcss","false"],["bold",""]] "foo<b>[bar</b>]baz" compare innerHT ML 897 PASS [["stylewithcss","false"],["bold",""]] "foo<b>[bar</b>]baz" compare innerHT ML
898 PASS [["stylewithcss","false"],["bold",""]] "foo<b>[bar</b>]baz" queryCommandInd eterm("stylewithcss") before 898 PASS [["stylewithcss","false"],["bold",""]] "foo<b>[bar</b>]baz" queryCommandInd eterm("stylewithcss") before
899 PASS [["stylewithcss","false"],["bold",""]] "foo<b>[bar</b>]baz" queryCommandSta te("stylewithcss") before 899 PASS [["stylewithcss","false"],["bold",""]] "foo<b>[bar</b>]baz" queryCommandSta te("stylewithcss") before
900 FAIL [["stylewithcss","false"],["bold",""]] "foo<b>[bar</b>]baz" queryCommandVal ue("stylewithcss") before assert_equals: Wrong result returned expected "" but g ot "true" 900 PASS [["stylewithcss","false"],["bold",""]] "foo<b>[bar</b>]baz" queryCommandVal ue("stylewithcss") before
901 PASS [["stylewithcss","false"],["bold",""]] "foo<b>[bar</b>]baz" queryCommandInd eterm("stylewithcss") after 901 PASS [["stylewithcss","false"],["bold",""]] "foo<b>[bar</b>]baz" queryCommandInd eterm("stylewithcss") after
902 PASS [["stylewithcss","false"],["bold",""]] "foo<b>[bar</b>]baz" queryCommandSta te("stylewithcss") after 902 PASS [["stylewithcss","false"],["bold",""]] "foo<b>[bar</b>]baz" queryCommandSta te("stylewithcss") after
903 FAIL [["stylewithcss","false"],["bold",""]] "foo<b>[bar</b>]baz" queryCommandVal ue("stylewithcss") after assert_equals: Wrong result returned expected "" but go t "false" 903 PASS [["stylewithcss","false"],["bold",""]] "foo<b>[bar</b>]baz" queryCommandVal ue("stylewithcss") after
904 PASS [["stylewithcss","false"],["bold",""]] "foo<b>[bar</b>]baz" queryCommandInd eterm("bold") before 904 PASS [["stylewithcss","false"],["bold",""]] "foo<b>[bar</b>]baz" queryCommandInd eterm("bold") before
905 PASS [["stylewithcss","false"],["bold",""]] "foo<b>[bar</b>]baz" queryCommandSta te("bold") before 905 PASS [["stylewithcss","false"],["bold",""]] "foo<b>[bar</b>]baz" queryCommandSta te("bold") before
906 FAIL [["stylewithcss","false"],["bold",""]] "foo<b>[bar</b>]baz" queryCommandVal ue("bold") before assert_equals: Wrong result returned expected "" but got "true " 906 FAIL [["stylewithcss","false"],["bold",""]] "foo<b>[bar</b>]baz" queryCommandVal ue("bold") before assert_equals: Wrong result returned expected "" but got "true "
907 PASS [["stylewithcss","false"],["bold",""]] "foo<b>[bar</b>]baz" queryCommandInd eterm("bold") after 907 PASS [["stylewithcss","false"],["bold",""]] "foo<b>[bar</b>]baz" queryCommandInd eterm("bold") after
908 PASS [["stylewithcss","false"],["bold",""]] "foo<b>[bar</b>]baz" queryCommandSta te("bold") after 908 PASS [["stylewithcss","false"],["bold",""]] "foo<b>[bar</b>]baz" queryCommandSta te("bold") after
909 FAIL [["stylewithcss","false"],["bold",""]] "foo<b>[bar</b>]baz" queryCommandVal ue("bold") after assert_equals: Wrong result returned expected "" but got "false " 909 FAIL [["stylewithcss","false"],["bold",""]] "foo<b>[bar</b>]baz" queryCommandVal ue("bold") after assert_equals: Wrong result returned expected "" but got "false "
910 PASS [["bold",""]] "foo{<b></b>}baz": execCommand("bold", false, "") return valu e 910 PASS [["bold",""]] "foo{<b></b>}baz": execCommand("bold", false, "") return valu e
911 PASS [["bold",""]] "foo{<b></b>}baz" checks for modifications to non-editable co ntent 911 PASS [["bold",""]] "foo{<b></b>}baz" checks for modifications to non-editable co ntent
912 PASS [["bold",""]] "foo{<b></b>}baz" compare innerHTML 912 PASS [["bold",""]] "foo{<b></b>}baz" compare innerHTML
913 PASS [["bold",""]] "foo{<b></b>}baz" queryCommandIndeterm("bold") before 913 PASS [["bold",""]] "foo{<b></b>}baz" queryCommandIndeterm("bold") before
(...skipping 64 matching lines...) Expand 10 before | Expand all | Expand 10 after
978 FAIL [["bold",""]] "foo<strong>[bar</strong>]baz" queryCommandValue("bold") befo re assert_equals: Wrong result returned expected "" but got "true" 978 FAIL [["bold",""]] "foo<strong>[bar</strong>]baz" queryCommandValue("bold") befo re assert_equals: Wrong result returned expected "" but got "true"
979 PASS [["bold",""]] "foo<strong>[bar</strong>]baz" queryCommandIndeterm("bold") a fter 979 PASS [["bold",""]] "foo<strong>[bar</strong>]baz" queryCommandIndeterm("bold") a fter
980 PASS [["bold",""]] "foo<strong>[bar</strong>]baz" queryCommandState("bold") afte r 980 PASS [["bold",""]] "foo<strong>[bar</strong>]baz" queryCommandState("bold") afte r
981 FAIL [["bold",""]] "foo<strong>[bar</strong>]baz" queryCommandValue("bold") afte r assert_equals: Wrong result returned expected "" but got "false" 981 FAIL [["bold",""]] "foo<strong>[bar</strong>]baz" queryCommandValue("bold") afte r assert_equals: Wrong result returned expected "" but got "false"
982 PASS [["stylewithcss","true"],["bold",""]] "foo[<span style=\"font-weight: bold\ ">bar</span>]baz": execCommand("stylewithcss", false, "true") return value 982 PASS [["stylewithcss","true"],["bold",""]] "foo[<span style=\"font-weight: bold\ ">bar</span>]baz": execCommand("stylewithcss", false, "true") return value
983 PASS [["stylewithcss","true"],["bold",""]] "foo[<span style=\"font-weight: bold\ ">bar</span>]baz": execCommand("bold", false, "") return value 983 PASS [["stylewithcss","true"],["bold",""]] "foo[<span style=\"font-weight: bold\ ">bar</span>]baz": execCommand("bold", false, "") return value
984 PASS [["stylewithcss","true"],["bold",""]] "foo[<span style=\"font-weight: bold\ ">bar</span>]baz" checks for modifications to non-editable content 984 PASS [["stylewithcss","true"],["bold",""]] "foo[<span style=\"font-weight: bold\ ">bar</span>]baz" checks for modifications to non-editable content
985 PASS [["stylewithcss","true"],["bold",""]] "foo[<span style=\"font-weight: bold\ ">bar</span>]baz" compare innerHTML 985 PASS [["stylewithcss","true"],["bold",""]] "foo[<span style=\"font-weight: bold\ ">bar</span>]baz" compare innerHTML
986 PASS [["stylewithcss","true"],["bold",""]] "foo[<span style=\"font-weight: bold\ ">bar</span>]baz" queryCommandIndeterm("stylewithcss") before 986 PASS [["stylewithcss","true"],["bold",""]] "foo[<span style=\"font-weight: bold\ ">bar</span>]baz" queryCommandIndeterm("stylewithcss") before
987 PASS [["stylewithcss","true"],["bold",""]] "foo[<span style=\"font-weight: bold\ ">bar</span>]baz" queryCommandState("stylewithcss") before 987 PASS [["stylewithcss","true"],["bold",""]] "foo[<span style=\"font-weight: bold\ ">bar</span>]baz" queryCommandState("stylewithcss") before
988 FAIL [["stylewithcss","true"],["bold",""]] "foo[<span style=\"font-weight: bold\ ">bar</span>]baz" queryCommandValue("stylewithcss") before assert_equals: Wrong result returned expected "" but got "false" 988 PASS [["stylewithcss","true"],["bold",""]] "foo[<span style=\"font-weight: bold\ ">bar</span>]baz" queryCommandValue("stylewithcss") before
989 PASS [["stylewithcss","true"],["bold",""]] "foo[<span style=\"font-weight: bold\ ">bar</span>]baz" queryCommandIndeterm("stylewithcss") after 989 PASS [["stylewithcss","true"],["bold",""]] "foo[<span style=\"font-weight: bold\ ">bar</span>]baz" queryCommandIndeterm("stylewithcss") after
990 PASS [["stylewithcss","true"],["bold",""]] "foo[<span style=\"font-weight: bold\ ">bar</span>]baz" queryCommandState("stylewithcss") after 990 PASS [["stylewithcss","true"],["bold",""]] "foo[<span style=\"font-weight: bold\ ">bar</span>]baz" queryCommandState("stylewithcss") after
991 FAIL [["stylewithcss","true"],["bold",""]] "foo[<span style=\"font-weight: bold\ ">bar</span>]baz" queryCommandValue("stylewithcss") after assert_equals: Wrong r esult returned expected "" but got "true" 991 PASS [["stylewithcss","true"],["bold",""]] "foo[<span style=\"font-weight: bold\ ">bar</span>]baz" queryCommandValue("stylewithcss") after
992 PASS [["stylewithcss","true"],["bold",""]] "foo[<span style=\"font-weight: bold\ ">bar</span>]baz" queryCommandIndeterm("bold") before 992 PASS [["stylewithcss","true"],["bold",""]] "foo[<span style=\"font-weight: bold\ ">bar</span>]baz" queryCommandIndeterm("bold") before
993 PASS [["stylewithcss","true"],["bold",""]] "foo[<span style=\"font-weight: bold\ ">bar</span>]baz" queryCommandState("bold") before 993 PASS [["stylewithcss","true"],["bold",""]] "foo[<span style=\"font-weight: bold\ ">bar</span>]baz" queryCommandState("bold") before
994 FAIL [["stylewithcss","true"],["bold",""]] "foo[<span style=\"font-weight: bold\ ">bar</span>]baz" queryCommandValue("bold") before assert_equals: Wrong result r eturned expected "" but got "true" 994 FAIL [["stylewithcss","true"],["bold",""]] "foo[<span style=\"font-weight: bold\ ">bar</span>]baz" queryCommandValue("bold") before assert_equals: Wrong result r eturned expected "" but got "true"
995 PASS [["stylewithcss","true"],["bold",""]] "foo[<span style=\"font-weight: bold\ ">bar</span>]baz" queryCommandIndeterm("bold") after 995 PASS [["stylewithcss","true"],["bold",""]] "foo[<span style=\"font-weight: bold\ ">bar</span>]baz" queryCommandIndeterm("bold") after
996 PASS [["stylewithcss","true"],["bold",""]] "foo[<span style=\"font-weight: bold\ ">bar</span>]baz" queryCommandState("bold") after 996 PASS [["stylewithcss","true"],["bold",""]] "foo[<span style=\"font-weight: bold\ ">bar</span>]baz" queryCommandState("bold") after
997 FAIL [["stylewithcss","true"],["bold",""]] "foo[<span style=\"font-weight: bold\ ">bar</span>]baz" queryCommandValue("bold") after assert_equals: Wrong result re turned expected "" but got "false" 997 FAIL [["stylewithcss","true"],["bold",""]] "foo[<span style=\"font-weight: bold\ ">bar</span>]baz" queryCommandValue("bold") after assert_equals: Wrong result re turned expected "" but got "false"
998 PASS [["stylewithcss","false"],["bold",""]] "foo[<span style=\"font-weight: bold \">bar</span>]baz": execCommand("stylewithcss", false, "false") return value 998 PASS [["stylewithcss","false"],["bold",""]] "foo[<span style=\"font-weight: bold \">bar</span>]baz": execCommand("stylewithcss", false, "false") return value
999 PASS [["stylewithcss","false"],["bold",""]] "foo[<span style=\"font-weight: bold \">bar</span>]baz": execCommand("bold", false, "") return value 999 PASS [["stylewithcss","false"],["bold",""]] "foo[<span style=\"font-weight: bold \">bar</span>]baz": execCommand("bold", false, "") return value
1000 PASS [["stylewithcss","false"],["bold",""]] "foo[<span style=\"font-weight: bold \">bar</span>]baz" checks for modifications to non-editable content 1000 PASS [["stylewithcss","false"],["bold",""]] "foo[<span style=\"font-weight: bold \">bar</span>]baz" checks for modifications to non-editable content
1001 PASS [["stylewithcss","false"],["bold",""]] "foo[<span style=\"font-weight: bold \">bar</span>]baz" compare innerHTML 1001 PASS [["stylewithcss","false"],["bold",""]] "foo[<span style=\"font-weight: bold \">bar</span>]baz" compare innerHTML
1002 PASS [["stylewithcss","false"],["bold",""]] "foo[<span style=\"font-weight: bold \">bar</span>]baz" queryCommandIndeterm("stylewithcss") before 1002 PASS [["stylewithcss","false"],["bold",""]] "foo[<span style=\"font-weight: bold \">bar</span>]baz" queryCommandIndeterm("stylewithcss") before
1003 PASS [["stylewithcss","false"],["bold",""]] "foo[<span style=\"font-weight: bold \">bar</span>]baz" queryCommandState("stylewithcss") before 1003 PASS [["stylewithcss","false"],["bold",""]] "foo[<span style=\"font-weight: bold \">bar</span>]baz" queryCommandState("stylewithcss") before
1004 FAIL [["stylewithcss","false"],["bold",""]] "foo[<span style=\"font-weight: bold \">bar</span>]baz" queryCommandValue("stylewithcss") before assert_equals: Wrong result returned expected "" but got "true" 1004 PASS [["stylewithcss","false"],["bold",""]] "foo[<span style=\"font-weight: bold \">bar</span>]baz" queryCommandValue("stylewithcss") before
1005 PASS [["stylewithcss","false"],["bold",""]] "foo[<span style=\"font-weight: bold \">bar</span>]baz" queryCommandIndeterm("stylewithcss") after 1005 PASS [["stylewithcss","false"],["bold",""]] "foo[<span style=\"font-weight: bold \">bar</span>]baz" queryCommandIndeterm("stylewithcss") after
1006 PASS [["stylewithcss","false"],["bold",""]] "foo[<span style=\"font-weight: bold \">bar</span>]baz" queryCommandState("stylewithcss") after 1006 PASS [["stylewithcss","false"],["bold",""]] "foo[<span style=\"font-weight: bold \">bar</span>]baz" queryCommandState("stylewithcss") after
1007 FAIL [["stylewithcss","false"],["bold",""]] "foo[<span style=\"font-weight: bold \">bar</span>]baz" queryCommandValue("stylewithcss") after assert_equals: Wrong result returned expected "" but got "false" 1007 PASS [["stylewithcss","false"],["bold",""]] "foo[<span style=\"font-weight: bold \">bar</span>]baz" queryCommandValue("stylewithcss") after
1008 PASS [["stylewithcss","false"],["bold",""]] "foo[<span style=\"font-weight: bold \">bar</span>]baz" queryCommandIndeterm("bold") before 1008 PASS [["stylewithcss","false"],["bold",""]] "foo[<span style=\"font-weight: bold \">bar</span>]baz" queryCommandIndeterm("bold") before
1009 PASS [["stylewithcss","false"],["bold",""]] "foo[<span style=\"font-weight: bold \">bar</span>]baz" queryCommandState("bold") before 1009 PASS [["stylewithcss","false"],["bold",""]] "foo[<span style=\"font-weight: bold \">bar</span>]baz" queryCommandState("bold") before
1010 FAIL [["stylewithcss","false"],["bold",""]] "foo[<span style=\"font-weight: bold \">bar</span>]baz" queryCommandValue("bold") before assert_equals: Wrong result returned expected "" but got "true" 1010 FAIL [["stylewithcss","false"],["bold",""]] "foo[<span style=\"font-weight: bold \">bar</span>]baz" queryCommandValue("bold") before assert_equals: Wrong result returned expected "" but got "true"
1011 PASS [["stylewithcss","false"],["bold",""]] "foo[<span style=\"font-weight: bold \">bar</span>]baz" queryCommandIndeterm("bold") after 1011 PASS [["stylewithcss","false"],["bold",""]] "foo[<span style=\"font-weight: bold \">bar</span>]baz" queryCommandIndeterm("bold") after
1012 PASS [["stylewithcss","false"],["bold",""]] "foo[<span style=\"font-weight: bold \">bar</span>]baz" queryCommandState("bold") after 1012 PASS [["stylewithcss","false"],["bold",""]] "foo[<span style=\"font-weight: bold \">bar</span>]baz" queryCommandState("bold") after
1013 FAIL [["stylewithcss","false"],["bold",""]] "foo[<span style=\"font-weight: bold \">bar</span>]baz" queryCommandValue("bold") after assert_equals: Wrong result r eturned expected "" but got "false" 1013 FAIL [["stylewithcss","false"],["bold",""]] "foo[<span style=\"font-weight: bold \">bar</span>]baz" queryCommandValue("bold") after assert_equals: Wrong result r eturned expected "" but got "false"
1014 PASS [["stylewithcss","true"],["bold",""]] "foo[<span style=\"font-weight: bold\ ">bar]</span>baz": execCommand("stylewithcss", false, "true") return value 1014 PASS [["stylewithcss","true"],["bold",""]] "foo[<span style=\"font-weight: bold\ ">bar]</span>baz": execCommand("stylewithcss", false, "true") return value
1015 PASS [["stylewithcss","true"],["bold",""]] "foo[<span style=\"font-weight: bold\ ">bar]</span>baz": execCommand("bold", false, "") return value 1015 PASS [["stylewithcss","true"],["bold",""]] "foo[<span style=\"font-weight: bold\ ">bar]</span>baz": execCommand("bold", false, "") return value
1016 PASS [["stylewithcss","true"],["bold",""]] "foo[<span style=\"font-weight: bold\ ">bar]</span>baz" checks for modifications to non-editable content 1016 PASS [["stylewithcss","true"],["bold",""]] "foo[<span style=\"font-weight: bold\ ">bar]</span>baz" checks for modifications to non-editable content
1017 PASS [["stylewithcss","true"],["bold",""]] "foo[<span style=\"font-weight: bold\ ">bar]</span>baz" compare innerHTML 1017 PASS [["stylewithcss","true"],["bold",""]] "foo[<span style=\"font-weight: bold\ ">bar]</span>baz" compare innerHTML
1018 PASS [["stylewithcss","true"],["bold",""]] "foo[<span style=\"font-weight: bold\ ">bar]</span>baz" queryCommandIndeterm("stylewithcss") before 1018 PASS [["stylewithcss","true"],["bold",""]] "foo[<span style=\"font-weight: bold\ ">bar]</span>baz" queryCommandIndeterm("stylewithcss") before
1019 PASS [["stylewithcss","true"],["bold",""]] "foo[<span style=\"font-weight: bold\ ">bar]</span>baz" queryCommandState("stylewithcss") before 1019 PASS [["stylewithcss","true"],["bold",""]] "foo[<span style=\"font-weight: bold\ ">bar]</span>baz" queryCommandState("stylewithcss") before
1020 FAIL [["stylewithcss","true"],["bold",""]] "foo[<span style=\"font-weight: bold\ ">bar]</span>baz" queryCommandValue("stylewithcss") before assert_equals: Wrong result returned expected "" but got "false" 1020 PASS [["stylewithcss","true"],["bold",""]] "foo[<span style=\"font-weight: bold\ ">bar]</span>baz" queryCommandValue("stylewithcss") before
1021 PASS [["stylewithcss","true"],["bold",""]] "foo[<span style=\"font-weight: bold\ ">bar]</span>baz" queryCommandIndeterm("stylewithcss") after 1021 PASS [["stylewithcss","true"],["bold",""]] "foo[<span style=\"font-weight: bold\ ">bar]</span>baz" queryCommandIndeterm("stylewithcss") after
1022 PASS [["stylewithcss","true"],["bold",""]] "foo[<span style=\"font-weight: bold\ ">bar]</span>baz" queryCommandState("stylewithcss") after 1022 PASS [["stylewithcss","true"],["bold",""]] "foo[<span style=\"font-weight: bold\ ">bar]</span>baz" queryCommandState("stylewithcss") after
1023 FAIL [["stylewithcss","true"],["bold",""]] "foo[<span style=\"font-weight: bold\ ">bar]</span>baz" queryCommandValue("stylewithcss") after assert_equals: Wrong r esult returned expected "" but got "true" 1023 PASS [["stylewithcss","true"],["bold",""]] "foo[<span style=\"font-weight: bold\ ">bar]</span>baz" queryCommandValue("stylewithcss") after
1024 PASS [["stylewithcss","true"],["bold",""]] "foo[<span style=\"font-weight: bold\ ">bar]</span>baz" queryCommandIndeterm("bold") before 1024 PASS [["stylewithcss","true"],["bold",""]] "foo[<span style=\"font-weight: bold\ ">bar]</span>baz" queryCommandIndeterm("bold") before
1025 PASS [["stylewithcss","true"],["bold",""]] "foo[<span style=\"font-weight: bold\ ">bar]</span>baz" queryCommandState("bold") before 1025 PASS [["stylewithcss","true"],["bold",""]] "foo[<span style=\"font-weight: bold\ ">bar]</span>baz" queryCommandState("bold") before
1026 FAIL [["stylewithcss","true"],["bold",""]] "foo[<span style=\"font-weight: bold\ ">bar]</span>baz" queryCommandValue("bold") before assert_equals: Wrong result r eturned expected "" but got "true" 1026 FAIL [["stylewithcss","true"],["bold",""]] "foo[<span style=\"font-weight: bold\ ">bar]</span>baz" queryCommandValue("bold") before assert_equals: Wrong result r eturned expected "" but got "true"
1027 PASS [["stylewithcss","true"],["bold",""]] "foo[<span style=\"font-weight: bold\ ">bar]</span>baz" queryCommandIndeterm("bold") after 1027 PASS [["stylewithcss","true"],["bold",""]] "foo[<span style=\"font-weight: bold\ ">bar]</span>baz" queryCommandIndeterm("bold") after
1028 PASS [["stylewithcss","true"],["bold",""]] "foo[<span style=\"font-weight: bold\ ">bar]</span>baz" queryCommandState("bold") after 1028 PASS [["stylewithcss","true"],["bold",""]] "foo[<span style=\"font-weight: bold\ ">bar]</span>baz" queryCommandState("bold") after
1029 FAIL [["stylewithcss","true"],["bold",""]] "foo[<span style=\"font-weight: bold\ ">bar]</span>baz" queryCommandValue("bold") after assert_equals: Wrong result re turned expected "" but got "false" 1029 FAIL [["stylewithcss","true"],["bold",""]] "foo[<span style=\"font-weight: bold\ ">bar]</span>baz" queryCommandValue("bold") after assert_equals: Wrong result re turned expected "" but got "false"
1030 PASS [["stylewithcss","false"],["bold",""]] "foo[<span style=\"font-weight: bold \">bar]</span>baz": execCommand("stylewithcss", false, "false") return value 1030 PASS [["stylewithcss","false"],["bold",""]] "foo[<span style=\"font-weight: bold \">bar]</span>baz": execCommand("stylewithcss", false, "false") return value
1031 PASS [["stylewithcss","false"],["bold",""]] "foo[<span style=\"font-weight: bold \">bar]</span>baz": execCommand("bold", false, "") return value 1031 PASS [["stylewithcss","false"],["bold",""]] "foo[<span style=\"font-weight: bold \">bar]</span>baz": execCommand("bold", false, "") return value
1032 PASS [["stylewithcss","false"],["bold",""]] "foo[<span style=\"font-weight: bold \">bar]</span>baz" checks for modifications to non-editable content 1032 PASS [["stylewithcss","false"],["bold",""]] "foo[<span style=\"font-weight: bold \">bar]</span>baz" checks for modifications to non-editable content
1033 PASS [["stylewithcss","false"],["bold",""]] "foo[<span style=\"font-weight: bold \">bar]</span>baz" compare innerHTML 1033 PASS [["stylewithcss","false"],["bold",""]] "foo[<span style=\"font-weight: bold \">bar]</span>baz" compare innerHTML
1034 PASS [["stylewithcss","false"],["bold",""]] "foo[<span style=\"font-weight: bold \">bar]</span>baz" queryCommandIndeterm("stylewithcss") before 1034 PASS [["stylewithcss","false"],["bold",""]] "foo[<span style=\"font-weight: bold \">bar]</span>baz" queryCommandIndeterm("stylewithcss") before
1035 PASS [["stylewithcss","false"],["bold",""]] "foo[<span style=\"font-weight: bold \">bar]</span>baz" queryCommandState("stylewithcss") before 1035 PASS [["stylewithcss","false"],["bold",""]] "foo[<span style=\"font-weight: bold \">bar]</span>baz" queryCommandState("stylewithcss") before
1036 FAIL [["stylewithcss","false"],["bold",""]] "foo[<span style=\"font-weight: bold \">bar]</span>baz" queryCommandValue("stylewithcss") before assert_equals: Wrong result returned expected "" but got "true" 1036 PASS [["stylewithcss","false"],["bold",""]] "foo[<span style=\"font-weight: bold \">bar]</span>baz" queryCommandValue("stylewithcss") before
1037 PASS [["stylewithcss","false"],["bold",""]] "foo[<span style=\"font-weight: bold \">bar]</span>baz" queryCommandIndeterm("stylewithcss") after 1037 PASS [["stylewithcss","false"],["bold",""]] "foo[<span style=\"font-weight: bold \">bar]</span>baz" queryCommandIndeterm("stylewithcss") after
1038 PASS [["stylewithcss","false"],["bold",""]] "foo[<span style=\"font-weight: bold \">bar]</span>baz" queryCommandState("stylewithcss") after 1038 PASS [["stylewithcss","false"],["bold",""]] "foo[<span style=\"font-weight: bold \">bar]</span>baz" queryCommandState("stylewithcss") after
1039 FAIL [["stylewithcss","false"],["bold",""]] "foo[<span style=\"font-weight: bold \">bar]</span>baz" queryCommandValue("stylewithcss") after assert_equals: Wrong result returned expected "" but got "false" 1039 PASS [["stylewithcss","false"],["bold",""]] "foo[<span style=\"font-weight: bold \">bar]</span>baz" queryCommandValue("stylewithcss") after
1040 PASS [["stylewithcss","false"],["bold",""]] "foo[<span style=\"font-weight: bold \">bar]</span>baz" queryCommandIndeterm("bold") before 1040 PASS [["stylewithcss","false"],["bold",""]] "foo[<span style=\"font-weight: bold \">bar]</span>baz" queryCommandIndeterm("bold") before
1041 PASS [["stylewithcss","false"],["bold",""]] "foo[<span style=\"font-weight: bold \">bar]</span>baz" queryCommandState("bold") before 1041 PASS [["stylewithcss","false"],["bold",""]] "foo[<span style=\"font-weight: bold \">bar]</span>baz" queryCommandState("bold") before
1042 FAIL [["stylewithcss","false"],["bold",""]] "foo[<span style=\"font-weight: bold \">bar]</span>baz" queryCommandValue("bold") before assert_equals: Wrong result returned expected "" but got "true" 1042 FAIL [["stylewithcss","false"],["bold",""]] "foo[<span style=\"font-weight: bold \">bar]</span>baz" queryCommandValue("bold") before assert_equals: Wrong result returned expected "" but got "true"
1043 PASS [["stylewithcss","false"],["bold",""]] "foo[<span style=\"font-weight: bold \">bar]</span>baz" queryCommandIndeterm("bold") after 1043 PASS [["stylewithcss","false"],["bold",""]] "foo[<span style=\"font-weight: bold \">bar]</span>baz" queryCommandIndeterm("bold") after
1044 PASS [["stylewithcss","false"],["bold",""]] "foo[<span style=\"font-weight: bold \">bar]</span>baz" queryCommandState("bold") after 1044 PASS [["stylewithcss","false"],["bold",""]] "foo[<span style=\"font-weight: bold \">bar]</span>baz" queryCommandState("bold") after
1045 FAIL [["stylewithcss","false"],["bold",""]] "foo[<span style=\"font-weight: bold \">bar]</span>baz" queryCommandValue("bold") after assert_equals: Wrong result r eturned expected "" but got "false" 1045 FAIL [["stylewithcss","false"],["bold",""]] "foo[<span style=\"font-weight: bold \">bar]</span>baz" queryCommandValue("bold") after assert_equals: Wrong result r eturned expected "" but got "false"
1046 PASS [["stylewithcss","true"],["bold",""]] "foo<span style=\"font-weight: bold\" >[bar</span>]baz": execCommand("stylewithcss", false, "true") return value 1046 PASS [["stylewithcss","true"],["bold",""]] "foo<span style=\"font-weight: bold\" >[bar</span>]baz": execCommand("stylewithcss", false, "true") return value
1047 PASS [["stylewithcss","true"],["bold",""]] "foo<span style=\"font-weight: bold\" >[bar</span>]baz": execCommand("bold", false, "") return value 1047 PASS [["stylewithcss","true"],["bold",""]] "foo<span style=\"font-weight: bold\" >[bar</span>]baz": execCommand("bold", false, "") return value
1048 PASS [["stylewithcss","true"],["bold",""]] "foo<span style=\"font-weight: bold\" >[bar</span>]baz" checks for modifications to non-editable content 1048 PASS [["stylewithcss","true"],["bold",""]] "foo<span style=\"font-weight: bold\" >[bar</span>]baz" checks for modifications to non-editable content
1049 PASS [["stylewithcss","true"],["bold",""]] "foo<span style=\"font-weight: bold\" >[bar</span>]baz" compare innerHTML 1049 PASS [["stylewithcss","true"],["bold",""]] "foo<span style=\"font-weight: bold\" >[bar</span>]baz" compare innerHTML
1050 PASS [["stylewithcss","true"],["bold",""]] "foo<span style=\"font-weight: bold\" >[bar</span>]baz" queryCommandIndeterm("stylewithcss") before 1050 PASS [["stylewithcss","true"],["bold",""]] "foo<span style=\"font-weight: bold\" >[bar</span>]baz" queryCommandIndeterm("stylewithcss") before
1051 PASS [["stylewithcss","true"],["bold",""]] "foo<span style=\"font-weight: bold\" >[bar</span>]baz" queryCommandState("stylewithcss") before 1051 PASS [["stylewithcss","true"],["bold",""]] "foo<span style=\"font-weight: bold\" >[bar</span>]baz" queryCommandState("stylewithcss") before
1052 FAIL [["stylewithcss","true"],["bold",""]] "foo<span style=\"font-weight: bold\" >[bar</span>]baz" queryCommandValue("stylewithcss") before assert_equals: Wrong result returned expected "" but got "false" 1052 PASS [["stylewithcss","true"],["bold",""]] "foo<span style=\"font-weight: bold\" >[bar</span>]baz" queryCommandValue("stylewithcss") before
1053 PASS [["stylewithcss","true"],["bold",""]] "foo<span style=\"font-weight: bold\" >[bar</span>]baz" queryCommandIndeterm("stylewithcss") after 1053 PASS [["stylewithcss","true"],["bold",""]] "foo<span style=\"font-weight: bold\" >[bar</span>]baz" queryCommandIndeterm("stylewithcss") after
1054 PASS [["stylewithcss","true"],["bold",""]] "foo<span style=\"font-weight: bold\" >[bar</span>]baz" queryCommandState("stylewithcss") after 1054 PASS [["stylewithcss","true"],["bold",""]] "foo<span style=\"font-weight: bold\" >[bar</span>]baz" queryCommandState("stylewithcss") after
1055 FAIL [["stylewithcss","true"],["bold",""]] "foo<span style=\"font-weight: bold\" >[bar</span>]baz" queryCommandValue("stylewithcss") after assert_equals: Wrong r esult returned expected "" but got "true" 1055 PASS [["stylewithcss","true"],["bold",""]] "foo<span style=\"font-weight: bold\" >[bar</span>]baz" queryCommandValue("stylewithcss") after
1056 PASS [["stylewithcss","true"],["bold",""]] "foo<span style=\"font-weight: bold\" >[bar</span>]baz" queryCommandIndeterm("bold") before 1056 PASS [["stylewithcss","true"],["bold",""]] "foo<span style=\"font-weight: bold\" >[bar</span>]baz" queryCommandIndeterm("bold") before
1057 PASS [["stylewithcss","true"],["bold",""]] "foo<span style=\"font-weight: bold\" >[bar</span>]baz" queryCommandState("bold") before 1057 PASS [["stylewithcss","true"],["bold",""]] "foo<span style=\"font-weight: bold\" >[bar</span>]baz" queryCommandState("bold") before
1058 FAIL [["stylewithcss","true"],["bold",""]] "foo<span style=\"font-weight: bold\" >[bar</span>]baz" queryCommandValue("bold") before assert_equals: Wrong result r eturned expected "" but got "true" 1058 FAIL [["stylewithcss","true"],["bold",""]] "foo<span style=\"font-weight: bold\" >[bar</span>]baz" queryCommandValue("bold") before assert_equals: Wrong result r eturned expected "" but got "true"
1059 PASS [["stylewithcss","true"],["bold",""]] "foo<span style=\"font-weight: bold\" >[bar</span>]baz" queryCommandIndeterm("bold") after 1059 PASS [["stylewithcss","true"],["bold",""]] "foo<span style=\"font-weight: bold\" >[bar</span>]baz" queryCommandIndeterm("bold") after
1060 PASS [["stylewithcss","true"],["bold",""]] "foo<span style=\"font-weight: bold\" >[bar</span>]baz" queryCommandState("bold") after 1060 PASS [["stylewithcss","true"],["bold",""]] "foo<span style=\"font-weight: bold\" >[bar</span>]baz" queryCommandState("bold") after
1061 FAIL [["stylewithcss","true"],["bold",""]] "foo<span style=\"font-weight: bold\" >[bar</span>]baz" queryCommandValue("bold") after assert_equals: Wrong result re turned expected "" but got "false" 1061 FAIL [["stylewithcss","true"],["bold",""]] "foo<span style=\"font-weight: bold\" >[bar</span>]baz" queryCommandValue("bold") after assert_equals: Wrong result re turned expected "" but got "false"
1062 PASS [["stylewithcss","false"],["bold",""]] "foo<span style=\"font-weight: bold\ ">[bar</span>]baz": execCommand("stylewithcss", false, "false") return value 1062 PASS [["stylewithcss","false"],["bold",""]] "foo<span style=\"font-weight: bold\ ">[bar</span>]baz": execCommand("stylewithcss", false, "false") return value
1063 PASS [["stylewithcss","false"],["bold",""]] "foo<span style=\"font-weight: bold\ ">[bar</span>]baz": execCommand("bold", false, "") return value 1063 PASS [["stylewithcss","false"],["bold",""]] "foo<span style=\"font-weight: bold\ ">[bar</span>]baz": execCommand("bold", false, "") return value
1064 PASS [["stylewithcss","false"],["bold",""]] "foo<span style=\"font-weight: bold\ ">[bar</span>]baz" checks for modifications to non-editable content 1064 PASS [["stylewithcss","false"],["bold",""]] "foo<span style=\"font-weight: bold\ ">[bar</span>]baz" checks for modifications to non-editable content
1065 PASS [["stylewithcss","false"],["bold",""]] "foo<span style=\"font-weight: bold\ ">[bar</span>]baz" compare innerHTML 1065 PASS [["stylewithcss","false"],["bold",""]] "foo<span style=\"font-weight: bold\ ">[bar</span>]baz" compare innerHTML
1066 PASS [["stylewithcss","false"],["bold",""]] "foo<span style=\"font-weight: bold\ ">[bar</span>]baz" queryCommandIndeterm("stylewithcss") before 1066 PASS [["stylewithcss","false"],["bold",""]] "foo<span style=\"font-weight: bold\ ">[bar</span>]baz" queryCommandIndeterm("stylewithcss") before
1067 PASS [["stylewithcss","false"],["bold",""]] "foo<span style=\"font-weight: bold\ ">[bar</span>]baz" queryCommandState("stylewithcss") before 1067 PASS [["stylewithcss","false"],["bold",""]] "foo<span style=\"font-weight: bold\ ">[bar</span>]baz" queryCommandState("stylewithcss") before
1068 FAIL [["stylewithcss","false"],["bold",""]] "foo<span style=\"font-weight: bold\ ">[bar</span>]baz" queryCommandValue("stylewithcss") before assert_equals: Wrong result returned expected "" but got "true" 1068 PASS [["stylewithcss","false"],["bold",""]] "foo<span style=\"font-weight: bold\ ">[bar</span>]baz" queryCommandValue("stylewithcss") before
1069 PASS [["stylewithcss","false"],["bold",""]] "foo<span style=\"font-weight: bold\ ">[bar</span>]baz" queryCommandIndeterm("stylewithcss") after 1069 PASS [["stylewithcss","false"],["bold",""]] "foo<span style=\"font-weight: bold\ ">[bar</span>]baz" queryCommandIndeterm("stylewithcss") after
1070 PASS [["stylewithcss","false"],["bold",""]] "foo<span style=\"font-weight: bold\ ">[bar</span>]baz" queryCommandState("stylewithcss") after 1070 PASS [["stylewithcss","false"],["bold",""]] "foo<span style=\"font-weight: bold\ ">[bar</span>]baz" queryCommandState("stylewithcss") after
1071 FAIL [["stylewithcss","false"],["bold",""]] "foo<span style=\"font-weight: bold\ ">[bar</span>]baz" queryCommandValue("stylewithcss") after assert_equals: Wrong result returned expected "" but got "false" 1071 PASS [["stylewithcss","false"],["bold",""]] "foo<span style=\"font-weight: bold\ ">[bar</span>]baz" queryCommandValue("stylewithcss") after
1072 PASS [["stylewithcss","false"],["bold",""]] "foo<span style=\"font-weight: bold\ ">[bar</span>]baz" queryCommandIndeterm("bold") before 1072 PASS [["stylewithcss","false"],["bold",""]] "foo<span style=\"font-weight: bold\ ">[bar</span>]baz" queryCommandIndeterm("bold") before
1073 PASS [["stylewithcss","false"],["bold",""]] "foo<span style=\"font-weight: bold\ ">[bar</span>]baz" queryCommandState("bold") before 1073 PASS [["stylewithcss","false"],["bold",""]] "foo<span style=\"font-weight: bold\ ">[bar</span>]baz" queryCommandState("bold") before
1074 FAIL [["stylewithcss","false"],["bold",""]] "foo<span style=\"font-weight: bold\ ">[bar</span>]baz" queryCommandValue("bold") before assert_equals: Wrong result returned expected "" but got "true" 1074 FAIL [["stylewithcss","false"],["bold",""]] "foo<span style=\"font-weight: bold\ ">[bar</span>]baz" queryCommandValue("bold") before assert_equals: Wrong result returned expected "" but got "true"
1075 PASS [["stylewithcss","false"],["bold",""]] "foo<span style=\"font-weight: bold\ ">[bar</span>]baz" queryCommandIndeterm("bold") after 1075 PASS [["stylewithcss","false"],["bold",""]] "foo<span style=\"font-weight: bold\ ">[bar</span>]baz" queryCommandIndeterm("bold") after
1076 PASS [["stylewithcss","false"],["bold",""]] "foo<span style=\"font-weight: bold\ ">[bar</span>]baz" queryCommandState("bold") after 1076 PASS [["stylewithcss","false"],["bold",""]] "foo<span style=\"font-weight: bold\ ">[bar</span>]baz" queryCommandState("bold") after
1077 FAIL [["stylewithcss","false"],["bold",""]] "foo<span style=\"font-weight: bold\ ">[bar</span>]baz" queryCommandValue("bold") after assert_equals: Wrong result r eturned expected "" but got "false" 1077 FAIL [["stylewithcss","false"],["bold",""]] "foo<span style=\"font-weight: bold\ ">[bar</span>]baz" queryCommandValue("bold") after assert_equals: Wrong result r eturned expected "" but got "false"
1078 PASS [["stylewithcss","true"],["bold",""]] "<b>{<p>foo</p><p>bar</p>}<p>baz</p>< /b>": execCommand("stylewithcss", false, "true") return value 1078 PASS [["stylewithcss","true"],["bold",""]] "<b>{<p>foo</p><p>bar</p>}<p>baz</p>< /b>": execCommand("stylewithcss", false, "true") return value
1079 PASS [["stylewithcss","true"],["bold",""]] "<b>{<p>foo</p><p>bar</p>}<p>baz</p>< /b>": execCommand("bold", false, "") return value 1079 PASS [["stylewithcss","true"],["bold",""]] "<b>{<p>foo</p><p>bar</p>}<p>baz</p>< /b>": execCommand("bold", false, "") return value
1080 PASS [["stylewithcss","true"],["bold",""]] "<b>{<p>foo</p><p>bar</p>}<p>baz</p>< /b>" checks for modifications to non-editable content 1080 PASS [["stylewithcss","true"],["bold",""]] "<b>{<p>foo</p><p>bar</p>}<p>baz</p>< /b>" checks for modifications to non-editable content
1081 FAIL [["stylewithcss","true"],["bold",""]] "<b>{<p>foo</p><p>bar</p>}<p>baz</p>< /b>" compare innerHTML assert_equals: Unexpected innerHTML (after normalizing in line style) expected "<p>foo</p><p>bar</p><p><span style=\"font-weight:bold\">ba z</span></p>" but got "<p>foo</p><p>bar</p><p style=\"font-weight:bold\">baz</p> " 1081 FAIL [["stylewithcss","true"],["bold",""]] "<b>{<p>foo</p><p>bar</p>}<p>baz</p>< /b>" compare innerHTML assert_equals: Unexpected innerHTML (after normalizing in line style) expected "<p>foo</p><p>bar</p><p><span style=\"font-weight:bold\">ba z</span></p>" but got "<p>foo</p><p>bar</p><p style=\"font-weight:bold\">baz</p> "
1082 PASS [["stylewithcss","true"],["bold",""]] "<b>{<p>foo</p><p>bar</p>}<p>baz</p>< /b>" queryCommandIndeterm("stylewithcss") before 1082 PASS [["stylewithcss","true"],["bold",""]] "<b>{<p>foo</p><p>bar</p>}<p>baz</p>< /b>" queryCommandIndeterm("stylewithcss") before
1083 PASS [["stylewithcss","true"],["bold",""]] "<b>{<p>foo</p><p>bar</p>}<p>baz</p>< /b>" queryCommandState("stylewithcss") before 1083 PASS [["stylewithcss","true"],["bold",""]] "<b>{<p>foo</p><p>bar</p>}<p>baz</p>< /b>" queryCommandState("stylewithcss") before
1084 FAIL [["stylewithcss","true"],["bold",""]] "<b>{<p>foo</p><p>bar</p>}<p>baz</p>< /b>" queryCommandValue("stylewithcss") before assert_equals: Wrong result return ed expected "" but got "false" 1084 PASS [["stylewithcss","true"],["bold",""]] "<b>{<p>foo</p><p>bar</p>}<p>baz</p>< /b>" queryCommandValue("stylewithcss") before
1085 PASS [["stylewithcss","true"],["bold",""]] "<b>{<p>foo</p><p>bar</p>}<p>baz</p>< /b>" queryCommandIndeterm("stylewithcss") after 1085 PASS [["stylewithcss","true"],["bold",""]] "<b>{<p>foo</p><p>bar</p>}<p>baz</p>< /b>" queryCommandIndeterm("stylewithcss") after
1086 PASS [["stylewithcss","true"],["bold",""]] "<b>{<p>foo</p><p>bar</p>}<p>baz</p>< /b>" queryCommandState("stylewithcss") after 1086 PASS [["stylewithcss","true"],["bold",""]] "<b>{<p>foo</p><p>bar</p>}<p>baz</p>< /b>" queryCommandState("stylewithcss") after
1087 FAIL [["stylewithcss","true"],["bold",""]] "<b>{<p>foo</p><p>bar</p>}<p>baz</p>< /b>" queryCommandValue("stylewithcss") after assert_equals: Wrong result returne d expected "" but got "true" 1087 PASS [["stylewithcss","true"],["bold",""]] "<b>{<p>foo</p><p>bar</p>}<p>baz</p>< /b>" queryCommandValue("stylewithcss") after
1088 PASS [["stylewithcss","true"],["bold",""]] "<b>{<p>foo</p><p>bar</p>}<p>baz</p>< /b>" queryCommandIndeterm("bold") before 1088 PASS [["stylewithcss","true"],["bold",""]] "<b>{<p>foo</p><p>bar</p>}<p>baz</p>< /b>" queryCommandIndeterm("bold") before
1089 PASS [["stylewithcss","true"],["bold",""]] "<b>{<p>foo</p><p>bar</p>}<p>baz</p>< /b>" queryCommandState("bold") before 1089 PASS [["stylewithcss","true"],["bold",""]] "<b>{<p>foo</p><p>bar</p>}<p>baz</p>< /b>" queryCommandState("bold") before
1090 FAIL [["stylewithcss","true"],["bold",""]] "<b>{<p>foo</p><p>bar</p>}<p>baz</p>< /b>" queryCommandValue("bold") before assert_equals: Wrong result returned expec ted "" but got "true" 1090 FAIL [["stylewithcss","true"],["bold",""]] "<b>{<p>foo</p><p>bar</p>}<p>baz</p>< /b>" queryCommandValue("bold") before assert_equals: Wrong result returned expec ted "" but got "true"
1091 PASS [["stylewithcss","true"],["bold",""]] "<b>{<p>foo</p><p>bar</p>}<p>baz</p>< /b>" queryCommandIndeterm("bold") after 1091 PASS [["stylewithcss","true"],["bold",""]] "<b>{<p>foo</p><p>bar</p>}<p>baz</p>< /b>" queryCommandIndeterm("bold") after
1092 PASS [["stylewithcss","true"],["bold",""]] "<b>{<p>foo</p><p>bar</p>}<p>baz</p>< /b>" queryCommandState("bold") after 1092 PASS [["stylewithcss","true"],["bold",""]] "<b>{<p>foo</p><p>bar</p>}<p>baz</p>< /b>" queryCommandState("bold") after
1093 FAIL [["stylewithcss","true"],["bold",""]] "<b>{<p>foo</p><p>bar</p>}<p>baz</p>< /b>" queryCommandValue("bold") after assert_equals: Wrong result returned expect ed "" but got "false" 1093 FAIL [["stylewithcss","true"],["bold",""]] "<b>{<p>foo</p><p>bar</p>}<p>baz</p>< /b>" queryCommandValue("bold") after assert_equals: Wrong result returned expect ed "" but got "false"
1094 PASS [["stylewithcss","false"],["bold",""]] "<b>{<p>foo</p><p>bar</p>}<p>baz</p> </b>": execCommand("stylewithcss", false, "false") return value 1094 PASS [["stylewithcss","false"],["bold",""]] "<b>{<p>foo</p><p>bar</p>}<p>baz</p> </b>": execCommand("stylewithcss", false, "false") return value
1095 PASS [["stylewithcss","false"],["bold",""]] "<b>{<p>foo</p><p>bar</p>}<p>baz</p> </b>": execCommand("bold", false, "") return value 1095 PASS [["stylewithcss","false"],["bold",""]] "<b>{<p>foo</p><p>bar</p>}<p>baz</p> </b>": execCommand("bold", false, "") return value
1096 PASS [["stylewithcss","false"],["bold",""]] "<b>{<p>foo</p><p>bar</p>}<p>baz</p> </b>" checks for modifications to non-editable content 1096 PASS [["stylewithcss","false"],["bold",""]] "<b>{<p>foo</p><p>bar</p>}<p>baz</p> </b>" checks for modifications to non-editable content
1097 FAIL [["stylewithcss","false"],["bold",""]] "<b>{<p>foo</p><p>bar</p>}<p>baz</p> </b>" compare innerHTML assert_equals: Unexpected innerHTML (after normalizing i nline style) expected "<p>foo</p><p>bar</p><p><b>baz</b></p>" but got "<p>foo</p ><p>bar</p><p style=\"font-weight:bold\">baz</p>" 1097 FAIL [["stylewithcss","false"],["bold",""]] "<b>{<p>foo</p><p>bar</p>}<p>baz</p> </b>" compare innerHTML assert_equals: Unexpected innerHTML (after normalizing i nline style) expected "<p>foo</p><p>bar</p><p><b>baz</b></p>" but got "<p>foo</p ><p>bar</p><p style=\"font-weight:bold\">baz</p>"
1098 PASS [["stylewithcss","false"],["bold",""]] "<b>{<p>foo</p><p>bar</p>}<p>baz</p> </b>" queryCommandIndeterm("stylewithcss") before 1098 PASS [["stylewithcss","false"],["bold",""]] "<b>{<p>foo</p><p>bar</p>}<p>baz</p> </b>" queryCommandIndeterm("stylewithcss") before
1099 PASS [["stylewithcss","false"],["bold",""]] "<b>{<p>foo</p><p>bar</p>}<p>baz</p> </b>" queryCommandState("stylewithcss") before 1099 PASS [["stylewithcss","false"],["bold",""]] "<b>{<p>foo</p><p>bar</p>}<p>baz</p> </b>" queryCommandState("stylewithcss") before
1100 FAIL [["stylewithcss","false"],["bold",""]] "<b>{<p>foo</p><p>bar</p>}<p>baz</p> </b>" queryCommandValue("stylewithcss") before assert_equals: Wrong result retur ned expected "" but got "true" 1100 PASS [["stylewithcss","false"],["bold",""]] "<b>{<p>foo</p><p>bar</p>}<p>baz</p> </b>" queryCommandValue("stylewithcss") before
1101 PASS [["stylewithcss","false"],["bold",""]] "<b>{<p>foo</p><p>bar</p>}<p>baz</p> </b>" queryCommandIndeterm("stylewithcss") after 1101 PASS [["stylewithcss","false"],["bold",""]] "<b>{<p>foo</p><p>bar</p>}<p>baz</p> </b>" queryCommandIndeterm("stylewithcss") after
1102 PASS [["stylewithcss","false"],["bold",""]] "<b>{<p>foo</p><p>bar</p>}<p>baz</p> </b>" queryCommandState("stylewithcss") after 1102 PASS [["stylewithcss","false"],["bold",""]] "<b>{<p>foo</p><p>bar</p>}<p>baz</p> </b>" queryCommandState("stylewithcss") after
1103 FAIL [["stylewithcss","false"],["bold",""]] "<b>{<p>foo</p><p>bar</p>}<p>baz</p> </b>" queryCommandValue("stylewithcss") after assert_equals: Wrong result return ed expected "" but got "false" 1103 PASS [["stylewithcss","false"],["bold",""]] "<b>{<p>foo</p><p>bar</p>}<p>baz</p> </b>" queryCommandValue("stylewithcss") after
1104 PASS [["stylewithcss","false"],["bold",""]] "<b>{<p>foo</p><p>bar</p>}<p>baz</p> </b>" queryCommandIndeterm("bold") before 1104 PASS [["stylewithcss","false"],["bold",""]] "<b>{<p>foo</p><p>bar</p>}<p>baz</p> </b>" queryCommandIndeterm("bold") before
1105 PASS [["stylewithcss","false"],["bold",""]] "<b>{<p>foo</p><p>bar</p>}<p>baz</p> </b>" queryCommandState("bold") before 1105 PASS [["stylewithcss","false"],["bold",""]] "<b>{<p>foo</p><p>bar</p>}<p>baz</p> </b>" queryCommandState("bold") before
1106 FAIL [["stylewithcss","false"],["bold",""]] "<b>{<p>foo</p><p>bar</p>}<p>baz</p> </b>" queryCommandValue("bold") before assert_equals: Wrong result returned expe cted "" but got "true" 1106 FAIL [["stylewithcss","false"],["bold",""]] "<b>{<p>foo</p><p>bar</p>}<p>baz</p> </b>" queryCommandValue("bold") before assert_equals: Wrong result returned expe cted "" but got "true"
1107 PASS [["stylewithcss","false"],["bold",""]] "<b>{<p>foo</p><p>bar</p>}<p>baz</p> </b>" queryCommandIndeterm("bold") after 1107 PASS [["stylewithcss","false"],["bold",""]] "<b>{<p>foo</p><p>bar</p>}<p>baz</p> </b>" queryCommandIndeterm("bold") after
1108 PASS [["stylewithcss","false"],["bold",""]] "<b>{<p>foo</p><p>bar</p>}<p>baz</p> </b>" queryCommandState("bold") after 1108 PASS [["stylewithcss","false"],["bold",""]] "<b>{<p>foo</p><p>bar</p>}<p>baz</p> </b>" queryCommandState("bold") after
1109 FAIL [["stylewithcss","false"],["bold",""]] "<b>{<p>foo</p><p>bar</p>}<p>baz</p> </b>" queryCommandValue("bold") after assert_equals: Wrong result returned expec ted "" but got "false" 1109 FAIL [["stylewithcss","false"],["bold",""]] "<b>{<p>foo</p><p>bar</p>}<p>baz</p> </b>" queryCommandValue("bold") after assert_equals: Wrong result returned expec ted "" but got "false"
1110 PASS [["stylewithcss","true"],["bold",""]] "<b><p>foo[<i>bar</i>}</p><p>baz</p>< /b>": execCommand("stylewithcss", false, "true") return value 1110 PASS [["stylewithcss","true"],["bold",""]] "<b><p>foo[<i>bar</i>}</p><p>baz</p>< /b>": execCommand("stylewithcss", false, "true") return value
1111 PASS [["stylewithcss","true"],["bold",""]] "<b><p>foo[<i>bar</i>}</p><p>baz</p>< /b>": execCommand("bold", false, "") return value 1111 PASS [["stylewithcss","true"],["bold",""]] "<b><p>foo[<i>bar</i>}</p><p>baz</p>< /b>": execCommand("bold", false, "") return value
1112 PASS [["stylewithcss","true"],["bold",""]] "<b><p>foo[<i>bar</i>}</p><p>baz</p>< /b>" checks for modifications to non-editable content 1112 PASS [["stylewithcss","true"],["bold",""]] "<b><p>foo[<i>bar</i>}</p><p>baz</p>< /b>" checks for modifications to non-editable content
1113 FAIL [["stylewithcss","true"],["bold",""]] "<b><p>foo[<i>bar</i>}</p><p>baz</p>< /b>" compare innerHTML assert_equals: Unexpected innerHTML (after normalizing in line style) expected "<p><span style=\"font-weight:bold\">foo</span><i>bar</i></ p><p><span style=\"font-weight:bold\">baz</span></p>" but got "<p><span style=\" font-weight:bold\">foo</span><i>bar</i></p><p style=\"font-weight:bold\">baz</p> " 1113 FAIL [["stylewithcss","true"],["bold",""]] "<b><p>foo[<i>bar</i>}</p><p>baz</p>< /b>" compare innerHTML assert_equals: Unexpected innerHTML (after normalizing in line style) expected "<p><span style=\"font-weight:bold\">foo</span><i>bar</i></ p><p><span style=\"font-weight:bold\">baz</span></p>" but got "<p><span style=\" font-weight:bold\">foo</span><i>bar</i></p><p style=\"font-weight:bold\">baz</p> "
1114 PASS [["stylewithcss","true"],["bold",""]] "<b><p>foo[<i>bar</i>}</p><p>baz</p>< /b>" queryCommandIndeterm("stylewithcss") before 1114 PASS [["stylewithcss","true"],["bold",""]] "<b><p>foo[<i>bar</i>}</p><p>baz</p>< /b>" queryCommandIndeterm("stylewithcss") before
1115 PASS [["stylewithcss","true"],["bold",""]] "<b><p>foo[<i>bar</i>}</p><p>baz</p>< /b>" queryCommandState("stylewithcss") before 1115 PASS [["stylewithcss","true"],["bold",""]] "<b><p>foo[<i>bar</i>}</p><p>baz</p>< /b>" queryCommandState("stylewithcss") before
1116 FAIL [["stylewithcss","true"],["bold",""]] "<b><p>foo[<i>bar</i>}</p><p>baz</p>< /b>" queryCommandValue("stylewithcss") before assert_equals: Wrong result return ed expected "" but got "false" 1116 PASS [["stylewithcss","true"],["bold",""]] "<b><p>foo[<i>bar</i>}</p><p>baz</p>< /b>" queryCommandValue("stylewithcss") before
1117 PASS [["stylewithcss","true"],["bold",""]] "<b><p>foo[<i>bar</i>}</p><p>baz</p>< /b>" queryCommandIndeterm("stylewithcss") after 1117 PASS [["stylewithcss","true"],["bold",""]] "<b><p>foo[<i>bar</i>}</p><p>baz</p>< /b>" queryCommandIndeterm("stylewithcss") after
1118 PASS [["stylewithcss","true"],["bold",""]] "<b><p>foo[<i>bar</i>}</p><p>baz</p>< /b>" queryCommandState("stylewithcss") after 1118 PASS [["stylewithcss","true"],["bold",""]] "<b><p>foo[<i>bar</i>}</p><p>baz</p>< /b>" queryCommandState("stylewithcss") after
1119 FAIL [["stylewithcss","true"],["bold",""]] "<b><p>foo[<i>bar</i>}</p><p>baz</p>< /b>" queryCommandValue("stylewithcss") after assert_equals: Wrong result returne d expected "" but got "true" 1119 PASS [["stylewithcss","true"],["bold",""]] "<b><p>foo[<i>bar</i>}</p><p>baz</p>< /b>" queryCommandValue("stylewithcss") after
1120 PASS [["stylewithcss","true"],["bold",""]] "<b><p>foo[<i>bar</i>}</p><p>baz</p>< /b>" queryCommandIndeterm("bold") before 1120 PASS [["stylewithcss","true"],["bold",""]] "<b><p>foo[<i>bar</i>}</p><p>baz</p>< /b>" queryCommandIndeterm("bold") before
1121 PASS [["stylewithcss","true"],["bold",""]] "<b><p>foo[<i>bar</i>}</p><p>baz</p>< /b>" queryCommandState("bold") before 1121 PASS [["stylewithcss","true"],["bold",""]] "<b><p>foo[<i>bar</i>}</p><p>baz</p>< /b>" queryCommandState("bold") before
1122 FAIL [["stylewithcss","true"],["bold",""]] "<b><p>foo[<i>bar</i>}</p><p>baz</p>< /b>" queryCommandValue("bold") before assert_equals: Wrong result returned expec ted "" but got "true" 1122 FAIL [["stylewithcss","true"],["bold",""]] "<b><p>foo[<i>bar</i>}</p><p>baz</p>< /b>" queryCommandValue("bold") before assert_equals: Wrong result returned expec ted "" but got "true"
1123 PASS [["stylewithcss","true"],["bold",""]] "<b><p>foo[<i>bar</i>}</p><p>baz</p>< /b>" queryCommandIndeterm("bold") after 1123 PASS [["stylewithcss","true"],["bold",""]] "<b><p>foo[<i>bar</i>}</p><p>baz</p>< /b>" queryCommandIndeterm("bold") after
1124 PASS [["stylewithcss","true"],["bold",""]] "<b><p>foo[<i>bar</i>}</p><p>baz</p>< /b>" queryCommandState("bold") after 1124 PASS [["stylewithcss","true"],["bold",""]] "<b><p>foo[<i>bar</i>}</p><p>baz</p>< /b>" queryCommandState("bold") after
1125 FAIL [["stylewithcss","true"],["bold",""]] "<b><p>foo[<i>bar</i>}</p><p>baz</p>< /b>" queryCommandValue("bold") after assert_equals: Wrong result returned expect ed "" but got "false" 1125 FAIL [["stylewithcss","true"],["bold",""]] "<b><p>foo[<i>bar</i>}</p><p>baz</p>< /b>" queryCommandValue("bold") after assert_equals: Wrong result returned expect ed "" but got "false"
1126 PASS [["stylewithcss","false"],["bold",""]] "<b><p>foo[<i>bar</i>}</p><p>baz</p> </b>": execCommand("stylewithcss", false, "false") return value 1126 PASS [["stylewithcss","false"],["bold",""]] "<b><p>foo[<i>bar</i>}</p><p>baz</p> </b>": execCommand("stylewithcss", false, "false") return value
1127 PASS [["stylewithcss","false"],["bold",""]] "<b><p>foo[<i>bar</i>}</p><p>baz</p> </b>": execCommand("bold", false, "") return value 1127 PASS [["stylewithcss","false"],["bold",""]] "<b><p>foo[<i>bar</i>}</p><p>baz</p> </b>": execCommand("bold", false, "") return value
1128 PASS [["stylewithcss","false"],["bold",""]] "<b><p>foo[<i>bar</i>}</p><p>baz</p> </b>" checks for modifications to non-editable content 1128 PASS [["stylewithcss","false"],["bold",""]] "<b><p>foo[<i>bar</i>}</p><p>baz</p> </b>" checks for modifications to non-editable content
1129 FAIL [["stylewithcss","false"],["bold",""]] "<b><p>foo[<i>bar</i>}</p><p>baz</p> </b>" compare innerHTML assert_equals: Unexpected innerHTML (after normalizing i nline style) expected "<p><b>foo</b><i>bar</i></p><p><b>baz</b></p>" but got "<p ><b>foo</b><i>bar</i></p><p style=\"font-weight:bold\">baz</p>" 1129 FAIL [["stylewithcss","false"],["bold",""]] "<b><p>foo[<i>bar</i>}</p><p>baz</p> </b>" compare innerHTML assert_equals: Unexpected innerHTML (after normalizing i nline style) expected "<p><b>foo</b><i>bar</i></p><p><b>baz</b></p>" but got "<p ><b>foo</b><i>bar</i></p><p style=\"font-weight:bold\">baz</p>"
1130 PASS [["stylewithcss","false"],["bold",""]] "<b><p>foo[<i>bar</i>}</p><p>baz</p> </b>" queryCommandIndeterm("stylewithcss") before 1130 PASS [["stylewithcss","false"],["bold",""]] "<b><p>foo[<i>bar</i>}</p><p>baz</p> </b>" queryCommandIndeterm("stylewithcss") before
1131 PASS [["stylewithcss","false"],["bold",""]] "<b><p>foo[<i>bar</i>}</p><p>baz</p> </b>" queryCommandState("stylewithcss") before 1131 PASS [["stylewithcss","false"],["bold",""]] "<b><p>foo[<i>bar</i>}</p><p>baz</p> </b>" queryCommandState("stylewithcss") before
1132 FAIL [["stylewithcss","false"],["bold",""]] "<b><p>foo[<i>bar</i>}</p><p>baz</p> </b>" queryCommandValue("stylewithcss") before assert_equals: Wrong result retur ned expected "" but got "true" 1132 PASS [["stylewithcss","false"],["bold",""]] "<b><p>foo[<i>bar</i>}</p><p>baz</p> </b>" queryCommandValue("stylewithcss") before
1133 PASS [["stylewithcss","false"],["bold",""]] "<b><p>foo[<i>bar</i>}</p><p>baz</p> </b>" queryCommandIndeterm("stylewithcss") after 1133 PASS [["stylewithcss","false"],["bold",""]] "<b><p>foo[<i>bar</i>}</p><p>baz</p> </b>" queryCommandIndeterm("stylewithcss") after
1134 PASS [["stylewithcss","false"],["bold",""]] "<b><p>foo[<i>bar</i>}</p><p>baz</p> </b>" queryCommandState("stylewithcss") after 1134 PASS [["stylewithcss","false"],["bold",""]] "<b><p>foo[<i>bar</i>}</p><p>baz</p> </b>" queryCommandState("stylewithcss") after
1135 FAIL [["stylewithcss","false"],["bold",""]] "<b><p>foo[<i>bar</i>}</p><p>baz</p> </b>" queryCommandValue("stylewithcss") after assert_equals: Wrong result return ed expected "" but got "false" 1135 PASS [["stylewithcss","false"],["bold",""]] "<b><p>foo[<i>bar</i>}</p><p>baz</p> </b>" queryCommandValue("stylewithcss") after
1136 PASS [["stylewithcss","false"],["bold",""]] "<b><p>foo[<i>bar</i>}</p><p>baz</p> </b>" queryCommandIndeterm("bold") before 1136 PASS [["stylewithcss","false"],["bold",""]] "<b><p>foo[<i>bar</i>}</p><p>baz</p> </b>" queryCommandIndeterm("bold") before
1137 PASS [["stylewithcss","false"],["bold",""]] "<b><p>foo[<i>bar</i>}</p><p>baz</p> </b>" queryCommandState("bold") before 1137 PASS [["stylewithcss","false"],["bold",""]] "<b><p>foo[<i>bar</i>}</p><p>baz</p> </b>" queryCommandState("bold") before
1138 FAIL [["stylewithcss","false"],["bold",""]] "<b><p>foo[<i>bar</i>}</p><p>baz</p> </b>" queryCommandValue("bold") before assert_equals: Wrong result returned expe cted "" but got "true" 1138 FAIL [["stylewithcss","false"],["bold",""]] "<b><p>foo[<i>bar</i>}</p><p>baz</p> </b>" queryCommandValue("bold") before assert_equals: Wrong result returned expe cted "" but got "true"
1139 PASS [["stylewithcss","false"],["bold",""]] "<b><p>foo[<i>bar</i>}</p><p>baz</p> </b>" queryCommandIndeterm("bold") after 1139 PASS [["stylewithcss","false"],["bold",""]] "<b><p>foo[<i>bar</i>}</p><p>baz</p> </b>" queryCommandIndeterm("bold") after
1140 PASS [["stylewithcss","false"],["bold",""]] "<b><p>foo[<i>bar</i>}</p><p>baz</p> </b>" queryCommandState("bold") after 1140 PASS [["stylewithcss","false"],["bold",""]] "<b><p>foo[<i>bar</i>}</p><p>baz</p> </b>" queryCommandState("bold") after
1141 FAIL [["stylewithcss","false"],["bold",""]] "<b><p>foo[<i>bar</i>}</p><p>baz</p> </b>" queryCommandValue("bold") after assert_equals: Wrong result returned expec ted "" but got "false" 1141 FAIL [["stylewithcss","false"],["bold",""]] "<b><p>foo[<i>bar</i>}</p><p>baz</p> </b>" queryCommandValue("bold") after assert_equals: Wrong result returned expec ted "" but got "false"
1142 PASS [["bold",""]] "foo [bar <b>baz] qoz</b> quz sic": execCommand("bold", false , "") return value 1142 PASS [["bold",""]] "foo [bar <b>baz] qoz</b> quz sic": execCommand("bold", false , "") return value
1143 PASS [["bold",""]] "foo [bar <b>baz] qoz</b> quz sic" checks for modifications t o non-editable content 1143 PASS [["bold",""]] "foo [bar <b>baz] qoz</b> quz sic" checks for modifications t o non-editable content
1144 PASS [["bold",""]] "foo [bar <b>baz] qoz</b> quz sic" compare innerHTML 1144 PASS [["bold",""]] "foo [bar <b>baz] qoz</b> quz sic" compare innerHTML
1145 FAIL [["bold",""]] "foo [bar <b>baz] qoz</b> quz sic" queryCommandIndeterm("bold ") before assert_equals: Wrong result returned expected true but got false 1145 FAIL [["bold",""]] "foo [bar <b>baz] qoz</b> quz sic" queryCommandIndeterm("bold ") before assert_equals: Wrong result returned expected true but got false
(...skipping 10 matching lines...) Expand all
1156 FAIL [["bold",""]] "foo bar <b>baz [qoz</b> quz] sic" queryCommandValue("bold") before assert_equals: Wrong result returned expected "" but got "true" 1156 FAIL [["bold",""]] "foo bar <b>baz [qoz</b> quz] sic" queryCommandValue("bold") before assert_equals: Wrong result returned expected "" but got "true"
1157 PASS [["bold",""]] "foo bar <b>baz [qoz</b> quz] sic" queryCommandIndeterm("bold ") after 1157 PASS [["bold",""]] "foo bar <b>baz [qoz</b> quz] sic" queryCommandIndeterm("bold ") after
1158 FAIL [["bold",""]] "foo bar <b>baz [qoz</b> quz] sic" queryCommandState("bold") after assert_equals: Wrong result returned expected true but got false 1158 FAIL [["bold",""]] "foo bar <b>baz [qoz</b> quz] sic" queryCommandState("bold") after assert_equals: Wrong result returned expected true but got false
1159 FAIL [["bold",""]] "foo bar <b>baz [qoz</b> quz] sic" queryCommandValue("bold") after assert_equals: Wrong result returned expected "" but got "false" 1159 FAIL [["bold",""]] "foo bar <b>baz [qoz</b> quz] sic" queryCommandValue("bold") after assert_equals: Wrong result returned expected "" but got "false"
1160 PASS [["stylewithcss","true"],["bold",""]] "<b id=purple>bar [baz] qoz</b>": exe cCommand("stylewithcss", false, "true") return value 1160 PASS [["stylewithcss","true"],["bold",""]] "<b id=purple>bar [baz] qoz</b>": exe cCommand("stylewithcss", false, "true") return value
1161 PASS [["stylewithcss","true"],["bold",""]] "<b id=purple>bar [baz] qoz</b>": exe cCommand("bold", false, "") return value 1161 PASS [["stylewithcss","true"],["bold",""]] "<b id=purple>bar [baz] qoz</b>": exe cCommand("bold", false, "") return value
1162 PASS [["stylewithcss","true"],["bold",""]] "<b id=purple>bar [baz] qoz</b>" chec ks for modifications to non-editable content 1162 PASS [["stylewithcss","true"],["bold",""]] "<b id=purple>bar [baz] qoz</b>" chec ks for modifications to non-editable content
1163 FAIL [["stylewithcss","true"],["bold",""]] "<b id=purple>bar [baz] qoz</b>" comp are innerHTML assert_equals: Unexpected innerHTML (after normalizing inline styl e) expected "<span id=\"purple\"><span style=\"font-weight:bold\">bar </span>baz <span style=\"font-weight:bold\"> qoz</span></span>" but got "<b id=\"purple\">b ar </b>baz<b> qoz</b>" 1163 FAIL [["stylewithcss","true"],["bold",""]] "<b id=purple>bar [baz] qoz</b>" comp are innerHTML assert_equals: Unexpected innerHTML (after normalizing inline styl e) expected "<span id=\"purple\"><span style=\"font-weight:bold\">bar </span>baz <span style=\"font-weight:bold\"> qoz</span></span>" but got "<b id=\"purple\">b ar </b>baz<b> qoz</b>"
1164 PASS [["stylewithcss","true"],["bold",""]] "<b id=purple>bar [baz] qoz</b>" quer yCommandIndeterm("stylewithcss") before 1164 PASS [["stylewithcss","true"],["bold",""]] "<b id=purple>bar [baz] qoz</b>" quer yCommandIndeterm("stylewithcss") before
1165 PASS [["stylewithcss","true"],["bold",""]] "<b id=purple>bar [baz] qoz</b>" quer yCommandState("stylewithcss") before 1165 PASS [["stylewithcss","true"],["bold",""]] "<b id=purple>bar [baz] qoz</b>" quer yCommandState("stylewithcss") before
1166 FAIL [["stylewithcss","true"],["bold",""]] "<b id=purple>bar [baz] qoz</b>" quer yCommandValue("stylewithcss") before assert_equals: Wrong result returned expect ed "" but got "false" 1166 PASS [["stylewithcss","true"],["bold",""]] "<b id=purple>bar [baz] qoz</b>" quer yCommandValue("stylewithcss") before
1167 PASS [["stylewithcss","true"],["bold",""]] "<b id=purple>bar [baz] qoz</b>" quer yCommandIndeterm("stylewithcss") after 1167 PASS [["stylewithcss","true"],["bold",""]] "<b id=purple>bar [baz] qoz</b>" quer yCommandIndeterm("stylewithcss") after
1168 PASS [["stylewithcss","true"],["bold",""]] "<b id=purple>bar [baz] qoz</b>" quer yCommandState("stylewithcss") after 1168 PASS [["stylewithcss","true"],["bold",""]] "<b id=purple>bar [baz] qoz</b>" quer yCommandState("stylewithcss") after
1169 FAIL [["stylewithcss","true"],["bold",""]] "<b id=purple>bar [baz] qoz</b>" quer yCommandValue("stylewithcss") after assert_equals: Wrong result returned expecte d "" but got "true" 1169 PASS [["stylewithcss","true"],["bold",""]] "<b id=purple>bar [baz] qoz</b>" quer yCommandValue("stylewithcss") after
1170 PASS [["stylewithcss","true"],["bold",""]] "<b id=purple>bar [baz] qoz</b>" quer yCommandIndeterm("bold") before 1170 PASS [["stylewithcss","true"],["bold",""]] "<b id=purple>bar [baz] qoz</b>" quer yCommandIndeterm("bold") before
1171 PASS [["stylewithcss","true"],["bold",""]] "<b id=purple>bar [baz] qoz</b>" quer yCommandState("bold") before 1171 PASS [["stylewithcss","true"],["bold",""]] "<b id=purple>bar [baz] qoz</b>" quer yCommandState("bold") before
1172 FAIL [["stylewithcss","true"],["bold",""]] "<b id=purple>bar [baz] qoz</b>" quer yCommandValue("bold") before assert_equals: Wrong result returned expected "" bu t got "true" 1172 FAIL [["stylewithcss","true"],["bold",""]] "<b id=purple>bar [baz] qoz</b>" quer yCommandValue("bold") before assert_equals: Wrong result returned expected "" bu t got "true"
1173 PASS [["stylewithcss","true"],["bold",""]] "<b id=purple>bar [baz] qoz</b>" quer yCommandIndeterm("bold") after 1173 PASS [["stylewithcss","true"],["bold",""]] "<b id=purple>bar [baz] qoz</b>" quer yCommandIndeterm("bold") after
1174 PASS [["stylewithcss","true"],["bold",""]] "<b id=purple>bar [baz] qoz</b>" quer yCommandState("bold") after 1174 PASS [["stylewithcss","true"],["bold",""]] "<b id=purple>bar [baz] qoz</b>" quer yCommandState("bold") after
1175 FAIL [["stylewithcss","true"],["bold",""]] "<b id=purple>bar [baz] qoz</b>" quer yCommandValue("bold") after assert_equals: Wrong result returned expected "" but got "false" 1175 FAIL [["stylewithcss","true"],["bold",""]] "<b id=purple>bar [baz] qoz</b>" quer yCommandValue("bold") after assert_equals: Wrong result returned expected "" but got "false"
1176 PASS [["stylewithcss","false"],["bold",""]] "<b id=purple>bar [baz] qoz</b>": ex ecCommand("stylewithcss", false, "false") return value 1176 PASS [["stylewithcss","false"],["bold",""]] "<b id=purple>bar [baz] qoz</b>": ex ecCommand("stylewithcss", false, "false") return value
1177 PASS [["stylewithcss","false"],["bold",""]] "<b id=purple>bar [baz] qoz</b>": ex ecCommand("bold", false, "") return value 1177 PASS [["stylewithcss","false"],["bold",""]] "<b id=purple>bar [baz] qoz</b>": ex ecCommand("bold", false, "") return value
1178 PASS [["stylewithcss","false"],["bold",""]] "<b id=purple>bar [baz] qoz</b>" che cks for modifications to non-editable content 1178 PASS [["stylewithcss","false"],["bold",""]] "<b id=purple>bar [baz] qoz</b>" che cks for modifications to non-editable content
1179 FAIL [["stylewithcss","false"],["bold",""]] "<b id=purple>bar [baz] qoz</b>" com pare innerHTML assert_equals: Unexpected innerHTML (after normalizing inline sty le) expected "<span id=\"purple\"><b>bar </b>baz<b> qoz</b></span>" but got "<b id=\"purple\">bar </b>baz<b> qoz</b>" 1179 FAIL [["stylewithcss","false"],["bold",""]] "<b id=purple>bar [baz] qoz</b>" com pare innerHTML assert_equals: Unexpected innerHTML (after normalizing inline sty le) expected "<span id=\"purple\"><b>bar </b>baz<b> qoz</b></span>" but got "<b id=\"purple\">bar </b>baz<b> qoz</b>"
1180 PASS [["stylewithcss","false"],["bold",""]] "<b id=purple>bar [baz] qoz</b>" que ryCommandIndeterm("stylewithcss") before 1180 PASS [["stylewithcss","false"],["bold",""]] "<b id=purple>bar [baz] qoz</b>" que ryCommandIndeterm("stylewithcss") before
1181 PASS [["stylewithcss","false"],["bold",""]] "<b id=purple>bar [baz] qoz</b>" que ryCommandState("stylewithcss") before 1181 PASS [["stylewithcss","false"],["bold",""]] "<b id=purple>bar [baz] qoz</b>" que ryCommandState("stylewithcss") before
1182 FAIL [["stylewithcss","false"],["bold",""]] "<b id=purple>bar [baz] qoz</b>" que ryCommandValue("stylewithcss") before assert_equals: Wrong result returned expec ted "" but got "true" 1182 PASS [["stylewithcss","false"],["bold",""]] "<b id=purple>bar [baz] qoz</b>" que ryCommandValue("stylewithcss") before
1183 PASS [["stylewithcss","false"],["bold",""]] "<b id=purple>bar [baz] qoz</b>" que ryCommandIndeterm("stylewithcss") after 1183 PASS [["stylewithcss","false"],["bold",""]] "<b id=purple>bar [baz] qoz</b>" que ryCommandIndeterm("stylewithcss") after
1184 PASS [["stylewithcss","false"],["bold",""]] "<b id=purple>bar [baz] qoz</b>" que ryCommandState("stylewithcss") after 1184 PASS [["stylewithcss","false"],["bold",""]] "<b id=purple>bar [baz] qoz</b>" que ryCommandState("stylewithcss") after
1185 FAIL [["stylewithcss","false"],["bold",""]] "<b id=purple>bar [baz] qoz</b>" que ryCommandValue("stylewithcss") after assert_equals: Wrong result returned expect ed "" but got "false" 1185 PASS [["stylewithcss","false"],["bold",""]] "<b id=purple>bar [baz] qoz</b>" que ryCommandValue("stylewithcss") after
1186 PASS [["stylewithcss","false"],["bold",""]] "<b id=purple>bar [baz] qoz</b>" que ryCommandIndeterm("bold") before 1186 PASS [["stylewithcss","false"],["bold",""]] "<b id=purple>bar [baz] qoz</b>" que ryCommandIndeterm("bold") before
1187 PASS [["stylewithcss","false"],["bold",""]] "<b id=purple>bar [baz] qoz</b>" que ryCommandState("bold") before 1187 PASS [["stylewithcss","false"],["bold",""]] "<b id=purple>bar [baz] qoz</b>" que ryCommandState("bold") before
1188 FAIL [["stylewithcss","false"],["bold",""]] "<b id=purple>bar [baz] qoz</b>" que ryCommandValue("bold") before assert_equals: Wrong result returned expected "" b ut got "true" 1188 FAIL [["stylewithcss","false"],["bold",""]] "<b id=purple>bar [baz] qoz</b>" que ryCommandValue("bold") before assert_equals: Wrong result returned expected "" b ut got "true"
1189 PASS [["stylewithcss","false"],["bold",""]] "<b id=purple>bar [baz] qoz</b>" que ryCommandIndeterm("bold") after 1189 PASS [["stylewithcss","false"],["bold",""]] "<b id=purple>bar [baz] qoz</b>" que ryCommandIndeterm("bold") after
1190 PASS [["stylewithcss","false"],["bold",""]] "<b id=purple>bar [baz] qoz</b>" que ryCommandState("bold") after 1190 PASS [["stylewithcss","false"],["bold",""]] "<b id=purple>bar [baz] qoz</b>" que ryCommandState("bold") after
1191 FAIL [["stylewithcss","false"],["bold",""]] "<b id=purple>bar [baz] qoz</b>" que ryCommandValue("bold") after assert_equals: Wrong result returned expected "" bu t got "false" 1191 FAIL [["stylewithcss","false"],["bold",""]] "<b id=purple>bar [baz] qoz</b>" que ryCommandValue("bold") after assert_equals: Wrong result returned expected "" bu t got "false"
1192 PASS [["stylewithcss","true"],["bold",""]] "foo<span style=\"font-weight: 100\"> [bar]</span>baz": execCommand("stylewithcss", false, "true") return value 1192 PASS [["stylewithcss","true"],["bold",""]] "foo<span style=\"font-weight: 100\"> [bar]</span>baz": execCommand("stylewithcss", false, "true") return value
1193 PASS [["stylewithcss","true"],["bold",""]] "foo<span style=\"font-weight: 100\"> [bar]</span>baz": execCommand("bold", false, "") return value 1193 PASS [["stylewithcss","true"],["bold",""]] "foo<span style=\"font-weight: 100\"> [bar]</span>baz": execCommand("bold", false, "") return value
1194 PASS [["stylewithcss","true"],["bold",""]] "foo<span style=\"font-weight: 100\"> [bar]</span>baz" checks for modifications to non-editable content 1194 PASS [["stylewithcss","true"],["bold",""]] "foo<span style=\"font-weight: 100\"> [bar]</span>baz" checks for modifications to non-editable content
1195 PASS [["stylewithcss","true"],["bold",""]] "foo<span style=\"font-weight: 100\"> [bar]</span>baz" compare innerHTML 1195 PASS [["stylewithcss","true"],["bold",""]] "foo<span style=\"font-weight: 100\"> [bar]</span>baz" compare innerHTML
1196 PASS [["stylewithcss","true"],["bold",""]] "foo<span style=\"font-weight: 100\"> [bar]</span>baz" queryCommandIndeterm("stylewithcss") before 1196 PASS [["stylewithcss","true"],["bold",""]] "foo<span style=\"font-weight: 100\"> [bar]</span>baz" queryCommandIndeterm("stylewithcss") before
1197 PASS [["stylewithcss","true"],["bold",""]] "foo<span style=\"font-weight: 100\"> [bar]</span>baz" queryCommandState("stylewithcss") before 1197 PASS [["stylewithcss","true"],["bold",""]] "foo<span style=\"font-weight: 100\"> [bar]</span>baz" queryCommandState("stylewithcss") before
1198 FAIL [["stylewithcss","true"],["bold",""]] "foo<span style=\"font-weight: 100\"> [bar]</span>baz" queryCommandValue("stylewithcss") before assert_equals: Wrong r esult returned expected "" but got "false" 1198 PASS [["stylewithcss","true"],["bold",""]] "foo<span style=\"font-weight: 100\"> [bar]</span>baz" queryCommandValue("stylewithcss") before
1199 PASS [["stylewithcss","true"],["bold",""]] "foo<span style=\"font-weight: 100\"> [bar]</span>baz" queryCommandIndeterm("stylewithcss") after 1199 PASS [["stylewithcss","true"],["bold",""]] "foo<span style=\"font-weight: 100\"> [bar]</span>baz" queryCommandIndeterm("stylewithcss") after
1200 PASS [["stylewithcss","true"],["bold",""]] "foo<span style=\"font-weight: 100\"> [bar]</span>baz" queryCommandState("stylewithcss") after 1200 PASS [["stylewithcss","true"],["bold",""]] "foo<span style=\"font-weight: 100\"> [bar]</span>baz" queryCommandState("stylewithcss") after
1201 FAIL [["stylewithcss","true"],["bold",""]] "foo<span style=\"font-weight: 100\"> [bar]</span>baz" queryCommandValue("stylewithcss") after assert_equals: Wrong re sult returned expected "" but got "true" 1201 PASS [["stylewithcss","true"],["bold",""]] "foo<span style=\"font-weight: 100\"> [bar]</span>baz" queryCommandValue("stylewithcss") after
1202 PASS [["stylewithcss","true"],["bold",""]] "foo<span style=\"font-weight: 100\"> [bar]</span>baz" queryCommandIndeterm("bold") before 1202 PASS [["stylewithcss","true"],["bold",""]] "foo<span style=\"font-weight: 100\"> [bar]</span>baz" queryCommandIndeterm("bold") before
1203 PASS [["stylewithcss","true"],["bold",""]] "foo<span style=\"font-weight: 100\"> [bar]</span>baz" queryCommandState("bold") before 1203 PASS [["stylewithcss","true"],["bold",""]] "foo<span style=\"font-weight: 100\"> [bar]</span>baz" queryCommandState("bold") before
1204 FAIL [["stylewithcss","true"],["bold",""]] "foo<span style=\"font-weight: 100\"> [bar]</span>baz" queryCommandValue("bold") before assert_equals: Wrong result re turned expected "" but got "false" 1204 FAIL [["stylewithcss","true"],["bold",""]] "foo<span style=\"font-weight: 100\"> [bar]</span>baz" queryCommandValue("bold") before assert_equals: Wrong result re turned expected "" but got "false"
1205 PASS [["stylewithcss","true"],["bold",""]] "foo<span style=\"font-weight: 100\"> [bar]</span>baz" queryCommandIndeterm("bold") after 1205 PASS [["stylewithcss","true"],["bold",""]] "foo<span style=\"font-weight: 100\"> [bar]</span>baz" queryCommandIndeterm("bold") after
1206 PASS [["stylewithcss","true"],["bold",""]] "foo<span style=\"font-weight: 100\"> [bar]</span>baz" queryCommandState("bold") after 1206 PASS [["stylewithcss","true"],["bold",""]] "foo<span style=\"font-weight: 100\"> [bar]</span>baz" queryCommandState("bold") after
1207 FAIL [["stylewithcss","true"],["bold",""]] "foo<span style=\"font-weight: 100\"> [bar]</span>baz" queryCommandValue("bold") after assert_equals: Wrong result ret urned expected "" but got "true" 1207 FAIL [["stylewithcss","true"],["bold",""]] "foo<span style=\"font-weight: 100\"> [bar]</span>baz" queryCommandValue("bold") after assert_equals: Wrong result ret urned expected "" but got "true"
1208 PASS [["stylewithcss","false"],["bold",""]] "foo<span style=\"font-weight: 100\" >[bar]</span>baz": execCommand("stylewithcss", false, "false") return value 1208 PASS [["stylewithcss","false"],["bold",""]] "foo<span style=\"font-weight: 100\" >[bar]</span>baz": execCommand("stylewithcss", false, "false") return value
1209 PASS [["stylewithcss","false"],["bold",""]] "foo<span style=\"font-weight: 100\" >[bar]</span>baz": execCommand("bold", false, "") return value 1209 PASS [["stylewithcss","false"],["bold",""]] "foo<span style=\"font-weight: 100\" >[bar]</span>baz": execCommand("bold", false, "") return value
1210 PASS [["stylewithcss","false"],["bold",""]] "foo<span style=\"font-weight: 100\" >[bar]</span>baz" checks for modifications to non-editable content 1210 PASS [["stylewithcss","false"],["bold",""]] "foo<span style=\"font-weight: 100\" >[bar]</span>baz" checks for modifications to non-editable content
1211 PASS [["stylewithcss","false"],["bold",""]] "foo<span style=\"font-weight: 100\" >[bar]</span>baz" compare innerHTML 1211 PASS [["stylewithcss","false"],["bold",""]] "foo<span style=\"font-weight: 100\" >[bar]</span>baz" compare innerHTML
1212 PASS [["stylewithcss","false"],["bold",""]] "foo<span style=\"font-weight: 100\" >[bar]</span>baz" queryCommandIndeterm("stylewithcss") before 1212 PASS [["stylewithcss","false"],["bold",""]] "foo<span style=\"font-weight: 100\" >[bar]</span>baz" queryCommandIndeterm("stylewithcss") before
1213 PASS [["stylewithcss","false"],["bold",""]] "foo<span style=\"font-weight: 100\" >[bar]</span>baz" queryCommandState("stylewithcss") before 1213 PASS [["stylewithcss","false"],["bold",""]] "foo<span style=\"font-weight: 100\" >[bar]</span>baz" queryCommandState("stylewithcss") before
1214 FAIL [["stylewithcss","false"],["bold",""]] "foo<span style=\"font-weight: 100\" >[bar]</span>baz" queryCommandValue("stylewithcss") before assert_equals: Wrong result returned expected "" but got "true" 1214 PASS [["stylewithcss","false"],["bold",""]] "foo<span style=\"font-weight: 100\" >[bar]</span>baz" queryCommandValue("stylewithcss") before
1215 PASS [["stylewithcss","false"],["bold",""]] "foo<span style=\"font-weight: 100\" >[bar]</span>baz" queryCommandIndeterm("stylewithcss") after 1215 PASS [["stylewithcss","false"],["bold",""]] "foo<span style=\"font-weight: 100\" >[bar]</span>baz" queryCommandIndeterm("stylewithcss") after
1216 PASS [["stylewithcss","false"],["bold",""]] "foo<span style=\"font-weight: 100\" >[bar]</span>baz" queryCommandState("stylewithcss") after 1216 PASS [["stylewithcss","false"],["bold",""]] "foo<span style=\"font-weight: 100\" >[bar]</span>baz" queryCommandState("stylewithcss") after
1217 FAIL [["stylewithcss","false"],["bold",""]] "foo<span style=\"font-weight: 100\" >[bar]</span>baz" queryCommandValue("stylewithcss") after assert_equals: Wrong r esult returned expected "" but got "false" 1217 PASS [["stylewithcss","false"],["bold",""]] "foo<span style=\"font-weight: 100\" >[bar]</span>baz" queryCommandValue("stylewithcss") after
1218 PASS [["stylewithcss","false"],["bold",""]] "foo<span style=\"font-weight: 100\" >[bar]</span>baz" queryCommandIndeterm("bold") before 1218 PASS [["stylewithcss","false"],["bold",""]] "foo<span style=\"font-weight: 100\" >[bar]</span>baz" queryCommandIndeterm("bold") before
1219 PASS [["stylewithcss","false"],["bold",""]] "foo<span style=\"font-weight: 100\" >[bar]</span>baz" queryCommandState("bold") before 1219 PASS [["stylewithcss","false"],["bold",""]] "foo<span style=\"font-weight: 100\" >[bar]</span>baz" queryCommandState("bold") before
1220 FAIL [["stylewithcss","false"],["bold",""]] "foo<span style=\"font-weight: 100\" >[bar]</span>baz" queryCommandValue("bold") before assert_equals: Wrong result r eturned expected "" but got "false" 1220 FAIL [["stylewithcss","false"],["bold",""]] "foo<span style=\"font-weight: 100\" >[bar]</span>baz" queryCommandValue("bold") before assert_equals: Wrong result r eturned expected "" but got "false"
1221 PASS [["stylewithcss","false"],["bold",""]] "foo<span style=\"font-weight: 100\" >[bar]</span>baz" queryCommandIndeterm("bold") after 1221 PASS [["stylewithcss","false"],["bold",""]] "foo<span style=\"font-weight: 100\" >[bar]</span>baz" queryCommandIndeterm("bold") after
1222 PASS [["stylewithcss","false"],["bold",""]] "foo<span style=\"font-weight: 100\" >[bar]</span>baz" queryCommandState("bold") after 1222 PASS [["stylewithcss","false"],["bold",""]] "foo<span style=\"font-weight: 100\" >[bar]</span>baz" queryCommandState("bold") after
1223 FAIL [["stylewithcss","false"],["bold",""]] "foo<span style=\"font-weight: 100\" >[bar]</span>baz" queryCommandValue("bold") after assert_equals: Wrong result re turned expected "" but got "true" 1223 FAIL [["stylewithcss","false"],["bold",""]] "foo<span style=\"font-weight: 100\" >[bar]</span>baz" queryCommandValue("bold") after assert_equals: Wrong result re turned expected "" but got "true"
1224 PASS [["stylewithcss","true"],["bold",""]] "foo<span style=\"font-weight: 200\"> [bar]</span>baz": execCommand("stylewithcss", false, "true") return value 1224 PASS [["stylewithcss","true"],["bold",""]] "foo<span style=\"font-weight: 200\"> [bar]</span>baz": execCommand("stylewithcss", false, "true") return value
1225 PASS [["stylewithcss","true"],["bold",""]] "foo<span style=\"font-weight: 200\"> [bar]</span>baz": execCommand("bold", false, "") return value 1225 PASS [["stylewithcss","true"],["bold",""]] "foo<span style=\"font-weight: 200\"> [bar]</span>baz": execCommand("bold", false, "") return value
1226 PASS [["stylewithcss","true"],["bold",""]] "foo<span style=\"font-weight: 200\"> [bar]</span>baz" checks for modifications to non-editable content 1226 PASS [["stylewithcss","true"],["bold",""]] "foo<span style=\"font-weight: 200\"> [bar]</span>baz" checks for modifications to non-editable content
1227 PASS [["stylewithcss","true"],["bold",""]] "foo<span style=\"font-weight: 200\"> [bar]</span>baz" compare innerHTML 1227 PASS [["stylewithcss","true"],["bold",""]] "foo<span style=\"font-weight: 200\"> [bar]</span>baz" compare innerHTML
1228 PASS [["stylewithcss","true"],["bold",""]] "foo<span style=\"font-weight: 200\"> [bar]</span>baz" queryCommandIndeterm("stylewithcss") before 1228 PASS [["stylewithcss","true"],["bold",""]] "foo<span style=\"font-weight: 200\"> [bar]</span>baz" queryCommandIndeterm("stylewithcss") before
1229 PASS [["stylewithcss","true"],["bold",""]] "foo<span style=\"font-weight: 200\"> [bar]</span>baz" queryCommandState("stylewithcss") before 1229 PASS [["stylewithcss","true"],["bold",""]] "foo<span style=\"font-weight: 200\"> [bar]</span>baz" queryCommandState("stylewithcss") before
1230 FAIL [["stylewithcss","true"],["bold",""]] "foo<span style=\"font-weight: 200\"> [bar]</span>baz" queryCommandValue("stylewithcss") before assert_equals: Wrong r esult returned expected "" but got "false" 1230 PASS [["stylewithcss","true"],["bold",""]] "foo<span style=\"font-weight: 200\"> [bar]</span>baz" queryCommandValue("stylewithcss") before
1231 PASS [["stylewithcss","true"],["bold",""]] "foo<span style=\"font-weight: 200\"> [bar]</span>baz" queryCommandIndeterm("stylewithcss") after 1231 PASS [["stylewithcss","true"],["bold",""]] "foo<span style=\"font-weight: 200\"> [bar]</span>baz" queryCommandIndeterm("stylewithcss") after
1232 PASS [["stylewithcss","true"],["bold",""]] "foo<span style=\"font-weight: 200\"> [bar]</span>baz" queryCommandState("stylewithcss") after 1232 PASS [["stylewithcss","true"],["bold",""]] "foo<span style=\"font-weight: 200\"> [bar]</span>baz" queryCommandState("stylewithcss") after
1233 FAIL [["stylewithcss","true"],["bold",""]] "foo<span style=\"font-weight: 200\"> [bar]</span>baz" queryCommandValue("stylewithcss") after assert_equals: Wrong re sult returned expected "" but got "true" 1233 PASS [["stylewithcss","true"],["bold",""]] "foo<span style=\"font-weight: 200\"> [bar]</span>baz" queryCommandValue("stylewithcss") after
1234 PASS [["stylewithcss","true"],["bold",""]] "foo<span style=\"font-weight: 200\"> [bar]</span>baz" queryCommandIndeterm("bold") before 1234 PASS [["stylewithcss","true"],["bold",""]] "foo<span style=\"font-weight: 200\"> [bar]</span>baz" queryCommandIndeterm("bold") before
1235 PASS [["stylewithcss","true"],["bold",""]] "foo<span style=\"font-weight: 200\"> [bar]</span>baz" queryCommandState("bold") before 1235 PASS [["stylewithcss","true"],["bold",""]] "foo<span style=\"font-weight: 200\"> [bar]</span>baz" queryCommandState("bold") before
1236 FAIL [["stylewithcss","true"],["bold",""]] "foo<span style=\"font-weight: 200\"> [bar]</span>baz" queryCommandValue("bold") before assert_equals: Wrong result re turned expected "" but got "false" 1236 FAIL [["stylewithcss","true"],["bold",""]] "foo<span style=\"font-weight: 200\"> [bar]</span>baz" queryCommandValue("bold") before assert_equals: Wrong result re turned expected "" but got "false"
1237 PASS [["stylewithcss","true"],["bold",""]] "foo<span style=\"font-weight: 200\"> [bar]</span>baz" queryCommandIndeterm("bold") after 1237 PASS [["stylewithcss","true"],["bold",""]] "foo<span style=\"font-weight: 200\"> [bar]</span>baz" queryCommandIndeterm("bold") after
1238 PASS [["stylewithcss","true"],["bold",""]] "foo<span style=\"font-weight: 200\"> [bar]</span>baz" queryCommandState("bold") after 1238 PASS [["stylewithcss","true"],["bold",""]] "foo<span style=\"font-weight: 200\"> [bar]</span>baz" queryCommandState("bold") after
1239 FAIL [["stylewithcss","true"],["bold",""]] "foo<span style=\"font-weight: 200\"> [bar]</span>baz" queryCommandValue("bold") after assert_equals: Wrong result ret urned expected "" but got "true" 1239 FAIL [["stylewithcss","true"],["bold",""]] "foo<span style=\"font-weight: 200\"> [bar]</span>baz" queryCommandValue("bold") after assert_equals: Wrong result ret urned expected "" but got "true"
1240 PASS [["stylewithcss","false"],["bold",""]] "foo<span style=\"font-weight: 200\" >[bar]</span>baz": execCommand("stylewithcss", false, "false") return value 1240 PASS [["stylewithcss","false"],["bold",""]] "foo<span style=\"font-weight: 200\" >[bar]</span>baz": execCommand("stylewithcss", false, "false") return value
1241 PASS [["stylewithcss","false"],["bold",""]] "foo<span style=\"font-weight: 200\" >[bar]</span>baz": execCommand("bold", false, "") return value 1241 PASS [["stylewithcss","false"],["bold",""]] "foo<span style=\"font-weight: 200\" >[bar]</span>baz": execCommand("bold", false, "") return value
1242 PASS [["stylewithcss","false"],["bold",""]] "foo<span style=\"font-weight: 200\" >[bar]</span>baz" checks for modifications to non-editable content 1242 PASS [["stylewithcss","false"],["bold",""]] "foo<span style=\"font-weight: 200\" >[bar]</span>baz" checks for modifications to non-editable content
1243 PASS [["stylewithcss","false"],["bold",""]] "foo<span style=\"font-weight: 200\" >[bar]</span>baz" compare innerHTML 1243 PASS [["stylewithcss","false"],["bold",""]] "foo<span style=\"font-weight: 200\" >[bar]</span>baz" compare innerHTML
1244 PASS [["stylewithcss","false"],["bold",""]] "foo<span style=\"font-weight: 200\" >[bar]</span>baz" queryCommandIndeterm("stylewithcss") before 1244 PASS [["stylewithcss","false"],["bold",""]] "foo<span style=\"font-weight: 200\" >[bar]</span>baz" queryCommandIndeterm("stylewithcss") before
1245 PASS [["stylewithcss","false"],["bold",""]] "foo<span style=\"font-weight: 200\" >[bar]</span>baz" queryCommandState("stylewithcss") before 1245 PASS [["stylewithcss","false"],["bold",""]] "foo<span style=\"font-weight: 200\" >[bar]</span>baz" queryCommandState("stylewithcss") before
1246 FAIL [["stylewithcss","false"],["bold",""]] "foo<span style=\"font-weight: 200\" >[bar]</span>baz" queryCommandValue("stylewithcss") before assert_equals: Wrong result returned expected "" but got "true" 1246 PASS [["stylewithcss","false"],["bold",""]] "foo<span style=\"font-weight: 200\" >[bar]</span>baz" queryCommandValue("stylewithcss") before
1247 PASS [["stylewithcss","false"],["bold",""]] "foo<span style=\"font-weight: 200\" >[bar]</span>baz" queryCommandIndeterm("stylewithcss") after 1247 PASS [["stylewithcss","false"],["bold",""]] "foo<span style=\"font-weight: 200\" >[bar]</span>baz" queryCommandIndeterm("stylewithcss") after
1248 PASS [["stylewithcss","false"],["bold",""]] "foo<span style=\"font-weight: 200\" >[bar]</span>baz" queryCommandState("stylewithcss") after 1248 PASS [["stylewithcss","false"],["bold",""]] "foo<span style=\"font-weight: 200\" >[bar]</span>baz" queryCommandState("stylewithcss") after
1249 FAIL [["stylewithcss","false"],["bold",""]] "foo<span style=\"font-weight: 200\" >[bar]</span>baz" queryCommandValue("stylewithcss") after assert_equals: Wrong r esult returned expected "" but got "false" 1249 PASS [["stylewithcss","false"],["bold",""]] "foo<span style=\"font-weight: 200\" >[bar]</span>baz" queryCommandValue("stylewithcss") after
1250 PASS [["stylewithcss","false"],["bold",""]] "foo<span style=\"font-weight: 200\" >[bar]</span>baz" queryCommandIndeterm("bold") before 1250 PASS [["stylewithcss","false"],["bold",""]] "foo<span style=\"font-weight: 200\" >[bar]</span>baz" queryCommandIndeterm("bold") before
1251 PASS [["stylewithcss","false"],["bold",""]] "foo<span style=\"font-weight: 200\" >[bar]</span>baz" queryCommandState("bold") before 1251 PASS [["stylewithcss","false"],["bold",""]] "foo<span style=\"font-weight: 200\" >[bar]</span>baz" queryCommandState("bold") before
1252 FAIL [["stylewithcss","false"],["bold",""]] "foo<span style=\"font-weight: 200\" >[bar]</span>baz" queryCommandValue("bold") before assert_equals: Wrong result r eturned expected "" but got "false" 1252 FAIL [["stylewithcss","false"],["bold",""]] "foo<span style=\"font-weight: 200\" >[bar]</span>baz" queryCommandValue("bold") before assert_equals: Wrong result r eturned expected "" but got "false"
1253 PASS [["stylewithcss","false"],["bold",""]] "foo<span style=\"font-weight: 200\" >[bar]</span>baz" queryCommandIndeterm("bold") after 1253 PASS [["stylewithcss","false"],["bold",""]] "foo<span style=\"font-weight: 200\" >[bar]</span>baz" queryCommandIndeterm("bold") after
1254 PASS [["stylewithcss","false"],["bold",""]] "foo<span style=\"font-weight: 200\" >[bar]</span>baz" queryCommandState("bold") after 1254 PASS [["stylewithcss","false"],["bold",""]] "foo<span style=\"font-weight: 200\" >[bar]</span>baz" queryCommandState("bold") after
1255 FAIL [["stylewithcss","false"],["bold",""]] "foo<span style=\"font-weight: 200\" >[bar]</span>baz" queryCommandValue("bold") after assert_equals: Wrong result re turned expected "" but got "true" 1255 FAIL [["stylewithcss","false"],["bold",""]] "foo<span style=\"font-weight: 200\" >[bar]</span>baz" queryCommandValue("bold") after assert_equals: Wrong result re turned expected "" but got "true"
1256 PASS [["stylewithcss","true"],["bold",""]] "foo<span style=\"font-weight: 300\"> [bar]</span>baz": execCommand("stylewithcss", false, "true") return value 1256 PASS [["stylewithcss","true"],["bold",""]] "foo<span style=\"font-weight: 300\"> [bar]</span>baz": execCommand("stylewithcss", false, "true") return value
1257 PASS [["stylewithcss","true"],["bold",""]] "foo<span style=\"font-weight: 300\"> [bar]</span>baz": execCommand("bold", false, "") return value 1257 PASS [["stylewithcss","true"],["bold",""]] "foo<span style=\"font-weight: 300\"> [bar]</span>baz": execCommand("bold", false, "") return value
1258 PASS [["stylewithcss","true"],["bold",""]] "foo<span style=\"font-weight: 300\"> [bar]</span>baz" checks for modifications to non-editable content 1258 PASS [["stylewithcss","true"],["bold",""]] "foo<span style=\"font-weight: 300\"> [bar]</span>baz" checks for modifications to non-editable content
1259 PASS [["stylewithcss","true"],["bold",""]] "foo<span style=\"font-weight: 300\"> [bar]</span>baz" compare innerHTML 1259 PASS [["stylewithcss","true"],["bold",""]] "foo<span style=\"font-weight: 300\"> [bar]</span>baz" compare innerHTML
1260 PASS [["stylewithcss","true"],["bold",""]] "foo<span style=\"font-weight: 300\"> [bar]</span>baz" queryCommandIndeterm("stylewithcss") before 1260 PASS [["stylewithcss","true"],["bold",""]] "foo<span style=\"font-weight: 300\"> [bar]</span>baz" queryCommandIndeterm("stylewithcss") before
1261 PASS [["stylewithcss","true"],["bold",""]] "foo<span style=\"font-weight: 300\"> [bar]</span>baz" queryCommandState("stylewithcss") before 1261 PASS [["stylewithcss","true"],["bold",""]] "foo<span style=\"font-weight: 300\"> [bar]</span>baz" queryCommandState("stylewithcss") before
1262 FAIL [["stylewithcss","true"],["bold",""]] "foo<span style=\"font-weight: 300\"> [bar]</span>baz" queryCommandValue("stylewithcss") before assert_equals: Wrong r esult returned expected "" but got "false" 1262 PASS [["stylewithcss","true"],["bold",""]] "foo<span style=\"font-weight: 300\"> [bar]</span>baz" queryCommandValue("stylewithcss") before
1263 PASS [["stylewithcss","true"],["bold",""]] "foo<span style=\"font-weight: 300\"> [bar]</span>baz" queryCommandIndeterm("stylewithcss") after 1263 PASS [["stylewithcss","true"],["bold",""]] "foo<span style=\"font-weight: 300\"> [bar]</span>baz" queryCommandIndeterm("stylewithcss") after
1264 PASS [["stylewithcss","true"],["bold",""]] "foo<span style=\"font-weight: 300\"> [bar]</span>baz" queryCommandState("stylewithcss") after 1264 PASS [["stylewithcss","true"],["bold",""]] "foo<span style=\"font-weight: 300\"> [bar]</span>baz" queryCommandState("stylewithcss") after
1265 FAIL [["stylewithcss","true"],["bold",""]] "foo<span style=\"font-weight: 300\"> [bar]</span>baz" queryCommandValue("stylewithcss") after assert_equals: Wrong re sult returned expected "" but got "true" 1265 PASS [["stylewithcss","true"],["bold",""]] "foo<span style=\"font-weight: 300\"> [bar]</span>baz" queryCommandValue("stylewithcss") after
1266 PASS [["stylewithcss","true"],["bold",""]] "foo<span style=\"font-weight: 300\"> [bar]</span>baz" queryCommandIndeterm("bold") before 1266 PASS [["stylewithcss","true"],["bold",""]] "foo<span style=\"font-weight: 300\"> [bar]</span>baz" queryCommandIndeterm("bold") before
1267 PASS [["stylewithcss","true"],["bold",""]] "foo<span style=\"font-weight: 300\"> [bar]</span>baz" queryCommandState("bold") before 1267 PASS [["stylewithcss","true"],["bold",""]] "foo<span style=\"font-weight: 300\"> [bar]</span>baz" queryCommandState("bold") before
1268 FAIL [["stylewithcss","true"],["bold",""]] "foo<span style=\"font-weight: 300\"> [bar]</span>baz" queryCommandValue("bold") before assert_equals: Wrong result re turned expected "" but got "false" 1268 FAIL [["stylewithcss","true"],["bold",""]] "foo<span style=\"font-weight: 300\"> [bar]</span>baz" queryCommandValue("bold") before assert_equals: Wrong result re turned expected "" but got "false"
1269 PASS [["stylewithcss","true"],["bold",""]] "foo<span style=\"font-weight: 300\"> [bar]</span>baz" queryCommandIndeterm("bold") after 1269 PASS [["stylewithcss","true"],["bold",""]] "foo<span style=\"font-weight: 300\"> [bar]</span>baz" queryCommandIndeterm("bold") after
1270 PASS [["stylewithcss","true"],["bold",""]] "foo<span style=\"font-weight: 300\"> [bar]</span>baz" queryCommandState("bold") after 1270 PASS [["stylewithcss","true"],["bold",""]] "foo<span style=\"font-weight: 300\"> [bar]</span>baz" queryCommandState("bold") after
1271 FAIL [["stylewithcss","true"],["bold",""]] "foo<span style=\"font-weight: 300\"> [bar]</span>baz" queryCommandValue("bold") after assert_equals: Wrong result ret urned expected "" but got "true" 1271 FAIL [["stylewithcss","true"],["bold",""]] "foo<span style=\"font-weight: 300\"> [bar]</span>baz" queryCommandValue("bold") after assert_equals: Wrong result ret urned expected "" but got "true"
1272 PASS [["stylewithcss","false"],["bold",""]] "foo<span style=\"font-weight: 300\" >[bar]</span>baz": execCommand("stylewithcss", false, "false") return value 1272 PASS [["stylewithcss","false"],["bold",""]] "foo<span style=\"font-weight: 300\" >[bar]</span>baz": execCommand("stylewithcss", false, "false") return value
1273 PASS [["stylewithcss","false"],["bold",""]] "foo<span style=\"font-weight: 300\" >[bar]</span>baz": execCommand("bold", false, "") return value 1273 PASS [["stylewithcss","false"],["bold",""]] "foo<span style=\"font-weight: 300\" >[bar]</span>baz": execCommand("bold", false, "") return value
1274 PASS [["stylewithcss","false"],["bold",""]] "foo<span style=\"font-weight: 300\" >[bar]</span>baz" checks for modifications to non-editable content 1274 PASS [["stylewithcss","false"],["bold",""]] "foo<span style=\"font-weight: 300\" >[bar]</span>baz" checks for modifications to non-editable content
1275 PASS [["stylewithcss","false"],["bold",""]] "foo<span style=\"font-weight: 300\" >[bar]</span>baz" compare innerHTML 1275 PASS [["stylewithcss","false"],["bold",""]] "foo<span style=\"font-weight: 300\" >[bar]</span>baz" compare innerHTML
1276 PASS [["stylewithcss","false"],["bold",""]] "foo<span style=\"font-weight: 300\" >[bar]</span>baz" queryCommandIndeterm("stylewithcss") before 1276 PASS [["stylewithcss","false"],["bold",""]] "foo<span style=\"font-weight: 300\" >[bar]</span>baz" queryCommandIndeterm("stylewithcss") before
1277 PASS [["stylewithcss","false"],["bold",""]] "foo<span style=\"font-weight: 300\" >[bar]</span>baz" queryCommandState("stylewithcss") before 1277 PASS [["stylewithcss","false"],["bold",""]] "foo<span style=\"font-weight: 300\" >[bar]</span>baz" queryCommandState("stylewithcss") before
1278 FAIL [["stylewithcss","false"],["bold",""]] "foo<span style=\"font-weight: 300\" >[bar]</span>baz" queryCommandValue("stylewithcss") before assert_equals: Wrong result returned expected "" but got "true" 1278 PASS [["stylewithcss","false"],["bold",""]] "foo<span style=\"font-weight: 300\" >[bar]</span>baz" queryCommandValue("stylewithcss") before
1279 PASS [["stylewithcss","false"],["bold",""]] "foo<span style=\"font-weight: 300\" >[bar]</span>baz" queryCommandIndeterm("stylewithcss") after 1279 PASS [["stylewithcss","false"],["bold",""]] "foo<span style=\"font-weight: 300\" >[bar]</span>baz" queryCommandIndeterm("stylewithcss") after
1280 PASS [["stylewithcss","false"],["bold",""]] "foo<span style=\"font-weight: 300\" >[bar]</span>baz" queryCommandState("stylewithcss") after 1280 PASS [["stylewithcss","false"],["bold",""]] "foo<span style=\"font-weight: 300\" >[bar]</span>baz" queryCommandState("stylewithcss") after
1281 FAIL [["stylewithcss","false"],["bold",""]] "foo<span style=\"font-weight: 300\" >[bar]</span>baz" queryCommandValue("stylewithcss") after assert_equals: Wrong r esult returned expected "" but got "false" 1281 PASS [["stylewithcss","false"],["bold",""]] "foo<span style=\"font-weight: 300\" >[bar]</span>baz" queryCommandValue("stylewithcss") after
1282 PASS [["stylewithcss","false"],["bold",""]] "foo<span style=\"font-weight: 300\" >[bar]</span>baz" queryCommandIndeterm("bold") before 1282 PASS [["stylewithcss","false"],["bold",""]] "foo<span style=\"font-weight: 300\" >[bar]</span>baz" queryCommandIndeterm("bold") before
1283 PASS [["stylewithcss","false"],["bold",""]] "foo<span style=\"font-weight: 300\" >[bar]</span>baz" queryCommandState("bold") before 1283 PASS [["stylewithcss","false"],["bold",""]] "foo<span style=\"font-weight: 300\" >[bar]</span>baz" queryCommandState("bold") before
1284 FAIL [["stylewithcss","false"],["bold",""]] "foo<span style=\"font-weight: 300\" >[bar]</span>baz" queryCommandValue("bold") before assert_equals: Wrong result r eturned expected "" but got "false" 1284 FAIL [["stylewithcss","false"],["bold",""]] "foo<span style=\"font-weight: 300\" >[bar]</span>baz" queryCommandValue("bold") before assert_equals: Wrong result r eturned expected "" but got "false"
1285 PASS [["stylewithcss","false"],["bold",""]] "foo<span style=\"font-weight: 300\" >[bar]</span>baz" queryCommandIndeterm("bold") after 1285 PASS [["stylewithcss","false"],["bold",""]] "foo<span style=\"font-weight: 300\" >[bar]</span>baz" queryCommandIndeterm("bold") after
1286 PASS [["stylewithcss","false"],["bold",""]] "foo<span style=\"font-weight: 300\" >[bar]</span>baz" queryCommandState("bold") after 1286 PASS [["stylewithcss","false"],["bold",""]] "foo<span style=\"font-weight: 300\" >[bar]</span>baz" queryCommandState("bold") after
1287 FAIL [["stylewithcss","false"],["bold",""]] "foo<span style=\"font-weight: 300\" >[bar]</span>baz" queryCommandValue("bold") after assert_equals: Wrong result re turned expected "" but got "true" 1287 FAIL [["stylewithcss","false"],["bold",""]] "foo<span style=\"font-weight: 300\" >[bar]</span>baz" queryCommandValue("bold") after assert_equals: Wrong result re turned expected "" but got "true"
1288 PASS [["stylewithcss","true"],["bold",""]] "foo<span style=\"font-weight: 400\"> [bar]</span>baz": execCommand("stylewithcss", false, "true") return value 1288 PASS [["stylewithcss","true"],["bold",""]] "foo<span style=\"font-weight: 400\"> [bar]</span>baz": execCommand("stylewithcss", false, "true") return value
1289 PASS [["stylewithcss","true"],["bold",""]] "foo<span style=\"font-weight: 400\"> [bar]</span>baz": execCommand("bold", false, "") return value 1289 PASS [["stylewithcss","true"],["bold",""]] "foo<span style=\"font-weight: 400\"> [bar]</span>baz": execCommand("bold", false, "") return value
1290 PASS [["stylewithcss","true"],["bold",""]] "foo<span style=\"font-weight: 400\"> [bar]</span>baz" checks for modifications to non-editable content 1290 PASS [["stylewithcss","true"],["bold",""]] "foo<span style=\"font-weight: 400\"> [bar]</span>baz" checks for modifications to non-editable content
1291 PASS [["stylewithcss","true"],["bold",""]] "foo<span style=\"font-weight: 400\"> [bar]</span>baz" compare innerHTML 1291 PASS [["stylewithcss","true"],["bold",""]] "foo<span style=\"font-weight: 400\"> [bar]</span>baz" compare innerHTML
1292 PASS [["stylewithcss","true"],["bold",""]] "foo<span style=\"font-weight: 400\"> [bar]</span>baz" queryCommandIndeterm("stylewithcss") before 1292 PASS [["stylewithcss","true"],["bold",""]] "foo<span style=\"font-weight: 400\"> [bar]</span>baz" queryCommandIndeterm("stylewithcss") before
1293 PASS [["stylewithcss","true"],["bold",""]] "foo<span style=\"font-weight: 400\"> [bar]</span>baz" queryCommandState("stylewithcss") before 1293 PASS [["stylewithcss","true"],["bold",""]] "foo<span style=\"font-weight: 400\"> [bar]</span>baz" queryCommandState("stylewithcss") before
1294 FAIL [["stylewithcss","true"],["bold",""]] "foo<span style=\"font-weight: 400\"> [bar]</span>baz" queryCommandValue("stylewithcss") before assert_equals: Wrong r esult returned expected "" but got "false" 1294 PASS [["stylewithcss","true"],["bold",""]] "foo<span style=\"font-weight: 400\"> [bar]</span>baz" queryCommandValue("stylewithcss") before
1295 PASS [["stylewithcss","true"],["bold",""]] "foo<span style=\"font-weight: 400\"> [bar]</span>baz" queryCommandIndeterm("stylewithcss") after 1295 PASS [["stylewithcss","true"],["bold",""]] "foo<span style=\"font-weight: 400\"> [bar]</span>baz" queryCommandIndeterm("stylewithcss") after
1296 PASS [["stylewithcss","true"],["bold",""]] "foo<span style=\"font-weight: 400\"> [bar]</span>baz" queryCommandState("stylewithcss") after 1296 PASS [["stylewithcss","true"],["bold",""]] "foo<span style=\"font-weight: 400\"> [bar]</span>baz" queryCommandState("stylewithcss") after
1297 FAIL [["stylewithcss","true"],["bold",""]] "foo<span style=\"font-weight: 400\"> [bar]</span>baz" queryCommandValue("stylewithcss") after assert_equals: Wrong re sult returned expected "" but got "true" 1297 PASS [["stylewithcss","true"],["bold",""]] "foo<span style=\"font-weight: 400\"> [bar]</span>baz" queryCommandValue("stylewithcss") after
1298 PASS [["stylewithcss","true"],["bold",""]] "foo<span style=\"font-weight: 400\"> [bar]</span>baz" queryCommandIndeterm("bold") before 1298 PASS [["stylewithcss","true"],["bold",""]] "foo<span style=\"font-weight: 400\"> [bar]</span>baz" queryCommandIndeterm("bold") before
1299 PASS [["stylewithcss","true"],["bold",""]] "foo<span style=\"font-weight: 400\"> [bar]</span>baz" queryCommandState("bold") before 1299 PASS [["stylewithcss","true"],["bold",""]] "foo<span style=\"font-weight: 400\"> [bar]</span>baz" queryCommandState("bold") before
1300 FAIL [["stylewithcss","true"],["bold",""]] "foo<span style=\"font-weight: 400\"> [bar]</span>baz" queryCommandValue("bold") before assert_equals: Wrong result re turned expected "" but got "false" 1300 FAIL [["stylewithcss","true"],["bold",""]] "foo<span style=\"font-weight: 400\"> [bar]</span>baz" queryCommandValue("bold") before assert_equals: Wrong result re turned expected "" but got "false"
1301 PASS [["stylewithcss","true"],["bold",""]] "foo<span style=\"font-weight: 400\"> [bar]</span>baz" queryCommandIndeterm("bold") after 1301 PASS [["stylewithcss","true"],["bold",""]] "foo<span style=\"font-weight: 400\"> [bar]</span>baz" queryCommandIndeterm("bold") after
1302 PASS [["stylewithcss","true"],["bold",""]] "foo<span style=\"font-weight: 400\"> [bar]</span>baz" queryCommandState("bold") after 1302 PASS [["stylewithcss","true"],["bold",""]] "foo<span style=\"font-weight: 400\"> [bar]</span>baz" queryCommandState("bold") after
1303 FAIL [["stylewithcss","true"],["bold",""]] "foo<span style=\"font-weight: 400\"> [bar]</span>baz" queryCommandValue("bold") after assert_equals: Wrong result ret urned expected "" but got "true" 1303 FAIL [["stylewithcss","true"],["bold",""]] "foo<span style=\"font-weight: 400\"> [bar]</span>baz" queryCommandValue("bold") after assert_equals: Wrong result ret urned expected "" but got "true"
1304 PASS [["stylewithcss","false"],["bold",""]] "foo<span style=\"font-weight: 400\" >[bar]</span>baz": execCommand("stylewithcss", false, "false") return value 1304 PASS [["stylewithcss","false"],["bold",""]] "foo<span style=\"font-weight: 400\" >[bar]</span>baz": execCommand("stylewithcss", false, "false") return value
1305 PASS [["stylewithcss","false"],["bold",""]] "foo<span style=\"font-weight: 400\" >[bar]</span>baz": execCommand("bold", false, "") return value 1305 PASS [["stylewithcss","false"],["bold",""]] "foo<span style=\"font-weight: 400\" >[bar]</span>baz": execCommand("bold", false, "") return value
1306 PASS [["stylewithcss","false"],["bold",""]] "foo<span style=\"font-weight: 400\" >[bar]</span>baz" checks for modifications to non-editable content 1306 PASS [["stylewithcss","false"],["bold",""]] "foo<span style=\"font-weight: 400\" >[bar]</span>baz" checks for modifications to non-editable content
1307 PASS [["stylewithcss","false"],["bold",""]] "foo<span style=\"font-weight: 400\" >[bar]</span>baz" compare innerHTML 1307 PASS [["stylewithcss","false"],["bold",""]] "foo<span style=\"font-weight: 400\" >[bar]</span>baz" compare innerHTML
1308 PASS [["stylewithcss","false"],["bold",""]] "foo<span style=\"font-weight: 400\" >[bar]</span>baz" queryCommandIndeterm("stylewithcss") before 1308 PASS [["stylewithcss","false"],["bold",""]] "foo<span style=\"font-weight: 400\" >[bar]</span>baz" queryCommandIndeterm("stylewithcss") before
1309 PASS [["stylewithcss","false"],["bold",""]] "foo<span style=\"font-weight: 400\" >[bar]</span>baz" queryCommandState("stylewithcss") before 1309 PASS [["stylewithcss","false"],["bold",""]] "foo<span style=\"font-weight: 400\" >[bar]</span>baz" queryCommandState("stylewithcss") before
1310 FAIL [["stylewithcss","false"],["bold",""]] "foo<span style=\"font-weight: 400\" >[bar]</span>baz" queryCommandValue("stylewithcss") before assert_equals: Wrong result returned expected "" but got "true" 1310 PASS [["stylewithcss","false"],["bold",""]] "foo<span style=\"font-weight: 400\" >[bar]</span>baz" queryCommandValue("stylewithcss") before
1311 PASS [["stylewithcss","false"],["bold",""]] "foo<span style=\"font-weight: 400\" >[bar]</span>baz" queryCommandIndeterm("stylewithcss") after 1311 PASS [["stylewithcss","false"],["bold",""]] "foo<span style=\"font-weight: 400\" >[bar]</span>baz" queryCommandIndeterm("stylewithcss") after
1312 PASS [["stylewithcss","false"],["bold",""]] "foo<span style=\"font-weight: 400\" >[bar]</span>baz" queryCommandState("stylewithcss") after 1312 PASS [["stylewithcss","false"],["bold",""]] "foo<span style=\"font-weight: 400\" >[bar]</span>baz" queryCommandState("stylewithcss") after
1313 FAIL [["stylewithcss","false"],["bold",""]] "foo<span style=\"font-weight: 400\" >[bar]</span>baz" queryCommandValue("stylewithcss") after assert_equals: Wrong r esult returned expected "" but got "false" 1313 PASS [["stylewithcss","false"],["bold",""]] "foo<span style=\"font-weight: 400\" >[bar]</span>baz" queryCommandValue("stylewithcss") after
1314 PASS [["stylewithcss","false"],["bold",""]] "foo<span style=\"font-weight: 400\" >[bar]</span>baz" queryCommandIndeterm("bold") before 1314 PASS [["stylewithcss","false"],["bold",""]] "foo<span style=\"font-weight: 400\" >[bar]</span>baz" queryCommandIndeterm("bold") before
1315 PASS [["stylewithcss","false"],["bold",""]] "foo<span style=\"font-weight: 400\" >[bar]</span>baz" queryCommandState("bold") before 1315 PASS [["stylewithcss","false"],["bold",""]] "foo<span style=\"font-weight: 400\" >[bar]</span>baz" queryCommandState("bold") before
1316 FAIL [["stylewithcss","false"],["bold",""]] "foo<span style=\"font-weight: 400\" >[bar]</span>baz" queryCommandValue("bold") before assert_equals: Wrong result r eturned expected "" but got "false" 1316 FAIL [["stylewithcss","false"],["bold",""]] "foo<span style=\"font-weight: 400\" >[bar]</span>baz" queryCommandValue("bold") before assert_equals: Wrong result r eturned expected "" but got "false"
1317 PASS [["stylewithcss","false"],["bold",""]] "foo<span style=\"font-weight: 400\" >[bar]</span>baz" queryCommandIndeterm("bold") after 1317 PASS [["stylewithcss","false"],["bold",""]] "foo<span style=\"font-weight: 400\" >[bar]</span>baz" queryCommandIndeterm("bold") after
1318 PASS [["stylewithcss","false"],["bold",""]] "foo<span style=\"font-weight: 400\" >[bar]</span>baz" queryCommandState("bold") after 1318 PASS [["stylewithcss","false"],["bold",""]] "foo<span style=\"font-weight: 400\" >[bar]</span>baz" queryCommandState("bold") after
1319 FAIL [["stylewithcss","false"],["bold",""]] "foo<span style=\"font-weight: 400\" >[bar]</span>baz" queryCommandValue("bold") after assert_equals: Wrong result re turned expected "" but got "true" 1319 FAIL [["stylewithcss","false"],["bold",""]] "foo<span style=\"font-weight: 400\" >[bar]</span>baz" queryCommandValue("bold") after assert_equals: Wrong result re turned expected "" but got "true"
1320 PASS [["stylewithcss","true"],["bold",""]] "foo<span style=\"font-weight: 500\"> [bar]</span>baz": execCommand("stylewithcss", false, "true") return value 1320 PASS [["stylewithcss","true"],["bold",""]] "foo<span style=\"font-weight: 500\"> [bar]</span>baz": execCommand("stylewithcss", false, "true") return value
1321 PASS [["stylewithcss","true"],["bold",""]] "foo<span style=\"font-weight: 500\"> [bar]</span>baz": execCommand("bold", false, "") return value 1321 PASS [["stylewithcss","true"],["bold",""]] "foo<span style=\"font-weight: 500\"> [bar]</span>baz": execCommand("bold", false, "") return value
1322 PASS [["stylewithcss","true"],["bold",""]] "foo<span style=\"font-weight: 500\"> [bar]</span>baz" checks for modifications to non-editable content 1322 PASS [["stylewithcss","true"],["bold",""]] "foo<span style=\"font-weight: 500\"> [bar]</span>baz" checks for modifications to non-editable content
1323 PASS [["stylewithcss","true"],["bold",""]] "foo<span style=\"font-weight: 500\"> [bar]</span>baz" compare innerHTML 1323 PASS [["stylewithcss","true"],["bold",""]] "foo<span style=\"font-weight: 500\"> [bar]</span>baz" compare innerHTML
1324 PASS [["stylewithcss","true"],["bold",""]] "foo<span style=\"font-weight: 500\"> [bar]</span>baz" queryCommandIndeterm("stylewithcss") before 1324 PASS [["stylewithcss","true"],["bold",""]] "foo<span style=\"font-weight: 500\"> [bar]</span>baz" queryCommandIndeterm("stylewithcss") before
1325 PASS [["stylewithcss","true"],["bold",""]] "foo<span style=\"font-weight: 500\"> [bar]</span>baz" queryCommandState("stylewithcss") before 1325 PASS [["stylewithcss","true"],["bold",""]] "foo<span style=\"font-weight: 500\"> [bar]</span>baz" queryCommandState("stylewithcss") before
1326 FAIL [["stylewithcss","true"],["bold",""]] "foo<span style=\"font-weight: 500\"> [bar]</span>baz" queryCommandValue("stylewithcss") before assert_equals: Wrong r esult returned expected "" but got "false" 1326 PASS [["stylewithcss","true"],["bold",""]] "foo<span style=\"font-weight: 500\"> [bar]</span>baz" queryCommandValue("stylewithcss") before
1327 PASS [["stylewithcss","true"],["bold",""]] "foo<span style=\"font-weight: 500\"> [bar]</span>baz" queryCommandIndeterm("stylewithcss") after 1327 PASS [["stylewithcss","true"],["bold",""]] "foo<span style=\"font-weight: 500\"> [bar]</span>baz" queryCommandIndeterm("stylewithcss") after
1328 PASS [["stylewithcss","true"],["bold",""]] "foo<span style=\"font-weight: 500\"> [bar]</span>baz" queryCommandState("stylewithcss") after 1328 PASS [["stylewithcss","true"],["bold",""]] "foo<span style=\"font-weight: 500\"> [bar]</span>baz" queryCommandState("stylewithcss") after
1329 FAIL [["stylewithcss","true"],["bold",""]] "foo<span style=\"font-weight: 500\"> [bar]</span>baz" queryCommandValue("stylewithcss") after assert_equals: Wrong re sult returned expected "" but got "true" 1329 PASS [["stylewithcss","true"],["bold",""]] "foo<span style=\"font-weight: 500\"> [bar]</span>baz" queryCommandValue("stylewithcss") after
1330 PASS [["stylewithcss","true"],["bold",""]] "foo<span style=\"font-weight: 500\"> [bar]</span>baz" queryCommandIndeterm("bold") before 1330 PASS [["stylewithcss","true"],["bold",""]] "foo<span style=\"font-weight: 500\"> [bar]</span>baz" queryCommandIndeterm("bold") before
1331 PASS [["stylewithcss","true"],["bold",""]] "foo<span style=\"font-weight: 500\"> [bar]</span>baz" queryCommandState("bold") before 1331 PASS [["stylewithcss","true"],["bold",""]] "foo<span style=\"font-weight: 500\"> [bar]</span>baz" queryCommandState("bold") before
1332 FAIL [["stylewithcss","true"],["bold",""]] "foo<span style=\"font-weight: 500\"> [bar]</span>baz" queryCommandValue("bold") before assert_equals: Wrong result re turned expected "" but got "false" 1332 FAIL [["stylewithcss","true"],["bold",""]] "foo<span style=\"font-weight: 500\"> [bar]</span>baz" queryCommandValue("bold") before assert_equals: Wrong result re turned expected "" but got "false"
1333 PASS [["stylewithcss","true"],["bold",""]] "foo<span style=\"font-weight: 500\"> [bar]</span>baz" queryCommandIndeterm("bold") after 1333 PASS [["stylewithcss","true"],["bold",""]] "foo<span style=\"font-weight: 500\"> [bar]</span>baz" queryCommandIndeterm("bold") after
1334 PASS [["stylewithcss","true"],["bold",""]] "foo<span style=\"font-weight: 500\"> [bar]</span>baz" queryCommandState("bold") after 1334 PASS [["stylewithcss","true"],["bold",""]] "foo<span style=\"font-weight: 500\"> [bar]</span>baz" queryCommandState("bold") after
1335 FAIL [["stylewithcss","true"],["bold",""]] "foo<span style=\"font-weight: 500\"> [bar]</span>baz" queryCommandValue("bold") after assert_equals: Wrong result ret urned expected "" but got "true" 1335 FAIL [["stylewithcss","true"],["bold",""]] "foo<span style=\"font-weight: 500\"> [bar]</span>baz" queryCommandValue("bold") after assert_equals: Wrong result ret urned expected "" but got "true"
1336 PASS [["stylewithcss","false"],["bold",""]] "foo<span style=\"font-weight: 500\" >[bar]</span>baz": execCommand("stylewithcss", false, "false") return value 1336 PASS [["stylewithcss","false"],["bold",""]] "foo<span style=\"font-weight: 500\" >[bar]</span>baz": execCommand("stylewithcss", false, "false") return value
1337 PASS [["stylewithcss","false"],["bold",""]] "foo<span style=\"font-weight: 500\" >[bar]</span>baz": execCommand("bold", false, "") return value 1337 PASS [["stylewithcss","false"],["bold",""]] "foo<span style=\"font-weight: 500\" >[bar]</span>baz": execCommand("bold", false, "") return value
1338 PASS [["stylewithcss","false"],["bold",""]] "foo<span style=\"font-weight: 500\" >[bar]</span>baz" checks for modifications to non-editable content 1338 PASS [["stylewithcss","false"],["bold",""]] "foo<span style=\"font-weight: 500\" >[bar]</span>baz" checks for modifications to non-editable content
1339 PASS [["stylewithcss","false"],["bold",""]] "foo<span style=\"font-weight: 500\" >[bar]</span>baz" compare innerHTML 1339 PASS [["stylewithcss","false"],["bold",""]] "foo<span style=\"font-weight: 500\" >[bar]</span>baz" compare innerHTML
1340 PASS [["stylewithcss","false"],["bold",""]] "foo<span style=\"font-weight: 500\" >[bar]</span>baz" queryCommandIndeterm("stylewithcss") before 1340 PASS [["stylewithcss","false"],["bold",""]] "foo<span style=\"font-weight: 500\" >[bar]</span>baz" queryCommandIndeterm("stylewithcss") before
1341 PASS [["stylewithcss","false"],["bold",""]] "foo<span style=\"font-weight: 500\" >[bar]</span>baz" queryCommandState("stylewithcss") before 1341 PASS [["stylewithcss","false"],["bold",""]] "foo<span style=\"font-weight: 500\" >[bar]</span>baz" queryCommandState("stylewithcss") before
1342 FAIL [["stylewithcss","false"],["bold",""]] "foo<span style=\"font-weight: 500\" >[bar]</span>baz" queryCommandValue("stylewithcss") before assert_equals: Wrong result returned expected "" but got "true" 1342 PASS [["stylewithcss","false"],["bold",""]] "foo<span style=\"font-weight: 500\" >[bar]</span>baz" queryCommandValue("stylewithcss") before
1343 PASS [["stylewithcss","false"],["bold",""]] "foo<span style=\"font-weight: 500\" >[bar]</span>baz" queryCommandIndeterm("stylewithcss") after 1343 PASS [["stylewithcss","false"],["bold",""]] "foo<span style=\"font-weight: 500\" >[bar]</span>baz" queryCommandIndeterm("stylewithcss") after
1344 PASS [["stylewithcss","false"],["bold",""]] "foo<span style=\"font-weight: 500\" >[bar]</span>baz" queryCommandState("stylewithcss") after 1344 PASS [["stylewithcss","false"],["bold",""]] "foo<span style=\"font-weight: 500\" >[bar]</span>baz" queryCommandState("stylewithcss") after
1345 FAIL [["stylewithcss","false"],["bold",""]] "foo<span style=\"font-weight: 500\" >[bar]</span>baz" queryCommandValue("stylewithcss") after assert_equals: Wrong r esult returned expected "" but got "false" 1345 PASS [["stylewithcss","false"],["bold",""]] "foo<span style=\"font-weight: 500\" >[bar]</span>baz" queryCommandValue("stylewithcss") after
1346 PASS [["stylewithcss","false"],["bold",""]] "foo<span style=\"font-weight: 500\" >[bar]</span>baz" queryCommandIndeterm("bold") before 1346 PASS [["stylewithcss","false"],["bold",""]] "foo<span style=\"font-weight: 500\" >[bar]</span>baz" queryCommandIndeterm("bold") before
1347 PASS [["stylewithcss","false"],["bold",""]] "foo<span style=\"font-weight: 500\" >[bar]</span>baz" queryCommandState("bold") before 1347 PASS [["stylewithcss","false"],["bold",""]] "foo<span style=\"font-weight: 500\" >[bar]</span>baz" queryCommandState("bold") before
1348 FAIL [["stylewithcss","false"],["bold",""]] "foo<span style=\"font-weight: 500\" >[bar]</span>baz" queryCommandValue("bold") before assert_equals: Wrong result r eturned expected "" but got "false" 1348 FAIL [["stylewithcss","false"],["bold",""]] "foo<span style=\"font-weight: 500\" >[bar]</span>baz" queryCommandValue("bold") before assert_equals: Wrong result r eturned expected "" but got "false"
1349 PASS [["stylewithcss","false"],["bold",""]] "foo<span style=\"font-weight: 500\" >[bar]</span>baz" queryCommandIndeterm("bold") after 1349 PASS [["stylewithcss","false"],["bold",""]] "foo<span style=\"font-weight: 500\" >[bar]</span>baz" queryCommandIndeterm("bold") after
1350 PASS [["stylewithcss","false"],["bold",""]] "foo<span style=\"font-weight: 500\" >[bar]</span>baz" queryCommandState("bold") after 1350 PASS [["stylewithcss","false"],["bold",""]] "foo<span style=\"font-weight: 500\" >[bar]</span>baz" queryCommandState("bold") after
1351 FAIL [["stylewithcss","false"],["bold",""]] "foo<span style=\"font-weight: 500\" >[bar]</span>baz" queryCommandValue("bold") after assert_equals: Wrong result re turned expected "" but got "true" 1351 FAIL [["stylewithcss","false"],["bold",""]] "foo<span style=\"font-weight: 500\" >[bar]</span>baz" queryCommandValue("bold") after assert_equals: Wrong result re turned expected "" but got "true"
1352 PASS [["stylewithcss","true"],["bold",""]] "foo<span style=\"font-weight: 600\"> [bar]</span>baz": execCommand("stylewithcss", false, "true") return value 1352 PASS [["stylewithcss","true"],["bold",""]] "foo<span style=\"font-weight: 600\"> [bar]</span>baz": execCommand("stylewithcss", false, "true") return value
1353 PASS [["stylewithcss","true"],["bold",""]] "foo<span style=\"font-weight: 600\"> [bar]</span>baz": execCommand("bold", false, "") return value 1353 PASS [["stylewithcss","true"],["bold",""]] "foo<span style=\"font-weight: 600\"> [bar]</span>baz": execCommand("bold", false, "") return value
1354 PASS [["stylewithcss","true"],["bold",""]] "foo<span style=\"font-weight: 600\"> [bar]</span>baz" checks for modifications to non-editable content 1354 PASS [["stylewithcss","true"],["bold",""]] "foo<span style=\"font-weight: 600\"> [bar]</span>baz" checks for modifications to non-editable content
1355 PASS [["stylewithcss","true"],["bold",""]] "foo<span style=\"font-weight: 600\"> [bar]</span>baz" compare innerHTML 1355 PASS [["stylewithcss","true"],["bold",""]] "foo<span style=\"font-weight: 600\"> [bar]</span>baz" compare innerHTML
1356 PASS [["stylewithcss","true"],["bold",""]] "foo<span style=\"font-weight: 600\"> [bar]</span>baz" queryCommandIndeterm("stylewithcss") before 1356 PASS [["stylewithcss","true"],["bold",""]] "foo<span style=\"font-weight: 600\"> [bar]</span>baz" queryCommandIndeterm("stylewithcss") before
1357 PASS [["stylewithcss","true"],["bold",""]] "foo<span style=\"font-weight: 600\"> [bar]</span>baz" queryCommandState("stylewithcss") before 1357 PASS [["stylewithcss","true"],["bold",""]] "foo<span style=\"font-weight: 600\"> [bar]</span>baz" queryCommandState("stylewithcss") before
1358 FAIL [["stylewithcss","true"],["bold",""]] "foo<span style=\"font-weight: 600\"> [bar]</span>baz" queryCommandValue("stylewithcss") before assert_equals: Wrong r esult returned expected "" but got "false" 1358 PASS [["stylewithcss","true"],["bold",""]] "foo<span style=\"font-weight: 600\"> [bar]</span>baz" queryCommandValue("stylewithcss") before
1359 PASS [["stylewithcss","true"],["bold",""]] "foo<span style=\"font-weight: 600\"> [bar]</span>baz" queryCommandIndeterm("stylewithcss") after 1359 PASS [["stylewithcss","true"],["bold",""]] "foo<span style=\"font-weight: 600\"> [bar]</span>baz" queryCommandIndeterm("stylewithcss") after
1360 PASS [["stylewithcss","true"],["bold",""]] "foo<span style=\"font-weight: 600\"> [bar]</span>baz" queryCommandState("stylewithcss") after 1360 PASS [["stylewithcss","true"],["bold",""]] "foo<span style=\"font-weight: 600\"> [bar]</span>baz" queryCommandState("stylewithcss") after
1361 FAIL [["stylewithcss","true"],["bold",""]] "foo<span style=\"font-weight: 600\"> [bar]</span>baz" queryCommandValue("stylewithcss") after assert_equals: Wrong re sult returned expected "" but got "true" 1361 PASS [["stylewithcss","true"],["bold",""]] "foo<span style=\"font-weight: 600\"> [bar]</span>baz" queryCommandValue("stylewithcss") after
1362 PASS [["stylewithcss","true"],["bold",""]] "foo<span style=\"font-weight: 600\"> [bar]</span>baz" queryCommandIndeterm("bold") before 1362 PASS [["stylewithcss","true"],["bold",""]] "foo<span style=\"font-weight: 600\"> [bar]</span>baz" queryCommandIndeterm("bold") before
1363 PASS [["stylewithcss","true"],["bold",""]] "foo<span style=\"font-weight: 600\"> [bar]</span>baz" queryCommandState("bold") before 1363 PASS [["stylewithcss","true"],["bold",""]] "foo<span style=\"font-weight: 600\"> [bar]</span>baz" queryCommandState("bold") before
1364 FAIL [["stylewithcss","true"],["bold",""]] "foo<span style=\"font-weight: 600\"> [bar]</span>baz" queryCommandValue("bold") before assert_equals: Wrong result re turned expected "" but got "true" 1364 FAIL [["stylewithcss","true"],["bold",""]] "foo<span style=\"font-weight: 600\"> [bar]</span>baz" queryCommandValue("bold") before assert_equals: Wrong result re turned expected "" but got "true"
1365 PASS [["stylewithcss","true"],["bold",""]] "foo<span style=\"font-weight: 600\"> [bar]</span>baz" queryCommandIndeterm("bold") after 1365 PASS [["stylewithcss","true"],["bold",""]] "foo<span style=\"font-weight: 600\"> [bar]</span>baz" queryCommandIndeterm("bold") after
1366 PASS [["stylewithcss","true"],["bold",""]] "foo<span style=\"font-weight: 600\"> [bar]</span>baz" queryCommandState("bold") after 1366 PASS [["stylewithcss","true"],["bold",""]] "foo<span style=\"font-weight: 600\"> [bar]</span>baz" queryCommandState("bold") after
1367 FAIL [["stylewithcss","true"],["bold",""]] "foo<span style=\"font-weight: 600\"> [bar]</span>baz" queryCommandValue("bold") after assert_equals: Wrong result ret urned expected "" but got "false" 1367 FAIL [["stylewithcss","true"],["bold",""]] "foo<span style=\"font-weight: 600\"> [bar]</span>baz" queryCommandValue("bold") after assert_equals: Wrong result ret urned expected "" but got "false"
1368 PASS [["stylewithcss","false"],["bold",""]] "foo<span style=\"font-weight: 600\" >[bar]</span>baz": execCommand("stylewithcss", false, "false") return value 1368 PASS [["stylewithcss","false"],["bold",""]] "foo<span style=\"font-weight: 600\" >[bar]</span>baz": execCommand("stylewithcss", false, "false") return value
1369 PASS [["stylewithcss","false"],["bold",""]] "foo<span style=\"font-weight: 600\" >[bar]</span>baz": execCommand("bold", false, "") return value 1369 PASS [["stylewithcss","false"],["bold",""]] "foo<span style=\"font-weight: 600\" >[bar]</span>baz": execCommand("bold", false, "") return value
1370 PASS [["stylewithcss","false"],["bold",""]] "foo<span style=\"font-weight: 600\" >[bar]</span>baz" checks for modifications to non-editable content 1370 PASS [["stylewithcss","false"],["bold",""]] "foo<span style=\"font-weight: 600\" >[bar]</span>baz" checks for modifications to non-editable content
1371 PASS [["stylewithcss","false"],["bold",""]] "foo<span style=\"font-weight: 600\" >[bar]</span>baz" compare innerHTML 1371 PASS [["stylewithcss","false"],["bold",""]] "foo<span style=\"font-weight: 600\" >[bar]</span>baz" compare innerHTML
1372 PASS [["stylewithcss","false"],["bold",""]] "foo<span style=\"font-weight: 600\" >[bar]</span>baz" queryCommandIndeterm("stylewithcss") before 1372 PASS [["stylewithcss","false"],["bold",""]] "foo<span style=\"font-weight: 600\" >[bar]</span>baz" queryCommandIndeterm("stylewithcss") before
1373 PASS [["stylewithcss","false"],["bold",""]] "foo<span style=\"font-weight: 600\" >[bar]</span>baz" queryCommandState("stylewithcss") before 1373 PASS [["stylewithcss","false"],["bold",""]] "foo<span style=\"font-weight: 600\" >[bar]</span>baz" queryCommandState("stylewithcss") before
1374 FAIL [["stylewithcss","false"],["bold",""]] "foo<span style=\"font-weight: 600\" >[bar]</span>baz" queryCommandValue("stylewithcss") before assert_equals: Wrong result returned expected "" but got "true" 1374 PASS [["stylewithcss","false"],["bold",""]] "foo<span style=\"font-weight: 600\" >[bar]</span>baz" queryCommandValue("stylewithcss") before
1375 PASS [["stylewithcss","false"],["bold",""]] "foo<span style=\"font-weight: 600\" >[bar]</span>baz" queryCommandIndeterm("stylewithcss") after 1375 PASS [["stylewithcss","false"],["bold",""]] "foo<span style=\"font-weight: 600\" >[bar]</span>baz" queryCommandIndeterm("stylewithcss") after
1376 PASS [["stylewithcss","false"],["bold",""]] "foo<span style=\"font-weight: 600\" >[bar]</span>baz" queryCommandState("stylewithcss") after 1376 PASS [["stylewithcss","false"],["bold",""]] "foo<span style=\"font-weight: 600\" >[bar]</span>baz" queryCommandState("stylewithcss") after
1377 FAIL [["stylewithcss","false"],["bold",""]] "foo<span style=\"font-weight: 600\" >[bar]</span>baz" queryCommandValue("stylewithcss") after assert_equals: Wrong r esult returned expected "" but got "false" 1377 PASS [["stylewithcss","false"],["bold",""]] "foo<span style=\"font-weight: 600\" >[bar]</span>baz" queryCommandValue("stylewithcss") after
1378 PASS [["stylewithcss","false"],["bold",""]] "foo<span style=\"font-weight: 600\" >[bar]</span>baz" queryCommandIndeterm("bold") before 1378 PASS [["stylewithcss","false"],["bold",""]] "foo<span style=\"font-weight: 600\" >[bar]</span>baz" queryCommandIndeterm("bold") before
1379 PASS [["stylewithcss","false"],["bold",""]] "foo<span style=\"font-weight: 600\" >[bar]</span>baz" queryCommandState("bold") before 1379 PASS [["stylewithcss","false"],["bold",""]] "foo<span style=\"font-weight: 600\" >[bar]</span>baz" queryCommandState("bold") before
1380 FAIL [["stylewithcss","false"],["bold",""]] "foo<span style=\"font-weight: 600\" >[bar]</span>baz" queryCommandValue("bold") before assert_equals: Wrong result r eturned expected "" but got "true" 1380 FAIL [["stylewithcss","false"],["bold",""]] "foo<span style=\"font-weight: 600\" >[bar]</span>baz" queryCommandValue("bold") before assert_equals: Wrong result r eturned expected "" but got "true"
1381 PASS [["stylewithcss","false"],["bold",""]] "foo<span style=\"font-weight: 600\" >[bar]</span>baz" queryCommandIndeterm("bold") after 1381 PASS [["stylewithcss","false"],["bold",""]] "foo<span style=\"font-weight: 600\" >[bar]</span>baz" queryCommandIndeterm("bold") after
1382 PASS [["stylewithcss","false"],["bold",""]] "foo<span style=\"font-weight: 600\" >[bar]</span>baz" queryCommandState("bold") after 1382 PASS [["stylewithcss","false"],["bold",""]] "foo<span style=\"font-weight: 600\" >[bar]</span>baz" queryCommandState("bold") after
1383 FAIL [["stylewithcss","false"],["bold",""]] "foo<span style=\"font-weight: 600\" >[bar]</span>baz" queryCommandValue("bold") after assert_equals: Wrong result re turned expected "" but got "false" 1383 FAIL [["stylewithcss","false"],["bold",""]] "foo<span style=\"font-weight: 600\" >[bar]</span>baz" queryCommandValue("bold") after assert_equals: Wrong result re turned expected "" but got "false"
1384 PASS [["stylewithcss","true"],["bold",""]] "foo<span style=\"font-weight: 700\"> [bar]</span>baz": execCommand("stylewithcss", false, "true") return value 1384 PASS [["stylewithcss","true"],["bold",""]] "foo<span style=\"font-weight: 700\"> [bar]</span>baz": execCommand("stylewithcss", false, "true") return value
1385 PASS [["stylewithcss","true"],["bold",""]] "foo<span style=\"font-weight: 700\"> [bar]</span>baz": execCommand("bold", false, "") return value 1385 PASS [["stylewithcss","true"],["bold",""]] "foo<span style=\"font-weight: 700\"> [bar]</span>baz": execCommand("bold", false, "") return value
1386 PASS [["stylewithcss","true"],["bold",""]] "foo<span style=\"font-weight: 700\"> [bar]</span>baz" checks for modifications to non-editable content 1386 PASS [["stylewithcss","true"],["bold",""]] "foo<span style=\"font-weight: 700\"> [bar]</span>baz" checks for modifications to non-editable content
1387 PASS [["stylewithcss","true"],["bold",""]] "foo<span style=\"font-weight: 700\"> [bar]</span>baz" compare innerHTML 1387 PASS [["stylewithcss","true"],["bold",""]] "foo<span style=\"font-weight: 700\"> [bar]</span>baz" compare innerHTML
1388 PASS [["stylewithcss","true"],["bold",""]] "foo<span style=\"font-weight: 700\"> [bar]</span>baz" queryCommandIndeterm("stylewithcss") before 1388 PASS [["stylewithcss","true"],["bold",""]] "foo<span style=\"font-weight: 700\"> [bar]</span>baz" queryCommandIndeterm("stylewithcss") before
1389 PASS [["stylewithcss","true"],["bold",""]] "foo<span style=\"font-weight: 700\"> [bar]</span>baz" queryCommandState("stylewithcss") before 1389 PASS [["stylewithcss","true"],["bold",""]] "foo<span style=\"font-weight: 700\"> [bar]</span>baz" queryCommandState("stylewithcss") before
1390 FAIL [["stylewithcss","true"],["bold",""]] "foo<span style=\"font-weight: 700\"> [bar]</span>baz" queryCommandValue("stylewithcss") before assert_equals: Wrong r esult returned expected "" but got "false" 1390 PASS [["stylewithcss","true"],["bold",""]] "foo<span style=\"font-weight: 700\"> [bar]</span>baz" queryCommandValue("stylewithcss") before
1391 PASS [["stylewithcss","true"],["bold",""]] "foo<span style=\"font-weight: 700\"> [bar]</span>baz" queryCommandIndeterm("stylewithcss") after 1391 PASS [["stylewithcss","true"],["bold",""]] "foo<span style=\"font-weight: 700\"> [bar]</span>baz" queryCommandIndeterm("stylewithcss") after
1392 PASS [["stylewithcss","true"],["bold",""]] "foo<span style=\"font-weight: 700\"> [bar]</span>baz" queryCommandState("stylewithcss") after 1392 PASS [["stylewithcss","true"],["bold",""]] "foo<span style=\"font-weight: 700\"> [bar]</span>baz" queryCommandState("stylewithcss") after
1393 FAIL [["stylewithcss","true"],["bold",""]] "foo<span style=\"font-weight: 700\"> [bar]</span>baz" queryCommandValue("stylewithcss") after assert_equals: Wrong re sult returned expected "" but got "true" 1393 PASS [["stylewithcss","true"],["bold",""]] "foo<span style=\"font-weight: 700\"> [bar]</span>baz" queryCommandValue("stylewithcss") after
1394 PASS [["stylewithcss","true"],["bold",""]] "foo<span style=\"font-weight: 700\"> [bar]</span>baz" queryCommandIndeterm("bold") before 1394 PASS [["stylewithcss","true"],["bold",""]] "foo<span style=\"font-weight: 700\"> [bar]</span>baz" queryCommandIndeterm("bold") before
1395 PASS [["stylewithcss","true"],["bold",""]] "foo<span style=\"font-weight: 700\"> [bar]</span>baz" queryCommandState("bold") before 1395 PASS [["stylewithcss","true"],["bold",""]] "foo<span style=\"font-weight: 700\"> [bar]</span>baz" queryCommandState("bold") before
1396 FAIL [["stylewithcss","true"],["bold",""]] "foo<span style=\"font-weight: 700\"> [bar]</span>baz" queryCommandValue("bold") before assert_equals: Wrong result re turned expected "" but got "true" 1396 FAIL [["stylewithcss","true"],["bold",""]] "foo<span style=\"font-weight: 700\"> [bar]</span>baz" queryCommandValue("bold") before assert_equals: Wrong result re turned expected "" but got "true"
1397 PASS [["stylewithcss","true"],["bold",""]] "foo<span style=\"font-weight: 700\"> [bar]</span>baz" queryCommandIndeterm("bold") after 1397 PASS [["stylewithcss","true"],["bold",""]] "foo<span style=\"font-weight: 700\"> [bar]</span>baz" queryCommandIndeterm("bold") after
1398 PASS [["stylewithcss","true"],["bold",""]] "foo<span style=\"font-weight: 700\"> [bar]</span>baz" queryCommandState("bold") after 1398 PASS [["stylewithcss","true"],["bold",""]] "foo<span style=\"font-weight: 700\"> [bar]</span>baz" queryCommandState("bold") after
1399 FAIL [["stylewithcss","true"],["bold",""]] "foo<span style=\"font-weight: 700\"> [bar]</span>baz" queryCommandValue("bold") after assert_equals: Wrong result ret urned expected "" but got "false" 1399 FAIL [["stylewithcss","true"],["bold",""]] "foo<span style=\"font-weight: 700\"> [bar]</span>baz" queryCommandValue("bold") after assert_equals: Wrong result ret urned expected "" but got "false"
1400 PASS [["stylewithcss","false"],["bold",""]] "foo<span style=\"font-weight: 700\" >[bar]</span>baz": execCommand("stylewithcss", false, "false") return value 1400 PASS [["stylewithcss","false"],["bold",""]] "foo<span style=\"font-weight: 700\" >[bar]</span>baz": execCommand("stylewithcss", false, "false") return value
1401 PASS [["stylewithcss","false"],["bold",""]] "foo<span style=\"font-weight: 700\" >[bar]</span>baz": execCommand("bold", false, "") return value 1401 PASS [["stylewithcss","false"],["bold",""]] "foo<span style=\"font-weight: 700\" >[bar]</span>baz": execCommand("bold", false, "") return value
1402 PASS [["stylewithcss","false"],["bold",""]] "foo<span style=\"font-weight: 700\" >[bar]</span>baz" checks for modifications to non-editable content 1402 PASS [["stylewithcss","false"],["bold",""]] "foo<span style=\"font-weight: 700\" >[bar]</span>baz" checks for modifications to non-editable content
1403 PASS [["stylewithcss","false"],["bold",""]] "foo<span style=\"font-weight: 700\" >[bar]</span>baz" compare innerHTML 1403 PASS [["stylewithcss","false"],["bold",""]] "foo<span style=\"font-weight: 700\" >[bar]</span>baz" compare innerHTML
1404 PASS [["stylewithcss","false"],["bold",""]] "foo<span style=\"font-weight: 700\" >[bar]</span>baz" queryCommandIndeterm("stylewithcss") before 1404 PASS [["stylewithcss","false"],["bold",""]] "foo<span style=\"font-weight: 700\" >[bar]</span>baz" queryCommandIndeterm("stylewithcss") before
1405 PASS [["stylewithcss","false"],["bold",""]] "foo<span style=\"font-weight: 700\" >[bar]</span>baz" queryCommandState("stylewithcss") before 1405 PASS [["stylewithcss","false"],["bold",""]] "foo<span style=\"font-weight: 700\" >[bar]</span>baz" queryCommandState("stylewithcss") before
1406 FAIL [["stylewithcss","false"],["bold",""]] "foo<span style=\"font-weight: 700\" >[bar]</span>baz" queryCommandValue("stylewithcss") before assert_equals: Wrong result returned expected "" but got "true" 1406 PASS [["stylewithcss","false"],["bold",""]] "foo<span style=\"font-weight: 700\" >[bar]</span>baz" queryCommandValue("stylewithcss") before
1407 PASS [["stylewithcss","false"],["bold",""]] "foo<span style=\"font-weight: 700\" >[bar]</span>baz" queryCommandIndeterm("stylewithcss") after 1407 PASS [["stylewithcss","false"],["bold",""]] "foo<span style=\"font-weight: 700\" >[bar]</span>baz" queryCommandIndeterm("stylewithcss") after
1408 PASS [["stylewithcss","false"],["bold",""]] "foo<span style=\"font-weight: 700\" >[bar]</span>baz" queryCommandState("stylewithcss") after 1408 PASS [["stylewithcss","false"],["bold",""]] "foo<span style=\"font-weight: 700\" >[bar]</span>baz" queryCommandState("stylewithcss") after
1409 FAIL [["stylewithcss","false"],["bold",""]] "foo<span style=\"font-weight: 700\" >[bar]</span>baz" queryCommandValue("stylewithcss") after assert_equals: Wrong r esult returned expected "" but got "false" 1409 PASS [["stylewithcss","false"],["bold",""]] "foo<span style=\"font-weight: 700\" >[bar]</span>baz" queryCommandValue("stylewithcss") after
1410 PASS [["stylewithcss","false"],["bold",""]] "foo<span style=\"font-weight: 700\" >[bar]</span>baz" queryCommandIndeterm("bold") before 1410 PASS [["stylewithcss","false"],["bold",""]] "foo<span style=\"font-weight: 700\" >[bar]</span>baz" queryCommandIndeterm("bold") before
1411 PASS [["stylewithcss","false"],["bold",""]] "foo<span style=\"font-weight: 700\" >[bar]</span>baz" queryCommandState("bold") before 1411 PASS [["stylewithcss","false"],["bold",""]] "foo<span style=\"font-weight: 700\" >[bar]</span>baz" queryCommandState("bold") before
1412 FAIL [["stylewithcss","false"],["bold",""]] "foo<span style=\"font-weight: 700\" >[bar]</span>baz" queryCommandValue("bold") before assert_equals: Wrong result r eturned expected "" but got "true" 1412 FAIL [["stylewithcss","false"],["bold",""]] "foo<span style=\"font-weight: 700\" >[bar]</span>baz" queryCommandValue("bold") before assert_equals: Wrong result r eturned expected "" but got "true"
1413 PASS [["stylewithcss","false"],["bold",""]] "foo<span style=\"font-weight: 700\" >[bar]</span>baz" queryCommandIndeterm("bold") after 1413 PASS [["stylewithcss","false"],["bold",""]] "foo<span style=\"font-weight: 700\" >[bar]</span>baz" queryCommandIndeterm("bold") after
1414 PASS [["stylewithcss","false"],["bold",""]] "foo<span style=\"font-weight: 700\" >[bar]</span>baz" queryCommandState("bold") after 1414 PASS [["stylewithcss","false"],["bold",""]] "foo<span style=\"font-weight: 700\" >[bar]</span>baz" queryCommandState("bold") after
1415 FAIL [["stylewithcss","false"],["bold",""]] "foo<span style=\"font-weight: 700\" >[bar]</span>baz" queryCommandValue("bold") after assert_equals: Wrong result re turned expected "" but got "false" 1415 FAIL [["stylewithcss","false"],["bold",""]] "foo<span style=\"font-weight: 700\" >[bar]</span>baz" queryCommandValue("bold") after assert_equals: Wrong result re turned expected "" but got "false"
1416 PASS [["stylewithcss","true"],["bold",""]] "foo<span style=\"font-weight: 800\"> [bar]</span>baz": execCommand("stylewithcss", false, "true") return value 1416 PASS [["stylewithcss","true"],["bold",""]] "foo<span style=\"font-weight: 800\"> [bar]</span>baz": execCommand("stylewithcss", false, "true") return value
1417 PASS [["stylewithcss","true"],["bold",""]] "foo<span style=\"font-weight: 800\"> [bar]</span>baz": execCommand("bold", false, "") return value 1417 PASS [["stylewithcss","true"],["bold",""]] "foo<span style=\"font-weight: 800\"> [bar]</span>baz": execCommand("bold", false, "") return value
1418 PASS [["stylewithcss","true"],["bold",""]] "foo<span style=\"font-weight: 800\"> [bar]</span>baz" checks for modifications to non-editable content 1418 PASS [["stylewithcss","true"],["bold",""]] "foo<span style=\"font-weight: 800\"> [bar]</span>baz" checks for modifications to non-editable content
1419 PASS [["stylewithcss","true"],["bold",""]] "foo<span style=\"font-weight: 800\"> [bar]</span>baz" compare innerHTML 1419 PASS [["stylewithcss","true"],["bold",""]] "foo<span style=\"font-weight: 800\"> [bar]</span>baz" compare innerHTML
1420 PASS [["stylewithcss","true"],["bold",""]] "foo<span style=\"font-weight: 800\"> [bar]</span>baz" queryCommandIndeterm("stylewithcss") before 1420 PASS [["stylewithcss","true"],["bold",""]] "foo<span style=\"font-weight: 800\"> [bar]</span>baz" queryCommandIndeterm("stylewithcss") before
1421 PASS [["stylewithcss","true"],["bold",""]] "foo<span style=\"font-weight: 800\"> [bar]</span>baz" queryCommandState("stylewithcss") before 1421 PASS [["stylewithcss","true"],["bold",""]] "foo<span style=\"font-weight: 800\"> [bar]</span>baz" queryCommandState("stylewithcss") before
1422 FAIL [["stylewithcss","true"],["bold",""]] "foo<span style=\"font-weight: 800\"> [bar]</span>baz" queryCommandValue("stylewithcss") before assert_equals: Wrong r esult returned expected "" but got "false" 1422 PASS [["stylewithcss","true"],["bold",""]] "foo<span style=\"font-weight: 800\"> [bar]</span>baz" queryCommandValue("stylewithcss") before
1423 PASS [["stylewithcss","true"],["bold",""]] "foo<span style=\"font-weight: 800\"> [bar]</span>baz" queryCommandIndeterm("stylewithcss") after 1423 PASS [["stylewithcss","true"],["bold",""]] "foo<span style=\"font-weight: 800\"> [bar]</span>baz" queryCommandIndeterm("stylewithcss") after
1424 PASS [["stylewithcss","true"],["bold",""]] "foo<span style=\"font-weight: 800\"> [bar]</span>baz" queryCommandState("stylewithcss") after 1424 PASS [["stylewithcss","true"],["bold",""]] "foo<span style=\"font-weight: 800\"> [bar]</span>baz" queryCommandState("stylewithcss") after
1425 FAIL [["stylewithcss","true"],["bold",""]] "foo<span style=\"font-weight: 800\"> [bar]</span>baz" queryCommandValue("stylewithcss") after assert_equals: Wrong re sult returned expected "" but got "true" 1425 PASS [["stylewithcss","true"],["bold",""]] "foo<span style=\"font-weight: 800\"> [bar]</span>baz" queryCommandValue("stylewithcss") after
1426 PASS [["stylewithcss","true"],["bold",""]] "foo<span style=\"font-weight: 800\"> [bar]</span>baz" queryCommandIndeterm("bold") before 1426 PASS [["stylewithcss","true"],["bold",""]] "foo<span style=\"font-weight: 800\"> [bar]</span>baz" queryCommandIndeterm("bold") before
1427 PASS [["stylewithcss","true"],["bold",""]] "foo<span style=\"font-weight: 800\"> [bar]</span>baz" queryCommandState("bold") before 1427 PASS [["stylewithcss","true"],["bold",""]] "foo<span style=\"font-weight: 800\"> [bar]</span>baz" queryCommandState("bold") before
1428 FAIL [["stylewithcss","true"],["bold",""]] "foo<span style=\"font-weight: 800\"> [bar]</span>baz" queryCommandValue("bold") before assert_equals: Wrong result re turned expected "" but got "true" 1428 FAIL [["stylewithcss","true"],["bold",""]] "foo<span style=\"font-weight: 800\"> [bar]</span>baz" queryCommandValue("bold") before assert_equals: Wrong result re turned expected "" but got "true"
1429 PASS [["stylewithcss","true"],["bold",""]] "foo<span style=\"font-weight: 800\"> [bar]</span>baz" queryCommandIndeterm("bold") after 1429 PASS [["stylewithcss","true"],["bold",""]] "foo<span style=\"font-weight: 800\"> [bar]</span>baz" queryCommandIndeterm("bold") after
1430 PASS [["stylewithcss","true"],["bold",""]] "foo<span style=\"font-weight: 800\"> [bar]</span>baz" queryCommandState("bold") after 1430 PASS [["stylewithcss","true"],["bold",""]] "foo<span style=\"font-weight: 800\"> [bar]</span>baz" queryCommandState("bold") after
1431 FAIL [["stylewithcss","true"],["bold",""]] "foo<span style=\"font-weight: 800\"> [bar]</span>baz" queryCommandValue("bold") after assert_equals: Wrong result ret urned expected "" but got "false" 1431 FAIL [["stylewithcss","true"],["bold",""]] "foo<span style=\"font-weight: 800\"> [bar]</span>baz" queryCommandValue("bold") after assert_equals: Wrong result ret urned expected "" but got "false"
1432 PASS [["stylewithcss","false"],["bold",""]] "foo<span style=\"font-weight: 800\" >[bar]</span>baz": execCommand("stylewithcss", false, "false") return value 1432 PASS [["stylewithcss","false"],["bold",""]] "foo<span style=\"font-weight: 800\" >[bar]</span>baz": execCommand("stylewithcss", false, "false") return value
1433 PASS [["stylewithcss","false"],["bold",""]] "foo<span style=\"font-weight: 800\" >[bar]</span>baz": execCommand("bold", false, "") return value 1433 PASS [["stylewithcss","false"],["bold",""]] "foo<span style=\"font-weight: 800\" >[bar]</span>baz": execCommand("bold", false, "") return value
1434 PASS [["stylewithcss","false"],["bold",""]] "foo<span style=\"font-weight: 800\" >[bar]</span>baz" checks for modifications to non-editable content 1434 PASS [["stylewithcss","false"],["bold",""]] "foo<span style=\"font-weight: 800\" >[bar]</span>baz" checks for modifications to non-editable content
1435 PASS [["stylewithcss","false"],["bold",""]] "foo<span style=\"font-weight: 800\" >[bar]</span>baz" compare innerHTML 1435 PASS [["stylewithcss","false"],["bold",""]] "foo<span style=\"font-weight: 800\" >[bar]</span>baz" compare innerHTML
1436 PASS [["stylewithcss","false"],["bold",""]] "foo<span style=\"font-weight: 800\" >[bar]</span>baz" queryCommandIndeterm("stylewithcss") before 1436 PASS [["stylewithcss","false"],["bold",""]] "foo<span style=\"font-weight: 800\" >[bar]</span>baz" queryCommandIndeterm("stylewithcss") before
1437 PASS [["stylewithcss","false"],["bold",""]] "foo<span style=\"font-weight: 800\" >[bar]</span>baz" queryCommandState("stylewithcss") before 1437 PASS [["stylewithcss","false"],["bold",""]] "foo<span style=\"font-weight: 800\" >[bar]</span>baz" queryCommandState("stylewithcss") before
1438 FAIL [["stylewithcss","false"],["bold",""]] "foo<span style=\"font-weight: 800\" >[bar]</span>baz" queryCommandValue("stylewithcss") before assert_equals: Wrong result returned expected "" but got "true" 1438 PASS [["stylewithcss","false"],["bold",""]] "foo<span style=\"font-weight: 800\" >[bar]</span>baz" queryCommandValue("stylewithcss") before
1439 PASS [["stylewithcss","false"],["bold",""]] "foo<span style=\"font-weight: 800\" >[bar]</span>baz" queryCommandIndeterm("stylewithcss") after 1439 PASS [["stylewithcss","false"],["bold",""]] "foo<span style=\"font-weight: 800\" >[bar]</span>baz" queryCommandIndeterm("stylewithcss") after
1440 PASS [["stylewithcss","false"],["bold",""]] "foo<span style=\"font-weight: 800\" >[bar]</span>baz" queryCommandState("stylewithcss") after 1440 PASS [["stylewithcss","false"],["bold",""]] "foo<span style=\"font-weight: 800\" >[bar]</span>baz" queryCommandState("stylewithcss") after
1441 FAIL [["stylewithcss","false"],["bold",""]] "foo<span style=\"font-weight: 800\" >[bar]</span>baz" queryCommandValue("stylewithcss") after assert_equals: Wrong r esult returned expected "" but got "false" 1441 PASS [["stylewithcss","false"],["bold",""]] "foo<span style=\"font-weight: 800\" >[bar]</span>baz" queryCommandValue("stylewithcss") after
1442 PASS [["stylewithcss","false"],["bold",""]] "foo<span style=\"font-weight: 800\" >[bar]</span>baz" queryCommandIndeterm("bold") before 1442 PASS [["stylewithcss","false"],["bold",""]] "foo<span style=\"font-weight: 800\" >[bar]</span>baz" queryCommandIndeterm("bold") before
1443 PASS [["stylewithcss","false"],["bold",""]] "foo<span style=\"font-weight: 800\" >[bar]</span>baz" queryCommandState("bold") before 1443 PASS [["stylewithcss","false"],["bold",""]] "foo<span style=\"font-weight: 800\" >[bar]</span>baz" queryCommandState("bold") before
1444 FAIL [["stylewithcss","false"],["bold",""]] "foo<span style=\"font-weight: 800\" >[bar]</span>baz" queryCommandValue("bold") before assert_equals: Wrong result r eturned expected "" but got "true" 1444 FAIL [["stylewithcss","false"],["bold",""]] "foo<span style=\"font-weight: 800\" >[bar]</span>baz" queryCommandValue("bold") before assert_equals: Wrong result r eturned expected "" but got "true"
1445 PASS [["stylewithcss","false"],["bold",""]] "foo<span style=\"font-weight: 800\" >[bar]</span>baz" queryCommandIndeterm("bold") after 1445 PASS [["stylewithcss","false"],["bold",""]] "foo<span style=\"font-weight: 800\" >[bar]</span>baz" queryCommandIndeterm("bold") after
1446 PASS [["stylewithcss","false"],["bold",""]] "foo<span style=\"font-weight: 800\" >[bar]</span>baz" queryCommandState("bold") after 1446 PASS [["stylewithcss","false"],["bold",""]] "foo<span style=\"font-weight: 800\" >[bar]</span>baz" queryCommandState("bold") after
1447 FAIL [["stylewithcss","false"],["bold",""]] "foo<span style=\"font-weight: 800\" >[bar]</span>baz" queryCommandValue("bold") after assert_equals: Wrong result re turned expected "" but got "false" 1447 FAIL [["stylewithcss","false"],["bold",""]] "foo<span style=\"font-weight: 800\" >[bar]</span>baz" queryCommandValue("bold") after assert_equals: Wrong result re turned expected "" but got "false"
1448 PASS [["stylewithcss","true"],["bold",""]] "foo<span style=\"font-weight: 900\"> [bar]</span>baz": execCommand("stylewithcss", false, "true") return value 1448 PASS [["stylewithcss","true"],["bold",""]] "foo<span style=\"font-weight: 900\"> [bar]</span>baz": execCommand("stylewithcss", false, "true") return value
1449 PASS [["stylewithcss","true"],["bold",""]] "foo<span style=\"font-weight: 900\"> [bar]</span>baz": execCommand("bold", false, "") return value 1449 PASS [["stylewithcss","true"],["bold",""]] "foo<span style=\"font-weight: 900\"> [bar]</span>baz": execCommand("bold", false, "") return value
1450 PASS [["stylewithcss","true"],["bold",""]] "foo<span style=\"font-weight: 900\"> [bar]</span>baz" checks for modifications to non-editable content 1450 PASS [["stylewithcss","true"],["bold",""]] "foo<span style=\"font-weight: 900\"> [bar]</span>baz" checks for modifications to non-editable content
1451 PASS [["stylewithcss","true"],["bold",""]] "foo<span style=\"font-weight: 900\"> [bar]</span>baz" compare innerHTML 1451 PASS [["stylewithcss","true"],["bold",""]] "foo<span style=\"font-weight: 900\"> [bar]</span>baz" compare innerHTML
1452 PASS [["stylewithcss","true"],["bold",""]] "foo<span style=\"font-weight: 900\"> [bar]</span>baz" queryCommandIndeterm("stylewithcss") before 1452 PASS [["stylewithcss","true"],["bold",""]] "foo<span style=\"font-weight: 900\"> [bar]</span>baz" queryCommandIndeterm("stylewithcss") before
1453 PASS [["stylewithcss","true"],["bold",""]] "foo<span style=\"font-weight: 900\"> [bar]</span>baz" queryCommandState("stylewithcss") before 1453 PASS [["stylewithcss","true"],["bold",""]] "foo<span style=\"font-weight: 900\"> [bar]</span>baz" queryCommandState("stylewithcss") before
1454 FAIL [["stylewithcss","true"],["bold",""]] "foo<span style=\"font-weight: 900\"> [bar]</span>baz" queryCommandValue("stylewithcss") before assert_equals: Wrong r esult returned expected "" but got "false" 1454 PASS [["stylewithcss","true"],["bold",""]] "foo<span style=\"font-weight: 900\"> [bar]</span>baz" queryCommandValue("stylewithcss") before
1455 PASS [["stylewithcss","true"],["bold",""]] "foo<span style=\"font-weight: 900\"> [bar]</span>baz" queryCommandIndeterm("stylewithcss") after 1455 PASS [["stylewithcss","true"],["bold",""]] "foo<span style=\"font-weight: 900\"> [bar]</span>baz" queryCommandIndeterm("stylewithcss") after
1456 PASS [["stylewithcss","true"],["bold",""]] "foo<span style=\"font-weight: 900\"> [bar]</span>baz" queryCommandState("stylewithcss") after 1456 PASS [["stylewithcss","true"],["bold",""]] "foo<span style=\"font-weight: 900\"> [bar]</span>baz" queryCommandState("stylewithcss") after
1457 FAIL [["stylewithcss","true"],["bold",""]] "foo<span style=\"font-weight: 900\"> [bar]</span>baz" queryCommandValue("stylewithcss") after assert_equals: Wrong re sult returned expected "" but got "true" 1457 PASS [["stylewithcss","true"],["bold",""]] "foo<span style=\"font-weight: 900\"> [bar]</span>baz" queryCommandValue("stylewithcss") after
1458 PASS [["stylewithcss","true"],["bold",""]] "foo<span style=\"font-weight: 900\"> [bar]</span>baz" queryCommandIndeterm("bold") before 1458 PASS [["stylewithcss","true"],["bold",""]] "foo<span style=\"font-weight: 900\"> [bar]</span>baz" queryCommandIndeterm("bold") before
1459 PASS [["stylewithcss","true"],["bold",""]] "foo<span style=\"font-weight: 900\"> [bar]</span>baz" queryCommandState("bold") before 1459 PASS [["stylewithcss","true"],["bold",""]] "foo<span style=\"font-weight: 900\"> [bar]</span>baz" queryCommandState("bold") before
1460 FAIL [["stylewithcss","true"],["bold",""]] "foo<span style=\"font-weight: 900\"> [bar]</span>baz" queryCommandValue("bold") before assert_equals: Wrong result re turned expected "" but got "true" 1460 FAIL [["stylewithcss","true"],["bold",""]] "foo<span style=\"font-weight: 900\"> [bar]</span>baz" queryCommandValue("bold") before assert_equals: Wrong result re turned expected "" but got "true"
1461 PASS [["stylewithcss","true"],["bold",""]] "foo<span style=\"font-weight: 900\"> [bar]</span>baz" queryCommandIndeterm("bold") after 1461 PASS [["stylewithcss","true"],["bold",""]] "foo<span style=\"font-weight: 900\"> [bar]</span>baz" queryCommandIndeterm("bold") after
1462 PASS [["stylewithcss","true"],["bold",""]] "foo<span style=\"font-weight: 900\"> [bar]</span>baz" queryCommandState("bold") after 1462 PASS [["stylewithcss","true"],["bold",""]] "foo<span style=\"font-weight: 900\"> [bar]</span>baz" queryCommandState("bold") after
1463 FAIL [["stylewithcss","true"],["bold",""]] "foo<span style=\"font-weight: 900\"> [bar]</span>baz" queryCommandValue("bold") after assert_equals: Wrong result ret urned expected "" but got "false" 1463 FAIL [["stylewithcss","true"],["bold",""]] "foo<span style=\"font-weight: 900\"> [bar]</span>baz" queryCommandValue("bold") after assert_equals: Wrong result ret urned expected "" but got "false"
1464 PASS [["stylewithcss","false"],["bold",""]] "foo<span style=\"font-weight: 900\" >[bar]</span>baz": execCommand("stylewithcss", false, "false") return value 1464 PASS [["stylewithcss","false"],["bold",""]] "foo<span style=\"font-weight: 900\" >[bar]</span>baz": execCommand("stylewithcss", false, "false") return value
1465 PASS [["stylewithcss","false"],["bold",""]] "foo<span style=\"font-weight: 900\" >[bar]</span>baz": execCommand("bold", false, "") return value 1465 PASS [["stylewithcss","false"],["bold",""]] "foo<span style=\"font-weight: 900\" >[bar]</span>baz": execCommand("bold", false, "") return value
1466 PASS [["stylewithcss","false"],["bold",""]] "foo<span style=\"font-weight: 900\" >[bar]</span>baz" checks for modifications to non-editable content 1466 PASS [["stylewithcss","false"],["bold",""]] "foo<span style=\"font-weight: 900\" >[bar]</span>baz" checks for modifications to non-editable content
1467 PASS [["stylewithcss","false"],["bold",""]] "foo<span style=\"font-weight: 900\" >[bar]</span>baz" compare innerHTML 1467 PASS [["stylewithcss","false"],["bold",""]] "foo<span style=\"font-weight: 900\" >[bar]</span>baz" compare innerHTML
1468 PASS [["stylewithcss","false"],["bold",""]] "foo<span style=\"font-weight: 900\" >[bar]</span>baz" queryCommandIndeterm("stylewithcss") before 1468 PASS [["stylewithcss","false"],["bold",""]] "foo<span style=\"font-weight: 900\" >[bar]</span>baz" queryCommandIndeterm("stylewithcss") before
1469 PASS [["stylewithcss","false"],["bold",""]] "foo<span style=\"font-weight: 900\" >[bar]</span>baz" queryCommandState("stylewithcss") before 1469 PASS [["stylewithcss","false"],["bold",""]] "foo<span style=\"font-weight: 900\" >[bar]</span>baz" queryCommandState("stylewithcss") before
1470 FAIL [["stylewithcss","false"],["bold",""]] "foo<span style=\"font-weight: 900\" >[bar]</span>baz" queryCommandValue("stylewithcss") before assert_equals: Wrong result returned expected "" but got "true" 1470 PASS [["stylewithcss","false"],["bold",""]] "foo<span style=\"font-weight: 900\" >[bar]</span>baz" queryCommandValue("stylewithcss") before
1471 PASS [["stylewithcss","false"],["bold",""]] "foo<span style=\"font-weight: 900\" >[bar]</span>baz" queryCommandIndeterm("stylewithcss") after 1471 PASS [["stylewithcss","false"],["bold",""]] "foo<span style=\"font-weight: 900\" >[bar]</span>baz" queryCommandIndeterm("stylewithcss") after
1472 PASS [["stylewithcss","false"],["bold",""]] "foo<span style=\"font-weight: 900\" >[bar]</span>baz" queryCommandState("stylewithcss") after 1472 PASS [["stylewithcss","false"],["bold",""]] "foo<span style=\"font-weight: 900\" >[bar]</span>baz" queryCommandState("stylewithcss") after
1473 FAIL [["stylewithcss","false"],["bold",""]] "foo<span style=\"font-weight: 900\" >[bar]</span>baz" queryCommandValue("stylewithcss") after assert_equals: Wrong r esult returned expected "" but got "false" 1473 PASS [["stylewithcss","false"],["bold",""]] "foo<span style=\"font-weight: 900\" >[bar]</span>baz" queryCommandValue("stylewithcss") after
1474 PASS [["stylewithcss","false"],["bold",""]] "foo<span style=\"font-weight: 900\" >[bar]</span>baz" queryCommandIndeterm("bold") before 1474 PASS [["stylewithcss","false"],["bold",""]] "foo<span style=\"font-weight: 900\" >[bar]</span>baz" queryCommandIndeterm("bold") before
1475 PASS [["stylewithcss","false"],["bold",""]] "foo<span style=\"font-weight: 900\" >[bar]</span>baz" queryCommandState("bold") before 1475 PASS [["stylewithcss","false"],["bold",""]] "foo<span style=\"font-weight: 900\" >[bar]</span>baz" queryCommandState("bold") before
1476 FAIL [["stylewithcss","false"],["bold",""]] "foo<span style=\"font-weight: 900\" >[bar]</span>baz" queryCommandValue("bold") before assert_equals: Wrong result r eturned expected "" but got "true" 1476 FAIL [["stylewithcss","false"],["bold",""]] "foo<span style=\"font-weight: 900\" >[bar]</span>baz" queryCommandValue("bold") before assert_equals: Wrong result r eturned expected "" but got "true"
1477 PASS [["stylewithcss","false"],["bold",""]] "foo<span style=\"font-weight: 900\" >[bar]</span>baz" queryCommandIndeterm("bold") after 1477 PASS [["stylewithcss","false"],["bold",""]] "foo<span style=\"font-weight: 900\" >[bar]</span>baz" queryCommandIndeterm("bold") after
1478 PASS [["stylewithcss","false"],["bold",""]] "foo<span style=\"font-weight: 900\" >[bar]</span>baz" queryCommandState("bold") after 1478 PASS [["stylewithcss","false"],["bold",""]] "foo<span style=\"font-weight: 900\" >[bar]</span>baz" queryCommandState("bold") after
1479 FAIL [["stylewithcss","false"],["bold",""]] "foo<span style=\"font-weight: 900\" >[bar]</span>baz" queryCommandValue("bold") after assert_equals: Wrong result re turned expected "" but got "false" 1479 FAIL [["stylewithcss","false"],["bold",""]] "foo<span style=\"font-weight: 900\" >[bar]</span>baz" queryCommandValue("bold") after assert_equals: Wrong result re turned expected "" but got "false"
1480 PASS [["stylewithcss","true"],["bold",""]] "foo<span style=\"font-weight: 400\"> [bar</span>]baz": execCommand("stylewithcss", false, "true") return value 1480 PASS [["stylewithcss","true"],["bold",""]] "foo<span style=\"font-weight: 400\"> [bar</span>]baz": execCommand("stylewithcss", false, "true") return value
1481 PASS [["stylewithcss","true"],["bold",""]] "foo<span style=\"font-weight: 400\"> [bar</span>]baz": execCommand("bold", false, "") return value 1481 PASS [["stylewithcss","true"],["bold",""]] "foo<span style=\"font-weight: 400\"> [bar</span>]baz": execCommand("bold", false, "") return value
1482 PASS [["stylewithcss","true"],["bold",""]] "foo<span style=\"font-weight: 400\"> [bar</span>]baz" checks for modifications to non-editable content 1482 PASS [["stylewithcss","true"],["bold",""]] "foo<span style=\"font-weight: 400\"> [bar</span>]baz" checks for modifications to non-editable content
1483 PASS [["stylewithcss","true"],["bold",""]] "foo<span style=\"font-weight: 400\"> [bar</span>]baz" compare innerHTML 1483 PASS [["stylewithcss","true"],["bold",""]] "foo<span style=\"font-weight: 400\"> [bar</span>]baz" compare innerHTML
1484 PASS [["stylewithcss","true"],["bold",""]] "foo<span style=\"font-weight: 400\"> [bar</span>]baz" queryCommandIndeterm("stylewithcss") before 1484 PASS [["stylewithcss","true"],["bold",""]] "foo<span style=\"font-weight: 400\"> [bar</span>]baz" queryCommandIndeterm("stylewithcss") before
1485 PASS [["stylewithcss","true"],["bold",""]] "foo<span style=\"font-weight: 400\"> [bar</span>]baz" queryCommandState("stylewithcss") before 1485 PASS [["stylewithcss","true"],["bold",""]] "foo<span style=\"font-weight: 400\"> [bar</span>]baz" queryCommandState("stylewithcss") before
1486 FAIL [["stylewithcss","true"],["bold",""]] "foo<span style=\"font-weight: 400\"> [bar</span>]baz" queryCommandValue("stylewithcss") before assert_equals: Wrong r esult returned expected "" but got "false" 1486 PASS [["stylewithcss","true"],["bold",""]] "foo<span style=\"font-weight: 400\"> [bar</span>]baz" queryCommandValue("stylewithcss") before
1487 PASS [["stylewithcss","true"],["bold",""]] "foo<span style=\"font-weight: 400\"> [bar</span>]baz" queryCommandIndeterm("stylewithcss") after 1487 PASS [["stylewithcss","true"],["bold",""]] "foo<span style=\"font-weight: 400\"> [bar</span>]baz" queryCommandIndeterm("stylewithcss") after
1488 PASS [["stylewithcss","true"],["bold",""]] "foo<span style=\"font-weight: 400\"> [bar</span>]baz" queryCommandState("stylewithcss") after 1488 PASS [["stylewithcss","true"],["bold",""]] "foo<span style=\"font-weight: 400\"> [bar</span>]baz" queryCommandState("stylewithcss") after
1489 FAIL [["stylewithcss","true"],["bold",""]] "foo<span style=\"font-weight: 400\"> [bar</span>]baz" queryCommandValue("stylewithcss") after assert_equals: Wrong re sult returned expected "" but got "true" 1489 PASS [["stylewithcss","true"],["bold",""]] "foo<span style=\"font-weight: 400\"> [bar</span>]baz" queryCommandValue("stylewithcss") after
1490 PASS [["stylewithcss","true"],["bold",""]] "foo<span style=\"font-weight: 400\"> [bar</span>]baz" queryCommandIndeterm("bold") before 1490 PASS [["stylewithcss","true"],["bold",""]] "foo<span style=\"font-weight: 400\"> [bar</span>]baz" queryCommandIndeterm("bold") before
1491 PASS [["stylewithcss","true"],["bold",""]] "foo<span style=\"font-weight: 400\"> [bar</span>]baz" queryCommandState("bold") before 1491 PASS [["stylewithcss","true"],["bold",""]] "foo<span style=\"font-weight: 400\"> [bar</span>]baz" queryCommandState("bold") before
1492 FAIL [["stylewithcss","true"],["bold",""]] "foo<span style=\"font-weight: 400\"> [bar</span>]baz" queryCommandValue("bold") before assert_equals: Wrong result re turned expected "" but got "false" 1492 FAIL [["stylewithcss","true"],["bold",""]] "foo<span style=\"font-weight: 400\"> [bar</span>]baz" queryCommandValue("bold") before assert_equals: Wrong result re turned expected "" but got "false"
1493 PASS [["stylewithcss","true"],["bold",""]] "foo<span style=\"font-weight: 400\"> [bar</span>]baz" queryCommandIndeterm("bold") after 1493 PASS [["stylewithcss","true"],["bold",""]] "foo<span style=\"font-weight: 400\"> [bar</span>]baz" queryCommandIndeterm("bold") after
1494 PASS [["stylewithcss","true"],["bold",""]] "foo<span style=\"font-weight: 400\"> [bar</span>]baz" queryCommandState("bold") after 1494 PASS [["stylewithcss","true"],["bold",""]] "foo<span style=\"font-weight: 400\"> [bar</span>]baz" queryCommandState("bold") after
1495 FAIL [["stylewithcss","true"],["bold",""]] "foo<span style=\"font-weight: 400\"> [bar</span>]baz" queryCommandValue("bold") after assert_equals: Wrong result ret urned expected "" but got "true" 1495 FAIL [["stylewithcss","true"],["bold",""]] "foo<span style=\"font-weight: 400\"> [bar</span>]baz" queryCommandValue("bold") after assert_equals: Wrong result ret urned expected "" but got "true"
1496 PASS [["stylewithcss","false"],["bold",""]] "foo<span style=\"font-weight: 400\" >[bar</span>]baz": execCommand("stylewithcss", false, "false") return value 1496 PASS [["stylewithcss","false"],["bold",""]] "foo<span style=\"font-weight: 400\" >[bar</span>]baz": execCommand("stylewithcss", false, "false") return value
1497 PASS [["stylewithcss","false"],["bold",""]] "foo<span style=\"font-weight: 400\" >[bar</span>]baz": execCommand("bold", false, "") return value 1497 PASS [["stylewithcss","false"],["bold",""]] "foo<span style=\"font-weight: 400\" >[bar</span>]baz": execCommand("bold", false, "") return value
1498 PASS [["stylewithcss","false"],["bold",""]] "foo<span style=\"font-weight: 400\" >[bar</span>]baz" checks for modifications to non-editable content 1498 PASS [["stylewithcss","false"],["bold",""]] "foo<span style=\"font-weight: 400\" >[bar</span>]baz" checks for modifications to non-editable content
1499 PASS [["stylewithcss","false"],["bold",""]] "foo<span style=\"font-weight: 400\" >[bar</span>]baz" compare innerHTML 1499 PASS [["stylewithcss","false"],["bold",""]] "foo<span style=\"font-weight: 400\" >[bar</span>]baz" compare innerHTML
1500 PASS [["stylewithcss","false"],["bold",""]] "foo<span style=\"font-weight: 400\" >[bar</span>]baz" queryCommandIndeterm("stylewithcss") before 1500 PASS [["stylewithcss","false"],["bold",""]] "foo<span style=\"font-weight: 400\" >[bar</span>]baz" queryCommandIndeterm("stylewithcss") before
1501 PASS [["stylewithcss","false"],["bold",""]] "foo<span style=\"font-weight: 400\" >[bar</span>]baz" queryCommandState("stylewithcss") before 1501 PASS [["stylewithcss","false"],["bold",""]] "foo<span style=\"font-weight: 400\" >[bar</span>]baz" queryCommandState("stylewithcss") before
1502 FAIL [["stylewithcss","false"],["bold",""]] "foo<span style=\"font-weight: 400\" >[bar</span>]baz" queryCommandValue("stylewithcss") before assert_equals: Wrong result returned expected "" but got "true" 1502 PASS [["stylewithcss","false"],["bold",""]] "foo<span style=\"font-weight: 400\" >[bar</span>]baz" queryCommandValue("stylewithcss") before
1503 PASS [["stylewithcss","false"],["bold",""]] "foo<span style=\"font-weight: 400\" >[bar</span>]baz" queryCommandIndeterm("stylewithcss") after 1503 PASS [["stylewithcss","false"],["bold",""]] "foo<span style=\"font-weight: 400\" >[bar</span>]baz" queryCommandIndeterm("stylewithcss") after
1504 PASS [["stylewithcss","false"],["bold",""]] "foo<span style=\"font-weight: 400\" >[bar</span>]baz" queryCommandState("stylewithcss") after 1504 PASS [["stylewithcss","false"],["bold",""]] "foo<span style=\"font-weight: 400\" >[bar</span>]baz" queryCommandState("stylewithcss") after
1505 FAIL [["stylewithcss","false"],["bold",""]] "foo<span style=\"font-weight: 400\" >[bar</span>]baz" queryCommandValue("stylewithcss") after assert_equals: Wrong r esult returned expected "" but got "false" 1505 PASS [["stylewithcss","false"],["bold",""]] "foo<span style=\"font-weight: 400\" >[bar</span>]baz" queryCommandValue("stylewithcss") after
1506 PASS [["stylewithcss","false"],["bold",""]] "foo<span style=\"font-weight: 400\" >[bar</span>]baz" queryCommandIndeterm("bold") before 1506 PASS [["stylewithcss","false"],["bold",""]] "foo<span style=\"font-weight: 400\" >[bar</span>]baz" queryCommandIndeterm("bold") before
1507 PASS [["stylewithcss","false"],["bold",""]] "foo<span style=\"font-weight: 400\" >[bar</span>]baz" queryCommandState("bold") before 1507 PASS [["stylewithcss","false"],["bold",""]] "foo<span style=\"font-weight: 400\" >[bar</span>]baz" queryCommandState("bold") before
1508 FAIL [["stylewithcss","false"],["bold",""]] "foo<span style=\"font-weight: 400\" >[bar</span>]baz" queryCommandValue("bold") before assert_equals: Wrong result r eturned expected "" but got "false" 1508 FAIL [["stylewithcss","false"],["bold",""]] "foo<span style=\"font-weight: 400\" >[bar</span>]baz" queryCommandValue("bold") before assert_equals: Wrong result r eturned expected "" but got "false"
1509 PASS [["stylewithcss","false"],["bold",""]] "foo<span style=\"font-weight: 400\" >[bar</span>]baz" queryCommandIndeterm("bold") after 1509 PASS [["stylewithcss","false"],["bold",""]] "foo<span style=\"font-weight: 400\" >[bar</span>]baz" queryCommandIndeterm("bold") after
1510 PASS [["stylewithcss","false"],["bold",""]] "foo<span style=\"font-weight: 400\" >[bar</span>]baz" queryCommandState("bold") after 1510 PASS [["stylewithcss","false"],["bold",""]] "foo<span style=\"font-weight: 400\" >[bar</span>]baz" queryCommandState("bold") after
1511 FAIL [["stylewithcss","false"],["bold",""]] "foo<span style=\"font-weight: 400\" >[bar</span>]baz" queryCommandValue("bold") after assert_equals: Wrong result re turned expected "" but got "true" 1511 FAIL [["stylewithcss","false"],["bold",""]] "foo<span style=\"font-weight: 400\" >[bar</span>]baz" queryCommandValue("bold") after assert_equals: Wrong result re turned expected "" but got "true"
1512 PASS [["stylewithcss","true"],["bold",""]] "foo<span style=\"font-weight: 700\"> [bar</span>]baz": execCommand("stylewithcss", false, "true") return value 1512 PASS [["stylewithcss","true"],["bold",""]] "foo<span style=\"font-weight: 700\"> [bar</span>]baz": execCommand("stylewithcss", false, "true") return value
1513 PASS [["stylewithcss","true"],["bold",""]] "foo<span style=\"font-weight: 700\"> [bar</span>]baz": execCommand("bold", false, "") return value 1513 PASS [["stylewithcss","true"],["bold",""]] "foo<span style=\"font-weight: 700\"> [bar</span>]baz": execCommand("bold", false, "") return value
1514 PASS [["stylewithcss","true"],["bold",""]] "foo<span style=\"font-weight: 700\"> [bar</span>]baz" checks for modifications to non-editable content 1514 PASS [["stylewithcss","true"],["bold",""]] "foo<span style=\"font-weight: 700\"> [bar</span>]baz" checks for modifications to non-editable content
1515 PASS [["stylewithcss","true"],["bold",""]] "foo<span style=\"font-weight: 700\"> [bar</span>]baz" compare innerHTML 1515 PASS [["stylewithcss","true"],["bold",""]] "foo<span style=\"font-weight: 700\"> [bar</span>]baz" compare innerHTML
1516 PASS [["stylewithcss","true"],["bold",""]] "foo<span style=\"font-weight: 700\"> [bar</span>]baz" queryCommandIndeterm("stylewithcss") before 1516 PASS [["stylewithcss","true"],["bold",""]] "foo<span style=\"font-weight: 700\"> [bar</span>]baz" queryCommandIndeterm("stylewithcss") before
1517 PASS [["stylewithcss","true"],["bold",""]] "foo<span style=\"font-weight: 700\"> [bar</span>]baz" queryCommandState("stylewithcss") before 1517 PASS [["stylewithcss","true"],["bold",""]] "foo<span style=\"font-weight: 700\"> [bar</span>]baz" queryCommandState("stylewithcss") before
1518 FAIL [["stylewithcss","true"],["bold",""]] "foo<span style=\"font-weight: 700\"> [bar</span>]baz" queryCommandValue("stylewithcss") before assert_equals: Wrong r esult returned expected "" but got "false" 1518 PASS [["stylewithcss","true"],["bold",""]] "foo<span style=\"font-weight: 700\"> [bar</span>]baz" queryCommandValue("stylewithcss") before
1519 PASS [["stylewithcss","true"],["bold",""]] "foo<span style=\"font-weight: 700\"> [bar</span>]baz" queryCommandIndeterm("stylewithcss") after 1519 PASS [["stylewithcss","true"],["bold",""]] "foo<span style=\"font-weight: 700\"> [bar</span>]baz" queryCommandIndeterm("stylewithcss") after
1520 PASS [["stylewithcss","true"],["bold",""]] "foo<span style=\"font-weight: 700\"> [bar</span>]baz" queryCommandState("stylewithcss") after 1520 PASS [["stylewithcss","true"],["bold",""]] "foo<span style=\"font-weight: 700\"> [bar</span>]baz" queryCommandState("stylewithcss") after
1521 FAIL [["stylewithcss","true"],["bold",""]] "foo<span style=\"font-weight: 700\"> [bar</span>]baz" queryCommandValue("stylewithcss") after assert_equals: Wrong re sult returned expected "" but got "true" 1521 PASS [["stylewithcss","true"],["bold",""]] "foo<span style=\"font-weight: 700\"> [bar</span>]baz" queryCommandValue("stylewithcss") after
1522 PASS [["stylewithcss","true"],["bold",""]] "foo<span style=\"font-weight: 700\"> [bar</span>]baz" queryCommandIndeterm("bold") before 1522 PASS [["stylewithcss","true"],["bold",""]] "foo<span style=\"font-weight: 700\"> [bar</span>]baz" queryCommandIndeterm("bold") before
1523 PASS [["stylewithcss","true"],["bold",""]] "foo<span style=\"font-weight: 700\"> [bar</span>]baz" queryCommandState("bold") before 1523 PASS [["stylewithcss","true"],["bold",""]] "foo<span style=\"font-weight: 700\"> [bar</span>]baz" queryCommandState("bold") before
1524 FAIL [["stylewithcss","true"],["bold",""]] "foo<span style=\"font-weight: 700\"> [bar</span>]baz" queryCommandValue("bold") before assert_equals: Wrong result re turned expected "" but got "true" 1524 FAIL [["stylewithcss","true"],["bold",""]] "foo<span style=\"font-weight: 700\"> [bar</span>]baz" queryCommandValue("bold") before assert_equals: Wrong result re turned expected "" but got "true"
1525 PASS [["stylewithcss","true"],["bold",""]] "foo<span style=\"font-weight: 700\"> [bar</span>]baz" queryCommandIndeterm("bold") after 1525 PASS [["stylewithcss","true"],["bold",""]] "foo<span style=\"font-weight: 700\"> [bar</span>]baz" queryCommandIndeterm("bold") after
1526 PASS [["stylewithcss","true"],["bold",""]] "foo<span style=\"font-weight: 700\"> [bar</span>]baz" queryCommandState("bold") after 1526 PASS [["stylewithcss","true"],["bold",""]] "foo<span style=\"font-weight: 700\"> [bar</span>]baz" queryCommandState("bold") after
1527 FAIL [["stylewithcss","true"],["bold",""]] "foo<span style=\"font-weight: 700\"> [bar</span>]baz" queryCommandValue("bold") after assert_equals: Wrong result ret urned expected "" but got "false" 1527 FAIL [["stylewithcss","true"],["bold",""]] "foo<span style=\"font-weight: 700\"> [bar</span>]baz" queryCommandValue("bold") after assert_equals: Wrong result ret urned expected "" but got "false"
1528 PASS [["stylewithcss","false"],["bold",""]] "foo<span style=\"font-weight: 700\" >[bar</span>]baz": execCommand("stylewithcss", false, "false") return value 1528 PASS [["stylewithcss","false"],["bold",""]] "foo<span style=\"font-weight: 700\" >[bar</span>]baz": execCommand("stylewithcss", false, "false") return value
1529 PASS [["stylewithcss","false"],["bold",""]] "foo<span style=\"font-weight: 700\" >[bar</span>]baz": execCommand("bold", false, "") return value 1529 PASS [["stylewithcss","false"],["bold",""]] "foo<span style=\"font-weight: 700\" >[bar</span>]baz": execCommand("bold", false, "") return value
1530 PASS [["stylewithcss","false"],["bold",""]] "foo<span style=\"font-weight: 700\" >[bar</span>]baz" checks for modifications to non-editable content 1530 PASS [["stylewithcss","false"],["bold",""]] "foo<span style=\"font-weight: 700\" >[bar</span>]baz" checks for modifications to non-editable content
1531 PASS [["stylewithcss","false"],["bold",""]] "foo<span style=\"font-weight: 700\" >[bar</span>]baz" compare innerHTML 1531 PASS [["stylewithcss","false"],["bold",""]] "foo<span style=\"font-weight: 700\" >[bar</span>]baz" compare innerHTML
1532 PASS [["stylewithcss","false"],["bold",""]] "foo<span style=\"font-weight: 700\" >[bar</span>]baz" queryCommandIndeterm("stylewithcss") before 1532 PASS [["stylewithcss","false"],["bold",""]] "foo<span style=\"font-weight: 700\" >[bar</span>]baz" queryCommandIndeterm("stylewithcss") before
1533 PASS [["stylewithcss","false"],["bold",""]] "foo<span style=\"font-weight: 700\" >[bar</span>]baz" queryCommandState("stylewithcss") before 1533 PASS [["stylewithcss","false"],["bold",""]] "foo<span style=\"font-weight: 700\" >[bar</span>]baz" queryCommandState("stylewithcss") before
1534 FAIL [["stylewithcss","false"],["bold",""]] "foo<span style=\"font-weight: 700\" >[bar</span>]baz" queryCommandValue("stylewithcss") before assert_equals: Wrong result returned expected "" but got "true" 1534 PASS [["stylewithcss","false"],["bold",""]] "foo<span style=\"font-weight: 700\" >[bar</span>]baz" queryCommandValue("stylewithcss") before
1535 PASS [["stylewithcss","false"],["bold",""]] "foo<span style=\"font-weight: 700\" >[bar</span>]baz" queryCommandIndeterm("stylewithcss") after 1535 PASS [["stylewithcss","false"],["bold",""]] "foo<span style=\"font-weight: 700\" >[bar</span>]baz" queryCommandIndeterm("stylewithcss") after
1536 PASS [["stylewithcss","false"],["bold",""]] "foo<span style=\"font-weight: 700\" >[bar</span>]baz" queryCommandState("stylewithcss") after 1536 PASS [["stylewithcss","false"],["bold",""]] "foo<span style=\"font-weight: 700\" >[bar</span>]baz" queryCommandState("stylewithcss") after
1537 FAIL [["stylewithcss","false"],["bold",""]] "foo<span style=\"font-weight: 700\" >[bar</span>]baz" queryCommandValue("stylewithcss") after assert_equals: Wrong r esult returned expected "" but got "false" 1537 PASS [["stylewithcss","false"],["bold",""]] "foo<span style=\"font-weight: 700\" >[bar</span>]baz" queryCommandValue("stylewithcss") after
1538 PASS [["stylewithcss","false"],["bold",""]] "foo<span style=\"font-weight: 700\" >[bar</span>]baz" queryCommandIndeterm("bold") before 1538 PASS [["stylewithcss","false"],["bold",""]] "foo<span style=\"font-weight: 700\" >[bar</span>]baz" queryCommandIndeterm("bold") before
1539 PASS [["stylewithcss","false"],["bold",""]] "foo<span style=\"font-weight: 700\" >[bar</span>]baz" queryCommandState("bold") before 1539 PASS [["stylewithcss","false"],["bold",""]] "foo<span style=\"font-weight: 700\" >[bar</span>]baz" queryCommandState("bold") before
1540 FAIL [["stylewithcss","false"],["bold",""]] "foo<span style=\"font-weight: 700\" >[bar</span>]baz" queryCommandValue("bold") before assert_equals: Wrong result r eturned expected "" but got "true" 1540 FAIL [["stylewithcss","false"],["bold",""]] "foo<span style=\"font-weight: 700\" >[bar</span>]baz" queryCommandValue("bold") before assert_equals: Wrong result r eturned expected "" but got "true"
1541 PASS [["stylewithcss","false"],["bold",""]] "foo<span style=\"font-weight: 700\" >[bar</span>]baz" queryCommandIndeterm("bold") after 1541 PASS [["stylewithcss","false"],["bold",""]] "foo<span style=\"font-weight: 700\" >[bar</span>]baz" queryCommandIndeterm("bold") after
1542 PASS [["stylewithcss","false"],["bold",""]] "foo<span style=\"font-weight: 700\" >[bar</span>]baz" queryCommandState("bold") after 1542 PASS [["stylewithcss","false"],["bold",""]] "foo<span style=\"font-weight: 700\" >[bar</span>]baz" queryCommandState("bold") after
1543 FAIL [["stylewithcss","false"],["bold",""]] "foo<span style=\"font-weight: 700\" >[bar</span>]baz" queryCommandValue("bold") after assert_equals: Wrong result re turned expected "" but got "false" 1543 FAIL [["stylewithcss","false"],["bold",""]] "foo<span style=\"font-weight: 700\" >[bar</span>]baz" queryCommandValue("bold") after assert_equals: Wrong result re turned expected "" but got "false"
1544 PASS [["stylewithcss","true"],["bold",""]] "foo[<span style=\"font-weight: 400\" >bar]</span>baz": execCommand("stylewithcss", false, "true") return value 1544 PASS [["stylewithcss","true"],["bold",""]] "foo[<span style=\"font-weight: 400\" >bar]</span>baz": execCommand("stylewithcss", false, "true") return value
1545 PASS [["stylewithcss","true"],["bold",""]] "foo[<span style=\"font-weight: 400\" >bar]</span>baz": execCommand("bold", false, "") return value 1545 PASS [["stylewithcss","true"],["bold",""]] "foo[<span style=\"font-weight: 400\" >bar]</span>baz": execCommand("bold", false, "") return value
1546 PASS [["stylewithcss","true"],["bold",""]] "foo[<span style=\"font-weight: 400\" >bar]</span>baz" checks for modifications to non-editable content 1546 PASS [["stylewithcss","true"],["bold",""]] "foo[<span style=\"font-weight: 400\" >bar]</span>baz" checks for modifications to non-editable content
1547 PASS [["stylewithcss","true"],["bold",""]] "foo[<span style=\"font-weight: 400\" >bar]</span>baz" compare innerHTML 1547 PASS [["stylewithcss","true"],["bold",""]] "foo[<span style=\"font-weight: 400\" >bar]</span>baz" compare innerHTML
1548 PASS [["stylewithcss","true"],["bold",""]] "foo[<span style=\"font-weight: 400\" >bar]</span>baz" queryCommandIndeterm("stylewithcss") before 1548 PASS [["stylewithcss","true"],["bold",""]] "foo[<span style=\"font-weight: 400\" >bar]</span>baz" queryCommandIndeterm("stylewithcss") before
1549 PASS [["stylewithcss","true"],["bold",""]] "foo[<span style=\"font-weight: 400\" >bar]</span>baz" queryCommandState("stylewithcss") before 1549 PASS [["stylewithcss","true"],["bold",""]] "foo[<span style=\"font-weight: 400\" >bar]</span>baz" queryCommandState("stylewithcss") before
1550 FAIL [["stylewithcss","true"],["bold",""]] "foo[<span style=\"font-weight: 400\" >bar]</span>baz" queryCommandValue("stylewithcss") before assert_equals: Wrong r esult returned expected "" but got "false" 1550 PASS [["stylewithcss","true"],["bold",""]] "foo[<span style=\"font-weight: 400\" >bar]</span>baz" queryCommandValue("stylewithcss") before
1551 PASS [["stylewithcss","true"],["bold",""]] "foo[<span style=\"font-weight: 400\" >bar]</span>baz" queryCommandIndeterm("stylewithcss") after 1551 PASS [["stylewithcss","true"],["bold",""]] "foo[<span style=\"font-weight: 400\" >bar]</span>baz" queryCommandIndeterm("stylewithcss") after
1552 PASS [["stylewithcss","true"],["bold",""]] "foo[<span style=\"font-weight: 400\" >bar]</span>baz" queryCommandState("stylewithcss") after 1552 PASS [["stylewithcss","true"],["bold",""]] "foo[<span style=\"font-weight: 400\" >bar]</span>baz" queryCommandState("stylewithcss") after
1553 FAIL [["stylewithcss","true"],["bold",""]] "foo[<span style=\"font-weight: 400\" >bar]</span>baz" queryCommandValue("stylewithcss") after assert_equals: Wrong re sult returned expected "" but got "true" 1553 PASS [["stylewithcss","true"],["bold",""]] "foo[<span style=\"font-weight: 400\" >bar]</span>baz" queryCommandValue("stylewithcss") after
1554 PASS [["stylewithcss","true"],["bold",""]] "foo[<span style=\"font-weight: 400\" >bar]</span>baz" queryCommandIndeterm("bold") before 1554 PASS [["stylewithcss","true"],["bold",""]] "foo[<span style=\"font-weight: 400\" >bar]</span>baz" queryCommandIndeterm("bold") before
1555 PASS [["stylewithcss","true"],["bold",""]] "foo[<span style=\"font-weight: 400\" >bar]</span>baz" queryCommandState("bold") before 1555 PASS [["stylewithcss","true"],["bold",""]] "foo[<span style=\"font-weight: 400\" >bar]</span>baz" queryCommandState("bold") before
1556 FAIL [["stylewithcss","true"],["bold",""]] "foo[<span style=\"font-weight: 400\" >bar]</span>baz" queryCommandValue("bold") before assert_equals: Wrong result re turned expected "" but got "false" 1556 FAIL [["stylewithcss","true"],["bold",""]] "foo[<span style=\"font-weight: 400\" >bar]</span>baz" queryCommandValue("bold") before assert_equals: Wrong result re turned expected "" but got "false"
1557 PASS [["stylewithcss","true"],["bold",""]] "foo[<span style=\"font-weight: 400\" >bar]</span>baz" queryCommandIndeterm("bold") after 1557 PASS [["stylewithcss","true"],["bold",""]] "foo[<span style=\"font-weight: 400\" >bar]</span>baz" queryCommandIndeterm("bold") after
1558 PASS [["stylewithcss","true"],["bold",""]] "foo[<span style=\"font-weight: 400\" >bar]</span>baz" queryCommandState("bold") after 1558 PASS [["stylewithcss","true"],["bold",""]] "foo[<span style=\"font-weight: 400\" >bar]</span>baz" queryCommandState("bold") after
1559 FAIL [["stylewithcss","true"],["bold",""]] "foo[<span style=\"font-weight: 400\" >bar]</span>baz" queryCommandValue("bold") after assert_equals: Wrong result ret urned expected "" but got "true" 1559 FAIL [["stylewithcss","true"],["bold",""]] "foo[<span style=\"font-weight: 400\" >bar]</span>baz" queryCommandValue("bold") after assert_equals: Wrong result ret urned expected "" but got "true"
1560 PASS [["stylewithcss","false"],["bold",""]] "foo[<span style=\"font-weight: 400\ ">bar]</span>baz": execCommand("stylewithcss", false, "false") return value 1560 PASS [["stylewithcss","false"],["bold",""]] "foo[<span style=\"font-weight: 400\ ">bar]</span>baz": execCommand("stylewithcss", false, "false") return value
1561 PASS [["stylewithcss","false"],["bold",""]] "foo[<span style=\"font-weight: 400\ ">bar]</span>baz": execCommand("bold", false, "") return value 1561 PASS [["stylewithcss","false"],["bold",""]] "foo[<span style=\"font-weight: 400\ ">bar]</span>baz": execCommand("bold", false, "") return value
1562 PASS [["stylewithcss","false"],["bold",""]] "foo[<span style=\"font-weight: 400\ ">bar]</span>baz" checks for modifications to non-editable content 1562 PASS [["stylewithcss","false"],["bold",""]] "foo[<span style=\"font-weight: 400\ ">bar]</span>baz" checks for modifications to non-editable content
1563 PASS [["stylewithcss","false"],["bold",""]] "foo[<span style=\"font-weight: 400\ ">bar]</span>baz" compare innerHTML 1563 PASS [["stylewithcss","false"],["bold",""]] "foo[<span style=\"font-weight: 400\ ">bar]</span>baz" compare innerHTML
1564 PASS [["stylewithcss","false"],["bold",""]] "foo[<span style=\"font-weight: 400\ ">bar]</span>baz" queryCommandIndeterm("stylewithcss") before 1564 PASS [["stylewithcss","false"],["bold",""]] "foo[<span style=\"font-weight: 400\ ">bar]</span>baz" queryCommandIndeterm("stylewithcss") before
1565 PASS [["stylewithcss","false"],["bold",""]] "foo[<span style=\"font-weight: 400\ ">bar]</span>baz" queryCommandState("stylewithcss") before 1565 PASS [["stylewithcss","false"],["bold",""]] "foo[<span style=\"font-weight: 400\ ">bar]</span>baz" queryCommandState("stylewithcss") before
1566 FAIL [["stylewithcss","false"],["bold",""]] "foo[<span style=\"font-weight: 400\ ">bar]</span>baz" queryCommandValue("stylewithcss") before assert_equals: Wrong result returned expected "" but got "true" 1566 PASS [["stylewithcss","false"],["bold",""]] "foo[<span style=\"font-weight: 400\ ">bar]</span>baz" queryCommandValue("stylewithcss") before
1567 PASS [["stylewithcss","false"],["bold",""]] "foo[<span style=\"font-weight: 400\ ">bar]</span>baz" queryCommandIndeterm("stylewithcss") after 1567 PASS [["stylewithcss","false"],["bold",""]] "foo[<span style=\"font-weight: 400\ ">bar]</span>baz" queryCommandIndeterm("stylewithcss") after
1568 PASS [["stylewithcss","false"],["bold",""]] "foo[<span style=\"font-weight: 400\ ">bar]</span>baz" queryCommandState("stylewithcss") after 1568 PASS [["stylewithcss","false"],["bold",""]] "foo[<span style=\"font-weight: 400\ ">bar]</span>baz" queryCommandState("stylewithcss") after
1569 FAIL [["stylewithcss","false"],["bold",""]] "foo[<span style=\"font-weight: 400\ ">bar]</span>baz" queryCommandValue("stylewithcss") after assert_equals: Wrong r esult returned expected "" but got "false" 1569 PASS [["stylewithcss","false"],["bold",""]] "foo[<span style=\"font-weight: 400\ ">bar]</span>baz" queryCommandValue("stylewithcss") after
1570 PASS [["stylewithcss","false"],["bold",""]] "foo[<span style=\"font-weight: 400\ ">bar]</span>baz" queryCommandIndeterm("bold") before 1570 PASS [["stylewithcss","false"],["bold",""]] "foo[<span style=\"font-weight: 400\ ">bar]</span>baz" queryCommandIndeterm("bold") before
1571 PASS [["stylewithcss","false"],["bold",""]] "foo[<span style=\"font-weight: 400\ ">bar]</span>baz" queryCommandState("bold") before 1571 PASS [["stylewithcss","false"],["bold",""]] "foo[<span style=\"font-weight: 400\ ">bar]</span>baz" queryCommandState("bold") before
1572 FAIL [["stylewithcss","false"],["bold",""]] "foo[<span style=\"font-weight: 400\ ">bar]</span>baz" queryCommandValue("bold") before assert_equals: Wrong result r eturned expected "" but got "false" 1572 FAIL [["stylewithcss","false"],["bold",""]] "foo[<span style=\"font-weight: 400\ ">bar]</span>baz" queryCommandValue("bold") before assert_equals: Wrong result r eturned expected "" but got "false"
1573 PASS [["stylewithcss","false"],["bold",""]] "foo[<span style=\"font-weight: 400\ ">bar]</span>baz" queryCommandIndeterm("bold") after 1573 PASS [["stylewithcss","false"],["bold",""]] "foo[<span style=\"font-weight: 400\ ">bar]</span>baz" queryCommandIndeterm("bold") after
1574 PASS [["stylewithcss","false"],["bold",""]] "foo[<span style=\"font-weight: 400\ ">bar]</span>baz" queryCommandState("bold") after 1574 PASS [["stylewithcss","false"],["bold",""]] "foo[<span style=\"font-weight: 400\ ">bar]</span>baz" queryCommandState("bold") after
1575 FAIL [["stylewithcss","false"],["bold",""]] "foo[<span style=\"font-weight: 400\ ">bar]</span>baz" queryCommandValue("bold") after assert_equals: Wrong result re turned expected "" but got "true" 1575 FAIL [["stylewithcss","false"],["bold",""]] "foo[<span style=\"font-weight: 400\ ">bar]</span>baz" queryCommandValue("bold") after assert_equals: Wrong result re turned expected "" but got "true"
1576 PASS [["stylewithcss","true"],["bold",""]] "foo[<span style=\"font-weight: 700\" >bar]</span>baz": execCommand("stylewithcss", false, "true") return value 1576 PASS [["stylewithcss","true"],["bold",""]] "foo[<span style=\"font-weight: 700\" >bar]</span>baz": execCommand("stylewithcss", false, "true") return value
1577 PASS [["stylewithcss","true"],["bold",""]] "foo[<span style=\"font-weight: 700\" >bar]</span>baz": execCommand("bold", false, "") return value 1577 PASS [["stylewithcss","true"],["bold",""]] "foo[<span style=\"font-weight: 700\" >bar]</span>baz": execCommand("bold", false, "") return value
1578 PASS [["stylewithcss","true"],["bold",""]] "foo[<span style=\"font-weight: 700\" >bar]</span>baz" checks for modifications to non-editable content 1578 PASS [["stylewithcss","true"],["bold",""]] "foo[<span style=\"font-weight: 700\" >bar]</span>baz" checks for modifications to non-editable content
1579 PASS [["stylewithcss","true"],["bold",""]] "foo[<span style=\"font-weight: 700\" >bar]</span>baz" compare innerHTML 1579 PASS [["stylewithcss","true"],["bold",""]] "foo[<span style=\"font-weight: 700\" >bar]</span>baz" compare innerHTML
1580 PASS [["stylewithcss","true"],["bold",""]] "foo[<span style=\"font-weight: 700\" >bar]</span>baz" queryCommandIndeterm("stylewithcss") before 1580 PASS [["stylewithcss","true"],["bold",""]] "foo[<span style=\"font-weight: 700\" >bar]</span>baz" queryCommandIndeterm("stylewithcss") before
1581 PASS [["stylewithcss","true"],["bold",""]] "foo[<span style=\"font-weight: 700\" >bar]</span>baz" queryCommandState("stylewithcss") before 1581 PASS [["stylewithcss","true"],["bold",""]] "foo[<span style=\"font-weight: 700\" >bar]</span>baz" queryCommandState("stylewithcss") before
1582 FAIL [["stylewithcss","true"],["bold",""]] "foo[<span style=\"font-weight: 700\" >bar]</span>baz" queryCommandValue("stylewithcss") before assert_equals: Wrong r esult returned expected "" but got "false" 1582 PASS [["stylewithcss","true"],["bold",""]] "foo[<span style=\"font-weight: 700\" >bar]</span>baz" queryCommandValue("stylewithcss") before
1583 PASS [["stylewithcss","true"],["bold",""]] "foo[<span style=\"font-weight: 700\" >bar]</span>baz" queryCommandIndeterm("stylewithcss") after 1583 PASS [["stylewithcss","true"],["bold",""]] "foo[<span style=\"font-weight: 700\" >bar]</span>baz" queryCommandIndeterm("stylewithcss") after
1584 PASS [["stylewithcss","true"],["bold",""]] "foo[<span style=\"font-weight: 700\" >bar]</span>baz" queryCommandState("stylewithcss") after 1584 PASS [["stylewithcss","true"],["bold",""]] "foo[<span style=\"font-weight: 700\" >bar]</span>baz" queryCommandState("stylewithcss") after
1585 FAIL [["stylewithcss","true"],["bold",""]] "foo[<span style=\"font-weight: 700\" >bar]</span>baz" queryCommandValue("stylewithcss") after assert_equals: Wrong re sult returned expected "" but got "true" 1585 PASS [["stylewithcss","true"],["bold",""]] "foo[<span style=\"font-weight: 700\" >bar]</span>baz" queryCommandValue("stylewithcss") after
1586 PASS [["stylewithcss","true"],["bold",""]] "foo[<span style=\"font-weight: 700\" >bar]</span>baz" queryCommandIndeterm("bold") before 1586 PASS [["stylewithcss","true"],["bold",""]] "foo[<span style=\"font-weight: 700\" >bar]</span>baz" queryCommandIndeterm("bold") before
1587 PASS [["stylewithcss","true"],["bold",""]] "foo[<span style=\"font-weight: 700\" >bar]</span>baz" queryCommandState("bold") before 1587 PASS [["stylewithcss","true"],["bold",""]] "foo[<span style=\"font-weight: 700\" >bar]</span>baz" queryCommandState("bold") before
1588 FAIL [["stylewithcss","true"],["bold",""]] "foo[<span style=\"font-weight: 700\" >bar]</span>baz" queryCommandValue("bold") before assert_equals: Wrong result re turned expected "" but got "true" 1588 FAIL [["stylewithcss","true"],["bold",""]] "foo[<span style=\"font-weight: 700\" >bar]</span>baz" queryCommandValue("bold") before assert_equals: Wrong result re turned expected "" but got "true"
1589 PASS [["stylewithcss","true"],["bold",""]] "foo[<span style=\"font-weight: 700\" >bar]</span>baz" queryCommandIndeterm("bold") after 1589 PASS [["stylewithcss","true"],["bold",""]] "foo[<span style=\"font-weight: 700\" >bar]</span>baz" queryCommandIndeterm("bold") after
1590 PASS [["stylewithcss","true"],["bold",""]] "foo[<span style=\"font-weight: 700\" >bar]</span>baz" queryCommandState("bold") after 1590 PASS [["stylewithcss","true"],["bold",""]] "foo[<span style=\"font-weight: 700\" >bar]</span>baz" queryCommandState("bold") after
1591 FAIL [["stylewithcss","true"],["bold",""]] "foo[<span style=\"font-weight: 700\" >bar]</span>baz" queryCommandValue("bold") after assert_equals: Wrong result ret urned expected "" but got "false" 1591 FAIL [["stylewithcss","true"],["bold",""]] "foo[<span style=\"font-weight: 700\" >bar]</span>baz" queryCommandValue("bold") after assert_equals: Wrong result ret urned expected "" but got "false"
1592 PASS [["stylewithcss","false"],["bold",""]] "foo[<span style=\"font-weight: 700\ ">bar]</span>baz": execCommand("stylewithcss", false, "false") return value 1592 PASS [["stylewithcss","false"],["bold",""]] "foo[<span style=\"font-weight: 700\ ">bar]</span>baz": execCommand("stylewithcss", false, "false") return value
1593 PASS [["stylewithcss","false"],["bold",""]] "foo[<span style=\"font-weight: 700\ ">bar]</span>baz": execCommand("bold", false, "") return value 1593 PASS [["stylewithcss","false"],["bold",""]] "foo[<span style=\"font-weight: 700\ ">bar]</span>baz": execCommand("bold", false, "") return value
1594 PASS [["stylewithcss","false"],["bold",""]] "foo[<span style=\"font-weight: 700\ ">bar]</span>baz" checks for modifications to non-editable content 1594 PASS [["stylewithcss","false"],["bold",""]] "foo[<span style=\"font-weight: 700\ ">bar]</span>baz" checks for modifications to non-editable content
1595 PASS [["stylewithcss","false"],["bold",""]] "foo[<span style=\"font-weight: 700\ ">bar]</span>baz" compare innerHTML 1595 PASS [["stylewithcss","false"],["bold",""]] "foo[<span style=\"font-weight: 700\ ">bar]</span>baz" compare innerHTML
1596 PASS [["stylewithcss","false"],["bold",""]] "foo[<span style=\"font-weight: 700\ ">bar]</span>baz" queryCommandIndeterm("stylewithcss") before 1596 PASS [["stylewithcss","false"],["bold",""]] "foo[<span style=\"font-weight: 700\ ">bar]</span>baz" queryCommandIndeterm("stylewithcss") before
1597 PASS [["stylewithcss","false"],["bold",""]] "foo[<span style=\"font-weight: 700\ ">bar]</span>baz" queryCommandState("stylewithcss") before 1597 PASS [["stylewithcss","false"],["bold",""]] "foo[<span style=\"font-weight: 700\ ">bar]</span>baz" queryCommandState("stylewithcss") before
1598 FAIL [["stylewithcss","false"],["bold",""]] "foo[<span style=\"font-weight: 700\ ">bar]</span>baz" queryCommandValue("stylewithcss") before assert_equals: Wrong result returned expected "" but got "true" 1598 PASS [["stylewithcss","false"],["bold",""]] "foo[<span style=\"font-weight: 700\ ">bar]</span>baz" queryCommandValue("stylewithcss") before
1599 PASS [["stylewithcss","false"],["bold",""]] "foo[<span style=\"font-weight: 700\ ">bar]</span>baz" queryCommandIndeterm("stylewithcss") after 1599 PASS [["stylewithcss","false"],["bold",""]] "foo[<span style=\"font-weight: 700\ ">bar]</span>baz" queryCommandIndeterm("stylewithcss") after
1600 PASS [["stylewithcss","false"],["bold",""]] "foo[<span style=\"font-weight: 700\ ">bar]</span>baz" queryCommandState("stylewithcss") after 1600 PASS [["stylewithcss","false"],["bold",""]] "foo[<span style=\"font-weight: 700\ ">bar]</span>baz" queryCommandState("stylewithcss") after
1601 FAIL [["stylewithcss","false"],["bold",""]] "foo[<span style=\"font-weight: 700\ ">bar]</span>baz" queryCommandValue("stylewithcss") after assert_equals: Wrong r esult returned expected "" but got "false" 1601 PASS [["stylewithcss","false"],["bold",""]] "foo[<span style=\"font-weight: 700\ ">bar]</span>baz" queryCommandValue("stylewithcss") after
1602 PASS [["stylewithcss","false"],["bold",""]] "foo[<span style=\"font-weight: 700\ ">bar]</span>baz" queryCommandIndeterm("bold") before 1602 PASS [["stylewithcss","false"],["bold",""]] "foo[<span style=\"font-weight: 700\ ">bar]</span>baz" queryCommandIndeterm("bold") before
1603 PASS [["stylewithcss","false"],["bold",""]] "foo[<span style=\"font-weight: 700\ ">bar]</span>baz" queryCommandState("bold") before 1603 PASS [["stylewithcss","false"],["bold",""]] "foo[<span style=\"font-weight: 700\ ">bar]</span>baz" queryCommandState("bold") before
1604 FAIL [["stylewithcss","false"],["bold",""]] "foo[<span style=\"font-weight: 700\ ">bar]</span>baz" queryCommandValue("bold") before assert_equals: Wrong result r eturned expected "" but got "true" 1604 FAIL [["stylewithcss","false"],["bold",""]] "foo[<span style=\"font-weight: 700\ ">bar]</span>baz" queryCommandValue("bold") before assert_equals: Wrong result r eturned expected "" but got "true"
1605 PASS [["stylewithcss","false"],["bold",""]] "foo[<span style=\"font-weight: 700\ ">bar]</span>baz" queryCommandIndeterm("bold") after 1605 PASS [["stylewithcss","false"],["bold",""]] "foo[<span style=\"font-weight: 700\ ">bar]</span>baz" queryCommandIndeterm("bold") after
1606 PASS [["stylewithcss","false"],["bold",""]] "foo[<span style=\"font-weight: 700\ ">bar]</span>baz" queryCommandState("bold") after 1606 PASS [["stylewithcss","false"],["bold",""]] "foo[<span style=\"font-weight: 700\ ">bar]</span>baz" queryCommandState("bold") after
1607 FAIL [["stylewithcss","false"],["bold",""]] "foo[<span style=\"font-weight: 700\ ">bar]</span>baz" queryCommandValue("bold") after assert_equals: Wrong result re turned expected "" but got "false" 1607 FAIL [["stylewithcss","false"],["bold",""]] "foo[<span style=\"font-weight: 700\ ">bar]</span>baz" queryCommandValue("bold") after assert_equals: Wrong result re turned expected "" but got "false"
1608 PASS [["stylewithcss","true"],["bold",""]] "foo[<span style=\"font-weight: 400\" >bar</span>]baz": execCommand("stylewithcss", false, "true") return value 1608 PASS [["stylewithcss","true"],["bold",""]] "foo[<span style=\"font-weight: 400\" >bar</span>]baz": execCommand("stylewithcss", false, "true") return value
1609 PASS [["stylewithcss","true"],["bold",""]] "foo[<span style=\"font-weight: 400\" >bar</span>]baz": execCommand("bold", false, "") return value 1609 PASS [["stylewithcss","true"],["bold",""]] "foo[<span style=\"font-weight: 400\" >bar</span>]baz": execCommand("bold", false, "") return value
1610 PASS [["stylewithcss","true"],["bold",""]] "foo[<span style=\"font-weight: 400\" >bar</span>]baz" checks for modifications to non-editable content 1610 PASS [["stylewithcss","true"],["bold",""]] "foo[<span style=\"font-weight: 400\" >bar</span>]baz" checks for modifications to non-editable content
1611 PASS [["stylewithcss","true"],["bold",""]] "foo[<span style=\"font-weight: 400\" >bar</span>]baz" compare innerHTML 1611 PASS [["stylewithcss","true"],["bold",""]] "foo[<span style=\"font-weight: 400\" >bar</span>]baz" compare innerHTML
1612 PASS [["stylewithcss","true"],["bold",""]] "foo[<span style=\"font-weight: 400\" >bar</span>]baz" queryCommandIndeterm("stylewithcss") before 1612 PASS [["stylewithcss","true"],["bold",""]] "foo[<span style=\"font-weight: 400\" >bar</span>]baz" queryCommandIndeterm("stylewithcss") before
1613 PASS [["stylewithcss","true"],["bold",""]] "foo[<span style=\"font-weight: 400\" >bar</span>]baz" queryCommandState("stylewithcss") before 1613 PASS [["stylewithcss","true"],["bold",""]] "foo[<span style=\"font-weight: 400\" >bar</span>]baz" queryCommandState("stylewithcss") before
1614 FAIL [["stylewithcss","true"],["bold",""]] "foo[<span style=\"font-weight: 400\" >bar</span>]baz" queryCommandValue("stylewithcss") before assert_equals: Wrong r esult returned expected "" but got "false" 1614 PASS [["stylewithcss","true"],["bold",""]] "foo[<span style=\"font-weight: 400\" >bar</span>]baz" queryCommandValue("stylewithcss") before
1615 PASS [["stylewithcss","true"],["bold",""]] "foo[<span style=\"font-weight: 400\" >bar</span>]baz" queryCommandIndeterm("stylewithcss") after 1615 PASS [["stylewithcss","true"],["bold",""]] "foo[<span style=\"font-weight: 400\" >bar</span>]baz" queryCommandIndeterm("stylewithcss") after
1616 PASS [["stylewithcss","true"],["bold",""]] "foo[<span style=\"font-weight: 400\" >bar</span>]baz" queryCommandState("stylewithcss") after 1616 PASS [["stylewithcss","true"],["bold",""]] "foo[<span style=\"font-weight: 400\" >bar</span>]baz" queryCommandState("stylewithcss") after
1617 FAIL [["stylewithcss","true"],["bold",""]] "foo[<span style=\"font-weight: 400\" >bar</span>]baz" queryCommandValue("stylewithcss") after assert_equals: Wrong re sult returned expected "" but got "true" 1617 PASS [["stylewithcss","true"],["bold",""]] "foo[<span style=\"font-weight: 400\" >bar</span>]baz" queryCommandValue("stylewithcss") after
1618 PASS [["stylewithcss","true"],["bold",""]] "foo[<span style=\"font-weight: 400\" >bar</span>]baz" queryCommandIndeterm("bold") before 1618 PASS [["stylewithcss","true"],["bold",""]] "foo[<span style=\"font-weight: 400\" >bar</span>]baz" queryCommandIndeterm("bold") before
1619 PASS [["stylewithcss","true"],["bold",""]] "foo[<span style=\"font-weight: 400\" >bar</span>]baz" queryCommandState("bold") before 1619 PASS [["stylewithcss","true"],["bold",""]] "foo[<span style=\"font-weight: 400\" >bar</span>]baz" queryCommandState("bold") before
1620 FAIL [["stylewithcss","true"],["bold",""]] "foo[<span style=\"font-weight: 400\" >bar</span>]baz" queryCommandValue("bold") before assert_equals: Wrong result re turned expected "" but got "false" 1620 FAIL [["stylewithcss","true"],["bold",""]] "foo[<span style=\"font-weight: 400\" >bar</span>]baz" queryCommandValue("bold") before assert_equals: Wrong result re turned expected "" but got "false"
1621 PASS [["stylewithcss","true"],["bold",""]] "foo[<span style=\"font-weight: 400\" >bar</span>]baz" queryCommandIndeterm("bold") after 1621 PASS [["stylewithcss","true"],["bold",""]] "foo[<span style=\"font-weight: 400\" >bar</span>]baz" queryCommandIndeterm("bold") after
1622 PASS [["stylewithcss","true"],["bold",""]] "foo[<span style=\"font-weight: 400\" >bar</span>]baz" queryCommandState("bold") after 1622 PASS [["stylewithcss","true"],["bold",""]] "foo[<span style=\"font-weight: 400\" >bar</span>]baz" queryCommandState("bold") after
1623 FAIL [["stylewithcss","true"],["bold",""]] "foo[<span style=\"font-weight: 400\" >bar</span>]baz" queryCommandValue("bold") after assert_equals: Wrong result ret urned expected "" but got "true" 1623 FAIL [["stylewithcss","true"],["bold",""]] "foo[<span style=\"font-weight: 400\" >bar</span>]baz" queryCommandValue("bold") after assert_equals: Wrong result ret urned expected "" but got "true"
1624 PASS [["stylewithcss","false"],["bold",""]] "foo[<span style=\"font-weight: 400\ ">bar</span>]baz": execCommand("stylewithcss", false, "false") return value 1624 PASS [["stylewithcss","false"],["bold",""]] "foo[<span style=\"font-weight: 400\ ">bar</span>]baz": execCommand("stylewithcss", false, "false") return value
1625 PASS [["stylewithcss","false"],["bold",""]] "foo[<span style=\"font-weight: 400\ ">bar</span>]baz": execCommand("bold", false, "") return value 1625 PASS [["stylewithcss","false"],["bold",""]] "foo[<span style=\"font-weight: 400\ ">bar</span>]baz": execCommand("bold", false, "") return value
1626 PASS [["stylewithcss","false"],["bold",""]] "foo[<span style=\"font-weight: 400\ ">bar</span>]baz" checks for modifications to non-editable content 1626 PASS [["stylewithcss","false"],["bold",""]] "foo[<span style=\"font-weight: 400\ ">bar</span>]baz" checks for modifications to non-editable content
1627 PASS [["stylewithcss","false"],["bold",""]] "foo[<span style=\"font-weight: 400\ ">bar</span>]baz" compare innerHTML 1627 PASS [["stylewithcss","false"],["bold",""]] "foo[<span style=\"font-weight: 400\ ">bar</span>]baz" compare innerHTML
1628 PASS [["stylewithcss","false"],["bold",""]] "foo[<span style=\"font-weight: 400\ ">bar</span>]baz" queryCommandIndeterm("stylewithcss") before 1628 PASS [["stylewithcss","false"],["bold",""]] "foo[<span style=\"font-weight: 400\ ">bar</span>]baz" queryCommandIndeterm("stylewithcss") before
1629 PASS [["stylewithcss","false"],["bold",""]] "foo[<span style=\"font-weight: 400\ ">bar</span>]baz" queryCommandState("stylewithcss") before 1629 PASS [["stylewithcss","false"],["bold",""]] "foo[<span style=\"font-weight: 400\ ">bar</span>]baz" queryCommandState("stylewithcss") before
1630 FAIL [["stylewithcss","false"],["bold",""]] "foo[<span style=\"font-weight: 400\ ">bar</span>]baz" queryCommandValue("stylewithcss") before assert_equals: Wrong result returned expected "" but got "true" 1630 PASS [["stylewithcss","false"],["bold",""]] "foo[<span style=\"font-weight: 400\ ">bar</span>]baz" queryCommandValue("stylewithcss") before
1631 PASS [["stylewithcss","false"],["bold",""]] "foo[<span style=\"font-weight: 400\ ">bar</span>]baz" queryCommandIndeterm("stylewithcss") after 1631 PASS [["stylewithcss","false"],["bold",""]] "foo[<span style=\"font-weight: 400\ ">bar</span>]baz" queryCommandIndeterm("stylewithcss") after
1632 PASS [["stylewithcss","false"],["bold",""]] "foo[<span style=\"font-weight: 400\ ">bar</span>]baz" queryCommandState("stylewithcss") after 1632 PASS [["stylewithcss","false"],["bold",""]] "foo[<span style=\"font-weight: 400\ ">bar</span>]baz" queryCommandState("stylewithcss") after
1633 FAIL [["stylewithcss","false"],["bold",""]] "foo[<span style=\"font-weight: 400\ ">bar</span>]baz" queryCommandValue("stylewithcss") after assert_equals: Wrong r esult returned expected "" but got "false" 1633 PASS [["stylewithcss","false"],["bold",""]] "foo[<span style=\"font-weight: 400\ ">bar</span>]baz" queryCommandValue("stylewithcss") after
1634 PASS [["stylewithcss","false"],["bold",""]] "foo[<span style=\"font-weight: 400\ ">bar</span>]baz" queryCommandIndeterm("bold") before 1634 PASS [["stylewithcss","false"],["bold",""]] "foo[<span style=\"font-weight: 400\ ">bar</span>]baz" queryCommandIndeterm("bold") before
1635 PASS [["stylewithcss","false"],["bold",""]] "foo[<span style=\"font-weight: 400\ ">bar</span>]baz" queryCommandState("bold") before 1635 PASS [["stylewithcss","false"],["bold",""]] "foo[<span style=\"font-weight: 400\ ">bar</span>]baz" queryCommandState("bold") before
1636 FAIL [["stylewithcss","false"],["bold",""]] "foo[<span style=\"font-weight: 400\ ">bar</span>]baz" queryCommandValue("bold") before assert_equals: Wrong result r eturned expected "" but got "false" 1636 FAIL [["stylewithcss","false"],["bold",""]] "foo[<span style=\"font-weight: 400\ ">bar</span>]baz" queryCommandValue("bold") before assert_equals: Wrong result r eturned expected "" but got "false"
1637 PASS [["stylewithcss","false"],["bold",""]] "foo[<span style=\"font-weight: 400\ ">bar</span>]baz" queryCommandIndeterm("bold") after 1637 PASS [["stylewithcss","false"],["bold",""]] "foo[<span style=\"font-weight: 400\ ">bar</span>]baz" queryCommandIndeterm("bold") after
1638 PASS [["stylewithcss","false"],["bold",""]] "foo[<span style=\"font-weight: 400\ ">bar</span>]baz" queryCommandState("bold") after 1638 PASS [["stylewithcss","false"],["bold",""]] "foo[<span style=\"font-weight: 400\ ">bar</span>]baz" queryCommandState("bold") after
1639 FAIL [["stylewithcss","false"],["bold",""]] "foo[<span style=\"font-weight: 400\ ">bar</span>]baz" queryCommandValue("bold") after assert_equals: Wrong result re turned expected "" but got "true" 1639 FAIL [["stylewithcss","false"],["bold",""]] "foo[<span style=\"font-weight: 400\ ">bar</span>]baz" queryCommandValue("bold") after assert_equals: Wrong result re turned expected "" but got "true"
1640 PASS [["stylewithcss","true"],["bold",""]] "foo[<span style=\"font-weight: 700\" >bar</span>]baz": execCommand("stylewithcss", false, "true") return value 1640 PASS [["stylewithcss","true"],["bold",""]] "foo[<span style=\"font-weight: 700\" >bar</span>]baz": execCommand("stylewithcss", false, "true") return value
1641 PASS [["stylewithcss","true"],["bold",""]] "foo[<span style=\"font-weight: 700\" >bar</span>]baz": execCommand("bold", false, "") return value 1641 PASS [["stylewithcss","true"],["bold",""]] "foo[<span style=\"font-weight: 700\" >bar</span>]baz": execCommand("bold", false, "") return value
1642 PASS [["stylewithcss","true"],["bold",""]] "foo[<span style=\"font-weight: 700\" >bar</span>]baz" checks for modifications to non-editable content 1642 PASS [["stylewithcss","true"],["bold",""]] "foo[<span style=\"font-weight: 700\" >bar</span>]baz" checks for modifications to non-editable content
1643 PASS [["stylewithcss","true"],["bold",""]] "foo[<span style=\"font-weight: 700\" >bar</span>]baz" compare innerHTML 1643 PASS [["stylewithcss","true"],["bold",""]] "foo[<span style=\"font-weight: 700\" >bar</span>]baz" compare innerHTML
1644 PASS [["stylewithcss","true"],["bold",""]] "foo[<span style=\"font-weight: 700\" >bar</span>]baz" queryCommandIndeterm("stylewithcss") before 1644 PASS [["stylewithcss","true"],["bold",""]] "foo[<span style=\"font-weight: 700\" >bar</span>]baz" queryCommandIndeterm("stylewithcss") before
1645 PASS [["stylewithcss","true"],["bold",""]] "foo[<span style=\"font-weight: 700\" >bar</span>]baz" queryCommandState("stylewithcss") before 1645 PASS [["stylewithcss","true"],["bold",""]] "foo[<span style=\"font-weight: 700\" >bar</span>]baz" queryCommandState("stylewithcss") before
1646 FAIL [["stylewithcss","true"],["bold",""]] "foo[<span style=\"font-weight: 700\" >bar</span>]baz" queryCommandValue("stylewithcss") before assert_equals: Wrong r esult returned expected "" but got "false" 1646 PASS [["stylewithcss","true"],["bold",""]] "foo[<span style=\"font-weight: 700\" >bar</span>]baz" queryCommandValue("stylewithcss") before
1647 PASS [["stylewithcss","true"],["bold",""]] "foo[<span style=\"font-weight: 700\" >bar</span>]baz" queryCommandIndeterm("stylewithcss") after 1647 PASS [["stylewithcss","true"],["bold",""]] "foo[<span style=\"font-weight: 700\" >bar</span>]baz" queryCommandIndeterm("stylewithcss") after
1648 PASS [["stylewithcss","true"],["bold",""]] "foo[<span style=\"font-weight: 700\" >bar</span>]baz" queryCommandState("stylewithcss") after 1648 PASS [["stylewithcss","true"],["bold",""]] "foo[<span style=\"font-weight: 700\" >bar</span>]baz" queryCommandState("stylewithcss") after
1649 FAIL [["stylewithcss","true"],["bold",""]] "foo[<span style=\"font-weight: 700\" >bar</span>]baz" queryCommandValue("stylewithcss") after assert_equals: Wrong re sult returned expected "" but got "true" 1649 PASS [["stylewithcss","true"],["bold",""]] "foo[<span style=\"font-weight: 700\" >bar</span>]baz" queryCommandValue("stylewithcss") after
1650 PASS [["stylewithcss","true"],["bold",""]] "foo[<span style=\"font-weight: 700\" >bar</span>]baz" queryCommandIndeterm("bold") before 1650 PASS [["stylewithcss","true"],["bold",""]] "foo[<span style=\"font-weight: 700\" >bar</span>]baz" queryCommandIndeterm("bold") before
1651 PASS [["stylewithcss","true"],["bold",""]] "foo[<span style=\"font-weight: 700\" >bar</span>]baz" queryCommandState("bold") before 1651 PASS [["stylewithcss","true"],["bold",""]] "foo[<span style=\"font-weight: 700\" >bar</span>]baz" queryCommandState("bold") before
1652 FAIL [["stylewithcss","true"],["bold",""]] "foo[<span style=\"font-weight: 700\" >bar</span>]baz" queryCommandValue("bold") before assert_equals: Wrong result re turned expected "" but got "true" 1652 FAIL [["stylewithcss","true"],["bold",""]] "foo[<span style=\"font-weight: 700\" >bar</span>]baz" queryCommandValue("bold") before assert_equals: Wrong result re turned expected "" but got "true"
1653 PASS [["stylewithcss","true"],["bold",""]] "foo[<span style=\"font-weight: 700\" >bar</span>]baz" queryCommandIndeterm("bold") after 1653 PASS [["stylewithcss","true"],["bold",""]] "foo[<span style=\"font-weight: 700\" >bar</span>]baz" queryCommandIndeterm("bold") after
1654 PASS [["stylewithcss","true"],["bold",""]] "foo[<span style=\"font-weight: 700\" >bar</span>]baz" queryCommandState("bold") after 1654 PASS [["stylewithcss","true"],["bold",""]] "foo[<span style=\"font-weight: 700\" >bar</span>]baz" queryCommandState("bold") after
1655 FAIL [["stylewithcss","true"],["bold",""]] "foo[<span style=\"font-weight: 700\" >bar</span>]baz" queryCommandValue("bold") after assert_equals: Wrong result ret urned expected "" but got "false" 1655 FAIL [["stylewithcss","true"],["bold",""]] "foo[<span style=\"font-weight: 700\" >bar</span>]baz" queryCommandValue("bold") after assert_equals: Wrong result ret urned expected "" but got "false"
1656 PASS [["stylewithcss","false"],["bold",""]] "foo[<span style=\"font-weight: 700\ ">bar</span>]baz": execCommand("stylewithcss", false, "false") return value 1656 PASS [["stylewithcss","false"],["bold",""]] "foo[<span style=\"font-weight: 700\ ">bar</span>]baz": execCommand("stylewithcss", false, "false") return value
1657 PASS [["stylewithcss","false"],["bold",""]] "foo[<span style=\"font-weight: 700\ ">bar</span>]baz": execCommand("bold", false, "") return value 1657 PASS [["stylewithcss","false"],["bold",""]] "foo[<span style=\"font-weight: 700\ ">bar</span>]baz": execCommand("bold", false, "") return value
1658 PASS [["stylewithcss","false"],["bold",""]] "foo[<span style=\"font-weight: 700\ ">bar</span>]baz" checks for modifications to non-editable content 1658 PASS [["stylewithcss","false"],["bold",""]] "foo[<span style=\"font-weight: 700\ ">bar</span>]baz" checks for modifications to non-editable content
1659 PASS [["stylewithcss","false"],["bold",""]] "foo[<span style=\"font-weight: 700\ ">bar</span>]baz" compare innerHTML 1659 PASS [["stylewithcss","false"],["bold",""]] "foo[<span style=\"font-weight: 700\ ">bar</span>]baz" compare innerHTML
1660 PASS [["stylewithcss","false"],["bold",""]] "foo[<span style=\"font-weight: 700\ ">bar</span>]baz" queryCommandIndeterm("stylewithcss") before 1660 PASS [["stylewithcss","false"],["bold",""]] "foo[<span style=\"font-weight: 700\ ">bar</span>]baz" queryCommandIndeterm("stylewithcss") before
1661 PASS [["stylewithcss","false"],["bold",""]] "foo[<span style=\"font-weight: 700\ ">bar</span>]baz" queryCommandState("stylewithcss") before 1661 PASS [["stylewithcss","false"],["bold",""]] "foo[<span style=\"font-weight: 700\ ">bar</span>]baz" queryCommandState("stylewithcss") before
1662 FAIL [["stylewithcss","false"],["bold",""]] "foo[<span style=\"font-weight: 700\ ">bar</span>]baz" queryCommandValue("stylewithcss") before assert_equals: Wrong result returned expected "" but got "true" 1662 PASS [["stylewithcss","false"],["bold",""]] "foo[<span style=\"font-weight: 700\ ">bar</span>]baz" queryCommandValue("stylewithcss") before
1663 PASS [["stylewithcss","false"],["bold",""]] "foo[<span style=\"font-weight: 700\ ">bar</span>]baz" queryCommandIndeterm("stylewithcss") after 1663 PASS [["stylewithcss","false"],["bold",""]] "foo[<span style=\"font-weight: 700\ ">bar</span>]baz" queryCommandIndeterm("stylewithcss") after
1664 PASS [["stylewithcss","false"],["bold",""]] "foo[<span style=\"font-weight: 700\ ">bar</span>]baz" queryCommandState("stylewithcss") after 1664 PASS [["stylewithcss","false"],["bold",""]] "foo[<span style=\"font-weight: 700\ ">bar</span>]baz" queryCommandState("stylewithcss") after
1665 FAIL [["stylewithcss","false"],["bold",""]] "foo[<span style=\"font-weight: 700\ ">bar</span>]baz" queryCommandValue("stylewithcss") after assert_equals: Wrong r esult returned expected "" but got "false" 1665 PASS [["stylewithcss","false"],["bold",""]] "foo[<span style=\"font-weight: 700\ ">bar</span>]baz" queryCommandValue("stylewithcss") after
1666 PASS [["stylewithcss","false"],["bold",""]] "foo[<span style=\"font-weight: 700\ ">bar</span>]baz" queryCommandIndeterm("bold") before 1666 PASS [["stylewithcss","false"],["bold",""]] "foo[<span style=\"font-weight: 700\ ">bar</span>]baz" queryCommandIndeterm("bold") before
1667 PASS [["stylewithcss","false"],["bold",""]] "foo[<span style=\"font-weight: 700\ ">bar</span>]baz" queryCommandState("bold") before 1667 PASS [["stylewithcss","false"],["bold",""]] "foo[<span style=\"font-weight: 700\ ">bar</span>]baz" queryCommandState("bold") before
1668 FAIL [["stylewithcss","false"],["bold",""]] "foo[<span style=\"font-weight: 700\ ">bar</span>]baz" queryCommandValue("bold") before assert_equals: Wrong result r eturned expected "" but got "true" 1668 FAIL [["stylewithcss","false"],["bold",""]] "foo[<span style=\"font-weight: 700\ ">bar</span>]baz" queryCommandValue("bold") before assert_equals: Wrong result r eturned expected "" but got "true"
1669 PASS [["stylewithcss","false"],["bold",""]] "foo[<span style=\"font-weight: 700\ ">bar</span>]baz" queryCommandIndeterm("bold") after 1669 PASS [["stylewithcss","false"],["bold",""]] "foo[<span style=\"font-weight: 700\ ">bar</span>]baz" queryCommandIndeterm("bold") after
1670 PASS [["stylewithcss","false"],["bold",""]] "foo[<span style=\"font-weight: 700\ ">bar</span>]baz" queryCommandState("bold") after 1670 PASS [["stylewithcss","false"],["bold",""]] "foo[<span style=\"font-weight: 700\ ">bar</span>]baz" queryCommandState("bold") after
1671 FAIL [["stylewithcss","false"],["bold",""]] "foo[<span style=\"font-weight: 700\ ">bar</span>]baz" queryCommandValue("bold") after assert_equals: Wrong result re turned expected "" but got "false" 1671 FAIL [["stylewithcss","false"],["bold",""]] "foo[<span style=\"font-weight: 700\ ">bar</span>]baz" queryCommandValue("bold") after assert_equals: Wrong result re turned expected "" but got "false"
1672 PASS [["stylewithcss","true"],["bold",""]] "<span style=\"font-weight: 100\">foo [bar]baz</span>": execCommand("stylewithcss", false, "true") return value 1672 PASS [["stylewithcss","true"],["bold",""]] "<span style=\"font-weight: 100\">foo [bar]baz</span>": execCommand("stylewithcss", false, "true") return value
1673 PASS [["stylewithcss","true"],["bold",""]] "<span style=\"font-weight: 100\">foo [bar]baz</span>": execCommand("bold", false, "") return value 1673 PASS [["stylewithcss","true"],["bold",""]] "<span style=\"font-weight: 100\">foo [bar]baz</span>": execCommand("bold", false, "") return value
1674 PASS [["stylewithcss","true"],["bold",""]] "<span style=\"font-weight: 100\">foo [bar]baz</span>" checks for modifications to non-editable content 1674 PASS [["stylewithcss","true"],["bold",""]] "<span style=\"font-weight: 100\">foo [bar]baz</span>" checks for modifications to non-editable content
1675 FAIL [["stylewithcss","true"],["bold",""]] "<span style=\"font-weight: 100\">foo [bar]baz</span>" compare innerHTML assert_equals: Unexpected innerHTML (after no rmalizing inline style) expected "<span style=\"font-weight:100\">foo<span style =\"font-weight:bold\">bar</span>baz</span>" but got "<span style=\"font-weight:1 00\">foo</span><span style=\"font-weight:bold\">bar</span><span style=\"font-wei ght:100\">baz</span>" 1675 FAIL [["stylewithcss","true"],["bold",""]] "<span style=\"font-weight: 100\">foo [bar]baz</span>" compare innerHTML assert_equals: Unexpected innerHTML (after no rmalizing inline style) expected "<span style=\"font-weight:100\">foo<span style =\"font-weight:bold\">bar</span>baz</span>" but got "<span style=\"font-weight:1 00\">foo</span><span style=\"font-weight:bold\">bar</span><span style=\"font-wei ght:100\">baz</span>"
1676 PASS [["stylewithcss","true"],["bold",""]] "<span style=\"font-weight: 100\">foo [bar]baz</span>" queryCommandIndeterm("stylewithcss") before 1676 PASS [["stylewithcss","true"],["bold",""]] "<span style=\"font-weight: 100\">foo [bar]baz</span>" queryCommandIndeterm("stylewithcss") before
1677 PASS [["stylewithcss","true"],["bold",""]] "<span style=\"font-weight: 100\">foo [bar]baz</span>" queryCommandState("stylewithcss") before 1677 PASS [["stylewithcss","true"],["bold",""]] "<span style=\"font-weight: 100\">foo [bar]baz</span>" queryCommandState("stylewithcss") before
1678 FAIL [["stylewithcss","true"],["bold",""]] "<span style=\"font-weight: 100\">foo [bar]baz</span>" queryCommandValue("stylewithcss") before assert_equals: Wrong r esult returned expected "" but got "false" 1678 PASS [["stylewithcss","true"],["bold",""]] "<span style=\"font-weight: 100\">foo [bar]baz</span>" queryCommandValue("stylewithcss") before
1679 PASS [["stylewithcss","true"],["bold",""]] "<span style=\"font-weight: 100\">foo [bar]baz</span>" queryCommandIndeterm("stylewithcss") after 1679 PASS [["stylewithcss","true"],["bold",""]] "<span style=\"font-weight: 100\">foo [bar]baz</span>" queryCommandIndeterm("stylewithcss") after
1680 PASS [["stylewithcss","true"],["bold",""]] "<span style=\"font-weight: 100\">foo [bar]baz</span>" queryCommandState("stylewithcss") after 1680 PASS [["stylewithcss","true"],["bold",""]] "<span style=\"font-weight: 100\">foo [bar]baz</span>" queryCommandState("stylewithcss") after
1681 FAIL [["stylewithcss","true"],["bold",""]] "<span style=\"font-weight: 100\">foo [bar]baz</span>" queryCommandValue("stylewithcss") after assert_equals: Wrong re sult returned expected "" but got "true" 1681 PASS [["stylewithcss","true"],["bold",""]] "<span style=\"font-weight: 100\">foo [bar]baz</span>" queryCommandValue("stylewithcss") after
1682 PASS [["stylewithcss","true"],["bold",""]] "<span style=\"font-weight: 100\">foo [bar]baz</span>" queryCommandIndeterm("bold") before 1682 PASS [["stylewithcss","true"],["bold",""]] "<span style=\"font-weight: 100\">foo [bar]baz</span>" queryCommandIndeterm("bold") before
1683 PASS [["stylewithcss","true"],["bold",""]] "<span style=\"font-weight: 100\">foo [bar]baz</span>" queryCommandState("bold") before 1683 PASS [["stylewithcss","true"],["bold",""]] "<span style=\"font-weight: 100\">foo [bar]baz</span>" queryCommandState("bold") before
1684 FAIL [["stylewithcss","true"],["bold",""]] "<span style=\"font-weight: 100\">foo [bar]baz</span>" queryCommandValue("bold") before assert_equals: Wrong result re turned expected "" but got "false" 1684 FAIL [["stylewithcss","true"],["bold",""]] "<span style=\"font-weight: 100\">foo [bar]baz</span>" queryCommandValue("bold") before assert_equals: Wrong result re turned expected "" but got "false"
1685 PASS [["stylewithcss","true"],["bold",""]] "<span style=\"font-weight: 100\">foo [bar]baz</span>" queryCommandIndeterm("bold") after 1685 PASS [["stylewithcss","true"],["bold",""]] "<span style=\"font-weight: 100\">foo [bar]baz</span>" queryCommandIndeterm("bold") after
1686 PASS [["stylewithcss","true"],["bold",""]] "<span style=\"font-weight: 100\">foo [bar]baz</span>" queryCommandState("bold") after 1686 PASS [["stylewithcss","true"],["bold",""]] "<span style=\"font-weight: 100\">foo [bar]baz</span>" queryCommandState("bold") after
1687 FAIL [["stylewithcss","true"],["bold",""]] "<span style=\"font-weight: 100\">foo [bar]baz</span>" queryCommandValue("bold") after assert_equals: Wrong result ret urned expected "" but got "true" 1687 FAIL [["stylewithcss","true"],["bold",""]] "<span style=\"font-weight: 100\">foo [bar]baz</span>" queryCommandValue("bold") after assert_equals: Wrong result ret urned expected "" but got "true"
1688 PASS [["stylewithcss","false"],["bold",""]] "<span style=\"font-weight: 100\">fo o[bar]baz</span>": execCommand("stylewithcss", false, "false") return value 1688 PASS [["stylewithcss","false"],["bold",""]] "<span style=\"font-weight: 100\">fo o[bar]baz</span>": execCommand("stylewithcss", false, "false") return value
1689 PASS [["stylewithcss","false"],["bold",""]] "<span style=\"font-weight: 100\">fo o[bar]baz</span>": execCommand("bold", false, "") return value 1689 PASS [["stylewithcss","false"],["bold",""]] "<span style=\"font-weight: 100\">fo o[bar]baz</span>": execCommand("bold", false, "") return value
1690 PASS [["stylewithcss","false"],["bold",""]] "<span style=\"font-weight: 100\">fo o[bar]baz</span>" checks for modifications to non-editable content 1690 PASS [["stylewithcss","false"],["bold",""]] "<span style=\"font-weight: 100\">fo o[bar]baz</span>" checks for modifications to non-editable content
1691 FAIL [["stylewithcss","false"],["bold",""]] "<span style=\"font-weight: 100\">fo o[bar]baz</span>" compare innerHTML assert_equals: Unexpected innerHTML (after n ormalizing inline style) expected "<span style=\"font-weight:100\">foo<b>bar</b> baz</span>" but got "<span style=\"font-weight:100\">foo</span><b>bar</b><span s tyle=\"font-weight:100\">baz</span>" 1691 FAIL [["stylewithcss","false"],["bold",""]] "<span style=\"font-weight: 100\">fo o[bar]baz</span>" compare innerHTML assert_equals: Unexpected innerHTML (after n ormalizing inline style) expected "<span style=\"font-weight:100\">foo<b>bar</b> baz</span>" but got "<span style=\"font-weight:100\">foo</span><b>bar</b><span s tyle=\"font-weight:100\">baz</span>"
1692 PASS [["stylewithcss","false"],["bold",""]] "<span style=\"font-weight: 100\">fo o[bar]baz</span>" queryCommandIndeterm("stylewithcss") before 1692 PASS [["stylewithcss","false"],["bold",""]] "<span style=\"font-weight: 100\">fo o[bar]baz</span>" queryCommandIndeterm("stylewithcss") before
1693 PASS [["stylewithcss","false"],["bold",""]] "<span style=\"font-weight: 100\">fo o[bar]baz</span>" queryCommandState("stylewithcss") before 1693 PASS [["stylewithcss","false"],["bold",""]] "<span style=\"font-weight: 100\">fo o[bar]baz</span>" queryCommandState("stylewithcss") before
1694 FAIL [["stylewithcss","false"],["bold",""]] "<span style=\"font-weight: 100\">fo o[bar]baz</span>" queryCommandValue("stylewithcss") before assert_equals: Wrong result returned expected "" but got "true" 1694 PASS [["stylewithcss","false"],["bold",""]] "<span style=\"font-weight: 100\">fo o[bar]baz</span>" queryCommandValue("stylewithcss") before
1695 PASS [["stylewithcss","false"],["bold",""]] "<span style=\"font-weight: 100\">fo o[bar]baz</span>" queryCommandIndeterm("stylewithcss") after 1695 PASS [["stylewithcss","false"],["bold",""]] "<span style=\"font-weight: 100\">fo o[bar]baz</span>" queryCommandIndeterm("stylewithcss") after
1696 PASS [["stylewithcss","false"],["bold",""]] "<span style=\"font-weight: 100\">fo o[bar]baz</span>" queryCommandState("stylewithcss") after 1696 PASS [["stylewithcss","false"],["bold",""]] "<span style=\"font-weight: 100\">fo o[bar]baz</span>" queryCommandState("stylewithcss") after
1697 FAIL [["stylewithcss","false"],["bold",""]] "<span style=\"font-weight: 100\">fo o[bar]baz</span>" queryCommandValue("stylewithcss") after assert_equals: Wrong r esult returned expected "" but got "false" 1697 PASS [["stylewithcss","false"],["bold",""]] "<span style=\"font-weight: 100\">fo o[bar]baz</span>" queryCommandValue("stylewithcss") after
1698 PASS [["stylewithcss","false"],["bold",""]] "<span style=\"font-weight: 100\">fo o[bar]baz</span>" queryCommandIndeterm("bold") before 1698 PASS [["stylewithcss","false"],["bold",""]] "<span style=\"font-weight: 100\">fo o[bar]baz</span>" queryCommandIndeterm("bold") before
1699 PASS [["stylewithcss","false"],["bold",""]] "<span style=\"font-weight: 100\">fo o[bar]baz</span>" queryCommandState("bold") before 1699 PASS [["stylewithcss","false"],["bold",""]] "<span style=\"font-weight: 100\">fo o[bar]baz</span>" queryCommandState("bold") before
1700 FAIL [["stylewithcss","false"],["bold",""]] "<span style=\"font-weight: 100\">fo o[bar]baz</span>" queryCommandValue("bold") before assert_equals: Wrong result r eturned expected "" but got "false" 1700 FAIL [["stylewithcss","false"],["bold",""]] "<span style=\"font-weight: 100\">fo o[bar]baz</span>" queryCommandValue("bold") before assert_equals: Wrong result r eturned expected "" but got "false"
1701 PASS [["stylewithcss","false"],["bold",""]] "<span style=\"font-weight: 100\">fo o[bar]baz</span>" queryCommandIndeterm("bold") after 1701 PASS [["stylewithcss","false"],["bold",""]] "<span style=\"font-weight: 100\">fo o[bar]baz</span>" queryCommandIndeterm("bold") after
1702 PASS [["stylewithcss","false"],["bold",""]] "<span style=\"font-weight: 100\">fo o[bar]baz</span>" queryCommandState("bold") after 1702 PASS [["stylewithcss","false"],["bold",""]] "<span style=\"font-weight: 100\">fo o[bar]baz</span>" queryCommandState("bold") after
1703 FAIL [["stylewithcss","false"],["bold",""]] "<span style=\"font-weight: 100\">fo o[bar]baz</span>" queryCommandValue("bold") after assert_equals: Wrong result re turned expected "" but got "true" 1703 FAIL [["stylewithcss","false"],["bold",""]] "<span style=\"font-weight: 100\">fo o[bar]baz</span>" queryCommandValue("bold") after assert_equals: Wrong result re turned expected "" but got "true"
1704 PASS [["stylewithcss","true"],["bold",""]] "<span style=\"font-weight: 400\">foo [bar]baz</span>": execCommand("stylewithcss", false, "true") return value 1704 PASS [["stylewithcss","true"],["bold",""]] "<span style=\"font-weight: 400\">foo [bar]baz</span>": execCommand("stylewithcss", false, "true") return value
1705 PASS [["stylewithcss","true"],["bold",""]] "<span style=\"font-weight: 400\">foo [bar]baz</span>": execCommand("bold", false, "") return value 1705 PASS [["stylewithcss","true"],["bold",""]] "<span style=\"font-weight: 400\">foo [bar]baz</span>": execCommand("bold", false, "") return value
1706 PASS [["stylewithcss","true"],["bold",""]] "<span style=\"font-weight: 400\">foo [bar]baz</span>" checks for modifications to non-editable content 1706 PASS [["stylewithcss","true"],["bold",""]] "<span style=\"font-weight: 400\">foo [bar]baz</span>" checks for modifications to non-editable content
1707 FAIL [["stylewithcss","true"],["bold",""]] "<span style=\"font-weight: 400\">foo [bar]baz</span>" compare innerHTML assert_equals: Unexpected innerHTML (after no rmalizing inline style) expected "<span style=\"font-weight:400\">foo<span style =\"font-weight:bold\">bar</span>baz</span>" but got "<span style=\"font-weight:4 00\">foo</span><span style=\"font-weight:bold\">bar</span><span style=\"font-wei ght:400\">baz</span>" 1707 FAIL [["stylewithcss","true"],["bold",""]] "<span style=\"font-weight: 400\">foo [bar]baz</span>" compare innerHTML assert_equals: Unexpected innerHTML (after no rmalizing inline style) expected "<span style=\"font-weight:400\">foo<span style =\"font-weight:bold\">bar</span>baz</span>" but got "<span style=\"font-weight:4 00\">foo</span><span style=\"font-weight:bold\">bar</span><span style=\"font-wei ght:400\">baz</span>"
1708 PASS [["stylewithcss","true"],["bold",""]] "<span style=\"font-weight: 400\">foo [bar]baz</span>" queryCommandIndeterm("stylewithcss") before 1708 PASS [["stylewithcss","true"],["bold",""]] "<span style=\"font-weight: 400\">foo [bar]baz</span>" queryCommandIndeterm("stylewithcss") before
1709 PASS [["stylewithcss","true"],["bold",""]] "<span style=\"font-weight: 400\">foo [bar]baz</span>" queryCommandState("stylewithcss") before 1709 PASS [["stylewithcss","true"],["bold",""]] "<span style=\"font-weight: 400\">foo [bar]baz</span>" queryCommandState("stylewithcss") before
1710 FAIL [["stylewithcss","true"],["bold",""]] "<span style=\"font-weight: 400\">foo [bar]baz</span>" queryCommandValue("stylewithcss") before assert_equals: Wrong r esult returned expected "" but got "false" 1710 PASS [["stylewithcss","true"],["bold",""]] "<span style=\"font-weight: 400\">foo [bar]baz</span>" queryCommandValue("stylewithcss") before
1711 PASS [["stylewithcss","true"],["bold",""]] "<span style=\"font-weight: 400\">foo [bar]baz</span>" queryCommandIndeterm("stylewithcss") after 1711 PASS [["stylewithcss","true"],["bold",""]] "<span style=\"font-weight: 400\">foo [bar]baz</span>" queryCommandIndeterm("stylewithcss") after
1712 PASS [["stylewithcss","true"],["bold",""]] "<span style=\"font-weight: 400\">foo [bar]baz</span>" queryCommandState("stylewithcss") after 1712 PASS [["stylewithcss","true"],["bold",""]] "<span style=\"font-weight: 400\">foo [bar]baz</span>" queryCommandState("stylewithcss") after
1713 FAIL [["stylewithcss","true"],["bold",""]] "<span style=\"font-weight: 400\">foo [bar]baz</span>" queryCommandValue("stylewithcss") after assert_equals: Wrong re sult returned expected "" but got "true" 1713 PASS [["stylewithcss","true"],["bold",""]] "<span style=\"font-weight: 400\">foo [bar]baz</span>" queryCommandValue("stylewithcss") after
1714 PASS [["stylewithcss","true"],["bold",""]] "<span style=\"font-weight: 400\">foo [bar]baz</span>" queryCommandIndeterm("bold") before 1714 PASS [["stylewithcss","true"],["bold",""]] "<span style=\"font-weight: 400\">foo [bar]baz</span>" queryCommandIndeterm("bold") before
1715 PASS [["stylewithcss","true"],["bold",""]] "<span style=\"font-weight: 400\">foo [bar]baz</span>" queryCommandState("bold") before 1715 PASS [["stylewithcss","true"],["bold",""]] "<span style=\"font-weight: 400\">foo [bar]baz</span>" queryCommandState("bold") before
1716 FAIL [["stylewithcss","true"],["bold",""]] "<span style=\"font-weight: 400\">foo [bar]baz</span>" queryCommandValue("bold") before assert_equals: Wrong result re turned expected "" but got "false" 1716 FAIL [["stylewithcss","true"],["bold",""]] "<span style=\"font-weight: 400\">foo [bar]baz</span>" queryCommandValue("bold") before assert_equals: Wrong result re turned expected "" but got "false"
1717 PASS [["stylewithcss","true"],["bold",""]] "<span style=\"font-weight: 400\">foo [bar]baz</span>" queryCommandIndeterm("bold") after 1717 PASS [["stylewithcss","true"],["bold",""]] "<span style=\"font-weight: 400\">foo [bar]baz</span>" queryCommandIndeterm("bold") after
1718 PASS [["stylewithcss","true"],["bold",""]] "<span style=\"font-weight: 400\">foo [bar]baz</span>" queryCommandState("bold") after 1718 PASS [["stylewithcss","true"],["bold",""]] "<span style=\"font-weight: 400\">foo [bar]baz</span>" queryCommandState("bold") after
1719 FAIL [["stylewithcss","true"],["bold",""]] "<span style=\"font-weight: 400\">foo [bar]baz</span>" queryCommandValue("bold") after assert_equals: Wrong result ret urned expected "" but got "true" 1719 FAIL [["stylewithcss","true"],["bold",""]] "<span style=\"font-weight: 400\">foo [bar]baz</span>" queryCommandValue("bold") after assert_equals: Wrong result ret urned expected "" but got "true"
1720 PASS [["stylewithcss","false"],["bold",""]] "<span style=\"font-weight: 400\">fo o[bar]baz</span>": execCommand("stylewithcss", false, "false") return value 1720 PASS [["stylewithcss","false"],["bold",""]] "<span style=\"font-weight: 400\">fo o[bar]baz</span>": execCommand("stylewithcss", false, "false") return value
1721 PASS [["stylewithcss","false"],["bold",""]] "<span style=\"font-weight: 400\">fo o[bar]baz</span>": execCommand("bold", false, "") return value 1721 PASS [["stylewithcss","false"],["bold",""]] "<span style=\"font-weight: 400\">fo o[bar]baz</span>": execCommand("bold", false, "") return value
1722 PASS [["stylewithcss","false"],["bold",""]] "<span style=\"font-weight: 400\">fo o[bar]baz</span>" checks for modifications to non-editable content 1722 PASS [["stylewithcss","false"],["bold",""]] "<span style=\"font-weight: 400\">fo o[bar]baz</span>" checks for modifications to non-editable content
1723 FAIL [["stylewithcss","false"],["bold",""]] "<span style=\"font-weight: 400\">fo o[bar]baz</span>" compare innerHTML assert_equals: Unexpected innerHTML (after n ormalizing inline style) expected "<span style=\"font-weight:400\">foo<b>bar</b> baz</span>" but got "<span style=\"font-weight:400\">foo</span><b>bar</b><span s tyle=\"font-weight:400\">baz</span>" 1723 FAIL [["stylewithcss","false"],["bold",""]] "<span style=\"font-weight: 400\">fo o[bar]baz</span>" compare innerHTML assert_equals: Unexpected innerHTML (after n ormalizing inline style) expected "<span style=\"font-weight:400\">foo<b>bar</b> baz</span>" but got "<span style=\"font-weight:400\">foo</span><b>bar</b><span s tyle=\"font-weight:400\">baz</span>"
1724 PASS [["stylewithcss","false"],["bold",""]] "<span style=\"font-weight: 400\">fo o[bar]baz</span>" queryCommandIndeterm("stylewithcss") before 1724 PASS [["stylewithcss","false"],["bold",""]] "<span style=\"font-weight: 400\">fo o[bar]baz</span>" queryCommandIndeterm("stylewithcss") before
1725 PASS [["stylewithcss","false"],["bold",""]] "<span style=\"font-weight: 400\">fo o[bar]baz</span>" queryCommandState("stylewithcss") before 1725 PASS [["stylewithcss","false"],["bold",""]] "<span style=\"font-weight: 400\">fo o[bar]baz</span>" queryCommandState("stylewithcss") before
1726 FAIL [["stylewithcss","false"],["bold",""]] "<span style=\"font-weight: 400\">fo o[bar]baz</span>" queryCommandValue("stylewithcss") before assert_equals: Wrong result returned expected "" but got "true" 1726 PASS [["stylewithcss","false"],["bold",""]] "<span style=\"font-weight: 400\">fo o[bar]baz</span>" queryCommandValue("stylewithcss") before
1727 PASS [["stylewithcss","false"],["bold",""]] "<span style=\"font-weight: 400\">fo o[bar]baz</span>" queryCommandIndeterm("stylewithcss") after 1727 PASS [["stylewithcss","false"],["bold",""]] "<span style=\"font-weight: 400\">fo o[bar]baz</span>" queryCommandIndeterm("stylewithcss") after
1728 PASS [["stylewithcss","false"],["bold",""]] "<span style=\"font-weight: 400\">fo o[bar]baz</span>" queryCommandState("stylewithcss") after 1728 PASS [["stylewithcss","false"],["bold",""]] "<span style=\"font-weight: 400\">fo o[bar]baz</span>" queryCommandState("stylewithcss") after
1729 FAIL [["stylewithcss","false"],["bold",""]] "<span style=\"font-weight: 400\">fo o[bar]baz</span>" queryCommandValue("stylewithcss") after assert_equals: Wrong r esult returned expected "" but got "false" 1729 PASS [["stylewithcss","false"],["bold",""]] "<span style=\"font-weight: 400\">fo o[bar]baz</span>" queryCommandValue("stylewithcss") after
1730 PASS [["stylewithcss","false"],["bold",""]] "<span style=\"font-weight: 400\">fo o[bar]baz</span>" queryCommandIndeterm("bold") before 1730 PASS [["stylewithcss","false"],["bold",""]] "<span style=\"font-weight: 400\">fo o[bar]baz</span>" queryCommandIndeterm("bold") before
1731 PASS [["stylewithcss","false"],["bold",""]] "<span style=\"font-weight: 400\">fo o[bar]baz</span>" queryCommandState("bold") before 1731 PASS [["stylewithcss","false"],["bold",""]] "<span style=\"font-weight: 400\">fo o[bar]baz</span>" queryCommandState("bold") before
1732 FAIL [["stylewithcss","false"],["bold",""]] "<span style=\"font-weight: 400\">fo o[bar]baz</span>" queryCommandValue("bold") before assert_equals: Wrong result r eturned expected "" but got "false" 1732 FAIL [["stylewithcss","false"],["bold",""]] "<span style=\"font-weight: 400\">fo o[bar]baz</span>" queryCommandValue("bold") before assert_equals: Wrong result r eturned expected "" but got "false"
1733 PASS [["stylewithcss","false"],["bold",""]] "<span style=\"font-weight: 400\">fo o[bar]baz</span>" queryCommandIndeterm("bold") after 1733 PASS [["stylewithcss","false"],["bold",""]] "<span style=\"font-weight: 400\">fo o[bar]baz</span>" queryCommandIndeterm("bold") after
1734 PASS [["stylewithcss","false"],["bold",""]] "<span style=\"font-weight: 400\">fo o[bar]baz</span>" queryCommandState("bold") after 1734 PASS [["stylewithcss","false"],["bold",""]] "<span style=\"font-weight: 400\">fo o[bar]baz</span>" queryCommandState("bold") after
1735 FAIL [["stylewithcss","false"],["bold",""]] "<span style=\"font-weight: 400\">fo o[bar]baz</span>" queryCommandValue("bold") after assert_equals: Wrong result re turned expected "" but got "true" 1735 FAIL [["stylewithcss","false"],["bold",""]] "<span style=\"font-weight: 400\">fo o[bar]baz</span>" queryCommandValue("bold") after assert_equals: Wrong result re turned expected "" but got "true"
1736 PASS [["stylewithcss","true"],["bold",""]] "<span style=\"font-weight: 700\">foo [bar]baz</span>": execCommand("stylewithcss", false, "true") return value 1736 PASS [["stylewithcss","true"],["bold",""]] "<span style=\"font-weight: 700\">foo [bar]baz</span>": execCommand("stylewithcss", false, "true") return value
1737 PASS [["stylewithcss","true"],["bold",""]] "<span style=\"font-weight: 700\">foo [bar]baz</span>": execCommand("bold", false, "") return value 1737 PASS [["stylewithcss","true"],["bold",""]] "<span style=\"font-weight: 700\">foo [bar]baz</span>": execCommand("bold", false, "") return value
1738 PASS [["stylewithcss","true"],["bold",""]] "<span style=\"font-weight: 700\">foo [bar]baz</span>" checks for modifications to non-editable content 1738 PASS [["stylewithcss","true"],["bold",""]] "<span style=\"font-weight: 700\">foo [bar]baz</span>" checks for modifications to non-editable content
1739 PASS [["stylewithcss","true"],["bold",""]] "<span style=\"font-weight: 700\">foo [bar]baz</span>" compare innerHTML 1739 PASS [["stylewithcss","true"],["bold",""]] "<span style=\"font-weight: 700\">foo [bar]baz</span>" compare innerHTML
1740 PASS [["stylewithcss","true"],["bold",""]] "<span style=\"font-weight: 700\">foo [bar]baz</span>" queryCommandIndeterm("stylewithcss") before 1740 PASS [["stylewithcss","true"],["bold",""]] "<span style=\"font-weight: 700\">foo [bar]baz</span>" queryCommandIndeterm("stylewithcss") before
1741 PASS [["stylewithcss","true"],["bold",""]] "<span style=\"font-weight: 700\">foo [bar]baz</span>" queryCommandState("stylewithcss") before 1741 PASS [["stylewithcss","true"],["bold",""]] "<span style=\"font-weight: 700\">foo [bar]baz</span>" queryCommandState("stylewithcss") before
1742 FAIL [["stylewithcss","true"],["bold",""]] "<span style=\"font-weight: 700\">foo [bar]baz</span>" queryCommandValue("stylewithcss") before assert_equals: Wrong r esult returned expected "" but got "false" 1742 PASS [["stylewithcss","true"],["bold",""]] "<span style=\"font-weight: 700\">foo [bar]baz</span>" queryCommandValue("stylewithcss") before
1743 PASS [["stylewithcss","true"],["bold",""]] "<span style=\"font-weight: 700\">foo [bar]baz</span>" queryCommandIndeterm("stylewithcss") after 1743 PASS [["stylewithcss","true"],["bold",""]] "<span style=\"font-weight: 700\">foo [bar]baz</span>" queryCommandIndeterm("stylewithcss") after
1744 PASS [["stylewithcss","true"],["bold",""]] "<span style=\"font-weight: 700\">foo [bar]baz</span>" queryCommandState("stylewithcss") after 1744 PASS [["stylewithcss","true"],["bold",""]] "<span style=\"font-weight: 700\">foo [bar]baz</span>" queryCommandState("stylewithcss") after
1745 FAIL [["stylewithcss","true"],["bold",""]] "<span style=\"font-weight: 700\">foo [bar]baz</span>" queryCommandValue("stylewithcss") after assert_equals: Wrong re sult returned expected "" but got "true" 1745 PASS [["stylewithcss","true"],["bold",""]] "<span style=\"font-weight: 700\">foo [bar]baz</span>" queryCommandValue("stylewithcss") after
1746 PASS [["stylewithcss","true"],["bold",""]] "<span style=\"font-weight: 700\">foo [bar]baz</span>" queryCommandIndeterm("bold") before 1746 PASS [["stylewithcss","true"],["bold",""]] "<span style=\"font-weight: 700\">foo [bar]baz</span>" queryCommandIndeterm("bold") before
1747 PASS [["stylewithcss","true"],["bold",""]] "<span style=\"font-weight: 700\">foo [bar]baz</span>" queryCommandState("bold") before 1747 PASS [["stylewithcss","true"],["bold",""]] "<span style=\"font-weight: 700\">foo [bar]baz</span>" queryCommandState("bold") before
1748 FAIL [["stylewithcss","true"],["bold",""]] "<span style=\"font-weight: 700\">foo [bar]baz</span>" queryCommandValue("bold") before assert_equals: Wrong result re turned expected "" but got "true" 1748 FAIL [["stylewithcss","true"],["bold",""]] "<span style=\"font-weight: 700\">foo [bar]baz</span>" queryCommandValue("bold") before assert_equals: Wrong result re turned expected "" but got "true"
1749 PASS [["stylewithcss","true"],["bold",""]] "<span style=\"font-weight: 700\">foo [bar]baz</span>" queryCommandIndeterm("bold") after 1749 PASS [["stylewithcss","true"],["bold",""]] "<span style=\"font-weight: 700\">foo [bar]baz</span>" queryCommandIndeterm("bold") after
1750 PASS [["stylewithcss","true"],["bold",""]] "<span style=\"font-weight: 700\">foo [bar]baz</span>" queryCommandState("bold") after 1750 PASS [["stylewithcss","true"],["bold",""]] "<span style=\"font-weight: 700\">foo [bar]baz</span>" queryCommandState("bold") after
1751 FAIL [["stylewithcss","true"],["bold",""]] "<span style=\"font-weight: 700\">foo [bar]baz</span>" queryCommandValue("bold") after assert_equals: Wrong result ret urned expected "" but got "false" 1751 FAIL [["stylewithcss","true"],["bold",""]] "<span style=\"font-weight: 700\">foo [bar]baz</span>" queryCommandValue("bold") after assert_equals: Wrong result ret urned expected "" but got "false"
1752 PASS [["stylewithcss","false"],["bold",""]] "<span style=\"font-weight: 700\">fo o[bar]baz</span>": execCommand("stylewithcss", false, "false") return value 1752 PASS [["stylewithcss","false"],["bold",""]] "<span style=\"font-weight: 700\">fo o[bar]baz</span>": execCommand("stylewithcss", false, "false") return value
1753 PASS [["stylewithcss","false"],["bold",""]] "<span style=\"font-weight: 700\">fo o[bar]baz</span>": execCommand("bold", false, "") return value 1753 PASS [["stylewithcss","false"],["bold",""]] "<span style=\"font-weight: 700\">fo o[bar]baz</span>": execCommand("bold", false, "") return value
1754 PASS [["stylewithcss","false"],["bold",""]] "<span style=\"font-weight: 700\">fo o[bar]baz</span>" checks for modifications to non-editable content 1754 PASS [["stylewithcss","false"],["bold",""]] "<span style=\"font-weight: 700\">fo o[bar]baz</span>" checks for modifications to non-editable content
1755 FAIL [["stylewithcss","false"],["bold",""]] "<span style=\"font-weight: 700\">fo o[bar]baz</span>" compare innerHTML assert_equals: Unexpected innerHTML (after n ormalizing inline style) expected "<b>foo</b>bar<b>baz</b>" but got "<span style =\"font-weight:700\">foo</span>bar<span style=\"font-weight:700\">baz</span>" 1755 FAIL [["stylewithcss","false"],["bold",""]] "<span style=\"font-weight: 700\">fo o[bar]baz</span>" compare innerHTML assert_equals: Unexpected innerHTML (after n ormalizing inline style) expected "<b>foo</b>bar<b>baz</b>" but got "<span style =\"font-weight:700\">foo</span>bar<span style=\"font-weight:700\">baz</span>"
1756 PASS [["stylewithcss","false"],["bold",""]] "<span style=\"font-weight: 700\">fo o[bar]baz</span>" queryCommandIndeterm("stylewithcss") before 1756 PASS [["stylewithcss","false"],["bold",""]] "<span style=\"font-weight: 700\">fo o[bar]baz</span>" queryCommandIndeterm("stylewithcss") before
1757 PASS [["stylewithcss","false"],["bold",""]] "<span style=\"font-weight: 700\">fo o[bar]baz</span>" queryCommandState("stylewithcss") before 1757 PASS [["stylewithcss","false"],["bold",""]] "<span style=\"font-weight: 700\">fo o[bar]baz</span>" queryCommandState("stylewithcss") before
1758 FAIL [["stylewithcss","false"],["bold",""]] "<span style=\"font-weight: 700\">fo o[bar]baz</span>" queryCommandValue("stylewithcss") before assert_equals: Wrong result returned expected "" but got "true" 1758 PASS [["stylewithcss","false"],["bold",""]] "<span style=\"font-weight: 700\">fo o[bar]baz</span>" queryCommandValue("stylewithcss") before
1759 PASS [["stylewithcss","false"],["bold",""]] "<span style=\"font-weight: 700\">fo o[bar]baz</span>" queryCommandIndeterm("stylewithcss") after 1759 PASS [["stylewithcss","false"],["bold",""]] "<span style=\"font-weight: 700\">fo o[bar]baz</span>" queryCommandIndeterm("stylewithcss") after
1760 PASS [["stylewithcss","false"],["bold",""]] "<span style=\"font-weight: 700\">fo o[bar]baz</span>" queryCommandState("stylewithcss") after 1760 PASS [["stylewithcss","false"],["bold",""]] "<span style=\"font-weight: 700\">fo o[bar]baz</span>" queryCommandState("stylewithcss") after
1761 FAIL [["stylewithcss","false"],["bold",""]] "<span style=\"font-weight: 700\">fo o[bar]baz</span>" queryCommandValue("stylewithcss") after assert_equals: Wrong r esult returned expected "" but got "false" 1761 PASS [["stylewithcss","false"],["bold",""]] "<span style=\"font-weight: 700\">fo o[bar]baz</span>" queryCommandValue("stylewithcss") after
1762 PASS [["stylewithcss","false"],["bold",""]] "<span style=\"font-weight: 700\">fo o[bar]baz</span>" queryCommandIndeterm("bold") before 1762 PASS [["stylewithcss","false"],["bold",""]] "<span style=\"font-weight: 700\">fo o[bar]baz</span>" queryCommandIndeterm("bold") before
1763 PASS [["stylewithcss","false"],["bold",""]] "<span style=\"font-weight: 700\">fo o[bar]baz</span>" queryCommandState("bold") before 1763 PASS [["stylewithcss","false"],["bold",""]] "<span style=\"font-weight: 700\">fo o[bar]baz</span>" queryCommandState("bold") before
1764 FAIL [["stylewithcss","false"],["bold",""]] "<span style=\"font-weight: 700\">fo o[bar]baz</span>" queryCommandValue("bold") before assert_equals: Wrong result r eturned expected "" but got "true" 1764 FAIL [["stylewithcss","false"],["bold",""]] "<span style=\"font-weight: 700\">fo o[bar]baz</span>" queryCommandValue("bold") before assert_equals: Wrong result r eturned expected "" but got "true"
1765 PASS [["stylewithcss","false"],["bold",""]] "<span style=\"font-weight: 700\">fo o[bar]baz</span>" queryCommandIndeterm("bold") after 1765 PASS [["stylewithcss","false"],["bold",""]] "<span style=\"font-weight: 700\">fo o[bar]baz</span>" queryCommandIndeterm("bold") after
1766 PASS [["stylewithcss","false"],["bold",""]] "<span style=\"font-weight: 700\">fo o[bar]baz</span>" queryCommandState("bold") after 1766 PASS [["stylewithcss","false"],["bold",""]] "<span style=\"font-weight: 700\">fo o[bar]baz</span>" queryCommandState("bold") after
1767 FAIL [["stylewithcss","false"],["bold",""]] "<span style=\"font-weight: 700\">fo o[bar]baz</span>" queryCommandValue("bold") after assert_equals: Wrong result re turned expected "" but got "false" 1767 FAIL [["stylewithcss","false"],["bold",""]] "<span style=\"font-weight: 700\">fo o[bar]baz</span>" queryCommandValue("bold") after assert_equals: Wrong result re turned expected "" but got "false"
1768 PASS [["stylewithcss","true"],["bold",""]] "<span style=\"font-weight: 900\">foo [bar]baz</span>": execCommand("stylewithcss", false, "true") return value 1768 PASS [["stylewithcss","true"],["bold",""]] "<span style=\"font-weight: 900\">foo [bar]baz</span>": execCommand("stylewithcss", false, "true") return value
1769 PASS [["stylewithcss","true"],["bold",""]] "<span style=\"font-weight: 900\">foo [bar]baz</span>": execCommand("bold", false, "") return value 1769 PASS [["stylewithcss","true"],["bold",""]] "<span style=\"font-weight: 900\">foo [bar]baz</span>": execCommand("bold", false, "") return value
1770 PASS [["stylewithcss","true"],["bold",""]] "<span style=\"font-weight: 900\">foo [bar]baz</span>" checks for modifications to non-editable content 1770 PASS [["stylewithcss","true"],["bold",""]] "<span style=\"font-weight: 900\">foo [bar]baz</span>" checks for modifications to non-editable content
1771 PASS [["stylewithcss","true"],["bold",""]] "<span style=\"font-weight: 900\">foo [bar]baz</span>" compare innerHTML 1771 PASS [["stylewithcss","true"],["bold",""]] "<span style=\"font-weight: 900\">foo [bar]baz</span>" compare innerHTML
1772 PASS [["stylewithcss","true"],["bold",""]] "<span style=\"font-weight: 900\">foo [bar]baz</span>" queryCommandIndeterm("stylewithcss") before 1772 PASS [["stylewithcss","true"],["bold",""]] "<span style=\"font-weight: 900\">foo [bar]baz</span>" queryCommandIndeterm("stylewithcss") before
1773 PASS [["stylewithcss","true"],["bold",""]] "<span style=\"font-weight: 900\">foo [bar]baz</span>" queryCommandState("stylewithcss") before 1773 PASS [["stylewithcss","true"],["bold",""]] "<span style=\"font-weight: 900\">foo [bar]baz</span>" queryCommandState("stylewithcss") before
1774 FAIL [["stylewithcss","true"],["bold",""]] "<span style=\"font-weight: 900\">foo [bar]baz</span>" queryCommandValue("stylewithcss") before assert_equals: Wrong r esult returned expected "" but got "false" 1774 PASS [["stylewithcss","true"],["bold",""]] "<span style=\"font-weight: 900\">foo [bar]baz</span>" queryCommandValue("stylewithcss") before
1775 PASS [["stylewithcss","true"],["bold",""]] "<span style=\"font-weight: 900\">foo [bar]baz</span>" queryCommandIndeterm("stylewithcss") after 1775 PASS [["stylewithcss","true"],["bold",""]] "<span style=\"font-weight: 900\">foo [bar]baz</span>" queryCommandIndeterm("stylewithcss") after
1776 PASS [["stylewithcss","true"],["bold",""]] "<span style=\"font-weight: 900\">foo [bar]baz</span>" queryCommandState("stylewithcss") after 1776 PASS [["stylewithcss","true"],["bold",""]] "<span style=\"font-weight: 900\">foo [bar]baz</span>" queryCommandState("stylewithcss") after
1777 FAIL [["stylewithcss","true"],["bold",""]] "<span style=\"font-weight: 900\">foo [bar]baz</span>" queryCommandValue("stylewithcss") after assert_equals: Wrong re sult returned expected "" but got "true" 1777 PASS [["stylewithcss","true"],["bold",""]] "<span style=\"font-weight: 900\">foo [bar]baz</span>" queryCommandValue("stylewithcss") after
1778 PASS [["stylewithcss","true"],["bold",""]] "<span style=\"font-weight: 900\">foo [bar]baz</span>" queryCommandIndeterm("bold") before 1778 PASS [["stylewithcss","true"],["bold",""]] "<span style=\"font-weight: 900\">foo [bar]baz</span>" queryCommandIndeterm("bold") before
1779 PASS [["stylewithcss","true"],["bold",""]] "<span style=\"font-weight: 900\">foo [bar]baz</span>" queryCommandState("bold") before 1779 PASS [["stylewithcss","true"],["bold",""]] "<span style=\"font-weight: 900\">foo [bar]baz</span>" queryCommandState("bold") before
1780 FAIL [["stylewithcss","true"],["bold",""]] "<span style=\"font-weight: 900\">foo [bar]baz</span>" queryCommandValue("bold") before assert_equals: Wrong result re turned expected "" but got "true" 1780 FAIL [["stylewithcss","true"],["bold",""]] "<span style=\"font-weight: 900\">foo [bar]baz</span>" queryCommandValue("bold") before assert_equals: Wrong result re turned expected "" but got "true"
1781 PASS [["stylewithcss","true"],["bold",""]] "<span style=\"font-weight: 900\">foo [bar]baz</span>" queryCommandIndeterm("bold") after 1781 PASS [["stylewithcss","true"],["bold",""]] "<span style=\"font-weight: 900\">foo [bar]baz</span>" queryCommandIndeterm("bold") after
1782 PASS [["stylewithcss","true"],["bold",""]] "<span style=\"font-weight: 900\">foo [bar]baz</span>" queryCommandState("bold") after 1782 PASS [["stylewithcss","true"],["bold",""]] "<span style=\"font-weight: 900\">foo [bar]baz</span>" queryCommandState("bold") after
1783 FAIL [["stylewithcss","true"],["bold",""]] "<span style=\"font-weight: 900\">foo [bar]baz</span>" queryCommandValue("bold") after assert_equals: Wrong result ret urned expected "" but got "false" 1783 FAIL [["stylewithcss","true"],["bold",""]] "<span style=\"font-weight: 900\">foo [bar]baz</span>" queryCommandValue("bold") after assert_equals: Wrong result ret urned expected "" but got "false"
1784 PASS [["stylewithcss","false"],["bold",""]] "<span style=\"font-weight: 900\">fo o[bar]baz</span>": execCommand("stylewithcss", false, "false") return value 1784 PASS [["stylewithcss","false"],["bold",""]] "<span style=\"font-weight: 900\">fo o[bar]baz</span>": execCommand("stylewithcss", false, "false") return value
1785 PASS [["stylewithcss","false"],["bold",""]] "<span style=\"font-weight: 900\">fo o[bar]baz</span>": execCommand("bold", false, "") return value 1785 PASS [["stylewithcss","false"],["bold",""]] "<span style=\"font-weight: 900\">fo o[bar]baz</span>": execCommand("bold", false, "") return value
1786 PASS [["stylewithcss","false"],["bold",""]] "<span style=\"font-weight: 900\">fo o[bar]baz</span>" checks for modifications to non-editable content 1786 PASS [["stylewithcss","false"],["bold",""]] "<span style=\"font-weight: 900\">fo o[bar]baz</span>" checks for modifications to non-editable content
1787 PASS [["stylewithcss","false"],["bold",""]] "<span style=\"font-weight: 900\">fo o[bar]baz</span>" compare innerHTML 1787 PASS [["stylewithcss","false"],["bold",""]] "<span style=\"font-weight: 900\">fo o[bar]baz</span>" compare innerHTML
1788 PASS [["stylewithcss","false"],["bold",""]] "<span style=\"font-weight: 900\">fo o[bar]baz</span>" queryCommandIndeterm("stylewithcss") before 1788 PASS [["stylewithcss","false"],["bold",""]] "<span style=\"font-weight: 900\">fo o[bar]baz</span>" queryCommandIndeterm("stylewithcss") before
1789 PASS [["stylewithcss","false"],["bold",""]] "<span style=\"font-weight: 900\">fo o[bar]baz</span>" queryCommandState("stylewithcss") before 1789 PASS [["stylewithcss","false"],["bold",""]] "<span style=\"font-weight: 900\">fo o[bar]baz</span>" queryCommandState("stylewithcss") before
1790 FAIL [["stylewithcss","false"],["bold",""]] "<span style=\"font-weight: 900\">fo o[bar]baz</span>" queryCommandValue("stylewithcss") before assert_equals: Wrong result returned expected "" but got "true" 1790 PASS [["stylewithcss","false"],["bold",""]] "<span style=\"font-weight: 900\">fo o[bar]baz</span>" queryCommandValue("stylewithcss") before
1791 PASS [["stylewithcss","false"],["bold",""]] "<span style=\"font-weight: 900\">fo o[bar]baz</span>" queryCommandIndeterm("stylewithcss") after 1791 PASS [["stylewithcss","false"],["bold",""]] "<span style=\"font-weight: 900\">fo o[bar]baz</span>" queryCommandIndeterm("stylewithcss") after
1792 PASS [["stylewithcss","false"],["bold",""]] "<span style=\"font-weight: 900\">fo o[bar]baz</span>" queryCommandState("stylewithcss") after 1792 PASS [["stylewithcss","false"],["bold",""]] "<span style=\"font-weight: 900\">fo o[bar]baz</span>" queryCommandState("stylewithcss") after
1793 FAIL [["stylewithcss","false"],["bold",""]] "<span style=\"font-weight: 900\">fo o[bar]baz</span>" queryCommandValue("stylewithcss") after assert_equals: Wrong r esult returned expected "" but got "false" 1793 PASS [["stylewithcss","false"],["bold",""]] "<span style=\"font-weight: 900\">fo o[bar]baz</span>" queryCommandValue("stylewithcss") after
1794 PASS [["stylewithcss","false"],["bold",""]] "<span style=\"font-weight: 900\">fo o[bar]baz</span>" queryCommandIndeterm("bold") before 1794 PASS [["stylewithcss","false"],["bold",""]] "<span style=\"font-weight: 900\">fo o[bar]baz</span>" queryCommandIndeterm("bold") before
1795 PASS [["stylewithcss","false"],["bold",""]] "<span style=\"font-weight: 900\">fo o[bar]baz</span>" queryCommandState("bold") before 1795 PASS [["stylewithcss","false"],["bold",""]] "<span style=\"font-weight: 900\">fo o[bar]baz</span>" queryCommandState("bold") before
1796 FAIL [["stylewithcss","false"],["bold",""]] "<span style=\"font-weight: 900\">fo o[bar]baz</span>" queryCommandValue("bold") before assert_equals: Wrong result r eturned expected "" but got "true" 1796 FAIL [["stylewithcss","false"],["bold",""]] "<span style=\"font-weight: 900\">fo o[bar]baz</span>" queryCommandValue("bold") before assert_equals: Wrong result r eturned expected "" but got "true"
1797 PASS [["stylewithcss","false"],["bold",""]] "<span style=\"font-weight: 900\">fo o[bar]baz</span>" queryCommandIndeterm("bold") after 1797 PASS [["stylewithcss","false"],["bold",""]] "<span style=\"font-weight: 900\">fo o[bar]baz</span>" queryCommandIndeterm("bold") after
1798 PASS [["stylewithcss","false"],["bold",""]] "<span style=\"font-weight: 900\">fo o[bar]baz</span>" queryCommandState("bold") after 1798 PASS [["stylewithcss","false"],["bold",""]] "<span style=\"font-weight: 900\">fo o[bar]baz</span>" queryCommandState("bold") after
1799 FAIL [["stylewithcss","false"],["bold",""]] "<span style=\"font-weight: 900\">fo o[bar]baz</span>" queryCommandValue("bold") after assert_equals: Wrong result re turned expected "" but got "false" 1799 FAIL [["stylewithcss","false"],["bold",""]] "<span style=\"font-weight: 900\">fo o[bar]baz</span>" queryCommandValue("bold") after assert_equals: Wrong result re turned expected "" but got "false"
1800 PASS [["stylewithcss","true"],["bold",""]] "{<span style=\"font-weight: 100\">fo obar]baz</span>": execCommand("stylewithcss", false, "true") return value 1800 PASS [["stylewithcss","true"],["bold",""]] "{<span style=\"font-weight: 100\">fo obar]baz</span>": execCommand("stylewithcss", false, "true") return value
1801 PASS [["stylewithcss","true"],["bold",""]] "{<span style=\"font-weight: 100\">fo obar]baz</span>": execCommand("bold", false, "") return value 1801 PASS [["stylewithcss","true"],["bold",""]] "{<span style=\"font-weight: 100\">fo obar]baz</span>": execCommand("bold", false, "") return value
1802 PASS [["stylewithcss","true"],["bold",""]] "{<span style=\"font-weight: 100\">fo obar]baz</span>" checks for modifications to non-editable content 1802 PASS [["stylewithcss","true"],["bold",""]] "{<span style=\"font-weight: 100\">fo obar]baz</span>" checks for modifications to non-editable content
1803 FAIL [["stylewithcss","true"],["bold",""]] "{<span style=\"font-weight: 100\">fo obar]baz</span>" compare innerHTML assert_equals: Unexpected innerHTML (after no rmalizing inline style) expected "<span style=\"font-weight:100\"><span style=\" font-weight:bold\">foobar</span>baz</span>" but got "<span style=\"font-weight:b old\">foobar</span><span style=\"font-weight:100\">baz</span>" 1803 FAIL [["stylewithcss","true"],["bold",""]] "{<span style=\"font-weight: 100\">fo obar]baz</span>" compare innerHTML assert_equals: Unexpected innerHTML (after no rmalizing inline style) expected "<span style=\"font-weight:100\"><span style=\" font-weight:bold\">foobar</span>baz</span>" but got "<span style=\"font-weight:b old\">foobar</span><span style=\"font-weight:100\">baz</span>"
1804 PASS [["stylewithcss","true"],["bold",""]] "{<span style=\"font-weight: 100\">fo obar]baz</span>" queryCommandIndeterm("stylewithcss") before 1804 PASS [["stylewithcss","true"],["bold",""]] "{<span style=\"font-weight: 100\">fo obar]baz</span>" queryCommandIndeterm("stylewithcss") before
1805 PASS [["stylewithcss","true"],["bold",""]] "{<span style=\"font-weight: 100\">fo obar]baz</span>" queryCommandState("stylewithcss") before 1805 PASS [["stylewithcss","true"],["bold",""]] "{<span style=\"font-weight: 100\">fo obar]baz</span>" queryCommandState("stylewithcss") before
1806 FAIL [["stylewithcss","true"],["bold",""]] "{<span style=\"font-weight: 100\">fo obar]baz</span>" queryCommandValue("stylewithcss") before assert_equals: Wrong r esult returned expected "" but got "false" 1806 PASS [["stylewithcss","true"],["bold",""]] "{<span style=\"font-weight: 100\">fo obar]baz</span>" queryCommandValue("stylewithcss") before
1807 PASS [["stylewithcss","true"],["bold",""]] "{<span style=\"font-weight: 100\">fo obar]baz</span>" queryCommandIndeterm("stylewithcss") after 1807 PASS [["stylewithcss","true"],["bold",""]] "{<span style=\"font-weight: 100\">fo obar]baz</span>" queryCommandIndeterm("stylewithcss") after
1808 PASS [["stylewithcss","true"],["bold",""]] "{<span style=\"font-weight: 100\">fo obar]baz</span>" queryCommandState("stylewithcss") after 1808 PASS [["stylewithcss","true"],["bold",""]] "{<span style=\"font-weight: 100\">fo obar]baz</span>" queryCommandState("stylewithcss") after
1809 FAIL [["stylewithcss","true"],["bold",""]] "{<span style=\"font-weight: 100\">fo obar]baz</span>" queryCommandValue("stylewithcss") after assert_equals: Wrong re sult returned expected "" but got "true" 1809 PASS [["stylewithcss","true"],["bold",""]] "{<span style=\"font-weight: 100\">fo obar]baz</span>" queryCommandValue("stylewithcss") after
1810 PASS [["stylewithcss","true"],["bold",""]] "{<span style=\"font-weight: 100\">fo obar]baz</span>" queryCommandIndeterm("bold") before 1810 PASS [["stylewithcss","true"],["bold",""]] "{<span style=\"font-weight: 100\">fo obar]baz</span>" queryCommandIndeterm("bold") before
1811 PASS [["stylewithcss","true"],["bold",""]] "{<span style=\"font-weight: 100\">fo obar]baz</span>" queryCommandState("bold") before 1811 PASS [["stylewithcss","true"],["bold",""]] "{<span style=\"font-weight: 100\">fo obar]baz</span>" queryCommandState("bold") before
1812 FAIL [["stylewithcss","true"],["bold",""]] "{<span style=\"font-weight: 100\">fo obar]baz</span>" queryCommandValue("bold") before assert_equals: Wrong result re turned expected "" but got "false" 1812 FAIL [["stylewithcss","true"],["bold",""]] "{<span style=\"font-weight: 100\">fo obar]baz</span>" queryCommandValue("bold") before assert_equals: Wrong result re turned expected "" but got "false"
1813 PASS [["stylewithcss","true"],["bold",""]] "{<span style=\"font-weight: 100\">fo obar]baz</span>" queryCommandIndeterm("bold") after 1813 PASS [["stylewithcss","true"],["bold",""]] "{<span style=\"font-weight: 100\">fo obar]baz</span>" queryCommandIndeterm("bold") after
1814 PASS [["stylewithcss","true"],["bold",""]] "{<span style=\"font-weight: 100\">fo obar]baz</span>" queryCommandState("bold") after 1814 PASS [["stylewithcss","true"],["bold",""]] "{<span style=\"font-weight: 100\">fo obar]baz</span>" queryCommandState("bold") after
1815 FAIL [["stylewithcss","true"],["bold",""]] "{<span style=\"font-weight: 100\">fo obar]baz</span>" queryCommandValue("bold") after assert_equals: Wrong result ret urned expected "" but got "true" 1815 FAIL [["stylewithcss","true"],["bold",""]] "{<span style=\"font-weight: 100\">fo obar]baz</span>" queryCommandValue("bold") after assert_equals: Wrong result ret urned expected "" but got "true"
1816 PASS [["stylewithcss","false"],["bold",""]] "{<span style=\"font-weight: 100\">f oobar]baz</span>": execCommand("stylewithcss", false, "false") return value 1816 PASS [["stylewithcss","false"],["bold",""]] "{<span style=\"font-weight: 100\">f oobar]baz</span>": execCommand("stylewithcss", false, "false") return value
1817 PASS [["stylewithcss","false"],["bold",""]] "{<span style=\"font-weight: 100\">f oobar]baz</span>": execCommand("bold", false, "") return value 1817 PASS [["stylewithcss","false"],["bold",""]] "{<span style=\"font-weight: 100\">f oobar]baz</span>": execCommand("bold", false, "") return value
1818 PASS [["stylewithcss","false"],["bold",""]] "{<span style=\"font-weight: 100\">f oobar]baz</span>" checks for modifications to non-editable content 1818 PASS [["stylewithcss","false"],["bold",""]] "{<span style=\"font-weight: 100\">f oobar]baz</span>" checks for modifications to non-editable content
1819 FAIL [["stylewithcss","false"],["bold",""]] "{<span style=\"font-weight: 100\">f oobar]baz</span>" compare innerHTML assert_equals: Unexpected innerHTML (after n ormalizing inline style) expected "<span style=\"font-weight:100\"><b>foobar</b> baz</span>" but got "<b>foobar</b><span style=\"font-weight:100\">baz</span>" 1819 FAIL [["stylewithcss","false"],["bold",""]] "{<span style=\"font-weight: 100\">f oobar]baz</span>" compare innerHTML assert_equals: Unexpected innerHTML (after n ormalizing inline style) expected "<span style=\"font-weight:100\"><b>foobar</b> baz</span>" but got "<b>foobar</b><span style=\"font-weight:100\">baz</span>"
1820 PASS [["stylewithcss","false"],["bold",""]] "{<span style=\"font-weight: 100\">f oobar]baz</span>" queryCommandIndeterm("stylewithcss") before 1820 PASS [["stylewithcss","false"],["bold",""]] "{<span style=\"font-weight: 100\">f oobar]baz</span>" queryCommandIndeterm("stylewithcss") before
1821 PASS [["stylewithcss","false"],["bold",""]] "{<span style=\"font-weight: 100\">f oobar]baz</span>" queryCommandState("stylewithcss") before 1821 PASS [["stylewithcss","false"],["bold",""]] "{<span style=\"font-weight: 100\">f oobar]baz</span>" queryCommandState("stylewithcss") before
1822 FAIL [["stylewithcss","false"],["bold",""]] "{<span style=\"font-weight: 100\">f oobar]baz</span>" queryCommandValue("stylewithcss") before assert_equals: Wrong result returned expected "" but got "true" 1822 PASS [["stylewithcss","false"],["bold",""]] "{<span style=\"font-weight: 100\">f oobar]baz</span>" queryCommandValue("stylewithcss") before
1823 PASS [["stylewithcss","false"],["bold",""]] "{<span style=\"font-weight: 100\">f oobar]baz</span>" queryCommandIndeterm("stylewithcss") after 1823 PASS [["stylewithcss","false"],["bold",""]] "{<span style=\"font-weight: 100\">f oobar]baz</span>" queryCommandIndeterm("stylewithcss") after
1824 PASS [["stylewithcss","false"],["bold",""]] "{<span style=\"font-weight: 100\">f oobar]baz</span>" queryCommandState("stylewithcss") after 1824 PASS [["stylewithcss","false"],["bold",""]] "{<span style=\"font-weight: 100\">f oobar]baz</span>" queryCommandState("stylewithcss") after
1825 FAIL [["stylewithcss","false"],["bold",""]] "{<span style=\"font-weight: 100\">f oobar]baz</span>" queryCommandValue("stylewithcss") after assert_equals: Wrong r esult returned expected "" but got "false" 1825 PASS [["stylewithcss","false"],["bold",""]] "{<span style=\"font-weight: 100\">f oobar]baz</span>" queryCommandValue("stylewithcss") after
1826 PASS [["stylewithcss","false"],["bold",""]] "{<span style=\"font-weight: 100\">f oobar]baz</span>" queryCommandIndeterm("bold") before 1826 PASS [["stylewithcss","false"],["bold",""]] "{<span style=\"font-weight: 100\">f oobar]baz</span>" queryCommandIndeterm("bold") before
1827 PASS [["stylewithcss","false"],["bold",""]] "{<span style=\"font-weight: 100\">f oobar]baz</span>" queryCommandState("bold") before 1827 PASS [["stylewithcss","false"],["bold",""]] "{<span style=\"font-weight: 100\">f oobar]baz</span>" queryCommandState("bold") before
1828 FAIL [["stylewithcss","false"],["bold",""]] "{<span style=\"font-weight: 100\">f oobar]baz</span>" queryCommandValue("bold") before assert_equals: Wrong result r eturned expected "" but got "false" 1828 FAIL [["stylewithcss","false"],["bold",""]] "{<span style=\"font-weight: 100\">f oobar]baz</span>" queryCommandValue("bold") before assert_equals: Wrong result r eturned expected "" but got "false"
1829 PASS [["stylewithcss","false"],["bold",""]] "{<span style=\"font-weight: 100\">f oobar]baz</span>" queryCommandIndeterm("bold") after 1829 PASS [["stylewithcss","false"],["bold",""]] "{<span style=\"font-weight: 100\">f oobar]baz</span>" queryCommandIndeterm("bold") after
1830 PASS [["stylewithcss","false"],["bold",""]] "{<span style=\"font-weight: 100\">f oobar]baz</span>" queryCommandState("bold") after 1830 PASS [["stylewithcss","false"],["bold",""]] "{<span style=\"font-weight: 100\">f oobar]baz</span>" queryCommandState("bold") after
1831 FAIL [["stylewithcss","false"],["bold",""]] "{<span style=\"font-weight: 100\">f oobar]baz</span>" queryCommandValue("bold") after assert_equals: Wrong result re turned expected "" but got "true" 1831 FAIL [["stylewithcss","false"],["bold",""]] "{<span style=\"font-weight: 100\">f oobar]baz</span>" queryCommandValue("bold") after assert_equals: Wrong result re turned expected "" but got "true"
1832 PASS [["stylewithcss","true"],["bold",""]] "{<span style=\"font-weight: 400\">fo obar]baz</span>": execCommand("stylewithcss", false, "true") return value 1832 PASS [["stylewithcss","true"],["bold",""]] "{<span style=\"font-weight: 400\">fo obar]baz</span>": execCommand("stylewithcss", false, "true") return value
1833 PASS [["stylewithcss","true"],["bold",""]] "{<span style=\"font-weight: 400\">fo obar]baz</span>": execCommand("bold", false, "") return value 1833 PASS [["stylewithcss","true"],["bold",""]] "{<span style=\"font-weight: 400\">fo obar]baz</span>": execCommand("bold", false, "") return value
1834 PASS [["stylewithcss","true"],["bold",""]] "{<span style=\"font-weight: 400\">fo obar]baz</span>" checks for modifications to non-editable content 1834 PASS [["stylewithcss","true"],["bold",""]] "{<span style=\"font-weight: 400\">fo obar]baz</span>" checks for modifications to non-editable content
1835 FAIL [["stylewithcss","true"],["bold",""]] "{<span style=\"font-weight: 400\">fo obar]baz</span>" compare innerHTML assert_equals: Unexpected innerHTML (after no rmalizing inline style) expected "<span style=\"font-weight:400\"><span style=\" font-weight:bold\">foobar</span>baz</span>" but got "<span style=\"font-weight:b old\">foobar</span><span style=\"font-weight:400\">baz</span>" 1835 FAIL [["stylewithcss","true"],["bold",""]] "{<span style=\"font-weight: 400\">fo obar]baz</span>" compare innerHTML assert_equals: Unexpected innerHTML (after no rmalizing inline style) expected "<span style=\"font-weight:400\"><span style=\" font-weight:bold\">foobar</span>baz</span>" but got "<span style=\"font-weight:b old\">foobar</span><span style=\"font-weight:400\">baz</span>"
1836 PASS [["stylewithcss","true"],["bold",""]] "{<span style=\"font-weight: 400\">fo obar]baz</span>" queryCommandIndeterm("stylewithcss") before 1836 PASS [["stylewithcss","true"],["bold",""]] "{<span style=\"font-weight: 400\">fo obar]baz</span>" queryCommandIndeterm("stylewithcss") before
1837 PASS [["stylewithcss","true"],["bold",""]] "{<span style=\"font-weight: 400\">fo obar]baz</span>" queryCommandState("stylewithcss") before 1837 PASS [["stylewithcss","true"],["bold",""]] "{<span style=\"font-weight: 400\">fo obar]baz</span>" queryCommandState("stylewithcss") before
1838 FAIL [["stylewithcss","true"],["bold",""]] "{<span style=\"font-weight: 400\">fo obar]baz</span>" queryCommandValue("stylewithcss") before assert_equals: Wrong r esult returned expected "" but got "false" 1838 PASS [["stylewithcss","true"],["bold",""]] "{<span style=\"font-weight: 400\">fo obar]baz</span>" queryCommandValue("stylewithcss") before
1839 PASS [["stylewithcss","true"],["bold",""]] "{<span style=\"font-weight: 400\">fo obar]baz</span>" queryCommandIndeterm("stylewithcss") after 1839 PASS [["stylewithcss","true"],["bold",""]] "{<span style=\"font-weight: 400\">fo obar]baz</span>" queryCommandIndeterm("stylewithcss") after
1840 PASS [["stylewithcss","true"],["bold",""]] "{<span style=\"font-weight: 400\">fo obar]baz</span>" queryCommandState("stylewithcss") after 1840 PASS [["stylewithcss","true"],["bold",""]] "{<span style=\"font-weight: 400\">fo obar]baz</span>" queryCommandState("stylewithcss") after
1841 FAIL [["stylewithcss","true"],["bold",""]] "{<span style=\"font-weight: 400\">fo obar]baz</span>" queryCommandValue("stylewithcss") after assert_equals: Wrong re sult returned expected "" but got "true" 1841 PASS [["stylewithcss","true"],["bold",""]] "{<span style=\"font-weight: 400\">fo obar]baz</span>" queryCommandValue("stylewithcss") after
1842 PASS [["stylewithcss","true"],["bold",""]] "{<span style=\"font-weight: 400\">fo obar]baz</span>" queryCommandIndeterm("bold") before 1842 PASS [["stylewithcss","true"],["bold",""]] "{<span style=\"font-weight: 400\">fo obar]baz</span>" queryCommandIndeterm("bold") before
1843 PASS [["stylewithcss","true"],["bold",""]] "{<span style=\"font-weight: 400\">fo obar]baz</span>" queryCommandState("bold") before 1843 PASS [["stylewithcss","true"],["bold",""]] "{<span style=\"font-weight: 400\">fo obar]baz</span>" queryCommandState("bold") before
1844 FAIL [["stylewithcss","true"],["bold",""]] "{<span style=\"font-weight: 400\">fo obar]baz</span>" queryCommandValue("bold") before assert_equals: Wrong result re turned expected "" but got "false" 1844 FAIL [["stylewithcss","true"],["bold",""]] "{<span style=\"font-weight: 400\">fo obar]baz</span>" queryCommandValue("bold") before assert_equals: Wrong result re turned expected "" but got "false"
1845 PASS [["stylewithcss","true"],["bold",""]] "{<span style=\"font-weight: 400\">fo obar]baz</span>" queryCommandIndeterm("bold") after 1845 PASS [["stylewithcss","true"],["bold",""]] "{<span style=\"font-weight: 400\">fo obar]baz</span>" queryCommandIndeterm("bold") after
1846 PASS [["stylewithcss","true"],["bold",""]] "{<span style=\"font-weight: 400\">fo obar]baz</span>" queryCommandState("bold") after 1846 PASS [["stylewithcss","true"],["bold",""]] "{<span style=\"font-weight: 400\">fo obar]baz</span>" queryCommandState("bold") after
1847 FAIL [["stylewithcss","true"],["bold",""]] "{<span style=\"font-weight: 400\">fo obar]baz</span>" queryCommandValue("bold") after assert_equals: Wrong result ret urned expected "" but got "true" 1847 FAIL [["stylewithcss","true"],["bold",""]] "{<span style=\"font-weight: 400\">fo obar]baz</span>" queryCommandValue("bold") after assert_equals: Wrong result ret urned expected "" but got "true"
1848 PASS [["stylewithcss","false"],["bold",""]] "{<span style=\"font-weight: 400\">f oobar]baz</span>": execCommand("stylewithcss", false, "false") return value 1848 PASS [["stylewithcss","false"],["bold",""]] "{<span style=\"font-weight: 400\">f oobar]baz</span>": execCommand("stylewithcss", false, "false") return value
1849 PASS [["stylewithcss","false"],["bold",""]] "{<span style=\"font-weight: 400\">f oobar]baz</span>": execCommand("bold", false, "") return value 1849 PASS [["stylewithcss","false"],["bold",""]] "{<span style=\"font-weight: 400\">f oobar]baz</span>": execCommand("bold", false, "") return value
1850 PASS [["stylewithcss","false"],["bold",""]] "{<span style=\"font-weight: 400\">f oobar]baz</span>" checks for modifications to non-editable content 1850 PASS [["stylewithcss","false"],["bold",""]] "{<span style=\"font-weight: 400\">f oobar]baz</span>" checks for modifications to non-editable content
1851 FAIL [["stylewithcss","false"],["bold",""]] "{<span style=\"font-weight: 400\">f oobar]baz</span>" compare innerHTML assert_equals: Unexpected innerHTML (after n ormalizing inline style) expected "<span style=\"font-weight:400\"><b>foobar</b> baz</span>" but got "<b>foobar</b><span style=\"font-weight:400\">baz</span>" 1851 FAIL [["stylewithcss","false"],["bold",""]] "{<span style=\"font-weight: 400\">f oobar]baz</span>" compare innerHTML assert_equals: Unexpected innerHTML (after n ormalizing inline style) expected "<span style=\"font-weight:400\"><b>foobar</b> baz</span>" but got "<b>foobar</b><span style=\"font-weight:400\">baz</span>"
1852 PASS [["stylewithcss","false"],["bold",""]] "{<span style=\"font-weight: 400\">f oobar]baz</span>" queryCommandIndeterm("stylewithcss") before 1852 PASS [["stylewithcss","false"],["bold",""]] "{<span style=\"font-weight: 400\">f oobar]baz</span>" queryCommandIndeterm("stylewithcss") before
1853 PASS [["stylewithcss","false"],["bold",""]] "{<span style=\"font-weight: 400\">f oobar]baz</span>" queryCommandState("stylewithcss") before 1853 PASS [["stylewithcss","false"],["bold",""]] "{<span style=\"font-weight: 400\">f oobar]baz</span>" queryCommandState("stylewithcss") before
1854 FAIL [["stylewithcss","false"],["bold",""]] "{<span style=\"font-weight: 400\">f oobar]baz</span>" queryCommandValue("stylewithcss") before assert_equals: Wrong result returned expected "" but got "true" 1854 PASS [["stylewithcss","false"],["bold",""]] "{<span style=\"font-weight: 400\">f oobar]baz</span>" queryCommandValue("stylewithcss") before
1855 PASS [["stylewithcss","false"],["bold",""]] "{<span style=\"font-weight: 400\">f oobar]baz</span>" queryCommandIndeterm("stylewithcss") after 1855 PASS [["stylewithcss","false"],["bold",""]] "{<span style=\"font-weight: 400\">f oobar]baz</span>" queryCommandIndeterm("stylewithcss") after
1856 PASS [["stylewithcss","false"],["bold",""]] "{<span style=\"font-weight: 400\">f oobar]baz</span>" queryCommandState("stylewithcss") after 1856 PASS [["stylewithcss","false"],["bold",""]] "{<span style=\"font-weight: 400\">f oobar]baz</span>" queryCommandState("stylewithcss") after
1857 FAIL [["stylewithcss","false"],["bold",""]] "{<span style=\"font-weight: 400\">f oobar]baz</span>" queryCommandValue("stylewithcss") after assert_equals: Wrong r esult returned expected "" but got "false" 1857 PASS [["stylewithcss","false"],["bold",""]] "{<span style=\"font-weight: 400\">f oobar]baz</span>" queryCommandValue("stylewithcss") after
1858 PASS [["stylewithcss","false"],["bold",""]] "{<span style=\"font-weight: 400\">f oobar]baz</span>" queryCommandIndeterm("bold") before 1858 PASS [["stylewithcss","false"],["bold",""]] "{<span style=\"font-weight: 400\">f oobar]baz</span>" queryCommandIndeterm("bold") before
1859 PASS [["stylewithcss","false"],["bold",""]] "{<span style=\"font-weight: 400\">f oobar]baz</span>" queryCommandState("bold") before 1859 PASS [["stylewithcss","false"],["bold",""]] "{<span style=\"font-weight: 400\">f oobar]baz</span>" queryCommandState("bold") before
1860 FAIL [["stylewithcss","false"],["bold",""]] "{<span style=\"font-weight: 400\">f oobar]baz</span>" queryCommandValue("bold") before assert_equals: Wrong result r eturned expected "" but got "false" 1860 FAIL [["stylewithcss","false"],["bold",""]] "{<span style=\"font-weight: 400\">f oobar]baz</span>" queryCommandValue("bold") before assert_equals: Wrong result r eturned expected "" but got "false"
1861 PASS [["stylewithcss","false"],["bold",""]] "{<span style=\"font-weight: 400\">f oobar]baz</span>" queryCommandIndeterm("bold") after 1861 PASS [["stylewithcss","false"],["bold",""]] "{<span style=\"font-weight: 400\">f oobar]baz</span>" queryCommandIndeterm("bold") after
1862 PASS [["stylewithcss","false"],["bold",""]] "{<span style=\"font-weight: 400\">f oobar]baz</span>" queryCommandState("bold") after 1862 PASS [["stylewithcss","false"],["bold",""]] "{<span style=\"font-weight: 400\">f oobar]baz</span>" queryCommandState("bold") after
1863 FAIL [["stylewithcss","false"],["bold",""]] "{<span style=\"font-weight: 400\">f oobar]baz</span>" queryCommandValue("bold") after assert_equals: Wrong result re turned expected "" but got "true" 1863 FAIL [["stylewithcss","false"],["bold",""]] "{<span style=\"font-weight: 400\">f oobar]baz</span>" queryCommandValue("bold") after assert_equals: Wrong result re turned expected "" but got "true"
1864 PASS [["stylewithcss","true"],["bold",""]] "{<span style=\"font-weight: 700\">fo obar]baz</span>": execCommand("stylewithcss", false, "true") return value 1864 PASS [["stylewithcss","true"],["bold",""]] "{<span style=\"font-weight: 700\">fo obar]baz</span>": execCommand("stylewithcss", false, "true") return value
1865 PASS [["stylewithcss","true"],["bold",""]] "{<span style=\"font-weight: 700\">fo obar]baz</span>": execCommand("bold", false, "") return value 1865 PASS [["stylewithcss","true"],["bold",""]] "{<span style=\"font-weight: 700\">fo obar]baz</span>": execCommand("bold", false, "") return value
1866 PASS [["stylewithcss","true"],["bold",""]] "{<span style=\"font-weight: 700\">fo obar]baz</span>" checks for modifications to non-editable content 1866 PASS [["stylewithcss","true"],["bold",""]] "{<span style=\"font-weight: 700\">fo obar]baz</span>" checks for modifications to non-editable content
1867 PASS [["stylewithcss","true"],["bold",""]] "{<span style=\"font-weight: 700\">fo obar]baz</span>" compare innerHTML 1867 PASS [["stylewithcss","true"],["bold",""]] "{<span style=\"font-weight: 700\">fo obar]baz</span>" compare innerHTML
1868 PASS [["stylewithcss","true"],["bold",""]] "{<span style=\"font-weight: 700\">fo obar]baz</span>" queryCommandIndeterm("stylewithcss") before 1868 PASS [["stylewithcss","true"],["bold",""]] "{<span style=\"font-weight: 700\">fo obar]baz</span>" queryCommandIndeterm("stylewithcss") before
1869 PASS [["stylewithcss","true"],["bold",""]] "{<span style=\"font-weight: 700\">fo obar]baz</span>" queryCommandState("stylewithcss") before 1869 PASS [["stylewithcss","true"],["bold",""]] "{<span style=\"font-weight: 700\">fo obar]baz</span>" queryCommandState("stylewithcss") before
1870 FAIL [["stylewithcss","true"],["bold",""]] "{<span style=\"font-weight: 700\">fo obar]baz</span>" queryCommandValue("stylewithcss") before assert_equals: Wrong r esult returned expected "" but got "false" 1870 PASS [["stylewithcss","true"],["bold",""]] "{<span style=\"font-weight: 700\">fo obar]baz</span>" queryCommandValue("stylewithcss") before
1871 PASS [["stylewithcss","true"],["bold",""]] "{<span style=\"font-weight: 700\">fo obar]baz</span>" queryCommandIndeterm("stylewithcss") after 1871 PASS [["stylewithcss","true"],["bold",""]] "{<span style=\"font-weight: 700\">fo obar]baz</span>" queryCommandIndeterm("stylewithcss") after
1872 PASS [["stylewithcss","true"],["bold",""]] "{<span style=\"font-weight: 700\">fo obar]baz</span>" queryCommandState("stylewithcss") after 1872 PASS [["stylewithcss","true"],["bold",""]] "{<span style=\"font-weight: 700\">fo obar]baz</span>" queryCommandState("stylewithcss") after
1873 FAIL [["stylewithcss","true"],["bold",""]] "{<span style=\"font-weight: 700\">fo obar]baz</span>" queryCommandValue("stylewithcss") after assert_equals: Wrong re sult returned expected "" but got "true" 1873 PASS [["stylewithcss","true"],["bold",""]] "{<span style=\"font-weight: 700\">fo obar]baz</span>" queryCommandValue("stylewithcss") after
1874 PASS [["stylewithcss","true"],["bold",""]] "{<span style=\"font-weight: 700\">fo obar]baz</span>" queryCommandIndeterm("bold") before 1874 PASS [["stylewithcss","true"],["bold",""]] "{<span style=\"font-weight: 700\">fo obar]baz</span>" queryCommandIndeterm("bold") before
1875 PASS [["stylewithcss","true"],["bold",""]] "{<span style=\"font-weight: 700\">fo obar]baz</span>" queryCommandState("bold") before 1875 PASS [["stylewithcss","true"],["bold",""]] "{<span style=\"font-weight: 700\">fo obar]baz</span>" queryCommandState("bold") before
1876 FAIL [["stylewithcss","true"],["bold",""]] "{<span style=\"font-weight: 700\">fo obar]baz</span>" queryCommandValue("bold") before assert_equals: Wrong result re turned expected "" but got "true" 1876 FAIL [["stylewithcss","true"],["bold",""]] "{<span style=\"font-weight: 700\">fo obar]baz</span>" queryCommandValue("bold") before assert_equals: Wrong result re turned expected "" but got "true"
1877 PASS [["stylewithcss","true"],["bold",""]] "{<span style=\"font-weight: 700\">fo obar]baz</span>" queryCommandIndeterm("bold") after 1877 PASS [["stylewithcss","true"],["bold",""]] "{<span style=\"font-weight: 700\">fo obar]baz</span>" queryCommandIndeterm("bold") after
1878 PASS [["stylewithcss","true"],["bold",""]] "{<span style=\"font-weight: 700\">fo obar]baz</span>" queryCommandState("bold") after 1878 PASS [["stylewithcss","true"],["bold",""]] "{<span style=\"font-weight: 700\">fo obar]baz</span>" queryCommandState("bold") after
1879 FAIL [["stylewithcss","true"],["bold",""]] "{<span style=\"font-weight: 700\">fo obar]baz</span>" queryCommandValue("bold") after assert_equals: Wrong result ret urned expected "" but got "false" 1879 FAIL [["stylewithcss","true"],["bold",""]] "{<span style=\"font-weight: 700\">fo obar]baz</span>" queryCommandValue("bold") after assert_equals: Wrong result ret urned expected "" but got "false"
1880 PASS [["stylewithcss","false"],["bold",""]] "{<span style=\"font-weight: 700\">f oobar]baz</span>": execCommand("stylewithcss", false, "false") return value 1880 PASS [["stylewithcss","false"],["bold",""]] "{<span style=\"font-weight: 700\">f oobar]baz</span>": execCommand("stylewithcss", false, "false") return value
1881 PASS [["stylewithcss","false"],["bold",""]] "{<span style=\"font-weight: 700\">f oobar]baz</span>": execCommand("bold", false, "") return value 1881 PASS [["stylewithcss","false"],["bold",""]] "{<span style=\"font-weight: 700\">f oobar]baz</span>": execCommand("bold", false, "") return value
1882 PASS [["stylewithcss","false"],["bold",""]] "{<span style=\"font-weight: 700\">f oobar]baz</span>" checks for modifications to non-editable content 1882 PASS [["stylewithcss","false"],["bold",""]] "{<span style=\"font-weight: 700\">f oobar]baz</span>" checks for modifications to non-editable content
1883 FAIL [["stylewithcss","false"],["bold",""]] "{<span style=\"font-weight: 700\">f oobar]baz</span>" compare innerHTML assert_equals: Unexpected innerHTML (after n ormalizing inline style) expected "foobar<b>baz</b>" but got "foobar<span style= \"font-weight:700\">baz</span>" 1883 FAIL [["stylewithcss","false"],["bold",""]] "{<span style=\"font-weight: 700\">f oobar]baz</span>" compare innerHTML assert_equals: Unexpected innerHTML (after n ormalizing inline style) expected "foobar<b>baz</b>" but got "foobar<span style= \"font-weight:700\">baz</span>"
1884 PASS [["stylewithcss","false"],["bold",""]] "{<span style=\"font-weight: 700\">f oobar]baz</span>" queryCommandIndeterm("stylewithcss") before 1884 PASS [["stylewithcss","false"],["bold",""]] "{<span style=\"font-weight: 700\">f oobar]baz</span>" queryCommandIndeterm("stylewithcss") before
1885 PASS [["stylewithcss","false"],["bold",""]] "{<span style=\"font-weight: 700\">f oobar]baz</span>" queryCommandState("stylewithcss") before 1885 PASS [["stylewithcss","false"],["bold",""]] "{<span style=\"font-weight: 700\">f oobar]baz</span>" queryCommandState("stylewithcss") before
1886 FAIL [["stylewithcss","false"],["bold",""]] "{<span style=\"font-weight: 700\">f oobar]baz</span>" queryCommandValue("stylewithcss") before assert_equals: Wrong result returned expected "" but got "true" 1886 PASS [["stylewithcss","false"],["bold",""]] "{<span style=\"font-weight: 700\">f oobar]baz</span>" queryCommandValue("stylewithcss") before
1887 PASS [["stylewithcss","false"],["bold",""]] "{<span style=\"font-weight: 700\">f oobar]baz</span>" queryCommandIndeterm("stylewithcss") after 1887 PASS [["stylewithcss","false"],["bold",""]] "{<span style=\"font-weight: 700\">f oobar]baz</span>" queryCommandIndeterm("stylewithcss") after
1888 PASS [["stylewithcss","false"],["bold",""]] "{<span style=\"font-weight: 700\">f oobar]baz</span>" queryCommandState("stylewithcss") after 1888 PASS [["stylewithcss","false"],["bold",""]] "{<span style=\"font-weight: 700\">f oobar]baz</span>" queryCommandState("stylewithcss") after
1889 FAIL [["stylewithcss","false"],["bold",""]] "{<span style=\"font-weight: 700\">f oobar]baz</span>" queryCommandValue("stylewithcss") after assert_equals: Wrong r esult returned expected "" but got "false" 1889 PASS [["stylewithcss","false"],["bold",""]] "{<span style=\"font-weight: 700\">f oobar]baz</span>" queryCommandValue("stylewithcss") after
1890 PASS [["stylewithcss","false"],["bold",""]] "{<span style=\"font-weight: 700\">f oobar]baz</span>" queryCommandIndeterm("bold") before 1890 PASS [["stylewithcss","false"],["bold",""]] "{<span style=\"font-weight: 700\">f oobar]baz</span>" queryCommandIndeterm("bold") before
1891 PASS [["stylewithcss","false"],["bold",""]] "{<span style=\"font-weight: 700\">f oobar]baz</span>" queryCommandState("bold") before 1891 PASS [["stylewithcss","false"],["bold",""]] "{<span style=\"font-weight: 700\">f oobar]baz</span>" queryCommandState("bold") before
1892 FAIL [["stylewithcss","false"],["bold",""]] "{<span style=\"font-weight: 700\">f oobar]baz</span>" queryCommandValue("bold") before assert_equals: Wrong result r eturned expected "" but got "true" 1892 FAIL [["stylewithcss","false"],["bold",""]] "{<span style=\"font-weight: 700\">f oobar]baz</span>" queryCommandValue("bold") before assert_equals: Wrong result r eturned expected "" but got "true"
1893 PASS [["stylewithcss","false"],["bold",""]] "{<span style=\"font-weight: 700\">f oobar]baz</span>" queryCommandIndeterm("bold") after 1893 PASS [["stylewithcss","false"],["bold",""]] "{<span style=\"font-weight: 700\">f oobar]baz</span>" queryCommandIndeterm("bold") after
1894 PASS [["stylewithcss","false"],["bold",""]] "{<span style=\"font-weight: 700\">f oobar]baz</span>" queryCommandState("bold") after 1894 PASS [["stylewithcss","false"],["bold",""]] "{<span style=\"font-weight: 700\">f oobar]baz</span>" queryCommandState("bold") after
1895 FAIL [["stylewithcss","false"],["bold",""]] "{<span style=\"font-weight: 700\">f oobar]baz</span>" queryCommandValue("bold") after assert_equals: Wrong result re turned expected "" but got "false" 1895 FAIL [["stylewithcss","false"],["bold",""]] "{<span style=\"font-weight: 700\">f oobar]baz</span>" queryCommandValue("bold") after assert_equals: Wrong result re turned expected "" but got "false"
1896 PASS [["bold",""]] "{<span style=\"font-weight: 900\">foobar]baz</span>": execCo mmand("bold", false, "") return value 1896 PASS [["bold",""]] "{<span style=\"font-weight: 900\">foobar]baz</span>": execCo mmand("bold", false, "") return value
1897 PASS [["bold",""]] "{<span style=\"font-weight: 900\">foobar]baz</span>" checks for modifications to non-editable content 1897 PASS [["bold",""]] "{<span style=\"font-weight: 900\">foobar]baz</span>" checks for modifications to non-editable content
1898 PASS [["bold",""]] "{<span style=\"font-weight: 900\">foobar]baz</span>" compare innerHTML 1898 PASS [["bold",""]] "{<span style=\"font-weight: 900\">foobar]baz</span>" compare innerHTML
1899 PASS [["bold",""]] "{<span style=\"font-weight: 900\">foobar]baz</span>" queryCo mmandIndeterm("bold") before 1899 PASS [["bold",""]] "{<span style=\"font-weight: 900\">foobar]baz</span>" queryCo mmandIndeterm("bold") before
1900 PASS [["bold",""]] "{<span style=\"font-weight: 900\">foobar]baz</span>" queryCo mmandState("bold") before 1900 PASS [["bold",""]] "{<span style=\"font-weight: 900\">foobar]baz</span>" queryCo mmandState("bold") before
1901 FAIL [["bold",""]] "{<span style=\"font-weight: 900\">foobar]baz</span>" queryCo mmandValue("bold") before assert_equals: Wrong result returned expected "" but g ot "true" 1901 FAIL [["bold",""]] "{<span style=\"font-weight: 900\">foobar]baz</span>" queryCo mmandValue("bold") before assert_equals: Wrong result returned expected "" but g ot "true"
1902 PASS [["bold",""]] "{<span style=\"font-weight: 900\">foobar]baz</span>" queryCo mmandIndeterm("bold") after 1902 PASS [["bold",""]] "{<span style=\"font-weight: 900\">foobar]baz</span>" queryCo mmandIndeterm("bold") after
1903 PASS [["bold",""]] "{<span style=\"font-weight: 900\">foobar]baz</span>" queryCo mmandState("bold") after 1903 PASS [["bold",""]] "{<span style=\"font-weight: 900\">foobar]baz</span>" queryCo mmandState("bold") after
1904 FAIL [["bold",""]] "{<span style=\"font-weight: 900\">foobar]baz</span>" queryCo mmandValue("bold") after assert_equals: Wrong result returned expected "" but go t "false" 1904 FAIL [["bold",""]] "{<span style=\"font-weight: 900\">foobar]baz</span>" queryCo mmandValue("bold") after assert_equals: Wrong result returned expected "" but go t "false"
1905 PASS [["stylewithcss","true"],["bold",""]] "<span style=\"font-weight: 100\">foo [barbaz</span>}": execCommand("stylewithcss", false, "true") return value 1905 PASS [["stylewithcss","true"],["bold",""]] "<span style=\"font-weight: 100\">foo [barbaz</span>}": execCommand("stylewithcss", false, "true") return value
1906 PASS [["stylewithcss","true"],["bold",""]] "<span style=\"font-weight: 100\">foo [barbaz</span>}": execCommand("bold", false, "") return value 1906 PASS [["stylewithcss","true"],["bold",""]] "<span style=\"font-weight: 100\">foo [barbaz</span>}": execCommand("bold", false, "") return value
1907 PASS [["stylewithcss","true"],["bold",""]] "<span style=\"font-weight: 100\">foo [barbaz</span>}" checks for modifications to non-editable content 1907 PASS [["stylewithcss","true"],["bold",""]] "<span style=\"font-weight: 100\">foo [barbaz</span>}" checks for modifications to non-editable content
1908 FAIL [["stylewithcss","true"],["bold",""]] "<span style=\"font-weight: 100\">foo [barbaz</span>}" compare innerHTML assert_equals: Unexpected innerHTML (after no rmalizing inline style) expected "<span style=\"font-weight:100\">foo<span style =\"font-weight:bold\">barbaz</span></span>" but got "<span style=\"font-weight:1 00\">foo</span><span style=\"font-weight:bold\">barbaz</span>" 1908 FAIL [["stylewithcss","true"],["bold",""]] "<span style=\"font-weight: 100\">foo [barbaz</span>}" compare innerHTML assert_equals: Unexpected innerHTML (after no rmalizing inline style) expected "<span style=\"font-weight:100\">foo<span style =\"font-weight:bold\">barbaz</span></span>" but got "<span style=\"font-weight:1 00\">foo</span><span style=\"font-weight:bold\">barbaz</span>"
1909 PASS [["stylewithcss","true"],["bold",""]] "<span style=\"font-weight: 100\">foo [barbaz</span>}" queryCommandIndeterm("stylewithcss") before 1909 PASS [["stylewithcss","true"],["bold",""]] "<span style=\"font-weight: 100\">foo [barbaz</span>}" queryCommandIndeterm("stylewithcss") before
1910 PASS [["stylewithcss","true"],["bold",""]] "<span style=\"font-weight: 100\">foo [barbaz</span>}" queryCommandState("stylewithcss") before 1910 PASS [["stylewithcss","true"],["bold",""]] "<span style=\"font-weight: 100\">foo [barbaz</span>}" queryCommandState("stylewithcss") before
1911 FAIL [["stylewithcss","true"],["bold",""]] "<span style=\"font-weight: 100\">foo [barbaz</span>}" queryCommandValue("stylewithcss") before assert_equals: Wrong r esult returned expected "" but got "false" 1911 PASS [["stylewithcss","true"],["bold",""]] "<span style=\"font-weight: 100\">foo [barbaz</span>}" queryCommandValue("stylewithcss") before
1912 PASS [["stylewithcss","true"],["bold",""]] "<span style=\"font-weight: 100\">foo [barbaz</span>}" queryCommandIndeterm("stylewithcss") after 1912 PASS [["stylewithcss","true"],["bold",""]] "<span style=\"font-weight: 100\">foo [barbaz</span>}" queryCommandIndeterm("stylewithcss") after
1913 PASS [["stylewithcss","true"],["bold",""]] "<span style=\"font-weight: 100\">foo [barbaz</span>}" queryCommandState("stylewithcss") after 1913 PASS [["stylewithcss","true"],["bold",""]] "<span style=\"font-weight: 100\">foo [barbaz</span>}" queryCommandState("stylewithcss") after
1914 FAIL [["stylewithcss","true"],["bold",""]] "<span style=\"font-weight: 100\">foo [barbaz</span>}" queryCommandValue("stylewithcss") after assert_equals: Wrong re sult returned expected "" but got "true" 1914 PASS [["stylewithcss","true"],["bold",""]] "<span style=\"font-weight: 100\">foo [barbaz</span>}" queryCommandValue("stylewithcss") after
1915 PASS [["stylewithcss","true"],["bold",""]] "<span style=\"font-weight: 100\">foo [barbaz</span>}" queryCommandIndeterm("bold") before 1915 PASS [["stylewithcss","true"],["bold",""]] "<span style=\"font-weight: 100\">foo [barbaz</span>}" queryCommandIndeterm("bold") before
1916 PASS [["stylewithcss","true"],["bold",""]] "<span style=\"font-weight: 100\">foo [barbaz</span>}" queryCommandState("bold") before 1916 PASS [["stylewithcss","true"],["bold",""]] "<span style=\"font-weight: 100\">foo [barbaz</span>}" queryCommandState("bold") before
1917 FAIL [["stylewithcss","true"],["bold",""]] "<span style=\"font-weight: 100\">foo [barbaz</span>}" queryCommandValue("bold") before assert_equals: Wrong result re turned expected "" but got "false" 1917 FAIL [["stylewithcss","true"],["bold",""]] "<span style=\"font-weight: 100\">foo [barbaz</span>}" queryCommandValue("bold") before assert_equals: Wrong result re turned expected "" but got "false"
1918 PASS [["stylewithcss","true"],["bold",""]] "<span style=\"font-weight: 100\">foo [barbaz</span>}" queryCommandIndeterm("bold") after 1918 PASS [["stylewithcss","true"],["bold",""]] "<span style=\"font-weight: 100\">foo [barbaz</span>}" queryCommandIndeterm("bold") after
1919 PASS [["stylewithcss","true"],["bold",""]] "<span style=\"font-weight: 100\">foo [barbaz</span>}" queryCommandState("bold") after 1919 PASS [["stylewithcss","true"],["bold",""]] "<span style=\"font-weight: 100\">foo [barbaz</span>}" queryCommandState("bold") after
1920 FAIL [["stylewithcss","true"],["bold",""]] "<span style=\"font-weight: 100\">foo [barbaz</span>}" queryCommandValue("bold") after assert_equals: Wrong result ret urned expected "" but got "true" 1920 FAIL [["stylewithcss","true"],["bold",""]] "<span style=\"font-weight: 100\">foo [barbaz</span>}" queryCommandValue("bold") after assert_equals: Wrong result ret urned expected "" but got "true"
1921 PASS [["stylewithcss","false"],["bold",""]] "<span style=\"font-weight: 100\">fo o[barbaz</span>}": execCommand("stylewithcss", false, "false") return value 1921 PASS [["stylewithcss","false"],["bold",""]] "<span style=\"font-weight: 100\">fo o[barbaz</span>}": execCommand("stylewithcss", false, "false") return value
1922 PASS [["stylewithcss","false"],["bold",""]] "<span style=\"font-weight: 100\">fo o[barbaz</span>}": execCommand("bold", false, "") return value 1922 PASS [["stylewithcss","false"],["bold",""]] "<span style=\"font-weight: 100\">fo o[barbaz</span>}": execCommand("bold", false, "") return value
1923 PASS [["stylewithcss","false"],["bold",""]] "<span style=\"font-weight: 100\">fo o[barbaz</span>}" checks for modifications to non-editable content 1923 PASS [["stylewithcss","false"],["bold",""]] "<span style=\"font-weight: 100\">fo o[barbaz</span>}" checks for modifications to non-editable content
1924 FAIL [["stylewithcss","false"],["bold",""]] "<span style=\"font-weight: 100\">fo o[barbaz</span>}" compare innerHTML assert_equals: Unexpected innerHTML (after n ormalizing inline style) expected "<span style=\"font-weight:100\">foo<b>barbaz< /b></span>" but got "<span style=\"font-weight:100\">foo</span><b>barbaz</b>" 1924 FAIL [["stylewithcss","false"],["bold",""]] "<span style=\"font-weight: 100\">fo o[barbaz</span>}" compare innerHTML assert_equals: Unexpected innerHTML (after n ormalizing inline style) expected "<span style=\"font-weight:100\">foo<b>barbaz< /b></span>" but got "<span style=\"font-weight:100\">foo</span><b>barbaz</b>"
1925 PASS [["stylewithcss","false"],["bold",""]] "<span style=\"font-weight: 100\">fo o[barbaz</span>}" queryCommandIndeterm("stylewithcss") before 1925 PASS [["stylewithcss","false"],["bold",""]] "<span style=\"font-weight: 100\">fo o[barbaz</span>}" queryCommandIndeterm("stylewithcss") before
1926 PASS [["stylewithcss","false"],["bold",""]] "<span style=\"font-weight: 100\">fo o[barbaz</span>}" queryCommandState("stylewithcss") before 1926 PASS [["stylewithcss","false"],["bold",""]] "<span style=\"font-weight: 100\">fo o[barbaz</span>}" queryCommandState("stylewithcss") before
1927 FAIL [["stylewithcss","false"],["bold",""]] "<span style=\"font-weight: 100\">fo o[barbaz</span>}" queryCommandValue("stylewithcss") before assert_equals: Wrong result returned expected "" but got "true" 1927 PASS [["stylewithcss","false"],["bold",""]] "<span style=\"font-weight: 100\">fo o[barbaz</span>}" queryCommandValue("stylewithcss") before
1928 PASS [["stylewithcss","false"],["bold",""]] "<span style=\"font-weight: 100\">fo o[barbaz</span>}" queryCommandIndeterm("stylewithcss") after 1928 PASS [["stylewithcss","false"],["bold",""]] "<span style=\"font-weight: 100\">fo o[barbaz</span>}" queryCommandIndeterm("stylewithcss") after
1929 PASS [["stylewithcss","false"],["bold",""]] "<span style=\"font-weight: 100\">fo o[barbaz</span>}" queryCommandState("stylewithcss") after 1929 PASS [["stylewithcss","false"],["bold",""]] "<span style=\"font-weight: 100\">fo o[barbaz</span>}" queryCommandState("stylewithcss") after
1930 FAIL [["stylewithcss","false"],["bold",""]] "<span style=\"font-weight: 100\">fo o[barbaz</span>}" queryCommandValue("stylewithcss") after assert_equals: Wrong r esult returned expected "" but got "false" 1930 PASS [["stylewithcss","false"],["bold",""]] "<span style=\"font-weight: 100\">fo o[barbaz</span>}" queryCommandValue("stylewithcss") after
1931 PASS [["stylewithcss","false"],["bold",""]] "<span style=\"font-weight: 100\">fo o[barbaz</span>}" queryCommandIndeterm("bold") before 1931 PASS [["stylewithcss","false"],["bold",""]] "<span style=\"font-weight: 100\">fo o[barbaz</span>}" queryCommandIndeterm("bold") before
1932 PASS [["stylewithcss","false"],["bold",""]] "<span style=\"font-weight: 100\">fo o[barbaz</span>}" queryCommandState("bold") before 1932 PASS [["stylewithcss","false"],["bold",""]] "<span style=\"font-weight: 100\">fo o[barbaz</span>}" queryCommandState("bold") before
1933 FAIL [["stylewithcss","false"],["bold",""]] "<span style=\"font-weight: 100\">fo o[barbaz</span>}" queryCommandValue("bold") before assert_equals: Wrong result r eturned expected "" but got "false" 1933 FAIL [["stylewithcss","false"],["bold",""]] "<span style=\"font-weight: 100\">fo o[barbaz</span>}" queryCommandValue("bold") before assert_equals: Wrong result r eturned expected "" but got "false"
1934 PASS [["stylewithcss","false"],["bold",""]] "<span style=\"font-weight: 100\">fo o[barbaz</span>}" queryCommandIndeterm("bold") after 1934 PASS [["stylewithcss","false"],["bold",""]] "<span style=\"font-weight: 100\">fo o[barbaz</span>}" queryCommandIndeterm("bold") after
1935 PASS [["stylewithcss","false"],["bold",""]] "<span style=\"font-weight: 100\">fo o[barbaz</span>}" queryCommandState("bold") after 1935 PASS [["stylewithcss","false"],["bold",""]] "<span style=\"font-weight: 100\">fo o[barbaz</span>}" queryCommandState("bold") after
1936 FAIL [["stylewithcss","false"],["bold",""]] "<span style=\"font-weight: 100\">fo o[barbaz</span>}" queryCommandValue("bold") after assert_equals: Wrong result re turned expected "" but got "true" 1936 FAIL [["stylewithcss","false"],["bold",""]] "<span style=\"font-weight: 100\">fo o[barbaz</span>}" queryCommandValue("bold") after assert_equals: Wrong result re turned expected "" but got "true"
1937 PASS [["stylewithcss","true"],["bold",""]] "<span style=\"font-weight: 400\">foo [barbaz</span>}": execCommand("stylewithcss", false, "true") return value 1937 PASS [["stylewithcss","true"],["bold",""]] "<span style=\"font-weight: 400\">foo [barbaz</span>}": execCommand("stylewithcss", false, "true") return value
1938 PASS [["stylewithcss","true"],["bold",""]] "<span style=\"font-weight: 400\">foo [barbaz</span>}": execCommand("bold", false, "") return value 1938 PASS [["stylewithcss","true"],["bold",""]] "<span style=\"font-weight: 400\">foo [barbaz</span>}": execCommand("bold", false, "") return value
1939 PASS [["stylewithcss","true"],["bold",""]] "<span style=\"font-weight: 400\">foo [barbaz</span>}" checks for modifications to non-editable content 1939 PASS [["stylewithcss","true"],["bold",""]] "<span style=\"font-weight: 400\">foo [barbaz</span>}" checks for modifications to non-editable content
1940 FAIL [["stylewithcss","true"],["bold",""]] "<span style=\"font-weight: 400\">foo [barbaz</span>}" compare innerHTML assert_equals: Unexpected innerHTML (after no rmalizing inline style) expected "<span style=\"font-weight:400\">foo<span style =\"font-weight:bold\">barbaz</span></span>" but got "<span style=\"font-weight:4 00\">foo</span><span style=\"font-weight:bold\">barbaz</span>" 1940 FAIL [["stylewithcss","true"],["bold",""]] "<span style=\"font-weight: 400\">foo [barbaz</span>}" compare innerHTML assert_equals: Unexpected innerHTML (after no rmalizing inline style) expected "<span style=\"font-weight:400\">foo<span style =\"font-weight:bold\">barbaz</span></span>" but got "<span style=\"font-weight:4 00\">foo</span><span style=\"font-weight:bold\">barbaz</span>"
1941 PASS [["stylewithcss","true"],["bold",""]] "<span style=\"font-weight: 400\">foo [barbaz</span>}" queryCommandIndeterm("stylewithcss") before 1941 PASS [["stylewithcss","true"],["bold",""]] "<span style=\"font-weight: 400\">foo [barbaz</span>}" queryCommandIndeterm("stylewithcss") before
1942 PASS [["stylewithcss","true"],["bold",""]] "<span style=\"font-weight: 400\">foo [barbaz</span>}" queryCommandState("stylewithcss") before 1942 PASS [["stylewithcss","true"],["bold",""]] "<span style=\"font-weight: 400\">foo [barbaz</span>}" queryCommandState("stylewithcss") before
1943 FAIL [["stylewithcss","true"],["bold",""]] "<span style=\"font-weight: 400\">foo [barbaz</span>}" queryCommandValue("stylewithcss") before assert_equals: Wrong r esult returned expected "" but got "false" 1943 PASS [["stylewithcss","true"],["bold",""]] "<span style=\"font-weight: 400\">foo [barbaz</span>}" queryCommandValue("stylewithcss") before
1944 PASS [["stylewithcss","true"],["bold",""]] "<span style=\"font-weight: 400\">foo [barbaz</span>}" queryCommandIndeterm("stylewithcss") after 1944 PASS [["stylewithcss","true"],["bold",""]] "<span style=\"font-weight: 400\">foo [barbaz</span>}" queryCommandIndeterm("stylewithcss") after
1945 PASS [["stylewithcss","true"],["bold",""]] "<span style=\"font-weight: 400\">foo [barbaz</span>}" queryCommandState("stylewithcss") after 1945 PASS [["stylewithcss","true"],["bold",""]] "<span style=\"font-weight: 400\">foo [barbaz</span>}" queryCommandState("stylewithcss") after
1946 FAIL [["stylewithcss","true"],["bold",""]] "<span style=\"font-weight: 400\">foo [barbaz</span>}" queryCommandValue("stylewithcss") after assert_equals: Wrong re sult returned expected "" but got "true" 1946 PASS [["stylewithcss","true"],["bold",""]] "<span style=\"font-weight: 400\">foo [barbaz</span>}" queryCommandValue("stylewithcss") after
1947 PASS [["stylewithcss","true"],["bold",""]] "<span style=\"font-weight: 400\">foo [barbaz</span>}" queryCommandIndeterm("bold") before 1947 PASS [["stylewithcss","true"],["bold",""]] "<span style=\"font-weight: 400\">foo [barbaz</span>}" queryCommandIndeterm("bold") before
1948 PASS [["stylewithcss","true"],["bold",""]] "<span style=\"font-weight: 400\">foo [barbaz</span>}" queryCommandState("bold") before 1948 PASS [["stylewithcss","true"],["bold",""]] "<span style=\"font-weight: 400\">foo [barbaz</span>}" queryCommandState("bold") before
1949 FAIL [["stylewithcss","true"],["bold",""]] "<span style=\"font-weight: 400\">foo [barbaz</span>}" queryCommandValue("bold") before assert_equals: Wrong result re turned expected "" but got "false" 1949 FAIL [["stylewithcss","true"],["bold",""]] "<span style=\"font-weight: 400\">foo [barbaz</span>}" queryCommandValue("bold") before assert_equals: Wrong result re turned expected "" but got "false"
1950 PASS [["stylewithcss","true"],["bold",""]] "<span style=\"font-weight: 400\">foo [barbaz</span>}" queryCommandIndeterm("bold") after 1950 PASS [["stylewithcss","true"],["bold",""]] "<span style=\"font-weight: 400\">foo [barbaz</span>}" queryCommandIndeterm("bold") after
1951 PASS [["stylewithcss","true"],["bold",""]] "<span style=\"font-weight: 400\">foo [barbaz</span>}" queryCommandState("bold") after 1951 PASS [["stylewithcss","true"],["bold",""]] "<span style=\"font-weight: 400\">foo [barbaz</span>}" queryCommandState("bold") after
1952 FAIL [["stylewithcss","true"],["bold",""]] "<span style=\"font-weight: 400\">foo [barbaz</span>}" queryCommandValue("bold") after assert_equals: Wrong result ret urned expected "" but got "true" 1952 FAIL [["stylewithcss","true"],["bold",""]] "<span style=\"font-weight: 400\">foo [barbaz</span>}" queryCommandValue("bold") after assert_equals: Wrong result ret urned expected "" but got "true"
1953 PASS [["stylewithcss","false"],["bold",""]] "<span style=\"font-weight: 400\">fo o[barbaz</span>}": execCommand("stylewithcss", false, "false") return value 1953 PASS [["stylewithcss","false"],["bold",""]] "<span style=\"font-weight: 400\">fo o[barbaz</span>}": execCommand("stylewithcss", false, "false") return value
1954 PASS [["stylewithcss","false"],["bold",""]] "<span style=\"font-weight: 400\">fo o[barbaz</span>}": execCommand("bold", false, "") return value 1954 PASS [["stylewithcss","false"],["bold",""]] "<span style=\"font-weight: 400\">fo o[barbaz</span>}": execCommand("bold", false, "") return value
1955 PASS [["stylewithcss","false"],["bold",""]] "<span style=\"font-weight: 400\">fo o[barbaz</span>}" checks for modifications to non-editable content 1955 PASS [["stylewithcss","false"],["bold",""]] "<span style=\"font-weight: 400\">fo o[barbaz</span>}" checks for modifications to non-editable content
1956 FAIL [["stylewithcss","false"],["bold",""]] "<span style=\"font-weight: 400\">fo o[barbaz</span>}" compare innerHTML assert_equals: Unexpected innerHTML (after n ormalizing inline style) expected "<span style=\"font-weight:400\">foo<b>barbaz< /b></span>" but got "<span style=\"font-weight:400\">foo</span><b>barbaz</b>" 1956 FAIL [["stylewithcss","false"],["bold",""]] "<span style=\"font-weight: 400\">fo o[barbaz</span>}" compare innerHTML assert_equals: Unexpected innerHTML (after n ormalizing inline style) expected "<span style=\"font-weight:400\">foo<b>barbaz< /b></span>" but got "<span style=\"font-weight:400\">foo</span><b>barbaz</b>"
1957 PASS [["stylewithcss","false"],["bold",""]] "<span style=\"font-weight: 400\">fo o[barbaz</span>}" queryCommandIndeterm("stylewithcss") before 1957 PASS [["stylewithcss","false"],["bold",""]] "<span style=\"font-weight: 400\">fo o[barbaz</span>}" queryCommandIndeterm("stylewithcss") before
1958 PASS [["stylewithcss","false"],["bold",""]] "<span style=\"font-weight: 400\">fo o[barbaz</span>}" queryCommandState("stylewithcss") before 1958 PASS [["stylewithcss","false"],["bold",""]] "<span style=\"font-weight: 400\">fo o[barbaz</span>}" queryCommandState("stylewithcss") before
1959 FAIL [["stylewithcss","false"],["bold",""]] "<span style=\"font-weight: 400\">fo o[barbaz</span>}" queryCommandValue("stylewithcss") before assert_equals: Wrong result returned expected "" but got "true" 1959 PASS [["stylewithcss","false"],["bold",""]] "<span style=\"font-weight: 400\">fo o[barbaz</span>}" queryCommandValue("stylewithcss") before
1960 PASS [["stylewithcss","false"],["bold",""]] "<span style=\"font-weight: 400\">fo o[barbaz</span>}" queryCommandIndeterm("stylewithcss") after 1960 PASS [["stylewithcss","false"],["bold",""]] "<span style=\"font-weight: 400\">fo o[barbaz</span>}" queryCommandIndeterm("stylewithcss") after
1961 PASS [["stylewithcss","false"],["bold",""]] "<span style=\"font-weight: 400\">fo o[barbaz</span>}" queryCommandState("stylewithcss") after 1961 PASS [["stylewithcss","false"],["bold",""]] "<span style=\"font-weight: 400\">fo o[barbaz</span>}" queryCommandState("stylewithcss") after
1962 FAIL [["stylewithcss","false"],["bold",""]] "<span style=\"font-weight: 400\">fo o[barbaz</span>}" queryCommandValue("stylewithcss") after assert_equals: Wrong r esult returned expected "" but got "false" 1962 PASS [["stylewithcss","false"],["bold",""]] "<span style=\"font-weight: 400\">fo o[barbaz</span>}" queryCommandValue("stylewithcss") after
1963 PASS [["stylewithcss","false"],["bold",""]] "<span style=\"font-weight: 400\">fo o[barbaz</span>}" queryCommandIndeterm("bold") before 1963 PASS [["stylewithcss","false"],["bold",""]] "<span style=\"font-weight: 400\">fo o[barbaz</span>}" queryCommandIndeterm("bold") before
1964 PASS [["stylewithcss","false"],["bold",""]] "<span style=\"font-weight: 400\">fo o[barbaz</span>}" queryCommandState("bold") before 1964 PASS [["stylewithcss","false"],["bold",""]] "<span style=\"font-weight: 400\">fo o[barbaz</span>}" queryCommandState("bold") before
1965 FAIL [["stylewithcss","false"],["bold",""]] "<span style=\"font-weight: 400\">fo o[barbaz</span>}" queryCommandValue("bold") before assert_equals: Wrong result r eturned expected "" but got "false" 1965 FAIL [["stylewithcss","false"],["bold",""]] "<span style=\"font-weight: 400\">fo o[barbaz</span>}" queryCommandValue("bold") before assert_equals: Wrong result r eturned expected "" but got "false"
1966 PASS [["stylewithcss","false"],["bold",""]] "<span style=\"font-weight: 400\">fo o[barbaz</span>}" queryCommandIndeterm("bold") after 1966 PASS [["stylewithcss","false"],["bold",""]] "<span style=\"font-weight: 400\">fo o[barbaz</span>}" queryCommandIndeterm("bold") after
1967 PASS [["stylewithcss","false"],["bold",""]] "<span style=\"font-weight: 400\">fo o[barbaz</span>}" queryCommandState("bold") after 1967 PASS [["stylewithcss","false"],["bold",""]] "<span style=\"font-weight: 400\">fo o[barbaz</span>}" queryCommandState("bold") after
1968 FAIL [["stylewithcss","false"],["bold",""]] "<span style=\"font-weight: 400\">fo o[barbaz</span>}" queryCommandValue("bold") after assert_equals: Wrong result re turned expected "" but got "true" 1968 FAIL [["stylewithcss","false"],["bold",""]] "<span style=\"font-weight: 400\">fo o[barbaz</span>}" queryCommandValue("bold") after assert_equals: Wrong result re turned expected "" but got "true"
1969 PASS [["stylewithcss","true"],["bold",""]] "<span style=\"font-weight: 700\">foo [barbaz</span>}": execCommand("stylewithcss", false, "true") return value 1969 PASS [["stylewithcss","true"],["bold",""]] "<span style=\"font-weight: 700\">foo [barbaz</span>}": execCommand("stylewithcss", false, "true") return value
1970 PASS [["stylewithcss","true"],["bold",""]] "<span style=\"font-weight: 700\">foo [barbaz</span>}": execCommand("bold", false, "") return value 1970 PASS [["stylewithcss","true"],["bold",""]] "<span style=\"font-weight: 700\">foo [barbaz</span>}": execCommand("bold", false, "") return value
1971 PASS [["stylewithcss","true"],["bold",""]] "<span style=\"font-weight: 700\">foo [barbaz</span>}" checks for modifications to non-editable content 1971 PASS [["stylewithcss","true"],["bold",""]] "<span style=\"font-weight: 700\">foo [barbaz</span>}" checks for modifications to non-editable content
1972 PASS [["stylewithcss","true"],["bold",""]] "<span style=\"font-weight: 700\">foo [barbaz</span>}" compare innerHTML 1972 PASS [["stylewithcss","true"],["bold",""]] "<span style=\"font-weight: 700\">foo [barbaz</span>}" compare innerHTML
1973 PASS [["stylewithcss","true"],["bold",""]] "<span style=\"font-weight: 700\">foo [barbaz</span>}" queryCommandIndeterm("stylewithcss") before 1973 PASS [["stylewithcss","true"],["bold",""]] "<span style=\"font-weight: 700\">foo [barbaz</span>}" queryCommandIndeterm("stylewithcss") before
1974 PASS [["stylewithcss","true"],["bold",""]] "<span style=\"font-weight: 700\">foo [barbaz</span>}" queryCommandState("stylewithcss") before 1974 PASS [["stylewithcss","true"],["bold",""]] "<span style=\"font-weight: 700\">foo [barbaz</span>}" queryCommandState("stylewithcss") before
1975 FAIL [["stylewithcss","true"],["bold",""]] "<span style=\"font-weight: 700\">foo [barbaz</span>}" queryCommandValue("stylewithcss") before assert_equals: Wrong r esult returned expected "" but got "false" 1975 PASS [["stylewithcss","true"],["bold",""]] "<span style=\"font-weight: 700\">foo [barbaz</span>}" queryCommandValue("stylewithcss") before
1976 PASS [["stylewithcss","true"],["bold",""]] "<span style=\"font-weight: 700\">foo [barbaz</span>}" queryCommandIndeterm("stylewithcss") after 1976 PASS [["stylewithcss","true"],["bold",""]] "<span style=\"font-weight: 700\">foo [barbaz</span>}" queryCommandIndeterm("stylewithcss") after
1977 PASS [["stylewithcss","true"],["bold",""]] "<span style=\"font-weight: 700\">foo [barbaz</span>}" queryCommandState("stylewithcss") after 1977 PASS [["stylewithcss","true"],["bold",""]] "<span style=\"font-weight: 700\">foo [barbaz</span>}" queryCommandState("stylewithcss") after
1978 FAIL [["stylewithcss","true"],["bold",""]] "<span style=\"font-weight: 700\">foo [barbaz</span>}" queryCommandValue("stylewithcss") after assert_equals: Wrong re sult returned expected "" but got "true" 1978 PASS [["stylewithcss","true"],["bold",""]] "<span style=\"font-weight: 700\">foo [barbaz</span>}" queryCommandValue("stylewithcss") after
1979 PASS [["stylewithcss","true"],["bold",""]] "<span style=\"font-weight: 700\">foo [barbaz</span>}" queryCommandIndeterm("bold") before 1979 PASS [["stylewithcss","true"],["bold",""]] "<span style=\"font-weight: 700\">foo [barbaz</span>}" queryCommandIndeterm("bold") before
1980 PASS [["stylewithcss","true"],["bold",""]] "<span style=\"font-weight: 700\">foo [barbaz</span>}" queryCommandState("bold") before 1980 PASS [["stylewithcss","true"],["bold",""]] "<span style=\"font-weight: 700\">foo [barbaz</span>}" queryCommandState("bold") before
1981 FAIL [["stylewithcss","true"],["bold",""]] "<span style=\"font-weight: 700\">foo [barbaz</span>}" queryCommandValue("bold") before assert_equals: Wrong result re turned expected "" but got "true" 1981 FAIL [["stylewithcss","true"],["bold",""]] "<span style=\"font-weight: 700\">foo [barbaz</span>}" queryCommandValue("bold") before assert_equals: Wrong result re turned expected "" but got "true"
1982 PASS [["stylewithcss","true"],["bold",""]] "<span style=\"font-weight: 700\">foo [barbaz</span>}" queryCommandIndeterm("bold") after 1982 PASS [["stylewithcss","true"],["bold",""]] "<span style=\"font-weight: 700\">foo [barbaz</span>}" queryCommandIndeterm("bold") after
1983 PASS [["stylewithcss","true"],["bold",""]] "<span style=\"font-weight: 700\">foo [barbaz</span>}" queryCommandState("bold") after 1983 PASS [["stylewithcss","true"],["bold",""]] "<span style=\"font-weight: 700\">foo [barbaz</span>}" queryCommandState("bold") after
1984 FAIL [["stylewithcss","true"],["bold",""]] "<span style=\"font-weight: 700\">foo [barbaz</span>}" queryCommandValue("bold") after assert_equals: Wrong result ret urned expected "" but got "false" 1984 FAIL [["stylewithcss","true"],["bold",""]] "<span style=\"font-weight: 700\">foo [barbaz</span>}" queryCommandValue("bold") after assert_equals: Wrong result ret urned expected "" but got "false"
1985 PASS [["stylewithcss","false"],["bold",""]] "<span style=\"font-weight: 700\">fo o[barbaz</span>}": execCommand("stylewithcss", false, "false") return value 1985 PASS [["stylewithcss","false"],["bold",""]] "<span style=\"font-weight: 700\">fo o[barbaz</span>}": execCommand("stylewithcss", false, "false") return value
1986 PASS [["stylewithcss","false"],["bold",""]] "<span style=\"font-weight: 700\">fo o[barbaz</span>}": execCommand("bold", false, "") return value 1986 PASS [["stylewithcss","false"],["bold",""]] "<span style=\"font-weight: 700\">fo o[barbaz</span>}": execCommand("bold", false, "") return value
1987 PASS [["stylewithcss","false"],["bold",""]] "<span style=\"font-weight: 700\">fo o[barbaz</span>}" checks for modifications to non-editable content 1987 PASS [["stylewithcss","false"],["bold",""]] "<span style=\"font-weight: 700\">fo o[barbaz</span>}" checks for modifications to non-editable content
1988 FAIL [["stylewithcss","false"],["bold",""]] "<span style=\"font-weight: 700\">fo o[barbaz</span>}" compare innerHTML assert_equals: Unexpected innerHTML (after n ormalizing inline style) expected "<b>foo</b>barbaz" but got "<span style=\"font -weight:700\">foo</span>barbaz" 1988 FAIL [["stylewithcss","false"],["bold",""]] "<span style=\"font-weight: 700\">fo o[barbaz</span>}" compare innerHTML assert_equals: Unexpected innerHTML (after n ormalizing inline style) expected "<b>foo</b>barbaz" but got "<span style=\"font -weight:700\">foo</span>barbaz"
1989 PASS [["stylewithcss","false"],["bold",""]] "<span style=\"font-weight: 700\">fo o[barbaz</span>}" queryCommandIndeterm("stylewithcss") before 1989 PASS [["stylewithcss","false"],["bold",""]] "<span style=\"font-weight: 700\">fo o[barbaz</span>}" queryCommandIndeterm("stylewithcss") before
1990 PASS [["stylewithcss","false"],["bold",""]] "<span style=\"font-weight: 700\">fo o[barbaz</span>}" queryCommandState("stylewithcss") before 1990 PASS [["stylewithcss","false"],["bold",""]] "<span style=\"font-weight: 700\">fo o[barbaz</span>}" queryCommandState("stylewithcss") before
1991 FAIL [["stylewithcss","false"],["bold",""]] "<span style=\"font-weight: 700\">fo o[barbaz</span>}" queryCommandValue("stylewithcss") before assert_equals: Wrong result returned expected "" but got "true" 1991 PASS [["stylewithcss","false"],["bold",""]] "<span style=\"font-weight: 700\">fo o[barbaz</span>}" queryCommandValue("stylewithcss") before
1992 PASS [["stylewithcss","false"],["bold",""]] "<span style=\"font-weight: 700\">fo o[barbaz</span>}" queryCommandIndeterm("stylewithcss") after 1992 PASS [["stylewithcss","false"],["bold",""]] "<span style=\"font-weight: 700\">fo o[barbaz</span>}" queryCommandIndeterm("stylewithcss") after
1993 PASS [["stylewithcss","false"],["bold",""]] "<span style=\"font-weight: 700\">fo o[barbaz</span>}" queryCommandState("stylewithcss") after 1993 PASS [["stylewithcss","false"],["bold",""]] "<span style=\"font-weight: 700\">fo o[barbaz</span>}" queryCommandState("stylewithcss") after
1994 FAIL [["stylewithcss","false"],["bold",""]] "<span style=\"font-weight: 700\">fo o[barbaz</span>}" queryCommandValue("stylewithcss") after assert_equals: Wrong r esult returned expected "" but got "false" 1994 PASS [["stylewithcss","false"],["bold",""]] "<span style=\"font-weight: 700\">fo o[barbaz</span>}" queryCommandValue("stylewithcss") after
1995 PASS [["stylewithcss","false"],["bold",""]] "<span style=\"font-weight: 700\">fo o[barbaz</span>}" queryCommandIndeterm("bold") before 1995 PASS [["stylewithcss","false"],["bold",""]] "<span style=\"font-weight: 700\">fo o[barbaz</span>}" queryCommandIndeterm("bold") before
1996 PASS [["stylewithcss","false"],["bold",""]] "<span style=\"font-weight: 700\">fo o[barbaz</span>}" queryCommandState("bold") before 1996 PASS [["stylewithcss","false"],["bold",""]] "<span style=\"font-weight: 700\">fo o[barbaz</span>}" queryCommandState("bold") before
1997 FAIL [["stylewithcss","false"],["bold",""]] "<span style=\"font-weight: 700\">fo o[barbaz</span>}" queryCommandValue("bold") before assert_equals: Wrong result r eturned expected "" but got "true" 1997 FAIL [["stylewithcss","false"],["bold",""]] "<span style=\"font-weight: 700\">fo o[barbaz</span>}" queryCommandValue("bold") before assert_equals: Wrong result r eturned expected "" but got "true"
1998 PASS [["stylewithcss","false"],["bold",""]] "<span style=\"font-weight: 700\">fo o[barbaz</span>}" queryCommandIndeterm("bold") after 1998 PASS [["stylewithcss","false"],["bold",""]] "<span style=\"font-weight: 700\">fo o[barbaz</span>}" queryCommandIndeterm("bold") after
1999 PASS [["stylewithcss","false"],["bold",""]] "<span style=\"font-weight: 700\">fo o[barbaz</span>}" queryCommandState("bold") after 1999 PASS [["stylewithcss","false"],["bold",""]] "<span style=\"font-weight: 700\">fo o[barbaz</span>}" queryCommandState("bold") after
2000 FAIL [["stylewithcss","false"],["bold",""]] "<span style=\"font-weight: 700\">fo o[barbaz</span>}" queryCommandValue("bold") after assert_equals: Wrong result re turned expected "" but got "false" 2000 FAIL [["stylewithcss","false"],["bold",""]] "<span style=\"font-weight: 700\">fo o[barbaz</span>}" queryCommandValue("bold") after assert_equals: Wrong result re turned expected "" but got "false"
2001 PASS [["bold",""]] "<span style=\"font-weight: 900\">foo[barbaz</span>}": execCo mmand("bold", false, "") return value 2001 PASS [["bold",""]] "<span style=\"font-weight: 900\">foo[barbaz</span>}": execCo mmand("bold", false, "") return value
2002 PASS [["bold",""]] "<span style=\"font-weight: 900\">foo[barbaz</span>}" checks for modifications to non-editable content 2002 PASS [["bold",""]] "<span style=\"font-weight: 900\">foo[barbaz</span>}" checks for modifications to non-editable content
2003 PASS [["bold",""]] "<span style=\"font-weight: 900\">foo[barbaz</span>}" compare innerHTML 2003 PASS [["bold",""]] "<span style=\"font-weight: 900\">foo[barbaz</span>}" compare innerHTML
2004 PASS [["bold",""]] "<span style=\"font-weight: 900\">foo[barbaz</span>}" queryCo mmandIndeterm("bold") before 2004 PASS [["bold",""]] "<span style=\"font-weight: 900\">foo[barbaz</span>}" queryCo mmandIndeterm("bold") before
2005 PASS [["bold",""]] "<span style=\"font-weight: 900\">foo[barbaz</span>}" queryCo mmandState("bold") before 2005 PASS [["bold",""]] "<span style=\"font-weight: 900\">foo[barbaz</span>}" queryCo mmandState("bold") before
2006 FAIL [["bold",""]] "<span style=\"font-weight: 900\">foo[barbaz</span>}" queryCo mmandValue("bold") before assert_equals: Wrong result returned expected "" but g ot "true" 2006 FAIL [["bold",""]] "<span style=\"font-weight: 900\">foo[barbaz</span>}" queryCo mmandValue("bold") before assert_equals: Wrong result returned expected "" but g ot "true"
2007 PASS [["bold",""]] "<span style=\"font-weight: 900\">foo[barbaz</span>}" queryCo mmandIndeterm("bold") after 2007 PASS [["bold",""]] "<span style=\"font-weight: 900\">foo[barbaz</span>}" queryCo mmandIndeterm("bold") after
2008 PASS [["bold",""]] "<span style=\"font-weight: 900\">foo[barbaz</span>}" queryCo mmandState("bold") after 2008 PASS [["bold",""]] "<span style=\"font-weight: 900\">foo[barbaz</span>}" queryCo mmandState("bold") after
2009 FAIL [["bold",""]] "<span style=\"font-weight: 900\">foo[barbaz</span>}" queryCo mmandValue("bold") after assert_equals: Wrong result returned expected "" but go t "false" 2009 FAIL [["bold",""]] "<span style=\"font-weight: 900\">foo[barbaz</span>}" queryCo mmandValue("bold") after assert_equals: Wrong result returned expected "" but go t "false"
2010 PASS [["stylewithcss","true"],["bold",""]] "<h3>foo[bar]baz</h3>": execCommand(" stylewithcss", false, "true") return value 2010 PASS [["stylewithcss","true"],["bold",""]] "<h3>foo[bar]baz</h3>": execCommand(" stylewithcss", false, "true") return value
2011 PASS [["stylewithcss","true"],["bold",""]] "<h3>foo[bar]baz</h3>": execCommand(" bold", false, "") return value 2011 PASS [["stylewithcss","true"],["bold",""]] "<h3>foo[bar]baz</h3>": execCommand(" bold", false, "") return value
2012 PASS [["stylewithcss","true"],["bold",""]] "<h3>foo[bar]baz</h3>" checks for mod ifications to non-editable content 2012 PASS [["stylewithcss","true"],["bold",""]] "<h3>foo[bar]baz</h3>" checks for mod ifications to non-editable content
2013 PASS [["stylewithcss","true"],["bold",""]] "<h3>foo[bar]baz</h3>" compare innerH TML 2013 PASS [["stylewithcss","true"],["bold",""]] "<h3>foo[bar]baz</h3>" compare innerH TML
2014 PASS [["stylewithcss","true"],["bold",""]] "<h3>foo[bar]baz</h3>" queryCommandIn determ("stylewithcss") before 2014 PASS [["stylewithcss","true"],["bold",""]] "<h3>foo[bar]baz</h3>" queryCommandIn determ("stylewithcss") before
2015 PASS [["stylewithcss","true"],["bold",""]] "<h3>foo[bar]baz</h3>" queryCommandSt ate("stylewithcss") before 2015 PASS [["stylewithcss","true"],["bold",""]] "<h3>foo[bar]baz</h3>" queryCommandSt ate("stylewithcss") before
2016 FAIL [["stylewithcss","true"],["bold",""]] "<h3>foo[bar]baz</h3>" queryCommandVa lue("stylewithcss") before assert_equals: Wrong result returned expected "" but got "false" 2016 PASS [["stylewithcss","true"],["bold",""]] "<h3>foo[bar]baz</h3>" queryCommandVa lue("stylewithcss") before
2017 PASS [["stylewithcss","true"],["bold",""]] "<h3>foo[bar]baz</h3>" queryCommandIn determ("stylewithcss") after 2017 PASS [["stylewithcss","true"],["bold",""]] "<h3>foo[bar]baz</h3>" queryCommandIn determ("stylewithcss") after
2018 PASS [["stylewithcss","true"],["bold",""]] "<h3>foo[bar]baz</h3>" queryCommandSt ate("stylewithcss") after 2018 PASS [["stylewithcss","true"],["bold",""]] "<h3>foo[bar]baz</h3>" queryCommandSt ate("stylewithcss") after
2019 FAIL [["stylewithcss","true"],["bold",""]] "<h3>foo[bar]baz</h3>" queryCommandVa lue("stylewithcss") after assert_equals: Wrong result returned expected "" but g ot "true" 2019 PASS [["stylewithcss","true"],["bold",""]] "<h3>foo[bar]baz</h3>" queryCommandVa lue("stylewithcss") after
2020 PASS [["stylewithcss","true"],["bold",""]] "<h3>foo[bar]baz</h3>" queryCommandIn determ("bold") before 2020 PASS [["stylewithcss","true"],["bold",""]] "<h3>foo[bar]baz</h3>" queryCommandIn determ("bold") before
2021 PASS [["stylewithcss","true"],["bold",""]] "<h3>foo[bar]baz</h3>" queryCommandSt ate("bold") before 2021 PASS [["stylewithcss","true"],["bold",""]] "<h3>foo[bar]baz</h3>" queryCommandSt ate("bold") before
2022 FAIL [["stylewithcss","true"],["bold",""]] "<h3>foo[bar]baz</h3>" queryCommandVa lue("bold") before assert_equals: Wrong result returned expected "" but got "tru e" 2022 FAIL [["stylewithcss","true"],["bold",""]] "<h3>foo[bar]baz</h3>" queryCommandVa lue("bold") before assert_equals: Wrong result returned expected "" but got "tru e"
2023 PASS [["stylewithcss","true"],["bold",""]] "<h3>foo[bar]baz</h3>" queryCommandIn determ("bold") after 2023 PASS [["stylewithcss","true"],["bold",""]] "<h3>foo[bar]baz</h3>" queryCommandIn determ("bold") after
2024 PASS [["stylewithcss","true"],["bold",""]] "<h3>foo[bar]baz</h3>" queryCommandSt ate("bold") after 2024 PASS [["stylewithcss","true"],["bold",""]] "<h3>foo[bar]baz</h3>" queryCommandSt ate("bold") after
2025 FAIL [["stylewithcss","true"],["bold",""]] "<h3>foo[bar]baz</h3>" queryCommandVa lue("bold") after assert_equals: Wrong result returned expected "" but got "fals e" 2025 FAIL [["stylewithcss","true"],["bold",""]] "<h3>foo[bar]baz</h3>" queryCommandVa lue("bold") after assert_equals: Wrong result returned expected "" but got "fals e"
2026 PASS [["stylewithcss","false"],["bold",""]] "<h3>foo[bar]baz</h3>": execCommand( "stylewithcss", false, "false") return value 2026 PASS [["stylewithcss","false"],["bold",""]] "<h3>foo[bar]baz</h3>": execCommand( "stylewithcss", false, "false") return value
2027 PASS [["stylewithcss","false"],["bold",""]] "<h3>foo[bar]baz</h3>": execCommand( "bold", false, "") return value 2027 PASS [["stylewithcss","false"],["bold",""]] "<h3>foo[bar]baz</h3>": execCommand( "bold", false, "") return value
2028 PASS [["stylewithcss","false"],["bold",""]] "<h3>foo[bar]baz</h3>" checks for mo difications to non-editable content 2028 PASS [["stylewithcss","false"],["bold",""]] "<h3>foo[bar]baz</h3>" checks for mo difications to non-editable content
2029 PASS [["stylewithcss","false"],["bold",""]] "<h3>foo[bar]baz</h3>" compare inner HTML 2029 PASS [["stylewithcss","false"],["bold",""]] "<h3>foo[bar]baz</h3>" compare inner HTML
2030 PASS [["stylewithcss","false"],["bold",""]] "<h3>foo[bar]baz</h3>" queryCommandI ndeterm("stylewithcss") before 2030 PASS [["stylewithcss","false"],["bold",""]] "<h3>foo[bar]baz</h3>" queryCommandI ndeterm("stylewithcss") before
2031 PASS [["stylewithcss","false"],["bold",""]] "<h3>foo[bar]baz</h3>" queryCommandS tate("stylewithcss") before 2031 PASS [["stylewithcss","false"],["bold",""]] "<h3>foo[bar]baz</h3>" queryCommandS tate("stylewithcss") before
2032 FAIL [["stylewithcss","false"],["bold",""]] "<h3>foo[bar]baz</h3>" queryCommandV alue("stylewithcss") before assert_equals: Wrong result returned expected "" but got "true" 2032 PASS [["stylewithcss","false"],["bold",""]] "<h3>foo[bar]baz</h3>" queryCommandV alue("stylewithcss") before
2033 PASS [["stylewithcss","false"],["bold",""]] "<h3>foo[bar]baz</h3>" queryCommandI ndeterm("stylewithcss") after 2033 PASS [["stylewithcss","false"],["bold",""]] "<h3>foo[bar]baz</h3>" queryCommandI ndeterm("stylewithcss") after
2034 PASS [["stylewithcss","false"],["bold",""]] "<h3>foo[bar]baz</h3>" queryCommandS tate("stylewithcss") after 2034 PASS [["stylewithcss","false"],["bold",""]] "<h3>foo[bar]baz</h3>" queryCommandS tate("stylewithcss") after
2035 FAIL [["stylewithcss","false"],["bold",""]] "<h3>foo[bar]baz</h3>" queryCommandV alue("stylewithcss") after assert_equals: Wrong result returned expected "" but got "false" 2035 PASS [["stylewithcss","false"],["bold",""]] "<h3>foo[bar]baz</h3>" queryCommandV alue("stylewithcss") after
2036 PASS [["stylewithcss","false"],["bold",""]] "<h3>foo[bar]baz</h3>" queryCommandI ndeterm("bold") before 2036 PASS [["stylewithcss","false"],["bold",""]] "<h3>foo[bar]baz</h3>" queryCommandI ndeterm("bold") before
2037 PASS [["stylewithcss","false"],["bold",""]] "<h3>foo[bar]baz</h3>" queryCommandS tate("bold") before 2037 PASS [["stylewithcss","false"],["bold",""]] "<h3>foo[bar]baz</h3>" queryCommandS tate("bold") before
2038 FAIL [["stylewithcss","false"],["bold",""]] "<h3>foo[bar]baz</h3>" queryCommandV alue("bold") before assert_equals: Wrong result returned expected "" but got "tr ue" 2038 FAIL [["stylewithcss","false"],["bold",""]] "<h3>foo[bar]baz</h3>" queryCommandV alue("bold") before assert_equals: Wrong result returned expected "" but got "tr ue"
2039 PASS [["stylewithcss","false"],["bold",""]] "<h3>foo[bar]baz</h3>" queryCommandI ndeterm("bold") after 2039 PASS [["stylewithcss","false"],["bold",""]] "<h3>foo[bar]baz</h3>" queryCommandI ndeterm("bold") after
2040 PASS [["stylewithcss","false"],["bold",""]] "<h3>foo[bar]baz</h3>" queryCommandS tate("bold") after 2040 PASS [["stylewithcss","false"],["bold",""]] "<h3>foo[bar]baz</h3>" queryCommandS tate("bold") after
2041 FAIL [["stylewithcss","false"],["bold",""]] "<h3>foo[bar]baz</h3>" queryCommandV alue("bold") after assert_equals: Wrong result returned expected "" but got "fal se" 2041 FAIL [["stylewithcss","false"],["bold",""]] "<h3>foo[bar]baz</h3>" queryCommandV alue("bold") after assert_equals: Wrong result returned expected "" but got "fal se"
2042 PASS [["stylewithcss","true"],["bold",""]] "{<h3>foobar]baz</h3>": execCommand(" stylewithcss", false, "true") return value 2042 PASS [["stylewithcss","true"],["bold",""]] "{<h3>foobar]baz</h3>": execCommand(" stylewithcss", false, "true") return value
2043 PASS [["stylewithcss","true"],["bold",""]] "{<h3>foobar]baz</h3>": execCommand(" bold", false, "") return value 2043 PASS [["stylewithcss","true"],["bold",""]] "{<h3>foobar]baz</h3>": execCommand(" bold", false, "") return value
2044 PASS [["stylewithcss","true"],["bold",""]] "{<h3>foobar]baz</h3>" checks for mod ifications to non-editable content 2044 PASS [["stylewithcss","true"],["bold",""]] "{<h3>foobar]baz</h3>" checks for mod ifications to non-editable content
2045 PASS [["stylewithcss","true"],["bold",""]] "{<h3>foobar]baz</h3>" compare innerH TML 2045 PASS [["stylewithcss","true"],["bold",""]] "{<h3>foobar]baz</h3>" compare innerH TML
2046 PASS [["stylewithcss","true"],["bold",""]] "{<h3>foobar]baz</h3>" queryCommandIn determ("stylewithcss") before 2046 PASS [["stylewithcss","true"],["bold",""]] "{<h3>foobar]baz</h3>" queryCommandIn determ("stylewithcss") before
2047 PASS [["stylewithcss","true"],["bold",""]] "{<h3>foobar]baz</h3>" queryCommandSt ate("stylewithcss") before 2047 PASS [["stylewithcss","true"],["bold",""]] "{<h3>foobar]baz</h3>" queryCommandSt ate("stylewithcss") before
2048 FAIL [["stylewithcss","true"],["bold",""]] "{<h3>foobar]baz</h3>" queryCommandVa lue("stylewithcss") before assert_equals: Wrong result returned expected "" but got "false" 2048 PASS [["stylewithcss","true"],["bold",""]] "{<h3>foobar]baz</h3>" queryCommandVa lue("stylewithcss") before
2049 PASS [["stylewithcss","true"],["bold",""]] "{<h3>foobar]baz</h3>" queryCommandIn determ("stylewithcss") after 2049 PASS [["stylewithcss","true"],["bold",""]] "{<h3>foobar]baz</h3>" queryCommandIn determ("stylewithcss") after
2050 PASS [["stylewithcss","true"],["bold",""]] "{<h3>foobar]baz</h3>" queryCommandSt ate("stylewithcss") after 2050 PASS [["stylewithcss","true"],["bold",""]] "{<h3>foobar]baz</h3>" queryCommandSt ate("stylewithcss") after
2051 FAIL [["stylewithcss","true"],["bold",""]] "{<h3>foobar]baz</h3>" queryCommandVa lue("stylewithcss") after assert_equals: Wrong result returned expected "" but g ot "true" 2051 PASS [["stylewithcss","true"],["bold",""]] "{<h3>foobar]baz</h3>" queryCommandVa lue("stylewithcss") after
2052 PASS [["stylewithcss","true"],["bold",""]] "{<h3>foobar]baz</h3>" queryCommandIn determ("bold") before 2052 PASS [["stylewithcss","true"],["bold",""]] "{<h3>foobar]baz</h3>" queryCommandIn determ("bold") before
2053 PASS [["stylewithcss","true"],["bold",""]] "{<h3>foobar]baz</h3>" queryCommandSt ate("bold") before 2053 PASS [["stylewithcss","true"],["bold",""]] "{<h3>foobar]baz</h3>" queryCommandSt ate("bold") before
2054 FAIL [["stylewithcss","true"],["bold",""]] "{<h3>foobar]baz</h3>" queryCommandVa lue("bold") before assert_equals: Wrong result returned expected "" but got "tru e" 2054 FAIL [["stylewithcss","true"],["bold",""]] "{<h3>foobar]baz</h3>" queryCommandVa lue("bold") before assert_equals: Wrong result returned expected "" but got "tru e"
2055 PASS [["stylewithcss","true"],["bold",""]] "{<h3>foobar]baz</h3>" queryCommandIn determ("bold") after 2055 PASS [["stylewithcss","true"],["bold",""]] "{<h3>foobar]baz</h3>" queryCommandIn determ("bold") after
2056 PASS [["stylewithcss","true"],["bold",""]] "{<h3>foobar]baz</h3>" queryCommandSt ate("bold") after 2056 PASS [["stylewithcss","true"],["bold",""]] "{<h3>foobar]baz</h3>" queryCommandSt ate("bold") after
2057 FAIL [["stylewithcss","true"],["bold",""]] "{<h3>foobar]baz</h3>" queryCommandVa lue("bold") after assert_equals: Wrong result returned expected "" but got "fals e" 2057 FAIL [["stylewithcss","true"],["bold",""]] "{<h3>foobar]baz</h3>" queryCommandVa lue("bold") after assert_equals: Wrong result returned expected "" but got "fals e"
2058 PASS [["stylewithcss","false"],["bold",""]] "{<h3>foobar]baz</h3>": execCommand( "stylewithcss", false, "false") return value 2058 PASS [["stylewithcss","false"],["bold",""]] "{<h3>foobar]baz</h3>": execCommand( "stylewithcss", false, "false") return value
2059 PASS [["stylewithcss","false"],["bold",""]] "{<h3>foobar]baz</h3>": execCommand( "bold", false, "") return value 2059 PASS [["stylewithcss","false"],["bold",""]] "{<h3>foobar]baz</h3>": execCommand( "bold", false, "") return value
2060 PASS [["stylewithcss","false"],["bold",""]] "{<h3>foobar]baz</h3>" checks for mo difications to non-editable content 2060 PASS [["stylewithcss","false"],["bold",""]] "{<h3>foobar]baz</h3>" checks for mo difications to non-editable content
2061 PASS [["stylewithcss","false"],["bold",""]] "{<h3>foobar]baz</h3>" compare inner HTML 2061 PASS [["stylewithcss","false"],["bold",""]] "{<h3>foobar]baz</h3>" compare inner HTML
2062 PASS [["stylewithcss","false"],["bold",""]] "{<h3>foobar]baz</h3>" queryCommandI ndeterm("stylewithcss") before 2062 PASS [["stylewithcss","false"],["bold",""]] "{<h3>foobar]baz</h3>" queryCommandI ndeterm("stylewithcss") before
2063 PASS [["stylewithcss","false"],["bold",""]] "{<h3>foobar]baz</h3>" queryCommandS tate("stylewithcss") before 2063 PASS [["stylewithcss","false"],["bold",""]] "{<h3>foobar]baz</h3>" queryCommandS tate("stylewithcss") before
2064 FAIL [["stylewithcss","false"],["bold",""]] "{<h3>foobar]baz</h3>" queryCommandV alue("stylewithcss") before assert_equals: Wrong result returned expected "" but got "true" 2064 PASS [["stylewithcss","false"],["bold",""]] "{<h3>foobar]baz</h3>" queryCommandV alue("stylewithcss") before
2065 PASS [["stylewithcss","false"],["bold",""]] "{<h3>foobar]baz</h3>" queryCommandI ndeterm("stylewithcss") after 2065 PASS [["stylewithcss","false"],["bold",""]] "{<h3>foobar]baz</h3>" queryCommandI ndeterm("stylewithcss") after
2066 PASS [["stylewithcss","false"],["bold",""]] "{<h3>foobar]baz</h3>" queryCommandS tate("stylewithcss") after 2066 PASS [["stylewithcss","false"],["bold",""]] "{<h3>foobar]baz</h3>" queryCommandS tate("stylewithcss") after
2067 FAIL [["stylewithcss","false"],["bold",""]] "{<h3>foobar]baz</h3>" queryCommandV alue("stylewithcss") after assert_equals: Wrong result returned expected "" but got "false" 2067 PASS [["stylewithcss","false"],["bold",""]] "{<h3>foobar]baz</h3>" queryCommandV alue("stylewithcss") after
2068 PASS [["stylewithcss","false"],["bold",""]] "{<h3>foobar]baz</h3>" queryCommandI ndeterm("bold") before 2068 PASS [["stylewithcss","false"],["bold",""]] "{<h3>foobar]baz</h3>" queryCommandI ndeterm("bold") before
2069 PASS [["stylewithcss","false"],["bold",""]] "{<h3>foobar]baz</h3>" queryCommandS tate("bold") before 2069 PASS [["stylewithcss","false"],["bold",""]] "{<h3>foobar]baz</h3>" queryCommandS tate("bold") before
2070 FAIL [["stylewithcss","false"],["bold",""]] "{<h3>foobar]baz</h3>" queryCommandV alue("bold") before assert_equals: Wrong result returned expected "" but got "tr ue" 2070 FAIL [["stylewithcss","false"],["bold",""]] "{<h3>foobar]baz</h3>" queryCommandV alue("bold") before assert_equals: Wrong result returned expected "" but got "tr ue"
2071 PASS [["stylewithcss","false"],["bold",""]] "{<h3>foobar]baz</h3>" queryCommandI ndeterm("bold") after 2071 PASS [["stylewithcss","false"],["bold",""]] "{<h3>foobar]baz</h3>" queryCommandI ndeterm("bold") after
2072 PASS [["stylewithcss","false"],["bold",""]] "{<h3>foobar]baz</h3>" queryCommandS tate("bold") after 2072 PASS [["stylewithcss","false"],["bold",""]] "{<h3>foobar]baz</h3>" queryCommandS tate("bold") after
2073 FAIL [["stylewithcss","false"],["bold",""]] "{<h3>foobar]baz</h3>" queryCommandV alue("bold") after assert_equals: Wrong result returned expected "" but got "fal se" 2073 FAIL [["stylewithcss","false"],["bold",""]] "{<h3>foobar]baz</h3>" queryCommandV alue("bold") after assert_equals: Wrong result returned expected "" but got "fal se"
2074 PASS [["stylewithcss","true"],["bold",""]] "<h3>foo[barbaz</h3>}": execCommand(" stylewithcss", false, "true") return value 2074 PASS [["stylewithcss","true"],["bold",""]] "<h3>foo[barbaz</h3>}": execCommand(" stylewithcss", false, "true") return value
2075 PASS [["stylewithcss","true"],["bold",""]] "<h3>foo[barbaz</h3>}": execCommand(" bold", false, "") return value 2075 PASS [["stylewithcss","true"],["bold",""]] "<h3>foo[barbaz</h3>}": execCommand(" bold", false, "") return value
2076 PASS [["stylewithcss","true"],["bold",""]] "<h3>foo[barbaz</h3>}" checks for mod ifications to non-editable content 2076 PASS [["stylewithcss","true"],["bold",""]] "<h3>foo[barbaz</h3>}" checks for mod ifications to non-editable content
2077 PASS [["stylewithcss","true"],["bold",""]] "<h3>foo[barbaz</h3>}" compare innerH TML 2077 PASS [["stylewithcss","true"],["bold",""]] "<h3>foo[barbaz</h3>}" compare innerH TML
2078 PASS [["stylewithcss","true"],["bold",""]] "<h3>foo[barbaz</h3>}" queryCommandIn determ("stylewithcss") before 2078 PASS [["stylewithcss","true"],["bold",""]] "<h3>foo[barbaz</h3>}" queryCommandIn determ("stylewithcss") before
2079 PASS [["stylewithcss","true"],["bold",""]] "<h3>foo[barbaz</h3>}" queryCommandSt ate("stylewithcss") before 2079 PASS [["stylewithcss","true"],["bold",""]] "<h3>foo[barbaz</h3>}" queryCommandSt ate("stylewithcss") before
2080 FAIL [["stylewithcss","true"],["bold",""]] "<h3>foo[barbaz</h3>}" queryCommandVa lue("stylewithcss") before assert_equals: Wrong result returned expected "" but got "false" 2080 PASS [["stylewithcss","true"],["bold",""]] "<h3>foo[barbaz</h3>}" queryCommandVa lue("stylewithcss") before
2081 PASS [["stylewithcss","true"],["bold",""]] "<h3>foo[barbaz</h3>}" queryCommandIn determ("stylewithcss") after 2081 PASS [["stylewithcss","true"],["bold",""]] "<h3>foo[barbaz</h3>}" queryCommandIn determ("stylewithcss") after
2082 PASS [["stylewithcss","true"],["bold",""]] "<h3>foo[barbaz</h3>}" queryCommandSt ate("stylewithcss") after 2082 PASS [["stylewithcss","true"],["bold",""]] "<h3>foo[barbaz</h3>}" queryCommandSt ate("stylewithcss") after
2083 FAIL [["stylewithcss","true"],["bold",""]] "<h3>foo[barbaz</h3>}" queryCommandVa lue("stylewithcss") after assert_equals: Wrong result returned expected "" but g ot "true" 2083 PASS [["stylewithcss","true"],["bold",""]] "<h3>foo[barbaz</h3>}" queryCommandVa lue("stylewithcss") after
2084 PASS [["stylewithcss","true"],["bold",""]] "<h3>foo[barbaz</h3>}" queryCommandIn determ("bold") before 2084 PASS [["stylewithcss","true"],["bold",""]] "<h3>foo[barbaz</h3>}" queryCommandIn determ("bold") before
2085 PASS [["stylewithcss","true"],["bold",""]] "<h3>foo[barbaz</h3>}" queryCommandSt ate("bold") before 2085 PASS [["stylewithcss","true"],["bold",""]] "<h3>foo[barbaz</h3>}" queryCommandSt ate("bold") before
2086 FAIL [["stylewithcss","true"],["bold",""]] "<h3>foo[barbaz</h3>}" queryCommandVa lue("bold") before assert_equals: Wrong result returned expected "" but got "tru e" 2086 FAIL [["stylewithcss","true"],["bold",""]] "<h3>foo[barbaz</h3>}" queryCommandVa lue("bold") before assert_equals: Wrong result returned expected "" but got "tru e"
2087 PASS [["stylewithcss","true"],["bold",""]] "<h3>foo[barbaz</h3>}" queryCommandIn determ("bold") after 2087 PASS [["stylewithcss","true"],["bold",""]] "<h3>foo[barbaz</h3>}" queryCommandIn determ("bold") after
2088 PASS [["stylewithcss","true"],["bold",""]] "<h3>foo[barbaz</h3>}" queryCommandSt ate("bold") after 2088 PASS [["stylewithcss","true"],["bold",""]] "<h3>foo[barbaz</h3>}" queryCommandSt ate("bold") after
2089 FAIL [["stylewithcss","true"],["bold",""]] "<h3>foo[barbaz</h3>}" queryCommandVa lue("bold") after assert_equals: Wrong result returned expected "" but got "fals e" 2089 FAIL [["stylewithcss","true"],["bold",""]] "<h3>foo[barbaz</h3>}" queryCommandVa lue("bold") after assert_equals: Wrong result returned expected "" but got "fals e"
2090 PASS [["stylewithcss","false"],["bold",""]] "<h3>foo[barbaz</h3>}": execCommand( "stylewithcss", false, "false") return value 2090 PASS [["stylewithcss","false"],["bold",""]] "<h3>foo[barbaz</h3>}": execCommand( "stylewithcss", false, "false") return value
2091 PASS [["stylewithcss","false"],["bold",""]] "<h3>foo[barbaz</h3>}": execCommand( "bold", false, "") return value 2091 PASS [["stylewithcss","false"],["bold",""]] "<h3>foo[barbaz</h3>}": execCommand( "bold", false, "") return value
2092 PASS [["stylewithcss","false"],["bold",""]] "<h3>foo[barbaz</h3>}" checks for mo difications to non-editable content 2092 PASS [["stylewithcss","false"],["bold",""]] "<h3>foo[barbaz</h3>}" checks for mo difications to non-editable content
2093 PASS [["stylewithcss","false"],["bold",""]] "<h3>foo[barbaz</h3>}" compare inner HTML 2093 PASS [["stylewithcss","false"],["bold",""]] "<h3>foo[barbaz</h3>}" compare inner HTML
2094 PASS [["stylewithcss","false"],["bold",""]] "<h3>foo[barbaz</h3>}" queryCommandI ndeterm("stylewithcss") before 2094 PASS [["stylewithcss","false"],["bold",""]] "<h3>foo[barbaz</h3>}" queryCommandI ndeterm("stylewithcss") before
2095 PASS [["stylewithcss","false"],["bold",""]] "<h3>foo[barbaz</h3>}" queryCommandS tate("stylewithcss") before 2095 PASS [["stylewithcss","false"],["bold",""]] "<h3>foo[barbaz</h3>}" queryCommandS tate("stylewithcss") before
2096 FAIL [["stylewithcss","false"],["bold",""]] "<h3>foo[barbaz</h3>}" queryCommandV alue("stylewithcss") before assert_equals: Wrong result returned expected "" but got "true" 2096 PASS [["stylewithcss","false"],["bold",""]] "<h3>foo[barbaz</h3>}" queryCommandV alue("stylewithcss") before
2097 PASS [["stylewithcss","false"],["bold",""]] "<h3>foo[barbaz</h3>}" queryCommandI ndeterm("stylewithcss") after 2097 PASS [["stylewithcss","false"],["bold",""]] "<h3>foo[barbaz</h3>}" queryCommandI ndeterm("stylewithcss") after
2098 PASS [["stylewithcss","false"],["bold",""]] "<h3>foo[barbaz</h3>}" queryCommandS tate("stylewithcss") after 2098 PASS [["stylewithcss","false"],["bold",""]] "<h3>foo[barbaz</h3>}" queryCommandS tate("stylewithcss") after
2099 FAIL [["stylewithcss","false"],["bold",""]] "<h3>foo[barbaz</h3>}" queryCommandV alue("stylewithcss") after assert_equals: Wrong result returned expected "" but got "false" 2099 PASS [["stylewithcss","false"],["bold",""]] "<h3>foo[barbaz</h3>}" queryCommandV alue("stylewithcss") after
2100 PASS [["stylewithcss","false"],["bold",""]] "<h3>foo[barbaz</h3>}" queryCommandI ndeterm("bold") before 2100 PASS [["stylewithcss","false"],["bold",""]] "<h3>foo[barbaz</h3>}" queryCommandI ndeterm("bold") before
2101 PASS [["stylewithcss","false"],["bold",""]] "<h3>foo[barbaz</h3>}" queryCommandS tate("bold") before 2101 PASS [["stylewithcss","false"],["bold",""]] "<h3>foo[barbaz</h3>}" queryCommandS tate("bold") before
2102 FAIL [["stylewithcss","false"],["bold",""]] "<h3>foo[barbaz</h3>}" queryCommandV alue("bold") before assert_equals: Wrong result returned expected "" but got "tr ue" 2102 FAIL [["stylewithcss","false"],["bold",""]] "<h3>foo[barbaz</h3>}" queryCommandV alue("bold") before assert_equals: Wrong result returned expected "" but got "tr ue"
2103 PASS [["stylewithcss","false"],["bold",""]] "<h3>foo[barbaz</h3>}" queryCommandI ndeterm("bold") after 2103 PASS [["stylewithcss","false"],["bold",""]] "<h3>foo[barbaz</h3>}" queryCommandI ndeterm("bold") after
2104 PASS [["stylewithcss","false"],["bold",""]] "<h3>foo[barbaz</h3>}" queryCommandS tate("bold") after 2104 PASS [["stylewithcss","false"],["bold",""]] "<h3>foo[barbaz</h3>}" queryCommandS tate("bold") after
2105 FAIL [["stylewithcss","false"],["bold",""]] "<h3>foo[barbaz</h3>}" queryCommandV alue("bold") after assert_equals: Wrong result returned expected "" but got "fal se" 2105 FAIL [["stylewithcss","false"],["bold",""]] "<h3>foo[barbaz</h3>}" queryCommandV alue("bold") after assert_equals: Wrong result returned expected "" but got "fal se"
2106 PASS [["stylewithcss","true"],["bold",""]] "<h3>[foobarbaz]</h3>": execCommand(" stylewithcss", false, "true") return value 2106 PASS [["stylewithcss","true"],["bold",""]] "<h3>[foobarbaz]</h3>": execCommand(" stylewithcss", false, "true") return value
2107 PASS [["stylewithcss","true"],["bold",""]] "<h3>[foobarbaz]</h3>": execCommand(" bold", false, "") return value 2107 PASS [["stylewithcss","true"],["bold",""]] "<h3>[foobarbaz]</h3>": execCommand(" bold", false, "") return value
2108 PASS [["stylewithcss","true"],["bold",""]] "<h3>[foobarbaz]</h3>" checks for mod ifications to non-editable content 2108 PASS [["stylewithcss","true"],["bold",""]] "<h3>[foobarbaz]</h3>" checks for mod ifications to non-editable content
2109 PASS [["stylewithcss","true"],["bold",""]] "<h3>[foobarbaz]</h3>" compare innerH TML 2109 PASS [["stylewithcss","true"],["bold",""]] "<h3>[foobarbaz]</h3>" compare innerH TML
2110 PASS [["stylewithcss","true"],["bold",""]] "<h3>[foobarbaz]</h3>" queryCommandIn determ("stylewithcss") before 2110 PASS [["stylewithcss","true"],["bold",""]] "<h3>[foobarbaz]</h3>" queryCommandIn determ("stylewithcss") before
2111 PASS [["stylewithcss","true"],["bold",""]] "<h3>[foobarbaz]</h3>" queryCommandSt ate("stylewithcss") before 2111 PASS [["stylewithcss","true"],["bold",""]] "<h3>[foobarbaz]</h3>" queryCommandSt ate("stylewithcss") before
2112 FAIL [["stylewithcss","true"],["bold",""]] "<h3>[foobarbaz]</h3>" queryCommandVa lue("stylewithcss") before assert_equals: Wrong result returned expected "" but got "false" 2112 PASS [["stylewithcss","true"],["bold",""]] "<h3>[foobarbaz]</h3>" queryCommandVa lue("stylewithcss") before
2113 PASS [["stylewithcss","true"],["bold",""]] "<h3>[foobarbaz]</h3>" queryCommandIn determ("stylewithcss") after 2113 PASS [["stylewithcss","true"],["bold",""]] "<h3>[foobarbaz]</h3>" queryCommandIn determ("stylewithcss") after
2114 PASS [["stylewithcss","true"],["bold",""]] "<h3>[foobarbaz]</h3>" queryCommandSt ate("stylewithcss") after 2114 PASS [["stylewithcss","true"],["bold",""]] "<h3>[foobarbaz]</h3>" queryCommandSt ate("stylewithcss") after
2115 FAIL [["stylewithcss","true"],["bold",""]] "<h3>[foobarbaz]</h3>" queryCommandVa lue("stylewithcss") after assert_equals: Wrong result returned expected "" but g ot "true" 2115 PASS [["stylewithcss","true"],["bold",""]] "<h3>[foobarbaz]</h3>" queryCommandVa lue("stylewithcss") after
2116 PASS [["stylewithcss","true"],["bold",""]] "<h3>[foobarbaz]</h3>" queryCommandIn determ("bold") before 2116 PASS [["stylewithcss","true"],["bold",""]] "<h3>[foobarbaz]</h3>" queryCommandIn determ("bold") before
2117 PASS [["stylewithcss","true"],["bold",""]] "<h3>[foobarbaz]</h3>" queryCommandSt ate("bold") before 2117 PASS [["stylewithcss","true"],["bold",""]] "<h3>[foobarbaz]</h3>" queryCommandSt ate("bold") before
2118 FAIL [["stylewithcss","true"],["bold",""]] "<h3>[foobarbaz]</h3>" queryCommandVa lue("bold") before assert_equals: Wrong result returned expected "" but got "tru e" 2118 FAIL [["stylewithcss","true"],["bold",""]] "<h3>[foobarbaz]</h3>" queryCommandVa lue("bold") before assert_equals: Wrong result returned expected "" but got "tru e"
2119 PASS [["stylewithcss","true"],["bold",""]] "<h3>[foobarbaz]</h3>" queryCommandIn determ("bold") after 2119 PASS [["stylewithcss","true"],["bold",""]] "<h3>[foobarbaz]</h3>" queryCommandIn determ("bold") after
2120 PASS [["stylewithcss","true"],["bold",""]] "<h3>[foobarbaz]</h3>" queryCommandSt ate("bold") after 2120 PASS [["stylewithcss","true"],["bold",""]] "<h3>[foobarbaz]</h3>" queryCommandSt ate("bold") after
2121 FAIL [["stylewithcss","true"],["bold",""]] "<h3>[foobarbaz]</h3>" queryCommandVa lue("bold") after assert_equals: Wrong result returned expected "" but got "fals e" 2121 FAIL [["stylewithcss","true"],["bold",""]] "<h3>[foobarbaz]</h3>" queryCommandVa lue("bold") after assert_equals: Wrong result returned expected "" but got "fals e"
2122 PASS [["stylewithcss","false"],["bold",""]] "<h3>[foobarbaz]</h3>": execCommand( "stylewithcss", false, "false") return value 2122 PASS [["stylewithcss","false"],["bold",""]] "<h3>[foobarbaz]</h3>": execCommand( "stylewithcss", false, "false") return value
2123 PASS [["stylewithcss","false"],["bold",""]] "<h3>[foobarbaz]</h3>": execCommand( "bold", false, "") return value 2123 PASS [["stylewithcss","false"],["bold",""]] "<h3>[foobarbaz]</h3>": execCommand( "bold", false, "") return value
2124 PASS [["stylewithcss","false"],["bold",""]] "<h3>[foobarbaz]</h3>" checks for mo difications to non-editable content 2124 PASS [["stylewithcss","false"],["bold",""]] "<h3>[foobarbaz]</h3>" checks for mo difications to non-editable content
2125 PASS [["stylewithcss","false"],["bold",""]] "<h3>[foobarbaz]</h3>" compare inner HTML 2125 PASS [["stylewithcss","false"],["bold",""]] "<h3>[foobarbaz]</h3>" compare inner HTML
2126 PASS [["stylewithcss","false"],["bold",""]] "<h3>[foobarbaz]</h3>" queryCommandI ndeterm("stylewithcss") before 2126 PASS [["stylewithcss","false"],["bold",""]] "<h3>[foobarbaz]</h3>" queryCommandI ndeterm("stylewithcss") before
2127 PASS [["stylewithcss","false"],["bold",""]] "<h3>[foobarbaz]</h3>" queryCommandS tate("stylewithcss") before 2127 PASS [["stylewithcss","false"],["bold",""]] "<h3>[foobarbaz]</h3>" queryCommandS tate("stylewithcss") before
2128 FAIL [["stylewithcss","false"],["bold",""]] "<h3>[foobarbaz]</h3>" queryCommandV alue("stylewithcss") before assert_equals: Wrong result returned expected "" but got "true" 2128 PASS [["stylewithcss","false"],["bold",""]] "<h3>[foobarbaz]</h3>" queryCommandV alue("stylewithcss") before
2129 PASS [["stylewithcss","false"],["bold",""]] "<h3>[foobarbaz]</h3>" queryCommandI ndeterm("stylewithcss") after 2129 PASS [["stylewithcss","false"],["bold",""]] "<h3>[foobarbaz]</h3>" queryCommandI ndeterm("stylewithcss") after
2130 PASS [["stylewithcss","false"],["bold",""]] "<h3>[foobarbaz]</h3>" queryCommandS tate("stylewithcss") after 2130 PASS [["stylewithcss","false"],["bold",""]] "<h3>[foobarbaz]</h3>" queryCommandS tate("stylewithcss") after
2131 FAIL [["stylewithcss","false"],["bold",""]] "<h3>[foobarbaz]</h3>" queryCommandV alue("stylewithcss") after assert_equals: Wrong result returned expected "" but got "false" 2131 PASS [["stylewithcss","false"],["bold",""]] "<h3>[foobarbaz]</h3>" queryCommandV alue("stylewithcss") after
2132 PASS [["stylewithcss","false"],["bold",""]] "<h3>[foobarbaz]</h3>" queryCommandI ndeterm("bold") before 2132 PASS [["stylewithcss","false"],["bold",""]] "<h3>[foobarbaz]</h3>" queryCommandI ndeterm("bold") before
2133 PASS [["stylewithcss","false"],["bold",""]] "<h3>[foobarbaz]</h3>" queryCommandS tate("bold") before 2133 PASS [["stylewithcss","false"],["bold",""]] "<h3>[foobarbaz]</h3>" queryCommandS tate("bold") before
2134 FAIL [["stylewithcss","false"],["bold",""]] "<h3>[foobarbaz]</h3>" queryCommandV alue("bold") before assert_equals: Wrong result returned expected "" but got "tr ue" 2134 FAIL [["stylewithcss","false"],["bold",""]] "<h3>[foobarbaz]</h3>" queryCommandV alue("bold") before assert_equals: Wrong result returned expected "" but got "tr ue"
2135 PASS [["stylewithcss","false"],["bold",""]] "<h3>[foobarbaz]</h3>" queryCommandI ndeterm("bold") after 2135 PASS [["stylewithcss","false"],["bold",""]] "<h3>[foobarbaz]</h3>" queryCommandI ndeterm("bold") after
2136 PASS [["stylewithcss","false"],["bold",""]] "<h3>[foobarbaz]</h3>" queryCommandS tate("bold") after 2136 PASS [["stylewithcss","false"],["bold",""]] "<h3>[foobarbaz]</h3>" queryCommandS tate("bold") after
2137 FAIL [["stylewithcss","false"],["bold",""]] "<h3>[foobarbaz]</h3>" queryCommandV alue("bold") after assert_equals: Wrong result returned expected "" but got "fal se" 2137 FAIL [["stylewithcss","false"],["bold",""]] "<h3>[foobarbaz]</h3>" queryCommandV alue("bold") after assert_equals: Wrong result returned expected "" but got "fal se"
2138 PASS [["stylewithcss","true"],["bold",""]] "{<h3>foobarbaz]</h3>": execCommand(" stylewithcss", false, "true") return value 2138 PASS [["stylewithcss","true"],["bold",""]] "{<h3>foobarbaz]</h3>": execCommand(" stylewithcss", false, "true") return value
2139 PASS [["stylewithcss","true"],["bold",""]] "{<h3>foobarbaz]</h3>": execCommand(" bold", false, "") return value 2139 PASS [["stylewithcss","true"],["bold",""]] "{<h3>foobarbaz]</h3>": execCommand(" bold", false, "") return value
2140 PASS [["stylewithcss","true"],["bold",""]] "{<h3>foobarbaz]</h3>" checks for mod ifications to non-editable content 2140 PASS [["stylewithcss","true"],["bold",""]] "{<h3>foobarbaz]</h3>" checks for mod ifications to non-editable content
2141 PASS [["stylewithcss","true"],["bold",""]] "{<h3>foobarbaz]</h3>" compare innerH TML 2141 PASS [["stylewithcss","true"],["bold",""]] "{<h3>foobarbaz]</h3>" compare innerH TML
2142 PASS [["stylewithcss","true"],["bold",""]] "{<h3>foobarbaz]</h3>" queryCommandIn determ("stylewithcss") before 2142 PASS [["stylewithcss","true"],["bold",""]] "{<h3>foobarbaz]</h3>" queryCommandIn determ("stylewithcss") before
2143 PASS [["stylewithcss","true"],["bold",""]] "{<h3>foobarbaz]</h3>" queryCommandSt ate("stylewithcss") before 2143 PASS [["stylewithcss","true"],["bold",""]] "{<h3>foobarbaz]</h3>" queryCommandSt ate("stylewithcss") before
2144 FAIL [["stylewithcss","true"],["bold",""]] "{<h3>foobarbaz]</h3>" queryCommandVa lue("stylewithcss") before assert_equals: Wrong result returned expected "" but got "false" 2144 PASS [["stylewithcss","true"],["bold",""]] "{<h3>foobarbaz]</h3>" queryCommandVa lue("stylewithcss") before
2145 PASS [["stylewithcss","true"],["bold",""]] "{<h3>foobarbaz]</h3>" queryCommandIn determ("stylewithcss") after 2145 PASS [["stylewithcss","true"],["bold",""]] "{<h3>foobarbaz]</h3>" queryCommandIn determ("stylewithcss") after
2146 PASS [["stylewithcss","true"],["bold",""]] "{<h3>foobarbaz]</h3>" queryCommandSt ate("stylewithcss") after 2146 PASS [["stylewithcss","true"],["bold",""]] "{<h3>foobarbaz]</h3>" queryCommandSt ate("stylewithcss") after
2147 FAIL [["stylewithcss","true"],["bold",""]] "{<h3>foobarbaz]</h3>" queryCommandVa lue("stylewithcss") after assert_equals: Wrong result returned expected "" but g ot "true" 2147 PASS [["stylewithcss","true"],["bold",""]] "{<h3>foobarbaz]</h3>" queryCommandVa lue("stylewithcss") after
2148 PASS [["stylewithcss","true"],["bold",""]] "{<h3>foobarbaz]</h3>" queryCommandIn determ("bold") before 2148 PASS [["stylewithcss","true"],["bold",""]] "{<h3>foobarbaz]</h3>" queryCommandIn determ("bold") before
2149 PASS [["stylewithcss","true"],["bold",""]] "{<h3>foobarbaz]</h3>" queryCommandSt ate("bold") before 2149 PASS [["stylewithcss","true"],["bold",""]] "{<h3>foobarbaz]</h3>" queryCommandSt ate("bold") before
2150 FAIL [["stylewithcss","true"],["bold",""]] "{<h3>foobarbaz]</h3>" queryCommandVa lue("bold") before assert_equals: Wrong result returned expected "" but got "tru e" 2150 FAIL [["stylewithcss","true"],["bold",""]] "{<h3>foobarbaz]</h3>" queryCommandVa lue("bold") before assert_equals: Wrong result returned expected "" but got "tru e"
2151 PASS [["stylewithcss","true"],["bold",""]] "{<h3>foobarbaz]</h3>" queryCommandIn determ("bold") after 2151 PASS [["stylewithcss","true"],["bold",""]] "{<h3>foobarbaz]</h3>" queryCommandIn determ("bold") after
2152 PASS [["stylewithcss","true"],["bold",""]] "{<h3>foobarbaz]</h3>" queryCommandSt ate("bold") after 2152 PASS [["stylewithcss","true"],["bold",""]] "{<h3>foobarbaz]</h3>" queryCommandSt ate("bold") after
2153 FAIL [["stylewithcss","true"],["bold",""]] "{<h3>foobarbaz]</h3>" queryCommandVa lue("bold") after assert_equals: Wrong result returned expected "" but got "fals e" 2153 FAIL [["stylewithcss","true"],["bold",""]] "{<h3>foobarbaz]</h3>" queryCommandVa lue("bold") after assert_equals: Wrong result returned expected "" but got "fals e"
2154 PASS [["stylewithcss","false"],["bold",""]] "{<h3>foobarbaz]</h3>": execCommand( "stylewithcss", false, "false") return value 2154 PASS [["stylewithcss","false"],["bold",""]] "{<h3>foobarbaz]</h3>": execCommand( "stylewithcss", false, "false") return value
2155 PASS [["stylewithcss","false"],["bold",""]] "{<h3>foobarbaz]</h3>": execCommand( "bold", false, "") return value 2155 PASS [["stylewithcss","false"],["bold",""]] "{<h3>foobarbaz]</h3>": execCommand( "bold", false, "") return value
2156 PASS [["stylewithcss","false"],["bold",""]] "{<h3>foobarbaz]</h3>" checks for mo difications to non-editable content 2156 PASS [["stylewithcss","false"],["bold",""]] "{<h3>foobarbaz]</h3>" checks for mo difications to non-editable content
2157 PASS [["stylewithcss","false"],["bold",""]] "{<h3>foobarbaz]</h3>" compare inner HTML 2157 PASS [["stylewithcss","false"],["bold",""]] "{<h3>foobarbaz]</h3>" compare inner HTML
2158 PASS [["stylewithcss","false"],["bold",""]] "{<h3>foobarbaz]</h3>" queryCommandI ndeterm("stylewithcss") before 2158 PASS [["stylewithcss","false"],["bold",""]] "{<h3>foobarbaz]</h3>" queryCommandI ndeterm("stylewithcss") before
2159 PASS [["stylewithcss","false"],["bold",""]] "{<h3>foobarbaz]</h3>" queryCommandS tate("stylewithcss") before 2159 PASS [["stylewithcss","false"],["bold",""]] "{<h3>foobarbaz]</h3>" queryCommandS tate("stylewithcss") before
2160 FAIL [["stylewithcss","false"],["bold",""]] "{<h3>foobarbaz]</h3>" queryCommandV alue("stylewithcss") before assert_equals: Wrong result returned expected "" but got "true" 2160 PASS [["stylewithcss","false"],["bold",""]] "{<h3>foobarbaz]</h3>" queryCommandV alue("stylewithcss") before
2161 PASS [["stylewithcss","false"],["bold",""]] "{<h3>foobarbaz]</h3>" queryCommandI ndeterm("stylewithcss") after 2161 PASS [["stylewithcss","false"],["bold",""]] "{<h3>foobarbaz]</h3>" queryCommandI ndeterm("stylewithcss") after
2162 PASS [["stylewithcss","false"],["bold",""]] "{<h3>foobarbaz]</h3>" queryCommandS tate("stylewithcss") after 2162 PASS [["stylewithcss","false"],["bold",""]] "{<h3>foobarbaz]</h3>" queryCommandS tate("stylewithcss") after
2163 FAIL [["stylewithcss","false"],["bold",""]] "{<h3>foobarbaz]</h3>" queryCommandV alue("stylewithcss") after assert_equals: Wrong result returned expected "" but got "false" 2163 PASS [["stylewithcss","false"],["bold",""]] "{<h3>foobarbaz]</h3>" queryCommandV alue("stylewithcss") after
2164 PASS [["stylewithcss","false"],["bold",""]] "{<h3>foobarbaz]</h3>" queryCommandI ndeterm("bold") before 2164 PASS [["stylewithcss","false"],["bold",""]] "{<h3>foobarbaz]</h3>" queryCommandI ndeterm("bold") before
2165 PASS [["stylewithcss","false"],["bold",""]] "{<h3>foobarbaz]</h3>" queryCommandS tate("bold") before 2165 PASS [["stylewithcss","false"],["bold",""]] "{<h3>foobarbaz]</h3>" queryCommandS tate("bold") before
2166 FAIL [["stylewithcss","false"],["bold",""]] "{<h3>foobarbaz]</h3>" queryCommandV alue("bold") before assert_equals: Wrong result returned expected "" but got "tr ue" 2166 FAIL [["stylewithcss","false"],["bold",""]] "{<h3>foobarbaz]</h3>" queryCommandV alue("bold") before assert_equals: Wrong result returned expected "" but got "tr ue"
2167 PASS [["stylewithcss","false"],["bold",""]] "{<h3>foobarbaz]</h3>" queryCommandI ndeterm("bold") after 2167 PASS [["stylewithcss","false"],["bold",""]] "{<h3>foobarbaz]</h3>" queryCommandI ndeterm("bold") after
2168 PASS [["stylewithcss","false"],["bold",""]] "{<h3>foobarbaz]</h3>" queryCommandS tate("bold") after 2168 PASS [["stylewithcss","false"],["bold",""]] "{<h3>foobarbaz]</h3>" queryCommandS tate("bold") after
2169 FAIL [["stylewithcss","false"],["bold",""]] "{<h3>foobarbaz]</h3>" queryCommandV alue("bold") after assert_equals: Wrong result returned expected "" but got "fal se" 2169 FAIL [["stylewithcss","false"],["bold",""]] "{<h3>foobarbaz]</h3>" queryCommandV alue("bold") after assert_equals: Wrong result returned expected "" but got "fal se"
2170 PASS [["stylewithcss","true"],["bold",""]] "<h3>[foobarbaz</h3>}": execCommand(" stylewithcss", false, "true") return value 2170 PASS [["stylewithcss","true"],["bold",""]] "<h3>[foobarbaz</h3>}": execCommand(" stylewithcss", false, "true") return value
2171 PASS [["stylewithcss","true"],["bold",""]] "<h3>[foobarbaz</h3>}": execCommand(" bold", false, "") return value 2171 PASS [["stylewithcss","true"],["bold",""]] "<h3>[foobarbaz</h3>}": execCommand(" bold", false, "") return value
2172 PASS [["stylewithcss","true"],["bold",""]] "<h3>[foobarbaz</h3>}" checks for mod ifications to non-editable content 2172 PASS [["stylewithcss","true"],["bold",""]] "<h3>[foobarbaz</h3>}" checks for mod ifications to non-editable content
2173 PASS [["stylewithcss","true"],["bold",""]] "<h3>[foobarbaz</h3>}" compare innerH TML 2173 PASS [["stylewithcss","true"],["bold",""]] "<h3>[foobarbaz</h3>}" compare innerH TML
2174 PASS [["stylewithcss","true"],["bold",""]] "<h3>[foobarbaz</h3>}" queryCommandIn determ("stylewithcss") before 2174 PASS [["stylewithcss","true"],["bold",""]] "<h3>[foobarbaz</h3>}" queryCommandIn determ("stylewithcss") before
2175 PASS [["stylewithcss","true"],["bold",""]] "<h3>[foobarbaz</h3>}" queryCommandSt ate("stylewithcss") before 2175 PASS [["stylewithcss","true"],["bold",""]] "<h3>[foobarbaz</h3>}" queryCommandSt ate("stylewithcss") before
2176 FAIL [["stylewithcss","true"],["bold",""]] "<h3>[foobarbaz</h3>}" queryCommandVa lue("stylewithcss") before assert_equals: Wrong result returned expected "" but got "false" 2176 PASS [["stylewithcss","true"],["bold",""]] "<h3>[foobarbaz</h3>}" queryCommandVa lue("stylewithcss") before
2177 PASS [["stylewithcss","true"],["bold",""]] "<h3>[foobarbaz</h3>}" queryCommandIn determ("stylewithcss") after 2177 PASS [["stylewithcss","true"],["bold",""]] "<h3>[foobarbaz</h3>}" queryCommandIn determ("stylewithcss") after
2178 PASS [["stylewithcss","true"],["bold",""]] "<h3>[foobarbaz</h3>}" queryCommandSt ate("stylewithcss") after 2178 PASS [["stylewithcss","true"],["bold",""]] "<h3>[foobarbaz</h3>}" queryCommandSt ate("stylewithcss") after
2179 FAIL [["stylewithcss","true"],["bold",""]] "<h3>[foobarbaz</h3>}" queryCommandVa lue("stylewithcss") after assert_equals: Wrong result returned expected "" but g ot "true" 2179 PASS [["stylewithcss","true"],["bold",""]] "<h3>[foobarbaz</h3>}" queryCommandVa lue("stylewithcss") after
2180 PASS [["stylewithcss","true"],["bold",""]] "<h3>[foobarbaz</h3>}" queryCommandIn determ("bold") before 2180 PASS [["stylewithcss","true"],["bold",""]] "<h3>[foobarbaz</h3>}" queryCommandIn determ("bold") before
2181 PASS [["stylewithcss","true"],["bold",""]] "<h3>[foobarbaz</h3>}" queryCommandSt ate("bold") before 2181 PASS [["stylewithcss","true"],["bold",""]] "<h3>[foobarbaz</h3>}" queryCommandSt ate("bold") before
2182 FAIL [["stylewithcss","true"],["bold",""]] "<h3>[foobarbaz</h3>}" queryCommandVa lue("bold") before assert_equals: Wrong result returned expected "" but got "tru e" 2182 FAIL [["stylewithcss","true"],["bold",""]] "<h3>[foobarbaz</h3>}" queryCommandVa lue("bold") before assert_equals: Wrong result returned expected "" but got "tru e"
2183 PASS [["stylewithcss","true"],["bold",""]] "<h3>[foobarbaz</h3>}" queryCommandIn determ("bold") after 2183 PASS [["stylewithcss","true"],["bold",""]] "<h3>[foobarbaz</h3>}" queryCommandIn determ("bold") after
2184 PASS [["stylewithcss","true"],["bold",""]] "<h3>[foobarbaz</h3>}" queryCommandSt ate("bold") after 2184 PASS [["stylewithcss","true"],["bold",""]] "<h3>[foobarbaz</h3>}" queryCommandSt ate("bold") after
2185 FAIL [["stylewithcss","true"],["bold",""]] "<h3>[foobarbaz</h3>}" queryCommandVa lue("bold") after assert_equals: Wrong result returned expected "" but got "fals e" 2185 FAIL [["stylewithcss","true"],["bold",""]] "<h3>[foobarbaz</h3>}" queryCommandVa lue("bold") after assert_equals: Wrong result returned expected "" but got "fals e"
2186 PASS [["stylewithcss","false"],["bold",""]] "<h3>[foobarbaz</h3>}": execCommand( "stylewithcss", false, "false") return value 2186 PASS [["stylewithcss","false"],["bold",""]] "<h3>[foobarbaz</h3>}": execCommand( "stylewithcss", false, "false") return value
2187 PASS [["stylewithcss","false"],["bold",""]] "<h3>[foobarbaz</h3>}": execCommand( "bold", false, "") return value 2187 PASS [["stylewithcss","false"],["bold",""]] "<h3>[foobarbaz</h3>}": execCommand( "bold", false, "") return value
2188 PASS [["stylewithcss","false"],["bold",""]] "<h3>[foobarbaz</h3>}" checks for mo difications to non-editable content 2188 PASS [["stylewithcss","false"],["bold",""]] "<h3>[foobarbaz</h3>}" checks for mo difications to non-editable content
2189 PASS [["stylewithcss","false"],["bold",""]] "<h3>[foobarbaz</h3>}" compare inner HTML 2189 PASS [["stylewithcss","false"],["bold",""]] "<h3>[foobarbaz</h3>}" compare inner HTML
2190 PASS [["stylewithcss","false"],["bold",""]] "<h3>[foobarbaz</h3>}" queryCommandI ndeterm("stylewithcss") before 2190 PASS [["stylewithcss","false"],["bold",""]] "<h3>[foobarbaz</h3>}" queryCommandI ndeterm("stylewithcss") before
2191 PASS [["stylewithcss","false"],["bold",""]] "<h3>[foobarbaz</h3>}" queryCommandS tate("stylewithcss") before 2191 PASS [["stylewithcss","false"],["bold",""]] "<h3>[foobarbaz</h3>}" queryCommandS tate("stylewithcss") before
2192 FAIL [["stylewithcss","false"],["bold",""]] "<h3>[foobarbaz</h3>}" queryCommandV alue("stylewithcss") before assert_equals: Wrong result returned expected "" but got "true" 2192 PASS [["stylewithcss","false"],["bold",""]] "<h3>[foobarbaz</h3>}" queryCommandV alue("stylewithcss") before
2193 PASS [["stylewithcss","false"],["bold",""]] "<h3>[foobarbaz</h3>}" queryCommandI ndeterm("stylewithcss") after 2193 PASS [["stylewithcss","false"],["bold",""]] "<h3>[foobarbaz</h3>}" queryCommandI ndeterm("stylewithcss") after
2194 PASS [["stylewithcss","false"],["bold",""]] "<h3>[foobarbaz</h3>}" queryCommandS tate("stylewithcss") after 2194 PASS [["stylewithcss","false"],["bold",""]] "<h3>[foobarbaz</h3>}" queryCommandS tate("stylewithcss") after
2195 FAIL [["stylewithcss","false"],["bold",""]] "<h3>[foobarbaz</h3>}" queryCommandV alue("stylewithcss") after assert_equals: Wrong result returned expected "" but got "false" 2195 PASS [["stylewithcss","false"],["bold",""]] "<h3>[foobarbaz</h3>}" queryCommandV alue("stylewithcss") after
2196 PASS [["stylewithcss","false"],["bold",""]] "<h3>[foobarbaz</h3>}" queryCommandI ndeterm("bold") before 2196 PASS [["stylewithcss","false"],["bold",""]] "<h3>[foobarbaz</h3>}" queryCommandI ndeterm("bold") before
2197 PASS [["stylewithcss","false"],["bold",""]] "<h3>[foobarbaz</h3>}" queryCommandS tate("bold") before 2197 PASS [["stylewithcss","false"],["bold",""]] "<h3>[foobarbaz</h3>}" queryCommandS tate("bold") before
2198 FAIL [["stylewithcss","false"],["bold",""]] "<h3>[foobarbaz</h3>}" queryCommandV alue("bold") before assert_equals: Wrong result returned expected "" but got "tr ue" 2198 FAIL [["stylewithcss","false"],["bold",""]] "<h3>[foobarbaz</h3>}" queryCommandV alue("bold") before assert_equals: Wrong result returned expected "" but got "tr ue"
2199 PASS [["stylewithcss","false"],["bold",""]] "<h3>[foobarbaz</h3>}" queryCommandI ndeterm("bold") after 2199 PASS [["stylewithcss","false"],["bold",""]] "<h3>[foobarbaz</h3>}" queryCommandI ndeterm("bold") after
2200 PASS [["stylewithcss","false"],["bold",""]] "<h3>[foobarbaz</h3>}" queryCommandS tate("bold") after 2200 PASS [["stylewithcss","false"],["bold",""]] "<h3>[foobarbaz</h3>}" queryCommandS tate("bold") after
2201 FAIL [["stylewithcss","false"],["bold",""]] "<h3>[foobarbaz</h3>}" queryCommandV alue("bold") after assert_equals: Wrong result returned expected "" but got "fal se" 2201 FAIL [["stylewithcss","false"],["bold",""]] "<h3>[foobarbaz</h3>}" queryCommandV alue("bold") after assert_equals: Wrong result returned expected "" but got "fal se"
2202 PASS [["stylewithcss","true"],["bold",""]] "{<h3>foobarbaz</h3>}": execCommand(" stylewithcss", false, "true") return value 2202 PASS [["stylewithcss","true"],["bold",""]] "{<h3>foobarbaz</h3>}": execCommand(" stylewithcss", false, "true") return value
2203 PASS [["stylewithcss","true"],["bold",""]] "{<h3>foobarbaz</h3>}": execCommand(" bold", false, "") return value 2203 PASS [["stylewithcss","true"],["bold",""]] "{<h3>foobarbaz</h3>}": execCommand(" bold", false, "") return value
2204 PASS [["stylewithcss","true"],["bold",""]] "{<h3>foobarbaz</h3>}" checks for mod ifications to non-editable content 2204 PASS [["stylewithcss","true"],["bold",""]] "{<h3>foobarbaz</h3>}" checks for mod ifications to non-editable content
2205 PASS [["stylewithcss","true"],["bold",""]] "{<h3>foobarbaz</h3>}" compare innerH TML 2205 PASS [["stylewithcss","true"],["bold",""]] "{<h3>foobarbaz</h3>}" compare innerH TML
2206 PASS [["stylewithcss","true"],["bold",""]] "{<h3>foobarbaz</h3>}" queryCommandIn determ("stylewithcss") before 2206 PASS [["stylewithcss","true"],["bold",""]] "{<h3>foobarbaz</h3>}" queryCommandIn determ("stylewithcss") before
2207 PASS [["stylewithcss","true"],["bold",""]] "{<h3>foobarbaz</h3>}" queryCommandSt ate("stylewithcss") before 2207 PASS [["stylewithcss","true"],["bold",""]] "{<h3>foobarbaz</h3>}" queryCommandSt ate("stylewithcss") before
2208 FAIL [["stylewithcss","true"],["bold",""]] "{<h3>foobarbaz</h3>}" queryCommandVa lue("stylewithcss") before assert_equals: Wrong result returned expected "" but got "false" 2208 PASS [["stylewithcss","true"],["bold",""]] "{<h3>foobarbaz</h3>}" queryCommandVa lue("stylewithcss") before
2209 PASS [["stylewithcss","true"],["bold",""]] "{<h3>foobarbaz</h3>}" queryCommandIn determ("stylewithcss") after 2209 PASS [["stylewithcss","true"],["bold",""]] "{<h3>foobarbaz</h3>}" queryCommandIn determ("stylewithcss") after
2210 PASS [["stylewithcss","true"],["bold",""]] "{<h3>foobarbaz</h3>}" queryCommandSt ate("stylewithcss") after 2210 PASS [["stylewithcss","true"],["bold",""]] "{<h3>foobarbaz</h3>}" queryCommandSt ate("stylewithcss") after
2211 FAIL [["stylewithcss","true"],["bold",""]] "{<h3>foobarbaz</h3>}" queryCommandVa lue("stylewithcss") after assert_equals: Wrong result returned expected "" but g ot "true" 2211 PASS [["stylewithcss","true"],["bold",""]] "{<h3>foobarbaz</h3>}" queryCommandVa lue("stylewithcss") after
2212 PASS [["stylewithcss","true"],["bold",""]] "{<h3>foobarbaz</h3>}" queryCommandIn determ("bold") before 2212 PASS [["stylewithcss","true"],["bold",""]] "{<h3>foobarbaz</h3>}" queryCommandIn determ("bold") before
2213 PASS [["stylewithcss","true"],["bold",""]] "{<h3>foobarbaz</h3>}" queryCommandSt ate("bold") before 2213 PASS [["stylewithcss","true"],["bold",""]] "{<h3>foobarbaz</h3>}" queryCommandSt ate("bold") before
2214 FAIL [["stylewithcss","true"],["bold",""]] "{<h3>foobarbaz</h3>}" queryCommandVa lue("bold") before assert_equals: Wrong result returned expected "" but got "tru e" 2214 FAIL [["stylewithcss","true"],["bold",""]] "{<h3>foobarbaz</h3>}" queryCommandVa lue("bold") before assert_equals: Wrong result returned expected "" but got "tru e"
2215 PASS [["stylewithcss","true"],["bold",""]] "{<h3>foobarbaz</h3>}" queryCommandIn determ("bold") after 2215 PASS [["stylewithcss","true"],["bold",""]] "{<h3>foobarbaz</h3>}" queryCommandIn determ("bold") after
2216 PASS [["stylewithcss","true"],["bold",""]] "{<h3>foobarbaz</h3>}" queryCommandSt ate("bold") after 2216 PASS [["stylewithcss","true"],["bold",""]] "{<h3>foobarbaz</h3>}" queryCommandSt ate("bold") after
2217 FAIL [["stylewithcss","true"],["bold",""]] "{<h3>foobarbaz</h3>}" queryCommandVa lue("bold") after assert_equals: Wrong result returned expected "" but got "fals e" 2217 FAIL [["stylewithcss","true"],["bold",""]] "{<h3>foobarbaz</h3>}" queryCommandVa lue("bold") after assert_equals: Wrong result returned expected "" but got "fals e"
2218 PASS [["stylewithcss","false"],["bold",""]] "{<h3>foobarbaz</h3>}": execCommand( "stylewithcss", false, "false") return value 2218 PASS [["stylewithcss","false"],["bold",""]] "{<h3>foobarbaz</h3>}": execCommand( "stylewithcss", false, "false") return value
2219 PASS [["stylewithcss","false"],["bold",""]] "{<h3>foobarbaz</h3>}": execCommand( "bold", false, "") return value 2219 PASS [["stylewithcss","false"],["bold",""]] "{<h3>foobarbaz</h3>}": execCommand( "bold", false, "") return value
2220 PASS [["stylewithcss","false"],["bold",""]] "{<h3>foobarbaz</h3>}" checks for mo difications to non-editable content 2220 PASS [["stylewithcss","false"],["bold",""]] "{<h3>foobarbaz</h3>}" checks for mo difications to non-editable content
2221 PASS [["stylewithcss","false"],["bold",""]] "{<h3>foobarbaz</h3>}" compare inner HTML 2221 PASS [["stylewithcss","false"],["bold",""]] "{<h3>foobarbaz</h3>}" compare inner HTML
2222 PASS [["stylewithcss","false"],["bold",""]] "{<h3>foobarbaz</h3>}" queryCommandI ndeterm("stylewithcss") before 2222 PASS [["stylewithcss","false"],["bold",""]] "{<h3>foobarbaz</h3>}" queryCommandI ndeterm("stylewithcss") before
2223 PASS [["stylewithcss","false"],["bold",""]] "{<h3>foobarbaz</h3>}" queryCommandS tate("stylewithcss") before 2223 PASS [["stylewithcss","false"],["bold",""]] "{<h3>foobarbaz</h3>}" queryCommandS tate("stylewithcss") before
2224 FAIL [["stylewithcss","false"],["bold",""]] "{<h3>foobarbaz</h3>}" queryCommandV alue("stylewithcss") before assert_equals: Wrong result returned expected "" but got "true" 2224 PASS [["stylewithcss","false"],["bold",""]] "{<h3>foobarbaz</h3>}" queryCommandV alue("stylewithcss") before
2225 PASS [["stylewithcss","false"],["bold",""]] "{<h3>foobarbaz</h3>}" queryCommandI ndeterm("stylewithcss") after 2225 PASS [["stylewithcss","false"],["bold",""]] "{<h3>foobarbaz</h3>}" queryCommandI ndeterm("stylewithcss") after
2226 PASS [["stylewithcss","false"],["bold",""]] "{<h3>foobarbaz</h3>}" queryCommandS tate("stylewithcss") after 2226 PASS [["stylewithcss","false"],["bold",""]] "{<h3>foobarbaz</h3>}" queryCommandS tate("stylewithcss") after
2227 FAIL [["stylewithcss","false"],["bold",""]] "{<h3>foobarbaz</h3>}" queryCommandV alue("stylewithcss") after assert_equals: Wrong result returned expected "" but got "false" 2227 PASS [["stylewithcss","false"],["bold",""]] "{<h3>foobarbaz</h3>}" queryCommandV alue("stylewithcss") after
2228 PASS [["stylewithcss","false"],["bold",""]] "{<h3>foobarbaz</h3>}" queryCommandI ndeterm("bold") before 2228 PASS [["stylewithcss","false"],["bold",""]] "{<h3>foobarbaz</h3>}" queryCommandI ndeterm("bold") before
2229 PASS [["stylewithcss","false"],["bold",""]] "{<h3>foobarbaz</h3>}" queryCommandS tate("bold") before 2229 PASS [["stylewithcss","false"],["bold",""]] "{<h3>foobarbaz</h3>}" queryCommandS tate("bold") before
2230 FAIL [["stylewithcss","false"],["bold",""]] "{<h3>foobarbaz</h3>}" queryCommandV alue("bold") before assert_equals: Wrong result returned expected "" but got "tr ue" 2230 FAIL [["stylewithcss","false"],["bold",""]] "{<h3>foobarbaz</h3>}" queryCommandV alue("bold") before assert_equals: Wrong result returned expected "" but got "tr ue"
2231 PASS [["stylewithcss","false"],["bold",""]] "{<h3>foobarbaz</h3>}" queryCommandI ndeterm("bold") after 2231 PASS [["stylewithcss","false"],["bold",""]] "{<h3>foobarbaz</h3>}" queryCommandI ndeterm("bold") after
2232 PASS [["stylewithcss","false"],["bold",""]] "{<h3>foobarbaz</h3>}" queryCommandS tate("bold") after 2232 PASS [["stylewithcss","false"],["bold",""]] "{<h3>foobarbaz</h3>}" queryCommandS tate("bold") after
2233 FAIL [["stylewithcss","false"],["bold",""]] "{<h3>foobarbaz</h3>}" queryCommandV alue("bold") after assert_equals: Wrong result returned expected "" but got "fal se" 2233 FAIL [["stylewithcss","false"],["bold",""]] "{<h3>foobarbaz</h3>}" queryCommandV alue("bold") after assert_equals: Wrong result returned expected "" but got "fal se"
2234 PASS [["stylewithcss","true"],["bold",""]] "<b>foo<span style=\"font-weight: nor mal\">bar<b>[baz]</b>quz</span>qoz</b>": execCommand("stylewithcss", false, "tru e") return value 2234 PASS [["stylewithcss","true"],["bold",""]] "<b>foo<span style=\"font-weight: nor mal\">bar<b>[baz]</b>quz</span>qoz</b>": execCommand("stylewithcss", false, "tru e") return value
2235 PASS [["stylewithcss","true"],["bold",""]] "<b>foo<span style=\"font-weight: nor mal\">bar<b>[baz]</b>quz</span>qoz</b>": execCommand("bold", false, "") return v alue 2235 PASS [["stylewithcss","true"],["bold",""]] "<b>foo<span style=\"font-weight: nor mal\">bar<b>[baz]</b>quz</span>qoz</b>": execCommand("bold", false, "") return v alue
2236 PASS [["stylewithcss","true"],["bold",""]] "<b>foo<span style=\"font-weight: nor mal\">bar<b>[baz]</b>quz</span>qoz</b>" checks for modifications to non-editable content 2236 PASS [["stylewithcss","true"],["bold",""]] "<b>foo<span style=\"font-weight: nor mal\">bar<b>[baz]</b>quz</span>qoz</b>" checks for modifications to non-editable content
2237 FAIL [["stylewithcss","true"],["bold",""]] "<b>foo<span style=\"font-weight: nor mal\">bar<b>[baz]</b>quz</span>qoz</b>" compare innerHTML assert_equals: Unexpec ted innerHTML (after normalizing inline style) expected "<b>foo<span style=\"fon t-weight:normal\">barbazquz</span>qoz</b>" but got "<span style=\"font-weight:bo ld\">foo</span>barbazquz<span style=\"font-weight:bold\">qoz</span>" 2237 FAIL [["stylewithcss","true"],["bold",""]] "<b>foo<span style=\"font-weight: nor mal\">bar<b>[baz]</b>quz</span>qoz</b>" compare innerHTML assert_equals: Unexpec ted innerHTML (after normalizing inline style) expected "<b>foo<span style=\"fon t-weight:normal\">barbazquz</span>qoz</b>" but got "<span style=\"font-weight:bo ld\">foo</span>barbazquz<span style=\"font-weight:bold\">qoz</span>"
2238 PASS [["stylewithcss","true"],["bold",""]] "<b>foo<span style=\"font-weight: nor mal\">bar<b>[baz]</b>quz</span>qoz</b>" queryCommandIndeterm("stylewithcss") bef ore 2238 PASS [["stylewithcss","true"],["bold",""]] "<b>foo<span style=\"font-weight: nor mal\">bar<b>[baz]</b>quz</span>qoz</b>" queryCommandIndeterm("stylewithcss") bef ore
2239 PASS [["stylewithcss","true"],["bold",""]] "<b>foo<span style=\"font-weight: nor mal\">bar<b>[baz]</b>quz</span>qoz</b>" queryCommandState("stylewithcss") before 2239 PASS [["stylewithcss","true"],["bold",""]] "<b>foo<span style=\"font-weight: nor mal\">bar<b>[baz]</b>quz</span>qoz</b>" queryCommandState("stylewithcss") before
2240 FAIL [["stylewithcss","true"],["bold",""]] "<b>foo<span style=\"font-weight: nor mal\">bar<b>[baz]</b>quz</span>qoz</b>" queryCommandValue("stylewithcss") before assert_equals: Wrong result returned expected "" but got "false" 2240 PASS [["stylewithcss","true"],["bold",""]] "<b>foo<span style=\"font-weight: nor mal\">bar<b>[baz]</b>quz</span>qoz</b>" queryCommandValue("stylewithcss") before
2241 PASS [["stylewithcss","true"],["bold",""]] "<b>foo<span style=\"font-weight: nor mal\">bar<b>[baz]</b>quz</span>qoz</b>" queryCommandIndeterm("stylewithcss") aft er 2241 PASS [["stylewithcss","true"],["bold",""]] "<b>foo<span style=\"font-weight: nor mal\">bar<b>[baz]</b>quz</span>qoz</b>" queryCommandIndeterm("stylewithcss") aft er
2242 PASS [["stylewithcss","true"],["bold",""]] "<b>foo<span style=\"font-weight: nor mal\">bar<b>[baz]</b>quz</span>qoz</b>" queryCommandState("stylewithcss") after 2242 PASS [["stylewithcss","true"],["bold",""]] "<b>foo<span style=\"font-weight: nor mal\">bar<b>[baz]</b>quz</span>qoz</b>" queryCommandState("stylewithcss") after
2243 FAIL [["stylewithcss","true"],["bold",""]] "<b>foo<span style=\"font-weight: nor mal\">bar<b>[baz]</b>quz</span>qoz</b>" queryCommandValue("stylewithcss") after assert_equals: Wrong result returned expected "" but got "true" 2243 PASS [["stylewithcss","true"],["bold",""]] "<b>foo<span style=\"font-weight: nor mal\">bar<b>[baz]</b>quz</span>qoz</b>" queryCommandValue("stylewithcss") after
2244 PASS [["stylewithcss","true"],["bold",""]] "<b>foo<span style=\"font-weight: nor mal\">bar<b>[baz]</b>quz</span>qoz</b>" queryCommandIndeterm("bold") before 2244 PASS [["stylewithcss","true"],["bold",""]] "<b>foo<span style=\"font-weight: nor mal\">bar<b>[baz]</b>quz</span>qoz</b>" queryCommandIndeterm("bold") before
2245 PASS [["stylewithcss","true"],["bold",""]] "<b>foo<span style=\"font-weight: nor mal\">bar<b>[baz]</b>quz</span>qoz</b>" queryCommandState("bold") before 2245 PASS [["stylewithcss","true"],["bold",""]] "<b>foo<span style=\"font-weight: nor mal\">bar<b>[baz]</b>quz</span>qoz</b>" queryCommandState("bold") before
2246 FAIL [["stylewithcss","true"],["bold",""]] "<b>foo<span style=\"font-weight: nor mal\">bar<b>[baz]</b>quz</span>qoz</b>" queryCommandValue("bold") before assert_ equals: Wrong result returned expected "" but got "true" 2246 FAIL [["stylewithcss","true"],["bold",""]] "<b>foo<span style=\"font-weight: nor mal\">bar<b>[baz]</b>quz</span>qoz</b>" queryCommandValue("bold") before assert_ equals: Wrong result returned expected "" but got "true"
2247 PASS [["stylewithcss","true"],["bold",""]] "<b>foo<span style=\"font-weight: nor mal\">bar<b>[baz]</b>quz</span>qoz</b>" queryCommandIndeterm("bold") after 2247 PASS [["stylewithcss","true"],["bold",""]] "<b>foo<span style=\"font-weight: nor mal\">bar<b>[baz]</b>quz</span>qoz</b>" queryCommandIndeterm("bold") after
2248 PASS [["stylewithcss","true"],["bold",""]] "<b>foo<span style=\"font-weight: nor mal\">bar<b>[baz]</b>quz</span>qoz</b>" queryCommandState("bold") after 2248 PASS [["stylewithcss","true"],["bold",""]] "<b>foo<span style=\"font-weight: nor mal\">bar<b>[baz]</b>quz</span>qoz</b>" queryCommandState("bold") after
2249 FAIL [["stylewithcss","true"],["bold",""]] "<b>foo<span style=\"font-weight: nor mal\">bar<b>[baz]</b>quz</span>qoz</b>" queryCommandValue("bold") after assert_e quals: Wrong result returned expected "" but got "false" 2249 FAIL [["stylewithcss","true"],["bold",""]] "<b>foo<span style=\"font-weight: nor mal\">bar<b>[baz]</b>quz</span>qoz</b>" queryCommandValue("bold") after assert_e quals: Wrong result returned expected "" but got "false"
2250 PASS [["stylewithcss","false"],["bold",""]] "<b>foo<span style=\"font-weight: no rmal\">bar<b>[baz]</b>quz</span>qoz</b>": execCommand("stylewithcss", false, "fa lse") return value 2250 PASS [["stylewithcss","false"],["bold",""]] "<b>foo<span style=\"font-weight: no rmal\">bar<b>[baz]</b>quz</span>qoz</b>": execCommand("stylewithcss", false, "fa lse") return value
2251 PASS [["stylewithcss","false"],["bold",""]] "<b>foo<span style=\"font-weight: no rmal\">bar<b>[baz]</b>quz</span>qoz</b>": execCommand("bold", false, "") return value 2251 PASS [["stylewithcss","false"],["bold",""]] "<b>foo<span style=\"font-weight: no rmal\">bar<b>[baz]</b>quz</span>qoz</b>": execCommand("bold", false, "") return value
2252 PASS [["stylewithcss","false"],["bold",""]] "<b>foo<span style=\"font-weight: no rmal\">bar<b>[baz]</b>quz</span>qoz</b>" checks for modifications to non-editabl e content 2252 PASS [["stylewithcss","false"],["bold",""]] "<b>foo<span style=\"font-weight: no rmal\">bar<b>[baz]</b>quz</span>qoz</b>" checks for modifications to non-editabl e content
2253 FAIL [["stylewithcss","false"],["bold",""]] "<b>foo<span style=\"font-weight: no rmal\">bar<b>[baz]</b>quz</span>qoz</b>" compare innerHTML assert_equals: Unexpe cted innerHTML (after normalizing inline style) expected "<b>foo<span style=\"fo nt-weight:normal\">barbazquz</span>qoz</b>" but got "<b>foo</b>barbazquz<b>qoz</ b>" 2253 FAIL [["stylewithcss","false"],["bold",""]] "<b>foo<span style=\"font-weight: no rmal\">bar<b>[baz]</b>quz</span>qoz</b>" compare innerHTML assert_equals: Unexpe cted innerHTML (after normalizing inline style) expected "<b>foo<span style=\"fo nt-weight:normal\">barbazquz</span>qoz</b>" but got "<b>foo</b>barbazquz<b>qoz</ b>"
2254 PASS [["stylewithcss","false"],["bold",""]] "<b>foo<span style=\"font-weight: no rmal\">bar<b>[baz]</b>quz</span>qoz</b>" queryCommandIndeterm("stylewithcss") be fore 2254 PASS [["stylewithcss","false"],["bold",""]] "<b>foo<span style=\"font-weight: no rmal\">bar<b>[baz]</b>quz</span>qoz</b>" queryCommandIndeterm("stylewithcss") be fore
2255 PASS [["stylewithcss","false"],["bold",""]] "<b>foo<span style=\"font-weight: no rmal\">bar<b>[baz]</b>quz</span>qoz</b>" queryCommandState("stylewithcss") befor e 2255 PASS [["stylewithcss","false"],["bold",""]] "<b>foo<span style=\"font-weight: no rmal\">bar<b>[baz]</b>quz</span>qoz</b>" queryCommandState("stylewithcss") befor e
2256 FAIL [["stylewithcss","false"],["bold",""]] "<b>foo<span style=\"font-weight: no rmal\">bar<b>[baz]</b>quz</span>qoz</b>" queryCommandValue("stylewithcss") befor e assert_equals: Wrong result returned expected "" but got "true" 2256 PASS [["stylewithcss","false"],["bold",""]] "<b>foo<span style=\"font-weight: no rmal\">bar<b>[baz]</b>quz</span>qoz</b>" queryCommandValue("stylewithcss") befor e
2257 PASS [["stylewithcss","false"],["bold",""]] "<b>foo<span style=\"font-weight: no rmal\">bar<b>[baz]</b>quz</span>qoz</b>" queryCommandIndeterm("stylewithcss") af ter 2257 PASS [["stylewithcss","false"],["bold",""]] "<b>foo<span style=\"font-weight: no rmal\">bar<b>[baz]</b>quz</span>qoz</b>" queryCommandIndeterm("stylewithcss") af ter
2258 PASS [["stylewithcss","false"],["bold",""]] "<b>foo<span style=\"font-weight: no rmal\">bar<b>[baz]</b>quz</span>qoz</b>" queryCommandState("stylewithcss") after 2258 PASS [["stylewithcss","false"],["bold",""]] "<b>foo<span style=\"font-weight: no rmal\">bar<b>[baz]</b>quz</span>qoz</b>" queryCommandState("stylewithcss") after
2259 FAIL [["stylewithcss","false"],["bold",""]] "<b>foo<span style=\"font-weight: no rmal\">bar<b>[baz]</b>quz</span>qoz</b>" queryCommandValue("stylewithcss") after assert_equals: Wrong result returned expected "" but got "false" 2259 PASS [["stylewithcss","false"],["bold",""]] "<b>foo<span style=\"font-weight: no rmal\">bar<b>[baz]</b>quz</span>qoz</b>" queryCommandValue("stylewithcss") after
2260 PASS [["stylewithcss","false"],["bold",""]] "<b>foo<span style=\"font-weight: no rmal\">bar<b>[baz]</b>quz</span>qoz</b>" queryCommandIndeterm("bold") before 2260 PASS [["stylewithcss","false"],["bold",""]] "<b>foo<span style=\"font-weight: no rmal\">bar<b>[baz]</b>quz</span>qoz</b>" queryCommandIndeterm("bold") before
2261 PASS [["stylewithcss","false"],["bold",""]] "<b>foo<span style=\"font-weight: no rmal\">bar<b>[baz]</b>quz</span>qoz</b>" queryCommandState("bold") before 2261 PASS [["stylewithcss","false"],["bold",""]] "<b>foo<span style=\"font-weight: no rmal\">bar<b>[baz]</b>quz</span>qoz</b>" queryCommandState("bold") before
2262 FAIL [["stylewithcss","false"],["bold",""]] "<b>foo<span style=\"font-weight: no rmal\">bar<b>[baz]</b>quz</span>qoz</b>" queryCommandValue("bold") before assert _equals: Wrong result returned expected "" but got "true" 2262 FAIL [["stylewithcss","false"],["bold",""]] "<b>foo<span style=\"font-weight: no rmal\">bar<b>[baz]</b>quz</span>qoz</b>" queryCommandValue("bold") before assert _equals: Wrong result returned expected "" but got "true"
2263 PASS [["stylewithcss","false"],["bold",""]] "<b>foo<span style=\"font-weight: no rmal\">bar<b>[baz]</b>quz</span>qoz</b>" queryCommandIndeterm("bold") after 2263 PASS [["stylewithcss","false"],["bold",""]] "<b>foo<span style=\"font-weight: no rmal\">bar<b>[baz]</b>quz</span>qoz</b>" queryCommandIndeterm("bold") after
2264 PASS [["stylewithcss","false"],["bold",""]] "<b>foo<span style=\"font-weight: no rmal\">bar<b>[baz]</b>quz</span>qoz</b>" queryCommandState("bold") after 2264 PASS [["stylewithcss","false"],["bold",""]] "<b>foo<span style=\"font-weight: no rmal\">bar<b>[baz]</b>quz</span>qoz</b>" queryCommandState("bold") after
2265 FAIL [["stylewithcss","false"],["bold",""]] "<b>foo<span style=\"font-weight: no rmal\">bar<b>[baz]</b>quz</span>qoz</b>" queryCommandValue("bold") after assert_ equals: Wrong result returned expected "" but got "false" 2265 FAIL [["stylewithcss","false"],["bold",""]] "<b>foo<span style=\"font-weight: no rmal\">bar<b>[baz]</b>quz</span>qoz</b>" queryCommandValue("bold") after assert_ equals: Wrong result returned expected "" but got "false"
2266 PASS [["stylewithcss","true"],["bold",""]] "<b>foo<span style=\"font-weight: nor mal\">[bar]</span>baz</b>": execCommand("stylewithcss", false, "true") return va lue 2266 PASS [["stylewithcss","true"],["bold",""]] "<b>foo<span style=\"font-weight: nor mal\">[bar]</span>baz</b>": execCommand("stylewithcss", false, "true") return va lue
2267 PASS [["stylewithcss","true"],["bold",""]] "<b>foo<span style=\"font-weight: nor mal\">[bar]</span>baz</b>": execCommand("bold", false, "") return value 2267 PASS [["stylewithcss","true"],["bold",""]] "<b>foo<span style=\"font-weight: nor mal\">[bar]</span>baz</b>": execCommand("bold", false, "") return value
2268 PASS [["stylewithcss","true"],["bold",""]] "<b>foo<span style=\"font-weight: nor mal\">[bar]</span>baz</b>" checks for modifications to non-editable content 2268 PASS [["stylewithcss","true"],["bold",""]] "<b>foo<span style=\"font-weight: nor mal\">[bar]</span>baz</b>" checks for modifications to non-editable content
2269 PASS [["stylewithcss","true"],["bold",""]] "<b>foo<span style=\"font-weight: nor mal\">[bar]</span>baz</b>" compare innerHTML 2269 PASS [["stylewithcss","true"],["bold",""]] "<b>foo<span style=\"font-weight: nor mal\">[bar]</span>baz</b>" compare innerHTML
2270 PASS [["stylewithcss","true"],["bold",""]] "<b>foo<span style=\"font-weight: nor mal\">[bar]</span>baz</b>" queryCommandIndeterm("stylewithcss") before 2270 PASS [["stylewithcss","true"],["bold",""]] "<b>foo<span style=\"font-weight: nor mal\">[bar]</span>baz</b>" queryCommandIndeterm("stylewithcss") before
2271 PASS [["stylewithcss","true"],["bold",""]] "<b>foo<span style=\"font-weight: nor mal\">[bar]</span>baz</b>" queryCommandState("stylewithcss") before 2271 PASS [["stylewithcss","true"],["bold",""]] "<b>foo<span style=\"font-weight: nor mal\">[bar]</span>baz</b>" queryCommandState("stylewithcss") before
2272 FAIL [["stylewithcss","true"],["bold",""]] "<b>foo<span style=\"font-weight: nor mal\">[bar]</span>baz</b>" queryCommandValue("stylewithcss") before assert_equal s: Wrong result returned expected "" but got "false" 2272 PASS [["stylewithcss","true"],["bold",""]] "<b>foo<span style=\"font-weight: nor mal\">[bar]</span>baz</b>" queryCommandValue("stylewithcss") before
2273 PASS [["stylewithcss","true"],["bold",""]] "<b>foo<span style=\"font-weight: nor mal\">[bar]</span>baz</b>" queryCommandIndeterm("stylewithcss") after 2273 PASS [["stylewithcss","true"],["bold",""]] "<b>foo<span style=\"font-weight: nor mal\">[bar]</span>baz</b>" queryCommandIndeterm("stylewithcss") after
2274 PASS [["stylewithcss","true"],["bold",""]] "<b>foo<span style=\"font-weight: nor mal\">[bar]</span>baz</b>" queryCommandState("stylewithcss") after 2274 PASS [["stylewithcss","true"],["bold",""]] "<b>foo<span style=\"font-weight: nor mal\">[bar]</span>baz</b>" queryCommandState("stylewithcss") after
2275 FAIL [["stylewithcss","true"],["bold",""]] "<b>foo<span style=\"font-weight: nor mal\">[bar]</span>baz</b>" queryCommandValue("stylewithcss") after assert_equals : Wrong result returned expected "" but got "true" 2275 PASS [["stylewithcss","true"],["bold",""]] "<b>foo<span style=\"font-weight: nor mal\">[bar]</span>baz</b>" queryCommandValue("stylewithcss") after
2276 PASS [["stylewithcss","true"],["bold",""]] "<b>foo<span style=\"font-weight: nor mal\">[bar]</span>baz</b>" queryCommandIndeterm("bold") before 2276 PASS [["stylewithcss","true"],["bold",""]] "<b>foo<span style=\"font-weight: nor mal\">[bar]</span>baz</b>" queryCommandIndeterm("bold") before
2277 PASS [["stylewithcss","true"],["bold",""]] "<b>foo<span style=\"font-weight: nor mal\">[bar]</span>baz</b>" queryCommandState("bold") before 2277 PASS [["stylewithcss","true"],["bold",""]] "<b>foo<span style=\"font-weight: nor mal\">[bar]</span>baz</b>" queryCommandState("bold") before
2278 FAIL [["stylewithcss","true"],["bold",""]] "<b>foo<span style=\"font-weight: nor mal\">[bar]</span>baz</b>" queryCommandValue("bold") before assert_equals: Wrong result returned expected "" but got "false" 2278 FAIL [["stylewithcss","true"],["bold",""]] "<b>foo<span style=\"font-weight: nor mal\">[bar]</span>baz</b>" queryCommandValue("bold") before assert_equals: Wrong result returned expected "" but got "false"
2279 PASS [["stylewithcss","true"],["bold",""]] "<b>foo<span style=\"font-weight: nor mal\">[bar]</span>baz</b>" queryCommandIndeterm("bold") after 2279 PASS [["stylewithcss","true"],["bold",""]] "<b>foo<span style=\"font-weight: nor mal\">[bar]</span>baz</b>" queryCommandIndeterm("bold") after
2280 PASS [["stylewithcss","true"],["bold",""]] "<b>foo<span style=\"font-weight: nor mal\">[bar]</span>baz</b>" queryCommandState("bold") after 2280 PASS [["stylewithcss","true"],["bold",""]] "<b>foo<span style=\"font-weight: nor mal\">[bar]</span>baz</b>" queryCommandState("bold") after
2281 FAIL [["stylewithcss","true"],["bold",""]] "<b>foo<span style=\"font-weight: nor mal\">[bar]</span>baz</b>" queryCommandValue("bold") after assert_equals: Wrong result returned expected "" but got "true" 2281 FAIL [["stylewithcss","true"],["bold",""]] "<b>foo<span style=\"font-weight: nor mal\">[bar]</span>baz</b>" queryCommandValue("bold") after assert_equals: Wrong result returned expected "" but got "true"
2282 PASS [["stylewithcss","false"],["bold",""]] "<b>foo<span style=\"font-weight: no rmal\">[bar]</span>baz</b>": execCommand("stylewithcss", false, "false") return value 2282 PASS [["stylewithcss","false"],["bold",""]] "<b>foo<span style=\"font-weight: no rmal\">[bar]</span>baz</b>": execCommand("stylewithcss", false, "false") return value
2283 PASS [["stylewithcss","false"],["bold",""]] "<b>foo<span style=\"font-weight: no rmal\">[bar]</span>baz</b>": execCommand("bold", false, "") return value 2283 PASS [["stylewithcss","false"],["bold",""]] "<b>foo<span style=\"font-weight: no rmal\">[bar]</span>baz</b>": execCommand("bold", false, "") return value
2284 PASS [["stylewithcss","false"],["bold",""]] "<b>foo<span style=\"font-weight: no rmal\">[bar]</span>baz</b>" checks for modifications to non-editable content 2284 PASS [["stylewithcss","false"],["bold",""]] "<b>foo<span style=\"font-weight: no rmal\">[bar]</span>baz</b>" checks for modifications to non-editable content
2285 PASS [["stylewithcss","false"],["bold",""]] "<b>foo<span style=\"font-weight: no rmal\">[bar]</span>baz</b>" compare innerHTML 2285 PASS [["stylewithcss","false"],["bold",""]] "<b>foo<span style=\"font-weight: no rmal\">[bar]</span>baz</b>" compare innerHTML
2286 PASS [["stylewithcss","false"],["bold",""]] "<b>foo<span style=\"font-weight: no rmal\">[bar]</span>baz</b>" queryCommandIndeterm("stylewithcss") before 2286 PASS [["stylewithcss","false"],["bold",""]] "<b>foo<span style=\"font-weight: no rmal\">[bar]</span>baz</b>" queryCommandIndeterm("stylewithcss") before
2287 PASS [["stylewithcss","false"],["bold",""]] "<b>foo<span style=\"font-weight: no rmal\">[bar]</span>baz</b>" queryCommandState("stylewithcss") before 2287 PASS [["stylewithcss","false"],["bold",""]] "<b>foo<span style=\"font-weight: no rmal\">[bar]</span>baz</b>" queryCommandState("stylewithcss") before
2288 FAIL [["stylewithcss","false"],["bold",""]] "<b>foo<span style=\"font-weight: no rmal\">[bar]</span>baz</b>" queryCommandValue("stylewithcss") before assert_equa ls: Wrong result returned expected "" but got "true" 2288 PASS [["stylewithcss","false"],["bold",""]] "<b>foo<span style=\"font-weight: no rmal\">[bar]</span>baz</b>" queryCommandValue("stylewithcss") before
2289 PASS [["stylewithcss","false"],["bold",""]] "<b>foo<span style=\"font-weight: no rmal\">[bar]</span>baz</b>" queryCommandIndeterm("stylewithcss") after 2289 PASS [["stylewithcss","false"],["bold",""]] "<b>foo<span style=\"font-weight: no rmal\">[bar]</span>baz</b>" queryCommandIndeterm("stylewithcss") after
2290 PASS [["stylewithcss","false"],["bold",""]] "<b>foo<span style=\"font-weight: no rmal\">[bar]</span>baz</b>" queryCommandState("stylewithcss") after 2290 PASS [["stylewithcss","false"],["bold",""]] "<b>foo<span style=\"font-weight: no rmal\">[bar]</span>baz</b>" queryCommandState("stylewithcss") after
2291 FAIL [["stylewithcss","false"],["bold",""]] "<b>foo<span style=\"font-weight: no rmal\">[bar]</span>baz</b>" queryCommandValue("stylewithcss") after assert_equal s: Wrong result returned expected "" but got "false" 2291 PASS [["stylewithcss","false"],["bold",""]] "<b>foo<span style=\"font-weight: no rmal\">[bar]</span>baz</b>" queryCommandValue("stylewithcss") after
2292 PASS [["stylewithcss","false"],["bold",""]] "<b>foo<span style=\"font-weight: no rmal\">[bar]</span>baz</b>" queryCommandIndeterm("bold") before 2292 PASS [["stylewithcss","false"],["bold",""]] "<b>foo<span style=\"font-weight: no rmal\">[bar]</span>baz</b>" queryCommandIndeterm("bold") before
2293 PASS [["stylewithcss","false"],["bold",""]] "<b>foo<span style=\"font-weight: no rmal\">[bar]</span>baz</b>" queryCommandState("bold") before 2293 PASS [["stylewithcss","false"],["bold",""]] "<b>foo<span style=\"font-weight: no rmal\">[bar]</span>baz</b>" queryCommandState("bold") before
2294 FAIL [["stylewithcss","false"],["bold",""]] "<b>foo<span style=\"font-weight: no rmal\">[bar]</span>baz</b>" queryCommandValue("bold") before assert_equals: Wron g result returned expected "" but got "false" 2294 FAIL [["stylewithcss","false"],["bold",""]] "<b>foo<span style=\"font-weight: no rmal\">[bar]</span>baz</b>" queryCommandValue("bold") before assert_equals: Wron g result returned expected "" but got "false"
2295 PASS [["stylewithcss","false"],["bold",""]] "<b>foo<span style=\"font-weight: no rmal\">[bar]</span>baz</b>" queryCommandIndeterm("bold") after 2295 PASS [["stylewithcss","false"],["bold",""]] "<b>foo<span style=\"font-weight: no rmal\">[bar]</span>baz</b>" queryCommandIndeterm("bold") after
2296 PASS [["stylewithcss","false"],["bold",""]] "<b>foo<span style=\"font-weight: no rmal\">[bar]</span>baz</b>" queryCommandState("bold") after 2296 PASS [["stylewithcss","false"],["bold",""]] "<b>foo<span style=\"font-weight: no rmal\">[bar]</span>baz</b>" queryCommandState("bold") after
2297 FAIL [["stylewithcss","false"],["bold",""]] "<b>foo<span style=\"font-weight: no rmal\">[bar]</span>baz</b>" queryCommandValue("bold") after assert_equals: Wrong result returned expected "" but got "true" 2297 FAIL [["stylewithcss","false"],["bold",""]] "<b>foo<span style=\"font-weight: no rmal\">[bar]</span>baz</b>" queryCommandValue("bold") after assert_equals: Wrong result returned expected "" but got "true"
2298 PASS [["stylewithcss","true"],["bold",""]] "{<b>foo</b> <b>bar</b>}": execComman d("stylewithcss", false, "true") return value 2298 PASS [["stylewithcss","true"],["bold",""]] "{<b>foo</b> <b>bar</b>}": execComman d("stylewithcss", false, "true") return value
2299 PASS [["stylewithcss","true"],["bold",""]] "{<b>foo</b> <b>bar</b>}": execComman d("bold", false, "") return value 2299 PASS [["stylewithcss","true"],["bold",""]] "{<b>foo</b> <b>bar</b>}": execComman d("bold", false, "") return value
2300 PASS [["stylewithcss","true"],["bold",""]] "{<b>foo</b> <b>bar</b>}" checks for modifications to non-editable content 2300 PASS [["stylewithcss","true"],["bold",""]] "{<b>foo</b> <b>bar</b>}" checks for modifications to non-editable content
2301 FAIL [["stylewithcss","true"],["bold",""]] "{<b>foo</b> <b>bar</b>}" compare inn erHTML assert_equals: Unexpected innerHTML (after normalizing inline style) expe cted "<span style=\"font-weight:bold\">foo bar</span>" but got "foo bar" 2301 FAIL [["stylewithcss","true"],["bold",""]] "{<b>foo</b> <b>bar</b>}" compare inn erHTML assert_equals: Unexpected innerHTML (after normalizing inline style) expe cted "<span style=\"font-weight:bold\">foo bar</span>" but got "foo bar"
2302 PASS [["stylewithcss","true"],["bold",""]] "{<b>foo</b> <b>bar</b>}" queryComman dIndeterm("stylewithcss") before 2302 PASS [["stylewithcss","true"],["bold",""]] "{<b>foo</b> <b>bar</b>}" queryComman dIndeterm("stylewithcss") before
2303 PASS [["stylewithcss","true"],["bold",""]] "{<b>foo</b> <b>bar</b>}" queryComman dState("stylewithcss") before 2303 PASS [["stylewithcss","true"],["bold",""]] "{<b>foo</b> <b>bar</b>}" queryComman dState("stylewithcss") before
2304 FAIL [["stylewithcss","true"],["bold",""]] "{<b>foo</b> <b>bar</b>}" queryComman dValue("stylewithcss") before assert_equals: Wrong result returned expected "" b ut got "false" 2304 PASS [["stylewithcss","true"],["bold",""]] "{<b>foo</b> <b>bar</b>}" queryComman dValue("stylewithcss") before
2305 PASS [["stylewithcss","true"],["bold",""]] "{<b>foo</b> <b>bar</b>}" queryComman dIndeterm("stylewithcss") after 2305 PASS [["stylewithcss","true"],["bold",""]] "{<b>foo</b> <b>bar</b>}" queryComman dIndeterm("stylewithcss") after
2306 PASS [["stylewithcss","true"],["bold",""]] "{<b>foo</b> <b>bar</b>}" queryComman dState("stylewithcss") after 2306 PASS [["stylewithcss","true"],["bold",""]] "{<b>foo</b> <b>bar</b>}" queryComman dState("stylewithcss") after
2307 FAIL [["stylewithcss","true"],["bold",""]] "{<b>foo</b> <b>bar</b>}" queryComman dValue("stylewithcss") after assert_equals: Wrong result returned expected "" bu t got "true" 2307 PASS [["stylewithcss","true"],["bold",""]] "{<b>foo</b> <b>bar</b>}" queryComman dValue("stylewithcss") after
2308 FAIL [["stylewithcss","true"],["bold",""]] "{<b>foo</b> <b>bar</b>}" queryComman dIndeterm("bold") before assert_equals: Wrong result returned expected true but got false 2308 FAIL [["stylewithcss","true"],["bold",""]] "{<b>foo</b> <b>bar</b>}" queryComman dIndeterm("bold") before assert_equals: Wrong result returned expected true but got false
2309 FAIL [["stylewithcss","true"],["bold",""]] "{<b>foo</b> <b>bar</b>}" queryComman dState("bold") before assert_equals: Wrong result returned expected false but go t true 2309 FAIL [["stylewithcss","true"],["bold",""]] "{<b>foo</b> <b>bar</b>}" queryComman dState("bold") before assert_equals: Wrong result returned expected false but go t true
2310 FAIL [["stylewithcss","true"],["bold",""]] "{<b>foo</b> <b>bar</b>}" queryComman dValue("bold") before assert_equals: Wrong result returned expected "" but got " true" 2310 FAIL [["stylewithcss","true"],["bold",""]] "{<b>foo</b> <b>bar</b>}" queryComman dValue("bold") before assert_equals: Wrong result returned expected "" but got " true"
2311 PASS [["stylewithcss","true"],["bold",""]] "{<b>foo</b> <b>bar</b>}" queryComman dIndeterm("bold") after 2311 PASS [["stylewithcss","true"],["bold",""]] "{<b>foo</b> <b>bar</b>}" queryComman dIndeterm("bold") after
2312 FAIL [["stylewithcss","true"],["bold",""]] "{<b>foo</b> <b>bar</b>}" queryComman dState("bold") after assert_equals: Wrong result returned expected true but got false 2312 FAIL [["stylewithcss","true"],["bold",""]] "{<b>foo</b> <b>bar</b>}" queryComman dState("bold") after assert_equals: Wrong result returned expected true but got false
2313 FAIL [["stylewithcss","true"],["bold",""]] "{<b>foo</b> <b>bar</b>}" queryComman dValue("bold") after assert_equals: Wrong result returned expected "" but got "f alse" 2313 FAIL [["stylewithcss","true"],["bold",""]] "{<b>foo</b> <b>bar</b>}" queryComman dValue("bold") after assert_equals: Wrong result returned expected "" but got "f alse"
2314 PASS [["stylewithcss","false"],["bold",""]] "{<b>foo</b> <b>bar</b>}": execComma nd("stylewithcss", false, "false") return value 2314 PASS [["stylewithcss","false"],["bold",""]] "{<b>foo</b> <b>bar</b>}": execComma nd("stylewithcss", false, "false") return value
2315 PASS [["stylewithcss","false"],["bold",""]] "{<b>foo</b> <b>bar</b>}": execComma nd("bold", false, "") return value 2315 PASS [["stylewithcss","false"],["bold",""]] "{<b>foo</b> <b>bar</b>}": execComma nd("bold", false, "") return value
2316 PASS [["stylewithcss","false"],["bold",""]] "{<b>foo</b> <b>bar</b>}" checks for modifications to non-editable content 2316 PASS [["stylewithcss","false"],["bold",""]] "{<b>foo</b> <b>bar</b>}" checks for modifications to non-editable content
2317 FAIL [["stylewithcss","false"],["bold",""]] "{<b>foo</b> <b>bar</b>}" compare in nerHTML assert_equals: Unexpected innerHTML (after normalizing inline style) exp ected "<b>foo bar</b>" but got "foo bar" 2317 FAIL [["stylewithcss","false"],["bold",""]] "{<b>foo</b> <b>bar</b>}" compare in nerHTML assert_equals: Unexpected innerHTML (after normalizing inline style) exp ected "<b>foo bar</b>" but got "foo bar"
2318 PASS [["stylewithcss","false"],["bold",""]] "{<b>foo</b> <b>bar</b>}" queryComma ndIndeterm("stylewithcss") before 2318 PASS [["stylewithcss","false"],["bold",""]] "{<b>foo</b> <b>bar</b>}" queryComma ndIndeterm("stylewithcss") before
2319 PASS [["stylewithcss","false"],["bold",""]] "{<b>foo</b> <b>bar</b>}" queryComma ndState("stylewithcss") before 2319 PASS [["stylewithcss","false"],["bold",""]] "{<b>foo</b> <b>bar</b>}" queryComma ndState("stylewithcss") before
2320 FAIL [["stylewithcss","false"],["bold",""]] "{<b>foo</b> <b>bar</b>}" queryComma ndValue("stylewithcss") before assert_equals: Wrong result returned expected "" but got "true" 2320 PASS [["stylewithcss","false"],["bold",""]] "{<b>foo</b> <b>bar</b>}" queryComma ndValue("stylewithcss") before
2321 PASS [["stylewithcss","false"],["bold",""]] "{<b>foo</b> <b>bar</b>}" queryComma ndIndeterm("stylewithcss") after 2321 PASS [["stylewithcss","false"],["bold",""]] "{<b>foo</b> <b>bar</b>}" queryComma ndIndeterm("stylewithcss") after
2322 PASS [["stylewithcss","false"],["bold",""]] "{<b>foo</b> <b>bar</b>}" queryComma ndState("stylewithcss") after 2322 PASS [["stylewithcss","false"],["bold",""]] "{<b>foo</b> <b>bar</b>}" queryComma ndState("stylewithcss") after
2323 FAIL [["stylewithcss","false"],["bold",""]] "{<b>foo</b> <b>bar</b>}" queryComma ndValue("stylewithcss") after assert_equals: Wrong result returned expected "" b ut got "false" 2323 PASS [["stylewithcss","false"],["bold",""]] "{<b>foo</b> <b>bar</b>}" queryComma ndValue("stylewithcss") after
2324 FAIL [["stylewithcss","false"],["bold",""]] "{<b>foo</b> <b>bar</b>}" queryComma ndIndeterm("bold") before assert_equals: Wrong result returned expected true but got false 2324 FAIL [["stylewithcss","false"],["bold",""]] "{<b>foo</b> <b>bar</b>}" queryComma ndIndeterm("bold") before assert_equals: Wrong result returned expected true but got false
2325 FAIL [["stylewithcss","false"],["bold",""]] "{<b>foo</b> <b>bar</b>}" queryComma ndState("bold") before assert_equals: Wrong result returned expected false but g ot true 2325 FAIL [["stylewithcss","false"],["bold",""]] "{<b>foo</b> <b>bar</b>}" queryComma ndState("bold") before assert_equals: Wrong result returned expected false but g ot true
2326 FAIL [["stylewithcss","false"],["bold",""]] "{<b>foo</b> <b>bar</b>}" queryComma ndValue("bold") before assert_equals: Wrong result returned expected "" but got "true" 2326 FAIL [["stylewithcss","false"],["bold",""]] "{<b>foo</b> <b>bar</b>}" queryComma ndValue("bold") before assert_equals: Wrong result returned expected "" but got "true"
2327 PASS [["stylewithcss","false"],["bold",""]] "{<b>foo</b> <b>bar</b>}" queryComma ndIndeterm("bold") after 2327 PASS [["stylewithcss","false"],["bold",""]] "{<b>foo</b> <b>bar</b>}" queryComma ndIndeterm("bold") after
2328 FAIL [["stylewithcss","false"],["bold",""]] "{<b>foo</b> <b>bar</b>}" queryComma ndState("bold") after assert_equals: Wrong result returned expected true but got false 2328 FAIL [["stylewithcss","false"],["bold",""]] "{<b>foo</b> <b>bar</b>}" queryComma ndState("bold") after assert_equals: Wrong result returned expected true but got false
2329 FAIL [["stylewithcss","false"],["bold",""]] "{<b>foo</b> <b>bar</b>}" queryComma ndValue("bold") after assert_equals: Wrong result returned expected "" but got " false" 2329 FAIL [["stylewithcss","false"],["bold",""]] "{<b>foo</b> <b>bar</b>}" queryComma ndValue("bold") after assert_equals: Wrong result returned expected "" but got " false"
2330 PASS [["stylewithcss","true"],["bold",""]] "{<h3>foo</h3><b>bar</b>}": execComma nd("stylewithcss", false, "true") return value 2330 PASS [["stylewithcss","true"],["bold",""]] "{<h3>foo</h3><b>bar</b>}": execComma nd("stylewithcss", false, "true") return value
2331 PASS [["stylewithcss","true"],["bold",""]] "{<h3>foo</h3><b>bar</b>}": execComma nd("bold", false, "") return value 2331 PASS [["stylewithcss","true"],["bold",""]] "{<h3>foo</h3><b>bar</b>}": execComma nd("bold", false, "") return value
2332 PASS [["stylewithcss","true"],["bold",""]] "{<h3>foo</h3><b>bar</b>}" checks for modifications to non-editable content 2332 PASS [["stylewithcss","true"],["bold",""]] "{<h3>foo</h3><b>bar</b>}" checks for modifications to non-editable content
2333 PASS [["stylewithcss","true"],["bold",""]] "{<h3>foo</h3><b>bar</b>}" compare in nerHTML 2333 PASS [["stylewithcss","true"],["bold",""]] "{<h3>foo</h3><b>bar</b>}" compare in nerHTML
2334 PASS [["stylewithcss","true"],["bold",""]] "{<h3>foo</h3><b>bar</b>}" queryComma ndIndeterm("stylewithcss") before 2334 PASS [["stylewithcss","true"],["bold",""]] "{<h3>foo</h3><b>bar</b>}" queryComma ndIndeterm("stylewithcss") before
2335 PASS [["stylewithcss","true"],["bold",""]] "{<h3>foo</h3><b>bar</b>}" queryComma ndState("stylewithcss") before 2335 PASS [["stylewithcss","true"],["bold",""]] "{<h3>foo</h3><b>bar</b>}" queryComma ndState("stylewithcss") before
2336 FAIL [["stylewithcss","true"],["bold",""]] "{<h3>foo</h3><b>bar</b>}" queryComma ndValue("stylewithcss") before assert_equals: Wrong result returned expected "" but got "false" 2336 PASS [["stylewithcss","true"],["bold",""]] "{<h3>foo</h3><b>bar</b>}" queryComma ndValue("stylewithcss") before
2337 PASS [["stylewithcss","true"],["bold",""]] "{<h3>foo</h3><b>bar</b>}" queryComma ndIndeterm("stylewithcss") after 2337 PASS [["stylewithcss","true"],["bold",""]] "{<h3>foo</h3><b>bar</b>}" queryComma ndIndeterm("stylewithcss") after
2338 PASS [["stylewithcss","true"],["bold",""]] "{<h3>foo</h3><b>bar</b>}" queryComma ndState("stylewithcss") after 2338 PASS [["stylewithcss","true"],["bold",""]] "{<h3>foo</h3><b>bar</b>}" queryComma ndState("stylewithcss") after
2339 FAIL [["stylewithcss","true"],["bold",""]] "{<h3>foo</h3><b>bar</b>}" queryComma ndValue("stylewithcss") after assert_equals: Wrong result returned expected "" b ut got "true" 2339 PASS [["stylewithcss","true"],["bold",""]] "{<h3>foo</h3><b>bar</b>}" queryComma ndValue("stylewithcss") after
2340 PASS [["stylewithcss","true"],["bold",""]] "{<h3>foo</h3><b>bar</b>}" queryComma ndIndeterm("bold") before 2340 PASS [["stylewithcss","true"],["bold",""]] "{<h3>foo</h3><b>bar</b>}" queryComma ndIndeterm("bold") before
2341 PASS [["stylewithcss","true"],["bold",""]] "{<h3>foo</h3><b>bar</b>}" queryComma ndState("bold") before 2341 PASS [["stylewithcss","true"],["bold",""]] "{<h3>foo</h3><b>bar</b>}" queryComma ndState("bold") before
2342 FAIL [["stylewithcss","true"],["bold",""]] "{<h3>foo</h3><b>bar</b>}" queryComma ndValue("bold") before assert_equals: Wrong result returned expected "" but got "true" 2342 FAIL [["stylewithcss","true"],["bold",""]] "{<h3>foo</h3><b>bar</b>}" queryComma ndValue("bold") before assert_equals: Wrong result returned expected "" but got "true"
2343 PASS [["stylewithcss","true"],["bold",""]] "{<h3>foo</h3><b>bar</b>}" queryComma ndIndeterm("bold") after 2343 PASS [["stylewithcss","true"],["bold",""]] "{<h3>foo</h3><b>bar</b>}" queryComma ndIndeterm("bold") after
2344 PASS [["stylewithcss","true"],["bold",""]] "{<h3>foo</h3><b>bar</b>}" queryComma ndState("bold") after 2344 PASS [["stylewithcss","true"],["bold",""]] "{<h3>foo</h3><b>bar</b>}" queryComma ndState("bold") after
2345 FAIL [["stylewithcss","true"],["bold",""]] "{<h3>foo</h3><b>bar</b>}" queryComma ndValue("bold") after assert_equals: Wrong result returned expected "" but got " false" 2345 FAIL [["stylewithcss","true"],["bold",""]] "{<h3>foo</h3><b>bar</b>}" queryComma ndValue("bold") after assert_equals: Wrong result returned expected "" but got " false"
2346 PASS [["stylewithcss","false"],["bold",""]] "{<h3>foo</h3><b>bar</b>}": execComm and("stylewithcss", false, "false") return value 2346 PASS [["stylewithcss","false"],["bold",""]] "{<h3>foo</h3><b>bar</b>}": execComm and("stylewithcss", false, "false") return value
2347 PASS [["stylewithcss","false"],["bold",""]] "{<h3>foo</h3><b>bar</b>}": execComm and("bold", false, "") return value 2347 PASS [["stylewithcss","false"],["bold",""]] "{<h3>foo</h3><b>bar</b>}": execComm and("bold", false, "") return value
2348 PASS [["stylewithcss","false"],["bold",""]] "{<h3>foo</h3><b>bar</b>}" checks fo r modifications to non-editable content 2348 PASS [["stylewithcss","false"],["bold",""]] "{<h3>foo</h3><b>bar</b>}" checks fo r modifications to non-editable content
2349 PASS [["stylewithcss","false"],["bold",""]] "{<h3>foo</h3><b>bar</b>}" compare i nnerHTML 2349 PASS [["stylewithcss","false"],["bold",""]] "{<h3>foo</h3><b>bar</b>}" compare i nnerHTML
2350 PASS [["stylewithcss","false"],["bold",""]] "{<h3>foo</h3><b>bar</b>}" queryComm andIndeterm("stylewithcss") before 2350 PASS [["stylewithcss","false"],["bold",""]] "{<h3>foo</h3><b>bar</b>}" queryComm andIndeterm("stylewithcss") before
2351 PASS [["stylewithcss","false"],["bold",""]] "{<h3>foo</h3><b>bar</b>}" queryComm andState("stylewithcss") before 2351 PASS [["stylewithcss","false"],["bold",""]] "{<h3>foo</h3><b>bar</b>}" queryComm andState("stylewithcss") before
2352 FAIL [["stylewithcss","false"],["bold",""]] "{<h3>foo</h3><b>bar</b>}" queryComm andValue("stylewithcss") before assert_equals: Wrong result returned expected "" but got "true" 2352 PASS [["stylewithcss","false"],["bold",""]] "{<h3>foo</h3><b>bar</b>}" queryComm andValue("stylewithcss") before
2353 PASS [["stylewithcss","false"],["bold",""]] "{<h3>foo</h3><b>bar</b>}" queryComm andIndeterm("stylewithcss") after 2353 PASS [["stylewithcss","false"],["bold",""]] "{<h3>foo</h3><b>bar</b>}" queryComm andIndeterm("stylewithcss") after
2354 PASS [["stylewithcss","false"],["bold",""]] "{<h3>foo</h3><b>bar</b>}" queryComm andState("stylewithcss") after 2354 PASS [["stylewithcss","false"],["bold",""]] "{<h3>foo</h3><b>bar</b>}" queryComm andState("stylewithcss") after
2355 FAIL [["stylewithcss","false"],["bold",""]] "{<h3>foo</h3><b>bar</b>}" queryComm andValue("stylewithcss") after assert_equals: Wrong result returned expected "" but got "false" 2355 PASS [["stylewithcss","false"],["bold",""]] "{<h3>foo</h3><b>bar</b>}" queryComm andValue("stylewithcss") after
2356 PASS [["stylewithcss","false"],["bold",""]] "{<h3>foo</h3><b>bar</b>}" queryComm andIndeterm("bold") before 2356 PASS [["stylewithcss","false"],["bold",""]] "{<h3>foo</h3><b>bar</b>}" queryComm andIndeterm("bold") before
2357 PASS [["stylewithcss","false"],["bold",""]] "{<h3>foo</h3><b>bar</b>}" queryComm andState("bold") before 2357 PASS [["stylewithcss","false"],["bold",""]] "{<h3>foo</h3><b>bar</b>}" queryComm andState("bold") before
2358 FAIL [["stylewithcss","false"],["bold",""]] "{<h3>foo</h3><b>bar</b>}" queryComm andValue("bold") before assert_equals: Wrong result returned expected "" but got "true" 2358 FAIL [["stylewithcss","false"],["bold",""]] "{<h3>foo</h3><b>bar</b>}" queryComm andValue("bold") before assert_equals: Wrong result returned expected "" but got "true"
2359 PASS [["stylewithcss","false"],["bold",""]] "{<h3>foo</h3><b>bar</b>}" queryComm andIndeterm("bold") after 2359 PASS [["stylewithcss","false"],["bold",""]] "{<h3>foo</h3><b>bar</b>}" queryComm andIndeterm("bold") after
2360 PASS [["stylewithcss","false"],["bold",""]] "{<h3>foo</h3><b>bar</b>}" queryComm andState("bold") after 2360 PASS [["stylewithcss","false"],["bold",""]] "{<h3>foo</h3><b>bar</b>}" queryComm andState("bold") after
2361 FAIL [["stylewithcss","false"],["bold",""]] "{<h3>foo</h3><b>bar</b>}" queryComm andValue("bold") after assert_equals: Wrong result returned expected "" but got "false" 2361 FAIL [["stylewithcss","false"],["bold",""]] "{<h3>foo</h3><b>bar</b>}" queryComm andValue("bold") after assert_equals: Wrong result returned expected "" but got "false"
2362 PASS [["stylewithcss","true"],["bold",""]] "<i><b>foo</b></i>[bar]<i><b>baz</b>< /i>": execCommand("stylewithcss", false, "true") return value 2362 PASS [["stylewithcss","true"],["bold",""]] "<i><b>foo</b></i>[bar]<i><b>baz</b>< /i>": execCommand("stylewithcss", false, "true") return value
2363 PASS [["stylewithcss","true"],["bold",""]] "<i><b>foo</b></i>[bar]<i><b>baz</b>< /i>": execCommand("bold", false, "") return value 2363 PASS [["stylewithcss","true"],["bold",""]] "<i><b>foo</b></i>[bar]<i><b>baz</b>< /i>": execCommand("bold", false, "") return value
2364 PASS [["stylewithcss","true"],["bold",""]] "<i><b>foo</b></i>[bar]<i><b>baz</b>< /i>" checks for modifications to non-editable content 2364 PASS [["stylewithcss","true"],["bold",""]] "<i><b>foo</b></i>[bar]<i><b>baz</b>< /i>" checks for modifications to non-editable content
2365 FAIL [["stylewithcss","true"],["bold",""]] "<i><b>foo</b></i>[bar]<i><b>baz</b>< /i>" compare innerHTML assert_equals: Unexpected innerHTML (after normalizing in line style) expected "<b><i>foo</i>bar<i>baz</i></b>" but got "<i><b>foo</b></i> <span style=\"font-weight:bold\">bar</span><i><b>baz</b></i>" 2365 FAIL [["stylewithcss","true"],["bold",""]] "<i><b>foo</b></i>[bar]<i><b>baz</b>< /i>" compare innerHTML assert_equals: Unexpected innerHTML (after normalizing in line style) expected "<b><i>foo</i>bar<i>baz</i></b>" but got "<i><b>foo</b></i> <span style=\"font-weight:bold\">bar</span><i><b>baz</b></i>"
2366 PASS [["stylewithcss","true"],["bold",""]] "<i><b>foo</b></i>[bar]<i><b>baz</b>< /i>" queryCommandIndeterm("stylewithcss") before 2366 PASS [["stylewithcss","true"],["bold",""]] "<i><b>foo</b></i>[bar]<i><b>baz</b>< /i>" queryCommandIndeterm("stylewithcss") before
2367 PASS [["stylewithcss","true"],["bold",""]] "<i><b>foo</b></i>[bar]<i><b>baz</b>< /i>" queryCommandState("stylewithcss") before 2367 PASS [["stylewithcss","true"],["bold",""]] "<i><b>foo</b></i>[bar]<i><b>baz</b>< /i>" queryCommandState("stylewithcss") before
2368 FAIL [["stylewithcss","true"],["bold",""]] "<i><b>foo</b></i>[bar]<i><b>baz</b>< /i>" queryCommandValue("stylewithcss") before assert_equals: Wrong result return ed expected "" but got "false" 2368 PASS [["stylewithcss","true"],["bold",""]] "<i><b>foo</b></i>[bar]<i><b>baz</b>< /i>" queryCommandValue("stylewithcss") before
2369 PASS [["stylewithcss","true"],["bold",""]] "<i><b>foo</b></i>[bar]<i><b>baz</b>< /i>" queryCommandIndeterm("stylewithcss") after 2369 PASS [["stylewithcss","true"],["bold",""]] "<i><b>foo</b></i>[bar]<i><b>baz</b>< /i>" queryCommandIndeterm("stylewithcss") after
2370 PASS [["stylewithcss","true"],["bold",""]] "<i><b>foo</b></i>[bar]<i><b>baz</b>< /i>" queryCommandState("stylewithcss") after 2370 PASS [["stylewithcss","true"],["bold",""]] "<i><b>foo</b></i>[bar]<i><b>baz</b>< /i>" queryCommandState("stylewithcss") after
2371 FAIL [["stylewithcss","true"],["bold",""]] "<i><b>foo</b></i>[bar]<i><b>baz</b>< /i>" queryCommandValue("stylewithcss") after assert_equals: Wrong result returne d expected "" but got "true" 2371 PASS [["stylewithcss","true"],["bold",""]] "<i><b>foo</b></i>[bar]<i><b>baz</b>< /i>" queryCommandValue("stylewithcss") after
2372 PASS [["stylewithcss","true"],["bold",""]] "<i><b>foo</b></i>[bar]<i><b>baz</b>< /i>" queryCommandIndeterm("bold") before 2372 PASS [["stylewithcss","true"],["bold",""]] "<i><b>foo</b></i>[bar]<i><b>baz</b>< /i>" queryCommandIndeterm("bold") before
2373 PASS [["stylewithcss","true"],["bold",""]] "<i><b>foo</b></i>[bar]<i><b>baz</b>< /i>" queryCommandState("bold") before 2373 PASS [["stylewithcss","true"],["bold",""]] "<i><b>foo</b></i>[bar]<i><b>baz</b>< /i>" queryCommandState("bold") before
2374 FAIL [["stylewithcss","true"],["bold",""]] "<i><b>foo</b></i>[bar]<i><b>baz</b>< /i>" queryCommandValue("bold") before assert_equals: Wrong result returned expec ted "" but got "false" 2374 FAIL [["stylewithcss","true"],["bold",""]] "<i><b>foo</b></i>[bar]<i><b>baz</b>< /i>" queryCommandValue("bold") before assert_equals: Wrong result returned expec ted "" but got "false"
2375 PASS [["stylewithcss","true"],["bold",""]] "<i><b>foo</b></i>[bar]<i><b>baz</b>< /i>" queryCommandIndeterm("bold") after 2375 PASS [["stylewithcss","true"],["bold",""]] "<i><b>foo</b></i>[bar]<i><b>baz</b>< /i>" queryCommandIndeterm("bold") after
2376 PASS [["stylewithcss","true"],["bold",""]] "<i><b>foo</b></i>[bar]<i><b>baz</b>< /i>" queryCommandState("bold") after 2376 PASS [["stylewithcss","true"],["bold",""]] "<i><b>foo</b></i>[bar]<i><b>baz</b>< /i>" queryCommandState("bold") after
2377 FAIL [["stylewithcss","true"],["bold",""]] "<i><b>foo</b></i>[bar]<i><b>baz</b>< /i>" queryCommandValue("bold") after assert_equals: Wrong result returned expect ed "" but got "true" 2377 FAIL [["stylewithcss","true"],["bold",""]] "<i><b>foo</b></i>[bar]<i><b>baz</b>< /i>" queryCommandValue("bold") after assert_equals: Wrong result returned expect ed "" but got "true"
2378 PASS [["stylewithcss","false"],["bold",""]] "<i><b>foo</b></i>[bar]<i><b>baz</b> </i>": execCommand("stylewithcss", false, "false") return value 2378 PASS [["stylewithcss","false"],["bold",""]] "<i><b>foo</b></i>[bar]<i><b>baz</b> </i>": execCommand("stylewithcss", false, "false") return value
2379 PASS [["stylewithcss","false"],["bold",""]] "<i><b>foo</b></i>[bar]<i><b>baz</b> </i>": execCommand("bold", false, "") return value 2379 PASS [["stylewithcss","false"],["bold",""]] "<i><b>foo</b></i>[bar]<i><b>baz</b> </i>": execCommand("bold", false, "") return value
2380 PASS [["stylewithcss","false"],["bold",""]] "<i><b>foo</b></i>[bar]<i><b>baz</b> </i>" checks for modifications to non-editable content 2380 PASS [["stylewithcss","false"],["bold",""]] "<i><b>foo</b></i>[bar]<i><b>baz</b> </i>" checks for modifications to non-editable content
2381 FAIL [["stylewithcss","false"],["bold",""]] "<i><b>foo</b></i>[bar]<i><b>baz</b> </i>" compare innerHTML assert_equals: Unexpected innerHTML (after normalizing i nline style) expected "<b><i>foo</i>bar<i>baz</i></b>" but got "<i><b>foo</b></i ><b>bar</b><i><b>baz</b></i>" 2381 FAIL [["stylewithcss","false"],["bold",""]] "<i><b>foo</b></i>[bar]<i><b>baz</b> </i>" compare innerHTML assert_equals: Unexpected innerHTML (after normalizing i nline style) expected "<b><i>foo</i>bar<i>baz</i></b>" but got "<i><b>foo</b></i ><b>bar</b><i><b>baz</b></i>"
2382 PASS [["stylewithcss","false"],["bold",""]] "<i><b>foo</b></i>[bar]<i><b>baz</b> </i>" queryCommandIndeterm("stylewithcss") before 2382 PASS [["stylewithcss","false"],["bold",""]] "<i><b>foo</b></i>[bar]<i><b>baz</b> </i>" queryCommandIndeterm("stylewithcss") before
2383 PASS [["stylewithcss","false"],["bold",""]] "<i><b>foo</b></i>[bar]<i><b>baz</b> </i>" queryCommandState("stylewithcss") before 2383 PASS [["stylewithcss","false"],["bold",""]] "<i><b>foo</b></i>[bar]<i><b>baz</b> </i>" queryCommandState("stylewithcss") before
2384 FAIL [["stylewithcss","false"],["bold",""]] "<i><b>foo</b></i>[bar]<i><b>baz</b> </i>" queryCommandValue("stylewithcss") before assert_equals: Wrong result retur ned expected "" but got "true" 2384 PASS [["stylewithcss","false"],["bold",""]] "<i><b>foo</b></i>[bar]<i><b>baz</b> </i>" queryCommandValue("stylewithcss") before
2385 PASS [["stylewithcss","false"],["bold",""]] "<i><b>foo</b></i>[bar]<i><b>baz</b> </i>" queryCommandIndeterm("stylewithcss") after 2385 PASS [["stylewithcss","false"],["bold",""]] "<i><b>foo</b></i>[bar]<i><b>baz</b> </i>" queryCommandIndeterm("stylewithcss") after
2386 PASS [["stylewithcss","false"],["bold",""]] "<i><b>foo</b></i>[bar]<i><b>baz</b> </i>" queryCommandState("stylewithcss") after 2386 PASS [["stylewithcss","false"],["bold",""]] "<i><b>foo</b></i>[bar]<i><b>baz</b> </i>" queryCommandState("stylewithcss") after
2387 FAIL [["stylewithcss","false"],["bold",""]] "<i><b>foo</b></i>[bar]<i><b>baz</b> </i>" queryCommandValue("stylewithcss") after assert_equals: Wrong result return ed expected "" but got "false" 2387 PASS [["stylewithcss","false"],["bold",""]] "<i><b>foo</b></i>[bar]<i><b>baz</b> </i>" queryCommandValue("stylewithcss") after
2388 PASS [["stylewithcss","false"],["bold",""]] "<i><b>foo</b></i>[bar]<i><b>baz</b> </i>" queryCommandIndeterm("bold") before 2388 PASS [["stylewithcss","false"],["bold",""]] "<i><b>foo</b></i>[bar]<i><b>baz</b> </i>" queryCommandIndeterm("bold") before
2389 PASS [["stylewithcss","false"],["bold",""]] "<i><b>foo</b></i>[bar]<i><b>baz</b> </i>" queryCommandState("bold") before 2389 PASS [["stylewithcss","false"],["bold",""]] "<i><b>foo</b></i>[bar]<i><b>baz</b> </i>" queryCommandState("bold") before
2390 FAIL [["stylewithcss","false"],["bold",""]] "<i><b>foo</b></i>[bar]<i><b>baz</b> </i>" queryCommandValue("bold") before assert_equals: Wrong result returned expe cted "" but got "false" 2390 FAIL [["stylewithcss","false"],["bold",""]] "<i><b>foo</b></i>[bar]<i><b>baz</b> </i>" queryCommandValue("bold") before assert_equals: Wrong result returned expe cted "" but got "false"
2391 PASS [["stylewithcss","false"],["bold",""]] "<i><b>foo</b></i>[bar]<i><b>baz</b> </i>" queryCommandIndeterm("bold") after 2391 PASS [["stylewithcss","false"],["bold",""]] "<i><b>foo</b></i>[bar]<i><b>baz</b> </i>" queryCommandIndeterm("bold") after
2392 PASS [["stylewithcss","false"],["bold",""]] "<i><b>foo</b></i>[bar]<i><b>baz</b> </i>" queryCommandState("bold") after 2392 PASS [["stylewithcss","false"],["bold",""]] "<i><b>foo</b></i>[bar]<i><b>baz</b> </i>" queryCommandState("bold") after
2393 FAIL [["stylewithcss","false"],["bold",""]] "<i><b>foo</b></i>[bar]<i><b>baz</b> </i>" queryCommandValue("bold") after assert_equals: Wrong result returned expec ted "" but got "true" 2393 FAIL [["stylewithcss","false"],["bold",""]] "<i><b>foo</b></i>[bar]<i><b>baz</b> </i>" queryCommandValue("bold") after assert_equals: Wrong result returned expec ted "" but got "true"
2394 PASS [["stylewithcss","true"],["bold",""]] "<i><b>foo</b></i>[bar]<b>baz</b>": e xecCommand("stylewithcss", false, "true") return value 2394 PASS [["stylewithcss","true"],["bold",""]] "<i><b>foo</b></i>[bar]<b>baz</b>": e xecCommand("stylewithcss", false, "true") return value
2395 PASS [["stylewithcss","true"],["bold",""]] "<i><b>foo</b></i>[bar]<b>baz</b>": e xecCommand("bold", false, "") return value 2395 PASS [["stylewithcss","true"],["bold",""]] "<i><b>foo</b></i>[bar]<b>baz</b>": e xecCommand("bold", false, "") return value
2396 PASS [["stylewithcss","true"],["bold",""]] "<i><b>foo</b></i>[bar]<b>baz</b>" ch ecks for modifications to non-editable content 2396 PASS [["stylewithcss","true"],["bold",""]] "<i><b>foo</b></i>[bar]<b>baz</b>" ch ecks for modifications to non-editable content
2397 FAIL [["stylewithcss","true"],["bold",""]] "<i><b>foo</b></i>[bar]<b>baz</b>" co mpare innerHTML assert_equals: Unexpected innerHTML (after normalizing inline st yle) expected "<b><i>foo</i>barbaz</b>" but got "<i><b>foo</b></i><span style=\" font-weight:bold\">bar</span><b>baz</b>" 2397 FAIL [["stylewithcss","true"],["bold",""]] "<i><b>foo</b></i>[bar]<b>baz</b>" co mpare innerHTML assert_equals: Unexpected innerHTML (after normalizing inline st yle) expected "<b><i>foo</i>barbaz</b>" but got "<i><b>foo</b></i><span style=\" font-weight:bold\">bar</span><b>baz</b>"
2398 PASS [["stylewithcss","true"],["bold",""]] "<i><b>foo</b></i>[bar]<b>baz</b>" qu eryCommandIndeterm("stylewithcss") before 2398 PASS [["stylewithcss","true"],["bold",""]] "<i><b>foo</b></i>[bar]<b>baz</b>" qu eryCommandIndeterm("stylewithcss") before
2399 PASS [["stylewithcss","true"],["bold",""]] "<i><b>foo</b></i>[bar]<b>baz</b>" qu eryCommandState("stylewithcss") before 2399 PASS [["stylewithcss","true"],["bold",""]] "<i><b>foo</b></i>[bar]<b>baz</b>" qu eryCommandState("stylewithcss") before
2400 FAIL [["stylewithcss","true"],["bold",""]] "<i><b>foo</b></i>[bar]<b>baz</b>" qu eryCommandValue("stylewithcss") before assert_equals: Wrong result returned expe cted "" but got "false" 2400 PASS [["stylewithcss","true"],["bold",""]] "<i><b>foo</b></i>[bar]<b>baz</b>" qu eryCommandValue("stylewithcss") before
2401 PASS [["stylewithcss","true"],["bold",""]] "<i><b>foo</b></i>[bar]<b>baz</b>" qu eryCommandIndeterm("stylewithcss") after 2401 PASS [["stylewithcss","true"],["bold",""]] "<i><b>foo</b></i>[bar]<b>baz</b>" qu eryCommandIndeterm("stylewithcss") after
2402 PASS [["stylewithcss","true"],["bold",""]] "<i><b>foo</b></i>[bar]<b>baz</b>" qu eryCommandState("stylewithcss") after 2402 PASS [["stylewithcss","true"],["bold",""]] "<i><b>foo</b></i>[bar]<b>baz</b>" qu eryCommandState("stylewithcss") after
2403 FAIL [["stylewithcss","true"],["bold",""]] "<i><b>foo</b></i>[bar]<b>baz</b>" qu eryCommandValue("stylewithcss") after assert_equals: Wrong result returned expec ted "" but got "true" 2403 PASS [["stylewithcss","true"],["bold",""]] "<i><b>foo</b></i>[bar]<b>baz</b>" qu eryCommandValue("stylewithcss") after
2404 PASS [["stylewithcss","true"],["bold",""]] "<i><b>foo</b></i>[bar]<b>baz</b>" qu eryCommandIndeterm("bold") before 2404 PASS [["stylewithcss","true"],["bold",""]] "<i><b>foo</b></i>[bar]<b>baz</b>" qu eryCommandIndeterm("bold") before
2405 PASS [["stylewithcss","true"],["bold",""]] "<i><b>foo</b></i>[bar]<b>baz</b>" qu eryCommandState("bold") before 2405 PASS [["stylewithcss","true"],["bold",""]] "<i><b>foo</b></i>[bar]<b>baz</b>" qu eryCommandState("bold") before
2406 FAIL [["stylewithcss","true"],["bold",""]] "<i><b>foo</b></i>[bar]<b>baz</b>" qu eryCommandValue("bold") before assert_equals: Wrong result returned expected "" but got "false" 2406 FAIL [["stylewithcss","true"],["bold",""]] "<i><b>foo</b></i>[bar]<b>baz</b>" qu eryCommandValue("bold") before assert_equals: Wrong result returned expected "" but got "false"
2407 PASS [["stylewithcss","true"],["bold",""]] "<i><b>foo</b></i>[bar]<b>baz</b>" qu eryCommandIndeterm("bold") after 2407 PASS [["stylewithcss","true"],["bold",""]] "<i><b>foo</b></i>[bar]<b>baz</b>" qu eryCommandIndeterm("bold") after
2408 PASS [["stylewithcss","true"],["bold",""]] "<i><b>foo</b></i>[bar]<b>baz</b>" qu eryCommandState("bold") after 2408 PASS [["stylewithcss","true"],["bold",""]] "<i><b>foo</b></i>[bar]<b>baz</b>" qu eryCommandState("bold") after
2409 FAIL [["stylewithcss","true"],["bold",""]] "<i><b>foo</b></i>[bar]<b>baz</b>" qu eryCommandValue("bold") after assert_equals: Wrong result returned expected "" b ut got "true" 2409 FAIL [["stylewithcss","true"],["bold",""]] "<i><b>foo</b></i>[bar]<b>baz</b>" qu eryCommandValue("bold") after assert_equals: Wrong result returned expected "" b ut got "true"
2410 PASS [["stylewithcss","false"],["bold",""]] "<i><b>foo</b></i>[bar]<b>baz</b>": execCommand("stylewithcss", false, "false") return value 2410 PASS [["stylewithcss","false"],["bold",""]] "<i><b>foo</b></i>[bar]<b>baz</b>": execCommand("stylewithcss", false, "false") return value
2411 PASS [["stylewithcss","false"],["bold",""]] "<i><b>foo</b></i>[bar]<b>baz</b>": execCommand("bold", false, "") return value 2411 PASS [["stylewithcss","false"],["bold",""]] "<i><b>foo</b></i>[bar]<b>baz</b>": execCommand("bold", false, "") return value
2412 PASS [["stylewithcss","false"],["bold",""]] "<i><b>foo</b></i>[bar]<b>baz</b>" c hecks for modifications to non-editable content 2412 PASS [["stylewithcss","false"],["bold",""]] "<i><b>foo</b></i>[bar]<b>baz</b>" c hecks for modifications to non-editable content
2413 FAIL [["stylewithcss","false"],["bold",""]] "<i><b>foo</b></i>[bar]<b>baz</b>" c ompare innerHTML assert_equals: Unexpected innerHTML (after normalizing inline s tyle) expected "<b><i>foo</i>barbaz</b>" but got "<i><b>foo</b></i><b>barbaz</b> " 2413 FAIL [["stylewithcss","false"],["bold",""]] "<i><b>foo</b></i>[bar]<b>baz</b>" c ompare innerHTML assert_equals: Unexpected innerHTML (after normalizing inline s tyle) expected "<b><i>foo</i>barbaz</b>" but got "<i><b>foo</b></i><b>barbaz</b> "
2414 PASS [["stylewithcss","false"],["bold",""]] "<i><b>foo</b></i>[bar]<b>baz</b>" q ueryCommandIndeterm("stylewithcss") before 2414 PASS [["stylewithcss","false"],["bold",""]] "<i><b>foo</b></i>[bar]<b>baz</b>" q ueryCommandIndeterm("stylewithcss") before
2415 PASS [["stylewithcss","false"],["bold",""]] "<i><b>foo</b></i>[bar]<b>baz</b>" q ueryCommandState("stylewithcss") before 2415 PASS [["stylewithcss","false"],["bold",""]] "<i><b>foo</b></i>[bar]<b>baz</b>" q ueryCommandState("stylewithcss") before
2416 FAIL [["stylewithcss","false"],["bold",""]] "<i><b>foo</b></i>[bar]<b>baz</b>" q ueryCommandValue("stylewithcss") before assert_equals: Wrong result returned exp ected "" but got "true" 2416 PASS [["stylewithcss","false"],["bold",""]] "<i><b>foo</b></i>[bar]<b>baz</b>" q ueryCommandValue("stylewithcss") before
2417 PASS [["stylewithcss","false"],["bold",""]] "<i><b>foo</b></i>[bar]<b>baz</b>" q ueryCommandIndeterm("stylewithcss") after 2417 PASS [["stylewithcss","false"],["bold",""]] "<i><b>foo</b></i>[bar]<b>baz</b>" q ueryCommandIndeterm("stylewithcss") after
2418 PASS [["stylewithcss","false"],["bold",""]] "<i><b>foo</b></i>[bar]<b>baz</b>" q ueryCommandState("stylewithcss") after 2418 PASS [["stylewithcss","false"],["bold",""]] "<i><b>foo</b></i>[bar]<b>baz</b>" q ueryCommandState("stylewithcss") after
2419 FAIL [["stylewithcss","false"],["bold",""]] "<i><b>foo</b></i>[bar]<b>baz</b>" q ueryCommandValue("stylewithcss") after assert_equals: Wrong result returned expe cted "" but got "false" 2419 PASS [["stylewithcss","false"],["bold",""]] "<i><b>foo</b></i>[bar]<b>baz</b>" q ueryCommandValue("stylewithcss") after
2420 PASS [["stylewithcss","false"],["bold",""]] "<i><b>foo</b></i>[bar]<b>baz</b>" q ueryCommandIndeterm("bold") before 2420 PASS [["stylewithcss","false"],["bold",""]] "<i><b>foo</b></i>[bar]<b>baz</b>" q ueryCommandIndeterm("bold") before
2421 PASS [["stylewithcss","false"],["bold",""]] "<i><b>foo</b></i>[bar]<b>baz</b>" q ueryCommandState("bold") before 2421 PASS [["stylewithcss","false"],["bold",""]] "<i><b>foo</b></i>[bar]<b>baz</b>" q ueryCommandState("bold") before
2422 FAIL [["stylewithcss","false"],["bold",""]] "<i><b>foo</b></i>[bar]<b>baz</b>" q ueryCommandValue("bold") before assert_equals: Wrong result returned expected "" but got "false" 2422 FAIL [["stylewithcss","false"],["bold",""]] "<i><b>foo</b></i>[bar]<b>baz</b>" q ueryCommandValue("bold") before assert_equals: Wrong result returned expected "" but got "false"
2423 PASS [["stylewithcss","false"],["bold",""]] "<i><b>foo</b></i>[bar]<b>baz</b>" q ueryCommandIndeterm("bold") after 2423 PASS [["stylewithcss","false"],["bold",""]] "<i><b>foo</b></i>[bar]<b>baz</b>" q ueryCommandIndeterm("bold") after
2424 PASS [["stylewithcss","false"],["bold",""]] "<i><b>foo</b></i>[bar]<b>baz</b>" q ueryCommandState("bold") after 2424 PASS [["stylewithcss","false"],["bold",""]] "<i><b>foo</b></i>[bar]<b>baz</b>" q ueryCommandState("bold") after
2425 FAIL [["stylewithcss","false"],["bold",""]] "<i><b>foo</b></i>[bar]<b>baz</b>" q ueryCommandValue("bold") after assert_equals: Wrong result returned expected "" but got "true" 2425 FAIL [["stylewithcss","false"],["bold",""]] "<i><b>foo</b></i>[bar]<b>baz</b>" q ueryCommandValue("bold") after assert_equals: Wrong result returned expected "" but got "true"
2426 PASS [["stylewithcss","true"],["bold",""]] "<b>foo</b>[bar]<i><b>baz</b></i>": e xecCommand("stylewithcss", false, "true") return value 2426 PASS [["stylewithcss","true"],["bold",""]] "<b>foo</b>[bar]<i><b>baz</b></i>": e xecCommand("stylewithcss", false, "true") return value
2427 PASS [["stylewithcss","true"],["bold",""]] "<b>foo</b>[bar]<i><b>baz</b></i>": e xecCommand("bold", false, "") return value 2427 PASS [["stylewithcss","true"],["bold",""]] "<b>foo</b>[bar]<i><b>baz</b></i>": e xecCommand("bold", false, "") return value
2428 PASS [["stylewithcss","true"],["bold",""]] "<b>foo</b>[bar]<i><b>baz</b></i>" ch ecks for modifications to non-editable content 2428 PASS [["stylewithcss","true"],["bold",""]] "<b>foo</b>[bar]<i><b>baz</b></i>" ch ecks for modifications to non-editable content
2429 FAIL [["stylewithcss","true"],["bold",""]] "<b>foo</b>[bar]<i><b>baz</b></i>" co mpare innerHTML assert_equals: Unexpected innerHTML (after normalizing inline st yle) expected "<b>foobar<i>baz</i></b>" but got "<b>foo</b><span style=\"font-we ight:bold\">bar</span><i><b>baz</b></i>" 2429 FAIL [["stylewithcss","true"],["bold",""]] "<b>foo</b>[bar]<i><b>baz</b></i>" co mpare innerHTML assert_equals: Unexpected innerHTML (after normalizing inline st yle) expected "<b>foobar<i>baz</i></b>" but got "<b>foo</b><span style=\"font-we ight:bold\">bar</span><i><b>baz</b></i>"
2430 PASS [["stylewithcss","true"],["bold",""]] "<b>foo</b>[bar]<i><b>baz</b></i>" qu eryCommandIndeterm("stylewithcss") before 2430 PASS [["stylewithcss","true"],["bold",""]] "<b>foo</b>[bar]<i><b>baz</b></i>" qu eryCommandIndeterm("stylewithcss") before
2431 PASS [["stylewithcss","true"],["bold",""]] "<b>foo</b>[bar]<i><b>baz</b></i>" qu eryCommandState("stylewithcss") before 2431 PASS [["stylewithcss","true"],["bold",""]] "<b>foo</b>[bar]<i><b>baz</b></i>" qu eryCommandState("stylewithcss") before
2432 FAIL [["stylewithcss","true"],["bold",""]] "<b>foo</b>[bar]<i><b>baz</b></i>" qu eryCommandValue("stylewithcss") before assert_equals: Wrong result returned expe cted "" but got "false" 2432 PASS [["stylewithcss","true"],["bold",""]] "<b>foo</b>[bar]<i><b>baz</b></i>" qu eryCommandValue("stylewithcss") before
2433 PASS [["stylewithcss","true"],["bold",""]] "<b>foo</b>[bar]<i><b>baz</b></i>" qu eryCommandIndeterm("stylewithcss") after 2433 PASS [["stylewithcss","true"],["bold",""]] "<b>foo</b>[bar]<i><b>baz</b></i>" qu eryCommandIndeterm("stylewithcss") after
2434 PASS [["stylewithcss","true"],["bold",""]] "<b>foo</b>[bar]<i><b>baz</b></i>" qu eryCommandState("stylewithcss") after 2434 PASS [["stylewithcss","true"],["bold",""]] "<b>foo</b>[bar]<i><b>baz</b></i>" qu eryCommandState("stylewithcss") after
2435 FAIL [["stylewithcss","true"],["bold",""]] "<b>foo</b>[bar]<i><b>baz</b></i>" qu eryCommandValue("stylewithcss") after assert_equals: Wrong result returned expec ted "" but got "true" 2435 PASS [["stylewithcss","true"],["bold",""]] "<b>foo</b>[bar]<i><b>baz</b></i>" qu eryCommandValue("stylewithcss") after
2436 PASS [["stylewithcss","true"],["bold",""]] "<b>foo</b>[bar]<i><b>baz</b></i>" qu eryCommandIndeterm("bold") before 2436 PASS [["stylewithcss","true"],["bold",""]] "<b>foo</b>[bar]<i><b>baz</b></i>" qu eryCommandIndeterm("bold") before
2437 PASS [["stylewithcss","true"],["bold",""]] "<b>foo</b>[bar]<i><b>baz</b></i>" qu eryCommandState("bold") before 2437 PASS [["stylewithcss","true"],["bold",""]] "<b>foo</b>[bar]<i><b>baz</b></i>" qu eryCommandState("bold") before
2438 FAIL [["stylewithcss","true"],["bold",""]] "<b>foo</b>[bar]<i><b>baz</b></i>" qu eryCommandValue("bold") before assert_equals: Wrong result returned expected "" but got "false" 2438 FAIL [["stylewithcss","true"],["bold",""]] "<b>foo</b>[bar]<i><b>baz</b></i>" qu eryCommandValue("bold") before assert_equals: Wrong result returned expected "" but got "false"
2439 PASS [["stylewithcss","true"],["bold",""]] "<b>foo</b>[bar]<i><b>baz</b></i>" qu eryCommandIndeterm("bold") after 2439 PASS [["stylewithcss","true"],["bold",""]] "<b>foo</b>[bar]<i><b>baz</b></i>" qu eryCommandIndeterm("bold") after
2440 PASS [["stylewithcss","true"],["bold",""]] "<b>foo</b>[bar]<i><b>baz</b></i>" qu eryCommandState("bold") after 2440 PASS [["stylewithcss","true"],["bold",""]] "<b>foo</b>[bar]<i><b>baz</b></i>" qu eryCommandState("bold") after
2441 FAIL [["stylewithcss","true"],["bold",""]] "<b>foo</b>[bar]<i><b>baz</b></i>" qu eryCommandValue("bold") after assert_equals: Wrong result returned expected "" b ut got "true" 2441 FAIL [["stylewithcss","true"],["bold",""]] "<b>foo</b>[bar]<i><b>baz</b></i>" qu eryCommandValue("bold") after assert_equals: Wrong result returned expected "" b ut got "true"
2442 PASS [["stylewithcss","false"],["bold",""]] "<b>foo</b>[bar]<i><b>baz</b></i>": execCommand("stylewithcss", false, "false") return value 2442 PASS [["stylewithcss","false"],["bold",""]] "<b>foo</b>[bar]<i><b>baz</b></i>": execCommand("stylewithcss", false, "false") return value
2443 PASS [["stylewithcss","false"],["bold",""]] "<b>foo</b>[bar]<i><b>baz</b></i>": execCommand("bold", false, "") return value 2443 PASS [["stylewithcss","false"],["bold",""]] "<b>foo</b>[bar]<i><b>baz</b></i>": execCommand("bold", false, "") return value
2444 PASS [["stylewithcss","false"],["bold",""]] "<b>foo</b>[bar]<i><b>baz</b></i>" c hecks for modifications to non-editable content 2444 PASS [["stylewithcss","false"],["bold",""]] "<b>foo</b>[bar]<i><b>baz</b></i>" c hecks for modifications to non-editable content
2445 FAIL [["stylewithcss","false"],["bold",""]] "<b>foo</b>[bar]<i><b>baz</b></i>" c ompare innerHTML assert_equals: Unexpected innerHTML (after normalizing inline s tyle) expected "<b>foobar<i>baz</i></b>" but got "<b>foobar</b><i><b>baz</b></i> " 2445 FAIL [["stylewithcss","false"],["bold",""]] "<b>foo</b>[bar]<i><b>baz</b></i>" c ompare innerHTML assert_equals: Unexpected innerHTML (after normalizing inline s tyle) expected "<b>foobar<i>baz</i></b>" but got "<b>foobar</b><i><b>baz</b></i> "
2446 PASS [["stylewithcss","false"],["bold",""]] "<b>foo</b>[bar]<i><b>baz</b></i>" q ueryCommandIndeterm("stylewithcss") before 2446 PASS [["stylewithcss","false"],["bold",""]] "<b>foo</b>[bar]<i><b>baz</b></i>" q ueryCommandIndeterm("stylewithcss") before
2447 PASS [["stylewithcss","false"],["bold",""]] "<b>foo</b>[bar]<i><b>baz</b></i>" q ueryCommandState("stylewithcss") before 2447 PASS [["stylewithcss","false"],["bold",""]] "<b>foo</b>[bar]<i><b>baz</b></i>" q ueryCommandState("stylewithcss") before
2448 FAIL [["stylewithcss","false"],["bold",""]] "<b>foo</b>[bar]<i><b>baz</b></i>" q ueryCommandValue("stylewithcss") before assert_equals: Wrong result returned exp ected "" but got "true" 2448 PASS [["stylewithcss","false"],["bold",""]] "<b>foo</b>[bar]<i><b>baz</b></i>" q ueryCommandValue("stylewithcss") before
2449 PASS [["stylewithcss","false"],["bold",""]] "<b>foo</b>[bar]<i><b>baz</b></i>" q ueryCommandIndeterm("stylewithcss") after 2449 PASS [["stylewithcss","false"],["bold",""]] "<b>foo</b>[bar]<i><b>baz</b></i>" q ueryCommandIndeterm("stylewithcss") after
2450 PASS [["stylewithcss","false"],["bold",""]] "<b>foo</b>[bar]<i><b>baz</b></i>" q ueryCommandState("stylewithcss") after 2450 PASS [["stylewithcss","false"],["bold",""]] "<b>foo</b>[bar]<i><b>baz</b></i>" q ueryCommandState("stylewithcss") after
2451 FAIL [["stylewithcss","false"],["bold",""]] "<b>foo</b>[bar]<i><b>baz</b></i>" q ueryCommandValue("stylewithcss") after assert_equals: Wrong result returned expe cted "" but got "false" 2451 PASS [["stylewithcss","false"],["bold",""]] "<b>foo</b>[bar]<i><b>baz</b></i>" q ueryCommandValue("stylewithcss") after
2452 PASS [["stylewithcss","false"],["bold",""]] "<b>foo</b>[bar]<i><b>baz</b></i>" q ueryCommandIndeterm("bold") before 2452 PASS [["stylewithcss","false"],["bold",""]] "<b>foo</b>[bar]<i><b>baz</b></i>" q ueryCommandIndeterm("bold") before
2453 PASS [["stylewithcss","false"],["bold",""]] "<b>foo</b>[bar]<i><b>baz</b></i>" q ueryCommandState("bold") before 2453 PASS [["stylewithcss","false"],["bold",""]] "<b>foo</b>[bar]<i><b>baz</b></i>" q ueryCommandState("bold") before
2454 FAIL [["stylewithcss","false"],["bold",""]] "<b>foo</b>[bar]<i><b>baz</b></i>" q ueryCommandValue("bold") before assert_equals: Wrong result returned expected "" but got "false" 2454 FAIL [["stylewithcss","false"],["bold",""]] "<b>foo</b>[bar]<i><b>baz</b></i>" q ueryCommandValue("bold") before assert_equals: Wrong result returned expected "" but got "false"
2455 PASS [["stylewithcss","false"],["bold",""]] "<b>foo</b>[bar]<i><b>baz</b></i>" q ueryCommandIndeterm("bold") after 2455 PASS [["stylewithcss","false"],["bold",""]] "<b>foo</b>[bar]<i><b>baz</b></i>" q ueryCommandIndeterm("bold") after
2456 PASS [["stylewithcss","false"],["bold",""]] "<b>foo</b>[bar]<i><b>baz</b></i>" q ueryCommandState("bold") after 2456 PASS [["stylewithcss","false"],["bold",""]] "<b>foo</b>[bar]<i><b>baz</b></i>" q ueryCommandState("bold") after
2457 FAIL [["stylewithcss","false"],["bold",""]] "<b>foo</b>[bar]<i><b>baz</b></i>" q ueryCommandValue("bold") after assert_equals: Wrong result returned expected "" but got "true" 2457 FAIL [["stylewithcss","false"],["bold",""]] "<b>foo</b>[bar]<i><b>baz</b></i>" q ueryCommandValue("bold") after assert_equals: Wrong result returned expected "" but got "true"
2458 PASS [["bold",""]] "<font color=blue face=monospace><b>foo</b></font>[bar]": exe cCommand("bold", false, "") return value 2458 PASS [["bold",""]] "<font color=blue face=monospace><b>foo</b></font>[bar]": exe cCommand("bold", false, "") return value
2459 PASS [["bold",""]] "<font color=blue face=monospace><b>foo</b></font>[bar]" chec ks for modifications to non-editable content 2459 PASS [["bold",""]] "<font color=blue face=monospace><b>foo</b></font>[bar]" chec ks for modifications to non-editable content
2460 FAIL [["bold",""]] "<font color=blue face=monospace><b>foo</b></font>[bar]" comp are innerHTML assert_equals: Unexpected innerHTML (after normalizing inline styl e) expected "<b><font color=\"blue\" face=\"monospace\">foo</font>bar</b>" but g ot "<font color=\"blue\" face=\"monospace\"><b>foo</b></font><b>bar</b>" 2460 FAIL [["bold",""]] "<font color=blue face=monospace><b>foo</b></font>[bar]" comp are innerHTML assert_equals: Unexpected innerHTML (after normalizing inline styl e) expected "<b><font color=\"blue\" face=\"monospace\">foo</font>bar</b>" but g ot "<font color=\"blue\" face=\"monospace\"><b>foo</b></font><b>bar</b>"
2461 PASS [["bold",""]] "<font color=blue face=monospace><b>foo</b></font>[bar]" quer yCommandIndeterm("bold") before 2461 PASS [["bold",""]] "<font color=blue face=monospace><b>foo</b></font>[bar]" quer yCommandIndeterm("bold") before
2462 PASS [["bold",""]] "<font color=blue face=monospace><b>foo</b></font>[bar]" quer yCommandState("bold") before 2462 PASS [["bold",""]] "<font color=blue face=monospace><b>foo</b></font>[bar]" quer yCommandState("bold") before
2463 FAIL [["bold",""]] "<font color=blue face=monospace><b>foo</b></font>[bar]" quer yCommandValue("bold") before assert_equals: Wrong result returned expected "" bu t got "false" 2463 FAIL [["bold",""]] "<font color=blue face=monospace><b>foo</b></font>[bar]" quer yCommandValue("bold") before assert_equals: Wrong result returned expected "" bu t got "false"
2464 PASS [["bold",""]] "<font color=blue face=monospace><b>foo</b></font>[bar]" quer yCommandIndeterm("bold") after 2464 PASS [["bold",""]] "<font color=blue face=monospace><b>foo</b></font>[bar]" quer yCommandIndeterm("bold") after
2465 PASS [["bold",""]] "<font color=blue face=monospace><b>foo</b></font>[bar]" quer yCommandState("bold") after 2465 PASS [["bold",""]] "<font color=blue face=monospace><b>foo</b></font>[bar]" quer yCommandState("bold") after
2466 FAIL [["bold",""]] "<font color=blue face=monospace><b>foo</b></font>[bar]" quer yCommandValue("bold") after assert_equals: Wrong result returned expected "" but got "true" 2466 FAIL [["bold",""]] "<font color=blue face=monospace><b>foo</b></font>[bar]" quer yCommandValue("bold") after assert_equals: Wrong result returned expected "" but got "true"
2467 PASS [["stylewithcss","true"],["bold",""]] "foo<span style=\"font-weight: normal \"><b>{bar}</b></span>baz": execCommand("stylewithcss", false, "true") return va lue 2467 PASS [["stylewithcss","true"],["bold",""]] "foo<span style=\"font-weight: normal \"><b>{bar}</b></span>baz": execCommand("stylewithcss", false, "true") return va lue
2468 PASS [["stylewithcss","true"],["bold",""]] "foo<span style=\"font-weight: normal \"><b>{bar}</b></span>baz": execCommand("bold", false, "") return value 2468 PASS [["stylewithcss","true"],["bold",""]] "foo<span style=\"font-weight: normal \"><b>{bar}</b></span>baz": execCommand("bold", false, "") return value
2469 PASS [["stylewithcss","true"],["bold",""]] "foo<span style=\"font-weight: normal \"><b>{bar}</b></span>baz" checks for modifications to non-editable content 2469 PASS [["stylewithcss","true"],["bold",""]] "foo<span style=\"font-weight: normal \"><b>{bar}</b></span>baz" checks for modifications to non-editable content
2470 PASS [["stylewithcss","true"],["bold",""]] "foo<span style=\"font-weight: normal \"><b>{bar}</b></span>baz" compare innerHTML 2470 PASS [["stylewithcss","true"],["bold",""]] "foo<span style=\"font-weight: normal \"><b>{bar}</b></span>baz" compare innerHTML
2471 PASS [["stylewithcss","true"],["bold",""]] "foo<span style=\"font-weight: normal \"><b>{bar}</b></span>baz" queryCommandIndeterm("stylewithcss") before 2471 PASS [["stylewithcss","true"],["bold",""]] "foo<span style=\"font-weight: normal \"><b>{bar}</b></span>baz" queryCommandIndeterm("stylewithcss") before
2472 PASS [["stylewithcss","true"],["bold",""]] "foo<span style=\"font-weight: normal \"><b>{bar}</b></span>baz" queryCommandState("stylewithcss") before 2472 PASS [["stylewithcss","true"],["bold",""]] "foo<span style=\"font-weight: normal \"><b>{bar}</b></span>baz" queryCommandState("stylewithcss") before
2473 FAIL [["stylewithcss","true"],["bold",""]] "foo<span style=\"font-weight: normal \"><b>{bar}</b></span>baz" queryCommandValue("stylewithcss") before assert_equal s: Wrong result returned expected "" but got "false" 2473 PASS [["stylewithcss","true"],["bold",""]] "foo<span style=\"font-weight: normal \"><b>{bar}</b></span>baz" queryCommandValue("stylewithcss") before
2474 PASS [["stylewithcss","true"],["bold",""]] "foo<span style=\"font-weight: normal \"><b>{bar}</b></span>baz" queryCommandIndeterm("stylewithcss") after 2474 PASS [["stylewithcss","true"],["bold",""]] "foo<span style=\"font-weight: normal \"><b>{bar}</b></span>baz" queryCommandIndeterm("stylewithcss") after
2475 PASS [["stylewithcss","true"],["bold",""]] "foo<span style=\"font-weight: normal \"><b>{bar}</b></span>baz" queryCommandState("stylewithcss") after 2475 PASS [["stylewithcss","true"],["bold",""]] "foo<span style=\"font-weight: normal \"><b>{bar}</b></span>baz" queryCommandState("stylewithcss") after
2476 FAIL [["stylewithcss","true"],["bold",""]] "foo<span style=\"font-weight: normal \"><b>{bar}</b></span>baz" queryCommandValue("stylewithcss") after assert_equals : Wrong result returned expected "" but got "true" 2476 PASS [["stylewithcss","true"],["bold",""]] "foo<span style=\"font-weight: normal \"><b>{bar}</b></span>baz" queryCommandValue("stylewithcss") after
2477 PASS [["stylewithcss","true"],["bold",""]] "foo<span style=\"font-weight: normal \"><b>{bar}</b></span>baz" queryCommandIndeterm("bold") before 2477 PASS [["stylewithcss","true"],["bold",""]] "foo<span style=\"font-weight: normal \"><b>{bar}</b></span>baz" queryCommandIndeterm("bold") before
2478 PASS [["stylewithcss","true"],["bold",""]] "foo<span style=\"font-weight: normal \"><b>{bar}</b></span>baz" queryCommandState("bold") before 2478 PASS [["stylewithcss","true"],["bold",""]] "foo<span style=\"font-weight: normal \"><b>{bar}</b></span>baz" queryCommandState("bold") before
2479 FAIL [["stylewithcss","true"],["bold",""]] "foo<span style=\"font-weight: normal \"><b>{bar}</b></span>baz" queryCommandValue("bold") before assert_equals: Wrong result returned expected "" but got "true" 2479 FAIL [["stylewithcss","true"],["bold",""]] "foo<span style=\"font-weight: normal \"><b>{bar}</b></span>baz" queryCommandValue("bold") before assert_equals: Wrong result returned expected "" but got "true"
2480 PASS [["stylewithcss","true"],["bold",""]] "foo<span style=\"font-weight: normal \"><b>{bar}</b></span>baz" queryCommandIndeterm("bold") after 2480 PASS [["stylewithcss","true"],["bold",""]] "foo<span style=\"font-weight: normal \"><b>{bar}</b></span>baz" queryCommandIndeterm("bold") after
2481 PASS [["stylewithcss","true"],["bold",""]] "foo<span style=\"font-weight: normal \"><b>{bar}</b></span>baz" queryCommandState("bold") after 2481 PASS [["stylewithcss","true"],["bold",""]] "foo<span style=\"font-weight: normal \"><b>{bar}</b></span>baz" queryCommandState("bold") after
2482 FAIL [["stylewithcss","true"],["bold",""]] "foo<span style=\"font-weight: normal \"><b>{bar}</b></span>baz" queryCommandValue("bold") after assert_equals: Wrong result returned expected "" but got "false" 2482 FAIL [["stylewithcss","true"],["bold",""]] "foo<span style=\"font-weight: normal \"><b>{bar}</b></span>baz" queryCommandValue("bold") after assert_equals: Wrong result returned expected "" but got "false"
2483 PASS [["stylewithcss","false"],["bold",""]] "foo<span style=\"font-weight: norma l\"><b>{bar}</b></span>baz": execCommand("stylewithcss", false, "false") return value 2483 PASS [["stylewithcss","false"],["bold",""]] "foo<span style=\"font-weight: norma l\"><b>{bar}</b></span>baz": execCommand("stylewithcss", false, "false") return value
2484 PASS [["stylewithcss","false"],["bold",""]] "foo<span style=\"font-weight: norma l\"><b>{bar}</b></span>baz": execCommand("bold", false, "") return value 2484 PASS [["stylewithcss","false"],["bold",""]] "foo<span style=\"font-weight: norma l\"><b>{bar}</b></span>baz": execCommand("bold", false, "") return value
2485 PASS [["stylewithcss","false"],["bold",""]] "foo<span style=\"font-weight: norma l\"><b>{bar}</b></span>baz" checks for modifications to non-editable content 2485 PASS [["stylewithcss","false"],["bold",""]] "foo<span style=\"font-weight: norma l\"><b>{bar}</b></span>baz" checks for modifications to non-editable content
2486 PASS [["stylewithcss","false"],["bold",""]] "foo<span style=\"font-weight: norma l\"><b>{bar}</b></span>baz" compare innerHTML 2486 PASS [["stylewithcss","false"],["bold",""]] "foo<span style=\"font-weight: norma l\"><b>{bar}</b></span>baz" compare innerHTML
2487 PASS [["stylewithcss","false"],["bold",""]] "foo<span style=\"font-weight: norma l\"><b>{bar}</b></span>baz" queryCommandIndeterm("stylewithcss") before 2487 PASS [["stylewithcss","false"],["bold",""]] "foo<span style=\"font-weight: norma l\"><b>{bar}</b></span>baz" queryCommandIndeterm("stylewithcss") before
2488 PASS [["stylewithcss","false"],["bold",""]] "foo<span style=\"font-weight: norma l\"><b>{bar}</b></span>baz" queryCommandState("stylewithcss") before 2488 PASS [["stylewithcss","false"],["bold",""]] "foo<span style=\"font-weight: norma l\"><b>{bar}</b></span>baz" queryCommandState("stylewithcss") before
2489 FAIL [["stylewithcss","false"],["bold",""]] "foo<span style=\"font-weight: norma l\"><b>{bar}</b></span>baz" queryCommandValue("stylewithcss") before assert_equa ls: Wrong result returned expected "" but got "true" 2489 PASS [["stylewithcss","false"],["bold",""]] "foo<span style=\"font-weight: norma l\"><b>{bar}</b></span>baz" queryCommandValue("stylewithcss") before
2490 PASS [["stylewithcss","false"],["bold",""]] "foo<span style=\"font-weight: norma l\"><b>{bar}</b></span>baz" queryCommandIndeterm("stylewithcss") after 2490 PASS [["stylewithcss","false"],["bold",""]] "foo<span style=\"font-weight: norma l\"><b>{bar}</b></span>baz" queryCommandIndeterm("stylewithcss") after
2491 PASS [["stylewithcss","false"],["bold",""]] "foo<span style=\"font-weight: norma l\"><b>{bar}</b></span>baz" queryCommandState("stylewithcss") after 2491 PASS [["stylewithcss","false"],["bold",""]] "foo<span style=\"font-weight: norma l\"><b>{bar}</b></span>baz" queryCommandState("stylewithcss") after
2492 FAIL [["stylewithcss","false"],["bold",""]] "foo<span style=\"font-weight: norma l\"><b>{bar}</b></span>baz" queryCommandValue("stylewithcss") after assert_equal s: Wrong result returned expected "" but got "false" 2492 PASS [["stylewithcss","false"],["bold",""]] "foo<span style=\"font-weight: norma l\"><b>{bar}</b></span>baz" queryCommandValue("stylewithcss") after
2493 PASS [["stylewithcss","false"],["bold",""]] "foo<span style=\"font-weight: norma l\"><b>{bar}</b></span>baz" queryCommandIndeterm("bold") before 2493 PASS [["stylewithcss","false"],["bold",""]] "foo<span style=\"font-weight: norma l\"><b>{bar}</b></span>baz" queryCommandIndeterm("bold") before
2494 PASS [["stylewithcss","false"],["bold",""]] "foo<span style=\"font-weight: norma l\"><b>{bar}</b></span>baz" queryCommandState("bold") before 2494 PASS [["stylewithcss","false"],["bold",""]] "foo<span style=\"font-weight: norma l\"><b>{bar}</b></span>baz" queryCommandState("bold") before
2495 FAIL [["stylewithcss","false"],["bold",""]] "foo<span style=\"font-weight: norma l\"><b>{bar}</b></span>baz" queryCommandValue("bold") before assert_equals: Wron g result returned expected "" but got "true" 2495 FAIL [["stylewithcss","false"],["bold",""]] "foo<span style=\"font-weight: norma l\"><b>{bar}</b></span>baz" queryCommandValue("bold") before assert_equals: Wron g result returned expected "" but got "true"
2496 PASS [["stylewithcss","false"],["bold",""]] "foo<span style=\"font-weight: norma l\"><b>{bar}</b></span>baz" queryCommandIndeterm("bold") after 2496 PASS [["stylewithcss","false"],["bold",""]] "foo<span style=\"font-weight: norma l\"><b>{bar}</b></span>baz" queryCommandIndeterm("bold") after
2497 PASS [["stylewithcss","false"],["bold",""]] "foo<span style=\"font-weight: norma l\"><b>{bar}</b></span>baz" queryCommandState("bold") after 2497 PASS [["stylewithcss","false"],["bold",""]] "foo<span style=\"font-weight: norma l\"><b>{bar}</b></span>baz" queryCommandState("bold") after
2498 FAIL [["stylewithcss","false"],["bold",""]] "foo<span style=\"font-weight: norma l\"><b>{bar}</b></span>baz" queryCommandValue("bold") after assert_equals: Wrong result returned expected "" but got "false" 2498 FAIL [["stylewithcss","false"],["bold",""]] "foo<span style=\"font-weight: norma l\"><b>{bar}</b></span>baz" queryCommandValue("bold") after assert_equals: Wrong result returned expected "" but got "false"
2499 PASS [["stylewithcss","true"],["bold",""]] "[foo<span class=notbold>bar</span>ba z]": execCommand("stylewithcss", false, "true") return value 2499 PASS [["stylewithcss","true"],["bold",""]] "[foo<span class=notbold>bar</span>ba z]": execCommand("stylewithcss", false, "true") return value
2500 PASS [["stylewithcss","true"],["bold",""]] "[foo<span class=notbold>bar</span>ba z]": execCommand("bold", false, "") return value 2500 PASS [["stylewithcss","true"],["bold",""]] "[foo<span class=notbold>bar</span>ba z]": execCommand("bold", false, "") return value
2501 PASS [["stylewithcss","true"],["bold",""]] "[foo<span class=notbold>bar</span>ba z]" checks for modifications to non-editable content 2501 PASS [["stylewithcss","true"],["bold",""]] "[foo<span class=notbold>bar</span>ba z]" checks for modifications to non-editable content
2502 FAIL [["stylewithcss","true"],["bold",""]] "[foo<span class=notbold>bar</span>ba z]" compare innerHTML assert_equals: Unexpected innerHTML (after normalizing inl ine style) expected "<span style=\"font-weight:bold\">foo<span class=\"notbold\" ><span style=\"font-weight:bold\">bar</span></span>baz</span>" but got "<span st yle=\"font-weight:bold\">foo<span class=\"notbold\">bar</span>baz</span>" 2502 FAIL [["stylewithcss","true"],["bold",""]] "[foo<span class=notbold>bar</span>ba z]" compare innerHTML assert_equals: Unexpected innerHTML (after normalizing inl ine style) expected "<span style=\"font-weight:bold\">foo<span class=\"notbold\" ><span style=\"font-weight:bold\">bar</span></span>baz</span>" but got "<span st yle=\"font-weight:bold\">foo<span class=\"notbold\">bar</span>baz</span>"
2503 PASS [["stylewithcss","true"],["bold",""]] "[foo<span class=notbold>bar</span>ba z]" queryCommandIndeterm("stylewithcss") before 2503 PASS [["stylewithcss","true"],["bold",""]] "[foo<span class=notbold>bar</span>ba z]" queryCommandIndeterm("stylewithcss") before
2504 PASS [["stylewithcss","true"],["bold",""]] "[foo<span class=notbold>bar</span>ba z]" queryCommandState("stylewithcss") before 2504 PASS [["stylewithcss","true"],["bold",""]] "[foo<span class=notbold>bar</span>ba z]" queryCommandState("stylewithcss") before
2505 FAIL [["stylewithcss","true"],["bold",""]] "[foo<span class=notbold>bar</span>ba z]" queryCommandValue("stylewithcss") before assert_equals: Wrong result returne d expected "" but got "false" 2505 PASS [["stylewithcss","true"],["bold",""]] "[foo<span class=notbold>bar</span>ba z]" queryCommandValue("stylewithcss") before
2506 PASS [["stylewithcss","true"],["bold",""]] "[foo<span class=notbold>bar</span>ba z]" queryCommandIndeterm("stylewithcss") after 2506 PASS [["stylewithcss","true"],["bold",""]] "[foo<span class=notbold>bar</span>ba z]" queryCommandIndeterm("stylewithcss") after
2507 PASS [["stylewithcss","true"],["bold",""]] "[foo<span class=notbold>bar</span>ba z]" queryCommandState("stylewithcss") after 2507 PASS [["stylewithcss","true"],["bold",""]] "[foo<span class=notbold>bar</span>ba z]" queryCommandState("stylewithcss") after
2508 FAIL [["stylewithcss","true"],["bold",""]] "[foo<span class=notbold>bar</span>ba z]" queryCommandValue("stylewithcss") after assert_equals: Wrong result returned expected "" but got "true" 2508 PASS [["stylewithcss","true"],["bold",""]] "[foo<span class=notbold>bar</span>ba z]" queryCommandValue("stylewithcss") after
2509 PASS [["stylewithcss","true"],["bold",""]] "[foo<span class=notbold>bar</span>ba z]" queryCommandIndeterm("bold") before 2509 PASS [["stylewithcss","true"],["bold",""]] "[foo<span class=notbold>bar</span>ba z]" queryCommandIndeterm("bold") before
2510 PASS [["stylewithcss","true"],["bold",""]] "[foo<span class=notbold>bar</span>ba z]" queryCommandState("bold") before 2510 PASS [["stylewithcss","true"],["bold",""]] "[foo<span class=notbold>bar</span>ba z]" queryCommandState("bold") before
2511 FAIL [["stylewithcss","true"],["bold",""]] "[foo<span class=notbold>bar</span>ba z]" queryCommandValue("bold") before assert_equals: Wrong result returned expect ed "" but got "false" 2511 FAIL [["stylewithcss","true"],["bold",""]] "[foo<span class=notbold>bar</span>ba z]" queryCommandValue("bold") before assert_equals: Wrong result returned expect ed "" but got "false"
2512 PASS [["stylewithcss","true"],["bold",""]] "[foo<span class=notbold>bar</span>ba z]" queryCommandIndeterm("bold") after 2512 PASS [["stylewithcss","true"],["bold",""]] "[foo<span class=notbold>bar</span>ba z]" queryCommandIndeterm("bold") after
2513 PASS [["stylewithcss","true"],["bold",""]] "[foo<span class=notbold>bar</span>ba z]" queryCommandState("bold") after 2513 PASS [["stylewithcss","true"],["bold",""]] "[foo<span class=notbold>bar</span>ba z]" queryCommandState("bold") after
2514 FAIL [["stylewithcss","true"],["bold",""]] "[foo<span class=notbold>bar</span>ba z]" queryCommandValue("bold") after assert_equals: Wrong result returned expecte d "" but got "true" 2514 FAIL [["stylewithcss","true"],["bold",""]] "[foo<span class=notbold>bar</span>ba z]" queryCommandValue("bold") after assert_equals: Wrong result returned expecte d "" but got "true"
2515 PASS [["stylewithcss","false"],["bold",""]] "[foo<span class=notbold>bar</span>b az]": execCommand("stylewithcss", false, "false") return value 2515 PASS [["stylewithcss","false"],["bold",""]] "[foo<span class=notbold>bar</span>b az]": execCommand("stylewithcss", false, "false") return value
2516 PASS [["stylewithcss","false"],["bold",""]] "[foo<span class=notbold>bar</span>b az]": execCommand("bold", false, "") return value 2516 PASS [["stylewithcss","false"],["bold",""]] "[foo<span class=notbold>bar</span>b az]": execCommand("bold", false, "") return value
2517 PASS [["stylewithcss","false"],["bold",""]] "[foo<span class=notbold>bar</span>b az]" checks for modifications to non-editable content 2517 PASS [["stylewithcss","false"],["bold",""]] "[foo<span class=notbold>bar</span>b az]" checks for modifications to non-editable content
2518 FAIL [["stylewithcss","false"],["bold",""]] "[foo<span class=notbold>bar</span>b az]" compare innerHTML assert_equals: Unexpected innerHTML (after normalizing in line style) expected "<b>foo<span class=\"notbold\"><b>bar</b></span>baz</b>" bu t got "<b>foo<span class=\"notbold\">bar</span>baz</b>" 2518 FAIL [["stylewithcss","false"],["bold",""]] "[foo<span class=notbold>bar</span>b az]" compare innerHTML assert_equals: Unexpected innerHTML (after normalizing in line style) expected "<b>foo<span class=\"notbold\"><b>bar</b></span>baz</b>" bu t got "<b>foo<span class=\"notbold\">bar</span>baz</b>"
2519 PASS [["stylewithcss","false"],["bold",""]] "[foo<span class=notbold>bar</span>b az]" queryCommandIndeterm("stylewithcss") before 2519 PASS [["stylewithcss","false"],["bold",""]] "[foo<span class=notbold>bar</span>b az]" queryCommandIndeterm("stylewithcss") before
2520 PASS [["stylewithcss","false"],["bold",""]] "[foo<span class=notbold>bar</span>b az]" queryCommandState("stylewithcss") before 2520 PASS [["stylewithcss","false"],["bold",""]] "[foo<span class=notbold>bar</span>b az]" queryCommandState("stylewithcss") before
2521 FAIL [["stylewithcss","false"],["bold",""]] "[foo<span class=notbold>bar</span>b az]" queryCommandValue("stylewithcss") before assert_equals: Wrong result return ed expected "" but got "true" 2521 PASS [["stylewithcss","false"],["bold",""]] "[foo<span class=notbold>bar</span>b az]" queryCommandValue("stylewithcss") before
2522 PASS [["stylewithcss","false"],["bold",""]] "[foo<span class=notbold>bar</span>b az]" queryCommandIndeterm("stylewithcss") after 2522 PASS [["stylewithcss","false"],["bold",""]] "[foo<span class=notbold>bar</span>b az]" queryCommandIndeterm("stylewithcss") after
2523 PASS [["stylewithcss","false"],["bold",""]] "[foo<span class=notbold>bar</span>b az]" queryCommandState("stylewithcss") after 2523 PASS [["stylewithcss","false"],["bold",""]] "[foo<span class=notbold>bar</span>b az]" queryCommandState("stylewithcss") after
2524 FAIL [["stylewithcss","false"],["bold",""]] "[foo<span class=notbold>bar</span>b az]" queryCommandValue("stylewithcss") after assert_equals: Wrong result returne d expected "" but got "false" 2524 PASS [["stylewithcss","false"],["bold",""]] "[foo<span class=notbold>bar</span>b az]" queryCommandValue("stylewithcss") after
2525 PASS [["stylewithcss","false"],["bold",""]] "[foo<span class=notbold>bar</span>b az]" queryCommandIndeterm("bold") before 2525 PASS [["stylewithcss","false"],["bold",""]] "[foo<span class=notbold>bar</span>b az]" queryCommandIndeterm("bold") before
2526 PASS [["stylewithcss","false"],["bold",""]] "[foo<span class=notbold>bar</span>b az]" queryCommandState("bold") before 2526 PASS [["stylewithcss","false"],["bold",""]] "[foo<span class=notbold>bar</span>b az]" queryCommandState("bold") before
2527 FAIL [["stylewithcss","false"],["bold",""]] "[foo<span class=notbold>bar</span>b az]" queryCommandValue("bold") before assert_equals: Wrong result returned expec ted "" but got "false" 2527 FAIL [["stylewithcss","false"],["bold",""]] "[foo<span class=notbold>bar</span>b az]" queryCommandValue("bold") before assert_equals: Wrong result returned expec ted "" but got "false"
2528 PASS [["stylewithcss","false"],["bold",""]] "[foo<span class=notbold>bar</span>b az]" queryCommandIndeterm("bold") after 2528 PASS [["stylewithcss","false"],["bold",""]] "[foo<span class=notbold>bar</span>b az]" queryCommandIndeterm("bold") after
2529 PASS [["stylewithcss","false"],["bold",""]] "[foo<span class=notbold>bar</span>b az]" queryCommandState("bold") after 2529 PASS [["stylewithcss","false"],["bold",""]] "[foo<span class=notbold>bar</span>b az]" queryCommandState("bold") after
2530 FAIL [["stylewithcss","false"],["bold",""]] "[foo<span class=notbold>bar</span>b az]" queryCommandValue("bold") after assert_equals: Wrong result returned expect ed "" but got "true" 2530 FAIL [["stylewithcss","false"],["bold",""]] "[foo<span class=notbold>bar</span>b az]" queryCommandValue("bold") after assert_equals: Wrong result returned expect ed "" but got "true"
2531 PASS [["stylewithcss","true"],["bold",""]] "<b><span class=notbold>[foo]</span>< /b>": execCommand("stylewithcss", false, "true") return value 2531 PASS [["stylewithcss","true"],["bold",""]] "<b><span class=notbold>[foo]</span>< /b>": execCommand("stylewithcss", false, "true") return value
2532 PASS [["stylewithcss","true"],["bold",""]] "<b><span class=notbold>[foo]</span>< /b>": execCommand("bold", false, "") return value 2532 PASS [["stylewithcss","true"],["bold",""]] "<b><span class=notbold>[foo]</span>< /b>": execCommand("bold", false, "") return value
2533 PASS [["stylewithcss","true"],["bold",""]] "<b><span class=notbold>[foo]</span>< /b>" checks for modifications to non-editable content 2533 PASS [["stylewithcss","true"],["bold",""]] "<b><span class=notbold>[foo]</span>< /b>" checks for modifications to non-editable content
2534 FAIL [["stylewithcss","true"],["bold",""]] "<b><span class=notbold>[foo]</span>< /b>" compare innerHTML assert_equals: Unexpected innerHTML (after normalizing in line style) expected "<span class=\"notbold\"><span style=\"font-weight:bold\">f oo</span></span>" but got "<span class=\"notbold\" style=\"font-weight:bold\">fo o</span>" 2534 FAIL [["stylewithcss","true"],["bold",""]] "<b><span class=notbold>[foo]</span>< /b>" compare innerHTML assert_equals: Unexpected innerHTML (after normalizing in line style) expected "<span class=\"notbold\"><span style=\"font-weight:bold\">f oo</span></span>" but got "<span class=\"notbold\" style=\"font-weight:bold\">fo o</span>"
2535 PASS [["stylewithcss","true"],["bold",""]] "<b><span class=notbold>[foo]</span>< /b>" queryCommandIndeterm("stylewithcss") before 2535 PASS [["stylewithcss","true"],["bold",""]] "<b><span class=notbold>[foo]</span>< /b>" queryCommandIndeterm("stylewithcss") before
2536 PASS [["stylewithcss","true"],["bold",""]] "<b><span class=notbold>[foo]</span>< /b>" queryCommandState("stylewithcss") before 2536 PASS [["stylewithcss","true"],["bold",""]] "<b><span class=notbold>[foo]</span>< /b>" queryCommandState("stylewithcss") before
2537 FAIL [["stylewithcss","true"],["bold",""]] "<b><span class=notbold>[foo]</span>< /b>" queryCommandValue("stylewithcss") before assert_equals: Wrong result return ed expected "" but got "false" 2537 PASS [["stylewithcss","true"],["bold",""]] "<b><span class=notbold>[foo]</span>< /b>" queryCommandValue("stylewithcss") before
2538 PASS [["stylewithcss","true"],["bold",""]] "<b><span class=notbold>[foo]</span>< /b>" queryCommandIndeterm("stylewithcss") after 2538 PASS [["stylewithcss","true"],["bold",""]] "<b><span class=notbold>[foo]</span>< /b>" queryCommandIndeterm("stylewithcss") after
2539 PASS [["stylewithcss","true"],["bold",""]] "<b><span class=notbold>[foo]</span>< /b>" queryCommandState("stylewithcss") after 2539 PASS [["stylewithcss","true"],["bold",""]] "<b><span class=notbold>[foo]</span>< /b>" queryCommandState("stylewithcss") after
2540 FAIL [["stylewithcss","true"],["bold",""]] "<b><span class=notbold>[foo]</span>< /b>" queryCommandValue("stylewithcss") after assert_equals: Wrong result returne d expected "" but got "true" 2540 PASS [["stylewithcss","true"],["bold",""]] "<b><span class=notbold>[foo]</span>< /b>" queryCommandValue("stylewithcss") after
2541 PASS [["stylewithcss","true"],["bold",""]] "<b><span class=notbold>[foo]</span>< /b>" queryCommandIndeterm("bold") before 2541 PASS [["stylewithcss","true"],["bold",""]] "<b><span class=notbold>[foo]</span>< /b>" queryCommandIndeterm("bold") before
2542 PASS [["stylewithcss","true"],["bold",""]] "<b><span class=notbold>[foo]</span>< /b>" queryCommandState("bold") before 2542 PASS [["stylewithcss","true"],["bold",""]] "<b><span class=notbold>[foo]</span>< /b>" queryCommandState("bold") before
2543 FAIL [["stylewithcss","true"],["bold",""]] "<b><span class=notbold>[foo]</span>< /b>" queryCommandValue("bold") before assert_equals: Wrong result returned expec ted "" but got "false" 2543 FAIL [["stylewithcss","true"],["bold",""]] "<b><span class=notbold>[foo]</span>< /b>" queryCommandValue("bold") before assert_equals: Wrong result returned expec ted "" but got "false"
2544 PASS [["stylewithcss","true"],["bold",""]] "<b><span class=notbold>[foo]</span>< /b>" queryCommandIndeterm("bold") after 2544 PASS [["stylewithcss","true"],["bold",""]] "<b><span class=notbold>[foo]</span>< /b>" queryCommandIndeterm("bold") after
2545 PASS [["stylewithcss","true"],["bold",""]] "<b><span class=notbold>[foo]</span>< /b>" queryCommandState("bold") after 2545 PASS [["stylewithcss","true"],["bold",""]] "<b><span class=notbold>[foo]</span>< /b>" queryCommandState("bold") after
2546 FAIL [["stylewithcss","true"],["bold",""]] "<b><span class=notbold>[foo]</span>< /b>" queryCommandValue("bold") after assert_equals: Wrong result returned expect ed "" but got "true" 2546 FAIL [["stylewithcss","true"],["bold",""]] "<b><span class=notbold>[foo]</span>< /b>" queryCommandValue("bold") after assert_equals: Wrong result returned expect ed "" but got "true"
2547 PASS [["stylewithcss","false"],["bold",""]] "<b><span class=notbold>[foo]</span> </b>": execCommand("stylewithcss", false, "false") return value 2547 PASS [["stylewithcss","false"],["bold",""]] "<b><span class=notbold>[foo]</span> </b>": execCommand("stylewithcss", false, "false") return value
2548 PASS [["stylewithcss","false"],["bold",""]] "<b><span class=notbold>[foo]</span> </b>": execCommand("bold", false, "") return value 2548 PASS [["stylewithcss","false"],["bold",""]] "<b><span class=notbold>[foo]</span> </b>": execCommand("bold", false, "") return value
2549 PASS [["stylewithcss","false"],["bold",""]] "<b><span class=notbold>[foo]</span> </b>" checks for modifications to non-editable content 2549 PASS [["stylewithcss","false"],["bold",""]] "<b><span class=notbold>[foo]</span> </b>" checks for modifications to non-editable content
2550 PASS [["stylewithcss","false"],["bold",""]] "<b><span class=notbold>[foo]</span> </b>" compare innerHTML 2550 PASS [["stylewithcss","false"],["bold",""]] "<b><span class=notbold>[foo]</span> </b>" compare innerHTML
2551 PASS [["stylewithcss","false"],["bold",""]] "<b><span class=notbold>[foo]</span> </b>" queryCommandIndeterm("stylewithcss") before 2551 PASS [["stylewithcss","false"],["bold",""]] "<b><span class=notbold>[foo]</span> </b>" queryCommandIndeterm("stylewithcss") before
2552 PASS [["stylewithcss","false"],["bold",""]] "<b><span class=notbold>[foo]</span> </b>" queryCommandState("stylewithcss") before 2552 PASS [["stylewithcss","false"],["bold",""]] "<b><span class=notbold>[foo]</span> </b>" queryCommandState("stylewithcss") before
2553 FAIL [["stylewithcss","false"],["bold",""]] "<b><span class=notbold>[foo]</span> </b>" queryCommandValue("stylewithcss") before assert_equals: Wrong result retur ned expected "" but got "true" 2553 PASS [["stylewithcss","false"],["bold",""]] "<b><span class=notbold>[foo]</span> </b>" queryCommandValue("stylewithcss") before
2554 PASS [["stylewithcss","false"],["bold",""]] "<b><span class=notbold>[foo]</span> </b>" queryCommandIndeterm("stylewithcss") after 2554 PASS [["stylewithcss","false"],["bold",""]] "<b><span class=notbold>[foo]</span> </b>" queryCommandIndeterm("stylewithcss") after
2555 PASS [["stylewithcss","false"],["bold",""]] "<b><span class=notbold>[foo]</span> </b>" queryCommandState("stylewithcss") after 2555 PASS [["stylewithcss","false"],["bold",""]] "<b><span class=notbold>[foo]</span> </b>" queryCommandState("stylewithcss") after
2556 FAIL [["stylewithcss","false"],["bold",""]] "<b><span class=notbold>[foo]</span> </b>" queryCommandValue("stylewithcss") after assert_equals: Wrong result return ed expected "" but got "false" 2556 PASS [["stylewithcss","false"],["bold",""]] "<b><span class=notbold>[foo]</span> </b>" queryCommandValue("stylewithcss") after
2557 PASS [["stylewithcss","false"],["bold",""]] "<b><span class=notbold>[foo]</span> </b>" queryCommandIndeterm("bold") before 2557 PASS [["stylewithcss","false"],["bold",""]] "<b><span class=notbold>[foo]</span> </b>" queryCommandIndeterm("bold") before
2558 PASS [["stylewithcss","false"],["bold",""]] "<b><span class=notbold>[foo]</span> </b>" queryCommandState("bold") before 2558 PASS [["stylewithcss","false"],["bold",""]] "<b><span class=notbold>[foo]</span> </b>" queryCommandState("bold") before
2559 FAIL [["stylewithcss","false"],["bold",""]] "<b><span class=notbold>[foo]</span> </b>" queryCommandValue("bold") before assert_equals: Wrong result returned expe cted "" but got "false" 2559 FAIL [["stylewithcss","false"],["bold",""]] "<b><span class=notbold>[foo]</span> </b>" queryCommandValue("bold") before assert_equals: Wrong result returned expe cted "" but got "false"
2560 PASS [["stylewithcss","false"],["bold",""]] "<b><span class=notbold>[foo]</span> </b>" queryCommandIndeterm("bold") after 2560 PASS [["stylewithcss","false"],["bold",""]] "<b><span class=notbold>[foo]</span> </b>" queryCommandIndeterm("bold") after
2561 PASS [["stylewithcss","false"],["bold",""]] "<b><span class=notbold>[foo]</span> </b>" queryCommandState("bold") after 2561 PASS [["stylewithcss","false"],["bold",""]] "<b><span class=notbold>[foo]</span> </b>" queryCommandState("bold") after
2562 FAIL [["stylewithcss","false"],["bold",""]] "<b><span class=notbold>[foo]</span> </b>" queryCommandValue("bold") after assert_equals: Wrong result returned expec ted "" but got "true" 2562 FAIL [["stylewithcss","false"],["bold",""]] "<b><span class=notbold>[foo]</span> </b>" queryCommandValue("bold") after assert_equals: Wrong result returned expec ted "" but got "true"
2563 PASS [["stylewithcss","true"],["bold",""]] "<b><span class=notbold>foo[bar]baz</ span></b>": execCommand("stylewithcss", false, "true") return value 2563 PASS [["stylewithcss","true"],["bold",""]] "<b><span class=notbold>foo[bar]baz</ span></b>": execCommand("stylewithcss", false, "true") return value
2564 PASS [["stylewithcss","true"],["bold",""]] "<b><span class=notbold>foo[bar]baz</ span></b>": execCommand("bold", false, "") return value 2564 PASS [["stylewithcss","true"],["bold",""]] "<b><span class=notbold>foo[bar]baz</ span></b>": execCommand("bold", false, "") return value
2565 PASS [["stylewithcss","true"],["bold",""]] "<b><span class=notbold>foo[bar]baz</ span></b>" checks for modifications to non-editable content 2565 PASS [["stylewithcss","true"],["bold",""]] "<b><span class=notbold>foo[bar]baz</ span></b>" checks for modifications to non-editable content
2566 PASS [["stylewithcss","true"],["bold",""]] "<b><span class=notbold>foo[bar]baz</ span></b>" compare innerHTML 2566 PASS [["stylewithcss","true"],["bold",""]] "<b><span class=notbold>foo[bar]baz</ span></b>" compare innerHTML
2567 PASS [["stylewithcss","true"],["bold",""]] "<b><span class=notbold>foo[bar]baz</ span></b>" queryCommandIndeterm("stylewithcss") before 2567 PASS [["stylewithcss","true"],["bold",""]] "<b><span class=notbold>foo[bar]baz</ span></b>" queryCommandIndeterm("stylewithcss") before
2568 PASS [["stylewithcss","true"],["bold",""]] "<b><span class=notbold>foo[bar]baz</ span></b>" queryCommandState("stylewithcss") before 2568 PASS [["stylewithcss","true"],["bold",""]] "<b><span class=notbold>foo[bar]baz</ span></b>" queryCommandState("stylewithcss") before
2569 FAIL [["stylewithcss","true"],["bold",""]] "<b><span class=notbold>foo[bar]baz</ span></b>" queryCommandValue("stylewithcss") before assert_equals: Wrong result returned expected "" but got "false" 2569 PASS [["stylewithcss","true"],["bold",""]] "<b><span class=notbold>foo[bar]baz</ span></b>" queryCommandValue("stylewithcss") before
2570 PASS [["stylewithcss","true"],["bold",""]] "<b><span class=notbold>foo[bar]baz</ span></b>" queryCommandIndeterm("stylewithcss") after 2570 PASS [["stylewithcss","true"],["bold",""]] "<b><span class=notbold>foo[bar]baz</ span></b>" queryCommandIndeterm("stylewithcss") after
2571 PASS [["stylewithcss","true"],["bold",""]] "<b><span class=notbold>foo[bar]baz</ span></b>" queryCommandState("stylewithcss") after 2571 PASS [["stylewithcss","true"],["bold",""]] "<b><span class=notbold>foo[bar]baz</ span></b>" queryCommandState("stylewithcss") after
2572 FAIL [["stylewithcss","true"],["bold",""]] "<b><span class=notbold>foo[bar]baz</ span></b>" queryCommandValue("stylewithcss") after assert_equals: Wrong result r eturned expected "" but got "true" 2572 PASS [["stylewithcss","true"],["bold",""]] "<b><span class=notbold>foo[bar]baz</ span></b>" queryCommandValue("stylewithcss") after
2573 PASS [["stylewithcss","true"],["bold",""]] "<b><span class=notbold>foo[bar]baz</ span></b>" queryCommandIndeterm("bold") before 2573 PASS [["stylewithcss","true"],["bold",""]] "<b><span class=notbold>foo[bar]baz</ span></b>" queryCommandIndeterm("bold") before
2574 PASS [["stylewithcss","true"],["bold",""]] "<b><span class=notbold>foo[bar]baz</ span></b>" queryCommandState("bold") before 2574 PASS [["stylewithcss","true"],["bold",""]] "<b><span class=notbold>foo[bar]baz</ span></b>" queryCommandState("bold") before
2575 FAIL [["stylewithcss","true"],["bold",""]] "<b><span class=notbold>foo[bar]baz</ span></b>" queryCommandValue("bold") before assert_equals: Wrong result returned expected "" but got "false" 2575 FAIL [["stylewithcss","true"],["bold",""]] "<b><span class=notbold>foo[bar]baz</ span></b>" queryCommandValue("bold") before assert_equals: Wrong result returned expected "" but got "false"
2576 PASS [["stylewithcss","true"],["bold",""]] "<b><span class=notbold>foo[bar]baz</ span></b>" queryCommandIndeterm("bold") after 2576 PASS [["stylewithcss","true"],["bold",""]] "<b><span class=notbold>foo[bar]baz</ span></b>" queryCommandIndeterm("bold") after
2577 PASS [["stylewithcss","true"],["bold",""]] "<b><span class=notbold>foo[bar]baz</ span></b>" queryCommandState("bold") after 2577 PASS [["stylewithcss","true"],["bold",""]] "<b><span class=notbold>foo[bar]baz</ span></b>" queryCommandState("bold") after
2578 FAIL [["stylewithcss","true"],["bold",""]] "<b><span class=notbold>foo[bar]baz</ span></b>" queryCommandValue("bold") after assert_equals: Wrong result returned expected "" but got "true" 2578 FAIL [["stylewithcss","true"],["bold",""]] "<b><span class=notbold>foo[bar]baz</ span></b>" queryCommandValue("bold") after assert_equals: Wrong result returned expected "" but got "true"
2579 PASS [["stylewithcss","false"],["bold",""]] "<b><span class=notbold>foo[bar]baz< /span></b>": execCommand("stylewithcss", false, "false") return value 2579 PASS [["stylewithcss","false"],["bold",""]] "<b><span class=notbold>foo[bar]baz< /span></b>": execCommand("stylewithcss", false, "false") return value
2580 PASS [["stylewithcss","false"],["bold",""]] "<b><span class=notbold>foo[bar]baz< /span></b>": execCommand("bold", false, "") return value 2580 PASS [["stylewithcss","false"],["bold",""]] "<b><span class=notbold>foo[bar]baz< /span></b>": execCommand("bold", false, "") return value
2581 PASS [["stylewithcss","false"],["bold",""]] "<b><span class=notbold>foo[bar]baz< /span></b>" checks for modifications to non-editable content 2581 PASS [["stylewithcss","false"],["bold",""]] "<b><span class=notbold>foo[bar]baz< /span></b>" checks for modifications to non-editable content
2582 PASS [["stylewithcss","false"],["bold",""]] "<b><span class=notbold>foo[bar]baz< /span></b>" compare innerHTML 2582 PASS [["stylewithcss","false"],["bold",""]] "<b><span class=notbold>foo[bar]baz< /span></b>" compare innerHTML
2583 PASS [["stylewithcss","false"],["bold",""]] "<b><span class=notbold>foo[bar]baz< /span></b>" queryCommandIndeterm("stylewithcss") before 2583 PASS [["stylewithcss","false"],["bold",""]] "<b><span class=notbold>foo[bar]baz< /span></b>" queryCommandIndeterm("stylewithcss") before
2584 PASS [["stylewithcss","false"],["bold",""]] "<b><span class=notbold>foo[bar]baz< /span></b>" queryCommandState("stylewithcss") before 2584 PASS [["stylewithcss","false"],["bold",""]] "<b><span class=notbold>foo[bar]baz< /span></b>" queryCommandState("stylewithcss") before
2585 FAIL [["stylewithcss","false"],["bold",""]] "<b><span class=notbold>foo[bar]baz< /span></b>" queryCommandValue("stylewithcss") before assert_equals: Wrong result returned expected "" but got "true" 2585 PASS [["stylewithcss","false"],["bold",""]] "<b><span class=notbold>foo[bar]baz< /span></b>" queryCommandValue("stylewithcss") before
2586 PASS [["stylewithcss","false"],["bold",""]] "<b><span class=notbold>foo[bar]baz< /span></b>" queryCommandIndeterm("stylewithcss") after 2586 PASS [["stylewithcss","false"],["bold",""]] "<b><span class=notbold>foo[bar]baz< /span></b>" queryCommandIndeterm("stylewithcss") after
2587 PASS [["stylewithcss","false"],["bold",""]] "<b><span class=notbold>foo[bar]baz< /span></b>" queryCommandState("stylewithcss") after 2587 PASS [["stylewithcss","false"],["bold",""]] "<b><span class=notbold>foo[bar]baz< /span></b>" queryCommandState("stylewithcss") after
2588 FAIL [["stylewithcss","false"],["bold",""]] "<b><span class=notbold>foo[bar]baz< /span></b>" queryCommandValue("stylewithcss") after assert_equals: Wrong result returned expected "" but got "false" 2588 PASS [["stylewithcss","false"],["bold",""]] "<b><span class=notbold>foo[bar]baz< /span></b>" queryCommandValue("stylewithcss") after
2589 PASS [["stylewithcss","false"],["bold",""]] "<b><span class=notbold>foo[bar]baz< /span></b>" queryCommandIndeterm("bold") before 2589 PASS [["stylewithcss","false"],["bold",""]] "<b><span class=notbold>foo[bar]baz< /span></b>" queryCommandIndeterm("bold") before
2590 PASS [["stylewithcss","false"],["bold",""]] "<b><span class=notbold>foo[bar]baz< /span></b>" queryCommandState("bold") before 2590 PASS [["stylewithcss","false"],["bold",""]] "<b><span class=notbold>foo[bar]baz< /span></b>" queryCommandState("bold") before
2591 FAIL [["stylewithcss","false"],["bold",""]] "<b><span class=notbold>foo[bar]baz< /span></b>" queryCommandValue("bold") before assert_equals: Wrong result returne d expected "" but got "false" 2591 FAIL [["stylewithcss","false"],["bold",""]] "<b><span class=notbold>foo[bar]baz< /span></b>" queryCommandValue("bold") before assert_equals: Wrong result returne d expected "" but got "false"
2592 PASS [["stylewithcss","false"],["bold",""]] "<b><span class=notbold>foo[bar]baz< /span></b>" queryCommandIndeterm("bold") after 2592 PASS [["stylewithcss","false"],["bold",""]] "<b><span class=notbold>foo[bar]baz< /span></b>" queryCommandIndeterm("bold") after
2593 PASS [["stylewithcss","false"],["bold",""]] "<b><span class=notbold>foo[bar]baz< /span></b>" queryCommandState("bold") after 2593 PASS [["stylewithcss","false"],["bold",""]] "<b><span class=notbold>foo[bar]baz< /span></b>" queryCommandState("bold") after
2594 FAIL [["stylewithcss","false"],["bold",""]] "<b><span class=notbold>foo[bar]baz< /span></b>" queryCommandValue("bold") after assert_equals: Wrong result returned expected "" but got "true" 2594 FAIL [["stylewithcss","false"],["bold",""]] "<b><span class=notbold>foo[bar]baz< /span></b>" queryCommandValue("bold") after assert_equals: Wrong result returned expected "" but got "true"
2595 PASS [["stylewithcss","true"],["bold",""]] "<p style=\"font-weight: bold\">foo[b ar]baz</p>": execCommand("stylewithcss", false, "true") return value 2595 PASS [["stylewithcss","true"],["bold",""]] "<p style=\"font-weight: bold\">foo[b ar]baz</p>": execCommand("stylewithcss", false, "true") return value
2596 PASS [["stylewithcss","true"],["bold",""]] "<p style=\"font-weight: bold\">foo[b ar]baz</p>": execCommand("bold", false, "") return value 2596 PASS [["stylewithcss","true"],["bold",""]] "<p style=\"font-weight: bold\">foo[b ar]baz</p>": execCommand("bold", false, "") return value
2597 PASS [["stylewithcss","true"],["bold",""]] "<p style=\"font-weight: bold\">foo[b ar]baz</p>" checks for modifications to non-editable content 2597 PASS [["stylewithcss","true"],["bold",""]] "<p style=\"font-weight: bold\">foo[b ar]baz</p>" checks for modifications to non-editable content
2598 PASS [["stylewithcss","true"],["bold",""]] "<p style=\"font-weight: bold\">foo[b ar]baz</p>" compare innerHTML 2598 PASS [["stylewithcss","true"],["bold",""]] "<p style=\"font-weight: bold\">foo[b ar]baz</p>" compare innerHTML
2599 PASS [["stylewithcss","true"],["bold",""]] "<p style=\"font-weight: bold\">foo[b ar]baz</p>" queryCommandIndeterm("stylewithcss") before 2599 PASS [["stylewithcss","true"],["bold",""]] "<p style=\"font-weight: bold\">foo[b ar]baz</p>" queryCommandIndeterm("stylewithcss") before
2600 PASS [["stylewithcss","true"],["bold",""]] "<p style=\"font-weight: bold\">foo[b ar]baz</p>" queryCommandState("stylewithcss") before 2600 PASS [["stylewithcss","true"],["bold",""]] "<p style=\"font-weight: bold\">foo[b ar]baz</p>" queryCommandState("stylewithcss") before
2601 FAIL [["stylewithcss","true"],["bold",""]] "<p style=\"font-weight: bold\">foo[b ar]baz</p>" queryCommandValue("stylewithcss") before assert_equals: Wrong result returned expected "" but got "false" 2601 PASS [["stylewithcss","true"],["bold",""]] "<p style=\"font-weight: bold\">foo[b ar]baz</p>" queryCommandValue("stylewithcss") before
2602 PASS [["stylewithcss","true"],["bold",""]] "<p style=\"font-weight: bold\">foo[b ar]baz</p>" queryCommandIndeterm("stylewithcss") after 2602 PASS [["stylewithcss","true"],["bold",""]] "<p style=\"font-weight: bold\">foo[b ar]baz</p>" queryCommandIndeterm("stylewithcss") after
2603 PASS [["stylewithcss","true"],["bold",""]] "<p style=\"font-weight: bold\">foo[b ar]baz</p>" queryCommandState("stylewithcss") after 2603 PASS [["stylewithcss","true"],["bold",""]] "<p style=\"font-weight: bold\">foo[b ar]baz</p>" queryCommandState("stylewithcss") after
2604 FAIL [["stylewithcss","true"],["bold",""]] "<p style=\"font-weight: bold\">foo[b ar]baz</p>" queryCommandValue("stylewithcss") after assert_equals: Wrong result returned expected "" but got "true" 2604 PASS [["stylewithcss","true"],["bold",""]] "<p style=\"font-weight: bold\">foo[b ar]baz</p>" queryCommandValue("stylewithcss") after
2605 PASS [["stylewithcss","true"],["bold",""]] "<p style=\"font-weight: bold\">foo[b ar]baz</p>" queryCommandIndeterm("bold") before 2605 PASS [["stylewithcss","true"],["bold",""]] "<p style=\"font-weight: bold\">foo[b ar]baz</p>" queryCommandIndeterm("bold") before
2606 PASS [["stylewithcss","true"],["bold",""]] "<p style=\"font-weight: bold\">foo[b ar]baz</p>" queryCommandState("bold") before 2606 PASS [["stylewithcss","true"],["bold",""]] "<p style=\"font-weight: bold\">foo[b ar]baz</p>" queryCommandState("bold") before
2607 FAIL [["stylewithcss","true"],["bold",""]] "<p style=\"font-weight: bold\">foo[b ar]baz</p>" queryCommandValue("bold") before assert_equals: Wrong result returne d expected "" but got "true" 2607 FAIL [["stylewithcss","true"],["bold",""]] "<p style=\"font-weight: bold\">foo[b ar]baz</p>" queryCommandValue("bold") before assert_equals: Wrong result returne d expected "" but got "true"
2608 PASS [["stylewithcss","true"],["bold",""]] "<p style=\"font-weight: bold\">foo[b ar]baz</p>" queryCommandIndeterm("bold") after 2608 PASS [["stylewithcss","true"],["bold",""]] "<p style=\"font-weight: bold\">foo[b ar]baz</p>" queryCommandIndeterm("bold") after
2609 PASS [["stylewithcss","true"],["bold",""]] "<p style=\"font-weight: bold\">foo[b ar]baz</p>" queryCommandState("bold") after 2609 PASS [["stylewithcss","true"],["bold",""]] "<p style=\"font-weight: bold\">foo[b ar]baz</p>" queryCommandState("bold") after
2610 FAIL [["stylewithcss","true"],["bold",""]] "<p style=\"font-weight: bold\">foo[b ar]baz</p>" queryCommandValue("bold") after assert_equals: Wrong result returned expected "" but got "false" 2610 FAIL [["stylewithcss","true"],["bold",""]] "<p style=\"font-weight: bold\">foo[b ar]baz</p>" queryCommandValue("bold") after assert_equals: Wrong result returned expected "" but got "false"
2611 PASS [["stylewithcss","false"],["bold",""]] "<p style=\"font-weight: bold\">foo[ bar]baz</p>": execCommand("stylewithcss", false, "false") return value 2611 PASS [["stylewithcss","false"],["bold",""]] "<p style=\"font-weight: bold\">foo[ bar]baz</p>": execCommand("stylewithcss", false, "false") return value
2612 PASS [["stylewithcss","false"],["bold",""]] "<p style=\"font-weight: bold\">foo[ bar]baz</p>": execCommand("bold", false, "") return value 2612 PASS [["stylewithcss","false"],["bold",""]] "<p style=\"font-weight: bold\">foo[ bar]baz</p>": execCommand("bold", false, "") return value
2613 PASS [["stylewithcss","false"],["bold",""]] "<p style=\"font-weight: bold\">foo[ bar]baz</p>" checks for modifications to non-editable content 2613 PASS [["stylewithcss","false"],["bold",""]] "<p style=\"font-weight: bold\">foo[ bar]baz</p>" checks for modifications to non-editable content
2614 FAIL [["stylewithcss","false"],["bold",""]] "<p style=\"font-weight: bold\">foo[ bar]baz</p>" compare innerHTML assert_equals: Unexpected innerHTML (after normal izing inline style) expected "<p><b>foo</b>bar<b>baz</b></p>" but got "<p><span style=\"font-weight:bold\">foo</span>bar<b>baz</b></p>" 2614 FAIL [["stylewithcss","false"],["bold",""]] "<p style=\"font-weight: bold\">foo[ bar]baz</p>" compare innerHTML assert_equals: Unexpected innerHTML (after normal izing inline style) expected "<p><b>foo</b>bar<b>baz</b></p>" but got "<p><span style=\"font-weight:bold\">foo</span>bar<b>baz</b></p>"
2615 PASS [["stylewithcss","false"],["bold",""]] "<p style=\"font-weight: bold\">foo[ bar]baz</p>" queryCommandIndeterm("stylewithcss") before 2615 PASS [["stylewithcss","false"],["bold",""]] "<p style=\"font-weight: bold\">foo[ bar]baz</p>" queryCommandIndeterm("stylewithcss") before
2616 PASS [["stylewithcss","false"],["bold",""]] "<p style=\"font-weight: bold\">foo[ bar]baz</p>" queryCommandState("stylewithcss") before 2616 PASS [["stylewithcss","false"],["bold",""]] "<p style=\"font-weight: bold\">foo[ bar]baz</p>" queryCommandState("stylewithcss") before
2617 FAIL [["stylewithcss","false"],["bold",""]] "<p style=\"font-weight: bold\">foo[ bar]baz</p>" queryCommandValue("stylewithcss") before assert_equals: Wrong resul t returned expected "" but got "true" 2617 PASS [["stylewithcss","false"],["bold",""]] "<p style=\"font-weight: bold\">foo[ bar]baz</p>" queryCommandValue("stylewithcss") before
2618 PASS [["stylewithcss","false"],["bold",""]] "<p style=\"font-weight: bold\">foo[ bar]baz</p>" queryCommandIndeterm("stylewithcss") after 2618 PASS [["stylewithcss","false"],["bold",""]] "<p style=\"font-weight: bold\">foo[ bar]baz</p>" queryCommandIndeterm("stylewithcss") after
2619 PASS [["stylewithcss","false"],["bold",""]] "<p style=\"font-weight: bold\">foo[ bar]baz</p>" queryCommandState("stylewithcss") after 2619 PASS [["stylewithcss","false"],["bold",""]] "<p style=\"font-weight: bold\">foo[ bar]baz</p>" queryCommandState("stylewithcss") after
2620 FAIL [["stylewithcss","false"],["bold",""]] "<p style=\"font-weight: bold\">foo[ bar]baz</p>" queryCommandValue("stylewithcss") after assert_equals: Wrong result returned expected "" but got "false" 2620 PASS [["stylewithcss","false"],["bold",""]] "<p style=\"font-weight: bold\">foo[ bar]baz</p>" queryCommandValue("stylewithcss") after
2621 PASS [["stylewithcss","false"],["bold",""]] "<p style=\"font-weight: bold\">foo[ bar]baz</p>" queryCommandIndeterm("bold") before 2621 PASS [["stylewithcss","false"],["bold",""]] "<p style=\"font-weight: bold\">foo[ bar]baz</p>" queryCommandIndeterm("bold") before
2622 PASS [["stylewithcss","false"],["bold",""]] "<p style=\"font-weight: bold\">foo[ bar]baz</p>" queryCommandState("bold") before 2622 PASS [["stylewithcss","false"],["bold",""]] "<p style=\"font-weight: bold\">foo[ bar]baz</p>" queryCommandState("bold") before
2623 FAIL [["stylewithcss","false"],["bold",""]] "<p style=\"font-weight: bold\">foo[ bar]baz</p>" queryCommandValue("bold") before assert_equals: Wrong result return ed expected "" but got "true" 2623 FAIL [["stylewithcss","false"],["bold",""]] "<p style=\"font-weight: bold\">foo[ bar]baz</p>" queryCommandValue("bold") before assert_equals: Wrong result return ed expected "" but got "true"
2624 PASS [["stylewithcss","false"],["bold",""]] "<p style=\"font-weight: bold\">foo[ bar]baz</p>" queryCommandIndeterm("bold") after 2624 PASS [["stylewithcss","false"],["bold",""]] "<p style=\"font-weight: bold\">foo[ bar]baz</p>" queryCommandIndeterm("bold") after
2625 PASS [["stylewithcss","false"],["bold",""]] "<p style=\"font-weight: bold\">foo[ bar]baz</p>" queryCommandState("bold") after 2625 PASS [["stylewithcss","false"],["bold",""]] "<p style=\"font-weight: bold\">foo[ bar]baz</p>" queryCommandState("bold") after
2626 FAIL [["stylewithcss","false"],["bold",""]] "<p style=\"font-weight: bold\">foo[ bar]baz</p>" queryCommandValue("bold") after assert_equals: Wrong result returne d expected "" but got "false" 2626 FAIL [["stylewithcss","false"],["bold",""]] "<p style=\"font-weight: bold\">foo[ bar]baz</p>" queryCommandValue("bold") after assert_equals: Wrong result returne d expected "" but got "false"
2627 PASS [["bold",""]] "fo[o<b>b]ar</b>baz": execCommand("bold", false, "") return v alue 2627 PASS [["bold",""]] "fo[o<b>b]ar</b>baz": execCommand("bold", false, "") return v alue
2628 PASS [["bold",""]] "fo[o<b>b]ar</b>baz" checks for modifications to non-editable content 2628 PASS [["bold",""]] "fo[o<b>b]ar</b>baz" checks for modifications to non-editable content
2629 PASS [["bold",""]] "fo[o<b>b]ar</b>baz" compare innerHTML 2629 PASS [["bold",""]] "fo[o<b>b]ar</b>baz" compare innerHTML
2630 FAIL [["bold",""]] "fo[o<b>b]ar</b>baz" queryCommandIndeterm("bold") before asse rt_equals: Wrong result returned expected true but got false 2630 FAIL [["bold",""]] "fo[o<b>b]ar</b>baz" queryCommandIndeterm("bold") before asse rt_equals: Wrong result returned expected true but got false
(...skipping 10 matching lines...) Expand all
2641 FAIL [["bold",""]] "foo<b>ba[r</b>b]az" queryCommandValue("bold") before assert_ equals: Wrong result returned expected "" but got "true" 2641 FAIL [["bold",""]] "foo<b>ba[r</b>b]az" queryCommandValue("bold") before assert_ equals: Wrong result returned expected "" but got "true"
2642 PASS [["bold",""]] "foo<b>ba[r</b>b]az" queryCommandIndeterm("bold") after 2642 PASS [["bold",""]] "foo<b>ba[r</b>b]az" queryCommandIndeterm("bold") after
2643 FAIL [["bold",""]] "foo<b>ba[r</b>b]az" queryCommandState("bold") after assert_e quals: Wrong result returned expected true but got false 2643 FAIL [["bold",""]] "foo<b>ba[r</b>b]az" queryCommandState("bold") after assert_e quals: Wrong result returned expected true but got false
2644 FAIL [["bold",""]] "foo<b>ba[r</b>b]az" queryCommandValue("bold") after assert_e quals: Wrong result returned expected "" but got "false" 2644 FAIL [["bold",""]] "foo<b>ba[r</b>b]az" queryCommandValue("bold") after assert_e quals: Wrong result returned expected "" but got "false"
2645 PASS [["stylewithcss","true"],["bold",""]] "fo[o<b>bar</b>b]az": execCommand("st ylewithcss", false, "true") return value 2645 PASS [["stylewithcss","true"],["bold",""]] "fo[o<b>bar</b>b]az": execCommand("st ylewithcss", false, "true") return value
2646 PASS [["stylewithcss","true"],["bold",""]] "fo[o<b>bar</b>b]az": execCommand("bo ld", false, "") return value 2646 PASS [["stylewithcss","true"],["bold",""]] "fo[o<b>bar</b>b]az": execCommand("bo ld", false, "") return value
2647 PASS [["stylewithcss","true"],["bold",""]] "fo[o<b>bar</b>b]az" checks for modif ications to non-editable content 2647 PASS [["stylewithcss","true"],["bold",""]] "fo[o<b>bar</b>b]az" checks for modif ications to non-editable content
2648 PASS [["stylewithcss","true"],["bold",""]] "fo[o<b>bar</b>b]az" compare innerHTM L 2648 PASS [["stylewithcss","true"],["bold",""]] "fo[o<b>bar</b>b]az" compare innerHTM L
2649 PASS [["stylewithcss","true"],["bold",""]] "fo[o<b>bar</b>b]az" queryCommandInde term("stylewithcss") before 2649 PASS [["stylewithcss","true"],["bold",""]] "fo[o<b>bar</b>b]az" queryCommandInde term("stylewithcss") before
2650 PASS [["stylewithcss","true"],["bold",""]] "fo[o<b>bar</b>b]az" queryCommandStat e("stylewithcss") before 2650 PASS [["stylewithcss","true"],["bold",""]] "fo[o<b>bar</b>b]az" queryCommandStat e("stylewithcss") before
2651 FAIL [["stylewithcss","true"],["bold",""]] "fo[o<b>bar</b>b]az" queryCommandValu e("stylewithcss") before assert_equals: Wrong result returned expected "" but go t "false" 2651 PASS [["stylewithcss","true"],["bold",""]] "fo[o<b>bar</b>b]az" queryCommandValu e("stylewithcss") before
2652 PASS [["stylewithcss","true"],["bold",""]] "fo[o<b>bar</b>b]az" queryCommandInde term("stylewithcss") after 2652 PASS [["stylewithcss","true"],["bold",""]] "fo[o<b>bar</b>b]az" queryCommandInde term("stylewithcss") after
2653 PASS [["stylewithcss","true"],["bold",""]] "fo[o<b>bar</b>b]az" queryCommandStat e("stylewithcss") after 2653 PASS [["stylewithcss","true"],["bold",""]] "fo[o<b>bar</b>b]az" queryCommandStat e("stylewithcss") after
2654 FAIL [["stylewithcss","true"],["bold",""]] "fo[o<b>bar</b>b]az" queryCommandValu e("stylewithcss") after assert_equals: Wrong result returned expected "" but got "true" 2654 PASS [["stylewithcss","true"],["bold",""]] "fo[o<b>bar</b>b]az" queryCommandValu e("stylewithcss") after
2655 FAIL [["stylewithcss","true"],["bold",""]] "fo[o<b>bar</b>b]az" queryCommandInde term("bold") before assert_equals: Wrong result returned expected true but got f alse 2655 FAIL [["stylewithcss","true"],["bold",""]] "fo[o<b>bar</b>b]az" queryCommandInde term("bold") before assert_equals: Wrong result returned expected true but got f alse
2656 PASS [["stylewithcss","true"],["bold",""]] "fo[o<b>bar</b>b]az" queryCommandStat e("bold") before 2656 PASS [["stylewithcss","true"],["bold",""]] "fo[o<b>bar</b>b]az" queryCommandStat e("bold") before
2657 FAIL [["stylewithcss","true"],["bold",""]] "fo[o<b>bar</b>b]az" queryCommandValu e("bold") before assert_equals: Wrong result returned expected "" but got "false " 2657 FAIL [["stylewithcss","true"],["bold",""]] "fo[o<b>bar</b>b]az" queryCommandValu e("bold") before assert_equals: Wrong result returned expected "" but got "false "
2658 PASS [["stylewithcss","true"],["bold",""]] "fo[o<b>bar</b>b]az" queryCommandInde term("bold") after 2658 PASS [["stylewithcss","true"],["bold",""]] "fo[o<b>bar</b>b]az" queryCommandInde term("bold") after
2659 PASS [["stylewithcss","true"],["bold",""]] "fo[o<b>bar</b>b]az" queryCommandStat e("bold") after 2659 PASS [["stylewithcss","true"],["bold",""]] "fo[o<b>bar</b>b]az" queryCommandStat e("bold") after
2660 FAIL [["stylewithcss","true"],["bold",""]] "fo[o<b>bar</b>b]az" queryCommandValu e("bold") after assert_equals: Wrong result returned expected "" but got "true" 2660 FAIL [["stylewithcss","true"],["bold",""]] "fo[o<b>bar</b>b]az" queryCommandValu e("bold") after assert_equals: Wrong result returned expected "" but got "true"
2661 PASS [["stylewithcss","false"],["bold",""]] "fo[o<b>bar</b>b]az": execCommand("s tylewithcss", false, "false") return value 2661 PASS [["stylewithcss","false"],["bold",""]] "fo[o<b>bar</b>b]az": execCommand("s tylewithcss", false, "false") return value
2662 PASS [["stylewithcss","false"],["bold",""]] "fo[o<b>bar</b>b]az": execCommand("b old", false, "") return value 2662 PASS [["stylewithcss","false"],["bold",""]] "fo[o<b>bar</b>b]az": execCommand("b old", false, "") return value
2663 PASS [["stylewithcss","false"],["bold",""]] "fo[o<b>bar</b>b]az" checks for modi fications to non-editable content 2663 PASS [["stylewithcss","false"],["bold",""]] "fo[o<b>bar</b>b]az" checks for modi fications to non-editable content
2664 PASS [["stylewithcss","false"],["bold",""]] "fo[o<b>bar</b>b]az" compare innerHT ML 2664 PASS [["stylewithcss","false"],["bold",""]] "fo[o<b>bar</b>b]az" compare innerHT ML
2665 PASS [["stylewithcss","false"],["bold",""]] "fo[o<b>bar</b>b]az" queryCommandInd eterm("stylewithcss") before 2665 PASS [["stylewithcss","false"],["bold",""]] "fo[o<b>bar</b>b]az" queryCommandInd eterm("stylewithcss") before
2666 PASS [["stylewithcss","false"],["bold",""]] "fo[o<b>bar</b>b]az" queryCommandSta te("stylewithcss") before 2666 PASS [["stylewithcss","false"],["bold",""]] "fo[o<b>bar</b>b]az" queryCommandSta te("stylewithcss") before
2667 FAIL [["stylewithcss","false"],["bold",""]] "fo[o<b>bar</b>b]az" queryCommandVal ue("stylewithcss") before assert_equals: Wrong result returned expected "" but g ot "true" 2667 PASS [["stylewithcss","false"],["bold",""]] "fo[o<b>bar</b>b]az" queryCommandVal ue("stylewithcss") before
2668 PASS [["stylewithcss","false"],["bold",""]] "fo[o<b>bar</b>b]az" queryCommandInd eterm("stylewithcss") after 2668 PASS [["stylewithcss","false"],["bold",""]] "fo[o<b>bar</b>b]az" queryCommandInd eterm("stylewithcss") after
2669 PASS [["stylewithcss","false"],["bold",""]] "fo[o<b>bar</b>b]az" queryCommandSta te("stylewithcss") after 2669 PASS [["stylewithcss","false"],["bold",""]] "fo[o<b>bar</b>b]az" queryCommandSta te("stylewithcss") after
2670 FAIL [["stylewithcss","false"],["bold",""]] "fo[o<b>bar</b>b]az" queryCommandVal ue("stylewithcss") after assert_equals: Wrong result returned expected "" but go t "false" 2670 PASS [["stylewithcss","false"],["bold",""]] "fo[o<b>bar</b>b]az" queryCommandVal ue("stylewithcss") after
2671 FAIL [["stylewithcss","false"],["bold",""]] "fo[o<b>bar</b>b]az" queryCommandInd eterm("bold") before assert_equals: Wrong result returned expected true but got false 2671 FAIL [["stylewithcss","false"],["bold",""]] "fo[o<b>bar</b>b]az" queryCommandInd eterm("bold") before assert_equals: Wrong result returned expected true but got false
2672 PASS [["stylewithcss","false"],["bold",""]] "fo[o<b>bar</b>b]az" queryCommandSta te("bold") before 2672 PASS [["stylewithcss","false"],["bold",""]] "fo[o<b>bar</b>b]az" queryCommandSta te("bold") before
2673 FAIL [["stylewithcss","false"],["bold",""]] "fo[o<b>bar</b>b]az" queryCommandVal ue("bold") before assert_equals: Wrong result returned expected "" but got "fals e" 2673 FAIL [["stylewithcss","false"],["bold",""]] "fo[o<b>bar</b>b]az" queryCommandVal ue("bold") before assert_equals: Wrong result returned expected "" but got "fals e"
2674 PASS [["stylewithcss","false"],["bold",""]] "fo[o<b>bar</b>b]az" queryCommandInd eterm("bold") after 2674 PASS [["stylewithcss","false"],["bold",""]] "fo[o<b>bar</b>b]az" queryCommandInd eterm("bold") after
2675 PASS [["stylewithcss","false"],["bold",""]] "fo[o<b>bar</b>b]az" queryCommandSta te("bold") after 2675 PASS [["stylewithcss","false"],["bold",""]] "fo[o<b>bar</b>b]az" queryCommandSta te("bold") after
2676 FAIL [["stylewithcss","false"],["bold",""]] "fo[o<b>bar</b>b]az" queryCommandVal ue("bold") after assert_equals: Wrong result returned expected "" but got "true" 2676 FAIL [["stylewithcss","false"],["bold",""]] "fo[o<b>bar</b>b]az" queryCommandVal ue("bold") after assert_equals: Wrong result returned expected "" but got "true"
2677 PASS [["stylewithcss","true"],["bold",""]] "foo[<b>b]ar</b>baz": execCommand("st ylewithcss", false, "true") return value 2677 PASS [["stylewithcss","true"],["bold",""]] "foo[<b>b]ar</b>baz": execCommand("st ylewithcss", false, "true") return value
2678 PASS [["stylewithcss","true"],["bold",""]] "foo[<b>b]ar</b>baz": execCommand("bo ld", false, "") return value 2678 PASS [["stylewithcss","true"],["bold",""]] "foo[<b>b]ar</b>baz": execCommand("bo ld", false, "") return value
2679 PASS [["stylewithcss","true"],["bold",""]] "foo[<b>b]ar</b>baz" checks for modif ications to non-editable content 2679 PASS [["stylewithcss","true"],["bold",""]] "foo[<b>b]ar</b>baz" checks for modif ications to non-editable content
2680 FAIL [["stylewithcss","true"],["bold",""]] "foo[<b>b]ar</b>baz" compare innerHTM L assert_equals: Unexpected innerHTML (after normalizing inline style) expected "foob<span style=\"font-weight:bold\">ar</span>baz" but got "foob<b>ar</b>baz" 2680 FAIL [["stylewithcss","true"],["bold",""]] "foo[<b>b]ar</b>baz" compare innerHTM L assert_equals: Unexpected innerHTML (after normalizing inline style) expected "foob<span style=\"font-weight:bold\">ar</span>baz" but got "foob<b>ar</b>baz"
2681 PASS [["stylewithcss","true"],["bold",""]] "foo[<b>b]ar</b>baz" queryCommandInde term("stylewithcss") before 2681 PASS [["stylewithcss","true"],["bold",""]] "foo[<b>b]ar</b>baz" queryCommandInde term("stylewithcss") before
2682 PASS [["stylewithcss","true"],["bold",""]] "foo[<b>b]ar</b>baz" queryCommandStat e("stylewithcss") before 2682 PASS [["stylewithcss","true"],["bold",""]] "foo[<b>b]ar</b>baz" queryCommandStat e("stylewithcss") before
2683 FAIL [["stylewithcss","true"],["bold",""]] "foo[<b>b]ar</b>baz" queryCommandValu e("stylewithcss") before assert_equals: Wrong result returned expected "" but go t "false" 2683 PASS [["stylewithcss","true"],["bold",""]] "foo[<b>b]ar</b>baz" queryCommandValu e("stylewithcss") before
2684 PASS [["stylewithcss","true"],["bold",""]] "foo[<b>b]ar</b>baz" queryCommandInde term("stylewithcss") after 2684 PASS [["stylewithcss","true"],["bold",""]] "foo[<b>b]ar</b>baz" queryCommandInde term("stylewithcss") after
2685 PASS [["stylewithcss","true"],["bold",""]] "foo[<b>b]ar</b>baz" queryCommandStat e("stylewithcss") after 2685 PASS [["stylewithcss","true"],["bold",""]] "foo[<b>b]ar</b>baz" queryCommandStat e("stylewithcss") after
2686 FAIL [["stylewithcss","true"],["bold",""]] "foo[<b>b]ar</b>baz" queryCommandValu e("stylewithcss") after assert_equals: Wrong result returned expected "" but got "true" 2686 PASS [["stylewithcss","true"],["bold",""]] "foo[<b>b]ar</b>baz" queryCommandValu e("stylewithcss") after
2687 PASS [["stylewithcss","true"],["bold",""]] "foo[<b>b]ar</b>baz" queryCommandInde term("bold") before 2687 PASS [["stylewithcss","true"],["bold",""]] "foo[<b>b]ar</b>baz" queryCommandInde term("bold") before
2688 PASS [["stylewithcss","true"],["bold",""]] "foo[<b>b]ar</b>baz" queryCommandStat e("bold") before 2688 PASS [["stylewithcss","true"],["bold",""]] "foo[<b>b]ar</b>baz" queryCommandStat e("bold") before
2689 FAIL [["stylewithcss","true"],["bold",""]] "foo[<b>b]ar</b>baz" queryCommandValu e("bold") before assert_equals: Wrong result returned expected "" but got "true" 2689 FAIL [["stylewithcss","true"],["bold",""]] "foo[<b>b]ar</b>baz" queryCommandValu e("bold") before assert_equals: Wrong result returned expected "" but got "true"
2690 PASS [["stylewithcss","true"],["bold",""]] "foo[<b>b]ar</b>baz" queryCommandInde term("bold") after 2690 PASS [["stylewithcss","true"],["bold",""]] "foo[<b>b]ar</b>baz" queryCommandInde term("bold") after
2691 PASS [["stylewithcss","true"],["bold",""]] "foo[<b>b]ar</b>baz" queryCommandStat e("bold") after 2691 PASS [["stylewithcss","true"],["bold",""]] "foo[<b>b]ar</b>baz" queryCommandStat e("bold") after
2692 FAIL [["stylewithcss","true"],["bold",""]] "foo[<b>b]ar</b>baz" queryCommandValu e("bold") after assert_equals: Wrong result returned expected "" but got "false" 2692 FAIL [["stylewithcss","true"],["bold",""]] "foo[<b>b]ar</b>baz" queryCommandValu e("bold") after assert_equals: Wrong result returned expected "" but got "false"
2693 PASS [["stylewithcss","false"],["bold",""]] "foo[<b>b]ar</b>baz": execCommand("s tylewithcss", false, "false") return value 2693 PASS [["stylewithcss","false"],["bold",""]] "foo[<b>b]ar</b>baz": execCommand("s tylewithcss", false, "false") return value
2694 PASS [["stylewithcss","false"],["bold",""]] "foo[<b>b]ar</b>baz": execCommand("b old", false, "") return value 2694 PASS [["stylewithcss","false"],["bold",""]] "foo[<b>b]ar</b>baz": execCommand("b old", false, "") return value
2695 PASS [["stylewithcss","false"],["bold",""]] "foo[<b>b]ar</b>baz" checks for modi fications to non-editable content 2695 PASS [["stylewithcss","false"],["bold",""]] "foo[<b>b]ar</b>baz" checks for modi fications to non-editable content
2696 PASS [["stylewithcss","false"],["bold",""]] "foo[<b>b]ar</b>baz" compare innerHT ML 2696 PASS [["stylewithcss","false"],["bold",""]] "foo[<b>b]ar</b>baz" compare innerHT ML
2697 PASS [["stylewithcss","false"],["bold",""]] "foo[<b>b]ar</b>baz" queryCommandInd eterm("stylewithcss") before 2697 PASS [["stylewithcss","false"],["bold",""]] "foo[<b>b]ar</b>baz" queryCommandInd eterm("stylewithcss") before
2698 PASS [["stylewithcss","false"],["bold",""]] "foo[<b>b]ar</b>baz" queryCommandSta te("stylewithcss") before 2698 PASS [["stylewithcss","false"],["bold",""]] "foo[<b>b]ar</b>baz" queryCommandSta te("stylewithcss") before
2699 FAIL [["stylewithcss","false"],["bold",""]] "foo[<b>b]ar</b>baz" queryCommandVal ue("stylewithcss") before assert_equals: Wrong result returned expected "" but g ot "true" 2699 PASS [["stylewithcss","false"],["bold",""]] "foo[<b>b]ar</b>baz" queryCommandVal ue("stylewithcss") before
2700 PASS [["stylewithcss","false"],["bold",""]] "foo[<b>b]ar</b>baz" queryCommandInd eterm("stylewithcss") after 2700 PASS [["stylewithcss","false"],["bold",""]] "foo[<b>b]ar</b>baz" queryCommandInd eterm("stylewithcss") after
2701 PASS [["stylewithcss","false"],["bold",""]] "foo[<b>b]ar</b>baz" queryCommandSta te("stylewithcss") after 2701 PASS [["stylewithcss","false"],["bold",""]] "foo[<b>b]ar</b>baz" queryCommandSta te("stylewithcss") after
2702 FAIL [["stylewithcss","false"],["bold",""]] "foo[<b>b]ar</b>baz" queryCommandVal ue("stylewithcss") after assert_equals: Wrong result returned expected "" but go t "false" 2702 PASS [["stylewithcss","false"],["bold",""]] "foo[<b>b]ar</b>baz" queryCommandVal ue("stylewithcss") after
2703 PASS [["stylewithcss","false"],["bold",""]] "foo[<b>b]ar</b>baz" queryCommandInd eterm("bold") before 2703 PASS [["stylewithcss","false"],["bold",""]] "foo[<b>b]ar</b>baz" queryCommandInd eterm("bold") before
2704 PASS [["stylewithcss","false"],["bold",""]] "foo[<b>b]ar</b>baz" queryCommandSta te("bold") before 2704 PASS [["stylewithcss","false"],["bold",""]] "foo[<b>b]ar</b>baz" queryCommandSta te("bold") before
2705 FAIL [["stylewithcss","false"],["bold",""]] "foo[<b>b]ar</b>baz" queryCommandVal ue("bold") before assert_equals: Wrong result returned expected "" but got "true " 2705 FAIL [["stylewithcss","false"],["bold",""]] "foo[<b>b]ar</b>baz" queryCommandVal ue("bold") before assert_equals: Wrong result returned expected "" but got "true "
2706 PASS [["stylewithcss","false"],["bold",""]] "foo[<b>b]ar</b>baz" queryCommandInd eterm("bold") after 2706 PASS [["stylewithcss","false"],["bold",""]] "foo[<b>b]ar</b>baz" queryCommandInd eterm("bold") after
2707 PASS [["stylewithcss","false"],["bold",""]] "foo[<b>b]ar</b>baz" queryCommandSta te("bold") after 2707 PASS [["stylewithcss","false"],["bold",""]] "foo[<b>b]ar</b>baz" queryCommandSta te("bold") after
2708 FAIL [["stylewithcss","false"],["bold",""]] "foo[<b>b]ar</b>baz" queryCommandVal ue("bold") after assert_equals: Wrong result returned expected "" but got "false " 2708 FAIL [["stylewithcss","false"],["bold",""]] "foo[<b>b]ar</b>baz" queryCommandVal ue("bold") after assert_equals: Wrong result returned expected "" but got "false "
2709 PASS [["stylewithcss","true"],["bold",""]] "foo<b>ba[r</b>]baz": execCommand("st ylewithcss", false, "true") return value 2709 PASS [["stylewithcss","true"],["bold",""]] "foo<b>ba[r</b>]baz": execCommand("st ylewithcss", false, "true") return value
2710 PASS [["stylewithcss","true"],["bold",""]] "foo<b>ba[r</b>]baz": execCommand("bo ld", false, "") return value 2710 PASS [["stylewithcss","true"],["bold",""]] "foo<b>ba[r</b>]baz": execCommand("bo ld", false, "") return value
2711 PASS [["stylewithcss","true"],["bold",""]] "foo<b>ba[r</b>]baz" checks for modif ications to non-editable content 2711 PASS [["stylewithcss","true"],["bold",""]] "foo<b>ba[r</b>]baz" checks for modif ications to non-editable content
2712 FAIL [["stylewithcss","true"],["bold",""]] "foo<b>ba[r</b>]baz" compare innerHTM L assert_equals: Unexpected innerHTML (after normalizing inline style) expected "foo<span style=\"font-weight:bold\">ba</span>rbaz" but got "foo<b>ba</b>rbaz" 2712 FAIL [["stylewithcss","true"],["bold",""]] "foo<b>ba[r</b>]baz" compare innerHTM L assert_equals: Unexpected innerHTML (after normalizing inline style) expected "foo<span style=\"font-weight:bold\">ba</span>rbaz" but got "foo<b>ba</b>rbaz"
2713 PASS [["stylewithcss","true"],["bold",""]] "foo<b>ba[r</b>]baz" queryCommandInde term("stylewithcss") before 2713 PASS [["stylewithcss","true"],["bold",""]] "foo<b>ba[r</b>]baz" queryCommandInde term("stylewithcss") before
2714 PASS [["stylewithcss","true"],["bold",""]] "foo<b>ba[r</b>]baz" queryCommandStat e("stylewithcss") before 2714 PASS [["stylewithcss","true"],["bold",""]] "foo<b>ba[r</b>]baz" queryCommandStat e("stylewithcss") before
2715 FAIL [["stylewithcss","true"],["bold",""]] "foo<b>ba[r</b>]baz" queryCommandValu e("stylewithcss") before assert_equals: Wrong result returned expected "" but go t "false" 2715 PASS [["stylewithcss","true"],["bold",""]] "foo<b>ba[r</b>]baz" queryCommandValu e("stylewithcss") before
2716 PASS [["stylewithcss","true"],["bold",""]] "foo<b>ba[r</b>]baz" queryCommandInde term("stylewithcss") after 2716 PASS [["stylewithcss","true"],["bold",""]] "foo<b>ba[r</b>]baz" queryCommandInde term("stylewithcss") after
2717 PASS [["stylewithcss","true"],["bold",""]] "foo<b>ba[r</b>]baz" queryCommandStat e("stylewithcss") after 2717 PASS [["stylewithcss","true"],["bold",""]] "foo<b>ba[r</b>]baz" queryCommandStat e("stylewithcss") after
2718 FAIL [["stylewithcss","true"],["bold",""]] "foo<b>ba[r</b>]baz" queryCommandValu e("stylewithcss") after assert_equals: Wrong result returned expected "" but got "true" 2718 PASS [["stylewithcss","true"],["bold",""]] "foo<b>ba[r</b>]baz" queryCommandValu e("stylewithcss") after
2719 PASS [["stylewithcss","true"],["bold",""]] "foo<b>ba[r</b>]baz" queryCommandInde term("bold") before 2719 PASS [["stylewithcss","true"],["bold",""]] "foo<b>ba[r</b>]baz" queryCommandInde term("bold") before
2720 PASS [["stylewithcss","true"],["bold",""]] "foo<b>ba[r</b>]baz" queryCommandStat e("bold") before 2720 PASS [["stylewithcss","true"],["bold",""]] "foo<b>ba[r</b>]baz" queryCommandStat e("bold") before
2721 FAIL [["stylewithcss","true"],["bold",""]] "foo<b>ba[r</b>]baz" queryCommandValu e("bold") before assert_equals: Wrong result returned expected "" but got "true" 2721 FAIL [["stylewithcss","true"],["bold",""]] "foo<b>ba[r</b>]baz" queryCommandValu e("bold") before assert_equals: Wrong result returned expected "" but got "true"
2722 PASS [["stylewithcss","true"],["bold",""]] "foo<b>ba[r</b>]baz" queryCommandInde term("bold") after 2722 PASS [["stylewithcss","true"],["bold",""]] "foo<b>ba[r</b>]baz" queryCommandInde term("bold") after
2723 PASS [["stylewithcss","true"],["bold",""]] "foo<b>ba[r</b>]baz" queryCommandStat e("bold") after 2723 PASS [["stylewithcss","true"],["bold",""]] "foo<b>ba[r</b>]baz" queryCommandStat e("bold") after
2724 FAIL [["stylewithcss","true"],["bold",""]] "foo<b>ba[r</b>]baz" queryCommandValu e("bold") after assert_equals: Wrong result returned expected "" but got "false" 2724 FAIL [["stylewithcss","true"],["bold",""]] "foo<b>ba[r</b>]baz" queryCommandValu e("bold") after assert_equals: Wrong result returned expected "" but got "false"
2725 PASS [["stylewithcss","false"],["bold",""]] "foo<b>ba[r</b>]baz": execCommand("s tylewithcss", false, "false") return value 2725 PASS [["stylewithcss","false"],["bold",""]] "foo<b>ba[r</b>]baz": execCommand("s tylewithcss", false, "false") return value
2726 PASS [["stylewithcss","false"],["bold",""]] "foo<b>ba[r</b>]baz": execCommand("b old", false, "") return value 2726 PASS [["stylewithcss","false"],["bold",""]] "foo<b>ba[r</b>]baz": execCommand("b old", false, "") return value
2727 PASS [["stylewithcss","false"],["bold",""]] "foo<b>ba[r</b>]baz" checks for modi fications to non-editable content 2727 PASS [["stylewithcss","false"],["bold",""]] "foo<b>ba[r</b>]baz" checks for modi fications to non-editable content
2728 PASS [["stylewithcss","false"],["bold",""]] "foo<b>ba[r</b>]baz" compare innerHT ML 2728 PASS [["stylewithcss","false"],["bold",""]] "foo<b>ba[r</b>]baz" compare innerHT ML
2729 PASS [["stylewithcss","false"],["bold",""]] "foo<b>ba[r</b>]baz" queryCommandInd eterm("stylewithcss") before 2729 PASS [["stylewithcss","false"],["bold",""]] "foo<b>ba[r</b>]baz" queryCommandInd eterm("stylewithcss") before
2730 PASS [["stylewithcss","false"],["bold",""]] "foo<b>ba[r</b>]baz" queryCommandSta te("stylewithcss") before 2730 PASS [["stylewithcss","false"],["bold",""]] "foo<b>ba[r</b>]baz" queryCommandSta te("stylewithcss") before
2731 FAIL [["stylewithcss","false"],["bold",""]] "foo<b>ba[r</b>]baz" queryCommandVal ue("stylewithcss") before assert_equals: Wrong result returned expected "" but g ot "true" 2731 PASS [["stylewithcss","false"],["bold",""]] "foo<b>ba[r</b>]baz" queryCommandVal ue("stylewithcss") before
2732 PASS [["stylewithcss","false"],["bold",""]] "foo<b>ba[r</b>]baz" queryCommandInd eterm("stylewithcss") after 2732 PASS [["stylewithcss","false"],["bold",""]] "foo<b>ba[r</b>]baz" queryCommandInd eterm("stylewithcss") after
2733 PASS [["stylewithcss","false"],["bold",""]] "foo<b>ba[r</b>]baz" queryCommandSta te("stylewithcss") after 2733 PASS [["stylewithcss","false"],["bold",""]] "foo<b>ba[r</b>]baz" queryCommandSta te("stylewithcss") after
2734 FAIL [["stylewithcss","false"],["bold",""]] "foo<b>ba[r</b>]baz" queryCommandVal ue("stylewithcss") after assert_equals: Wrong result returned expected "" but go t "false" 2734 PASS [["stylewithcss","false"],["bold",""]] "foo<b>ba[r</b>]baz" queryCommandVal ue("stylewithcss") after
2735 PASS [["stylewithcss","false"],["bold",""]] "foo<b>ba[r</b>]baz" queryCommandInd eterm("bold") before 2735 PASS [["stylewithcss","false"],["bold",""]] "foo<b>ba[r</b>]baz" queryCommandInd eterm("bold") before
2736 PASS [["stylewithcss","false"],["bold",""]] "foo<b>ba[r</b>]baz" queryCommandSta te("bold") before 2736 PASS [["stylewithcss","false"],["bold",""]] "foo<b>ba[r</b>]baz" queryCommandSta te("bold") before
2737 FAIL [["stylewithcss","false"],["bold",""]] "foo<b>ba[r</b>]baz" queryCommandVal ue("bold") before assert_equals: Wrong result returned expected "" but got "true " 2737 FAIL [["stylewithcss","false"],["bold",""]] "foo<b>ba[r</b>]baz" queryCommandVal ue("bold") before assert_equals: Wrong result returned expected "" but got "true "
2738 PASS [["stylewithcss","false"],["bold",""]] "foo<b>ba[r</b>]baz" queryCommandInd eterm("bold") after 2738 PASS [["stylewithcss","false"],["bold",""]] "foo<b>ba[r</b>]baz" queryCommandInd eterm("bold") after
2739 PASS [["stylewithcss","false"],["bold",""]] "foo<b>ba[r</b>]baz" queryCommandSta te("bold") after 2739 PASS [["stylewithcss","false"],["bold",""]] "foo<b>ba[r</b>]baz" queryCommandSta te("bold") after
2740 FAIL [["stylewithcss","false"],["bold",""]] "foo<b>ba[r</b>]baz" queryCommandVal ue("bold") after assert_equals: Wrong result returned expected "" but got "false " 2740 FAIL [["stylewithcss","false"],["bold",""]] "foo<b>ba[r</b>]baz" queryCommandVal ue("bold") after assert_equals: Wrong result returned expected "" but got "false "
2741 PASS [["stylewithcss","true"],["bold",""]] "foo{<b>bar</b>}baz": execCommand("st ylewithcss", false, "true") return value 2741 PASS [["stylewithcss","true"],["bold",""]] "foo{<b>bar</b>}baz": execCommand("st ylewithcss", false, "true") return value
2742 PASS [["stylewithcss","true"],["bold",""]] "foo{<b>bar</b>}baz": execCommand("bo ld", false, "") return value 2742 PASS [["stylewithcss","true"],["bold",""]] "foo{<b>bar</b>}baz": execCommand("bo ld", false, "") return value
2743 PASS [["stylewithcss","true"],["bold",""]] "foo{<b>bar</b>}baz" checks for modif ications to non-editable content 2743 PASS [["stylewithcss","true"],["bold",""]] "foo{<b>bar</b>}baz" checks for modif ications to non-editable content
2744 PASS [["stylewithcss","true"],["bold",""]] "foo{<b>bar</b>}baz" compare innerHTM L 2744 PASS [["stylewithcss","true"],["bold",""]] "foo{<b>bar</b>}baz" compare innerHTM L
2745 PASS [["stylewithcss","true"],["bold",""]] "foo{<b>bar</b>}baz" queryCommandInde term("stylewithcss") before 2745 PASS [["stylewithcss","true"],["bold",""]] "foo{<b>bar</b>}baz" queryCommandInde term("stylewithcss") before
2746 PASS [["stylewithcss","true"],["bold",""]] "foo{<b>bar</b>}baz" queryCommandStat e("stylewithcss") before 2746 PASS [["stylewithcss","true"],["bold",""]] "foo{<b>bar</b>}baz" queryCommandStat e("stylewithcss") before
2747 FAIL [["stylewithcss","true"],["bold",""]] "foo{<b>bar</b>}baz" queryCommandValu e("stylewithcss") before assert_equals: Wrong result returned expected "" but go t "false" 2747 PASS [["stylewithcss","true"],["bold",""]] "foo{<b>bar</b>}baz" queryCommandValu e("stylewithcss") before
2748 PASS [["stylewithcss","true"],["bold",""]] "foo{<b>bar</b>}baz" queryCommandInde term("stylewithcss") after 2748 PASS [["stylewithcss","true"],["bold",""]] "foo{<b>bar</b>}baz" queryCommandInde term("stylewithcss") after
2749 PASS [["stylewithcss","true"],["bold",""]] "foo{<b>bar</b>}baz" queryCommandStat e("stylewithcss") after 2749 PASS [["stylewithcss","true"],["bold",""]] "foo{<b>bar</b>}baz" queryCommandStat e("stylewithcss") after
2750 FAIL [["stylewithcss","true"],["bold",""]] "foo{<b>bar</b>}baz" queryCommandValu e("stylewithcss") after assert_equals: Wrong result returned expected "" but got "true" 2750 PASS [["stylewithcss","true"],["bold",""]] "foo{<b>bar</b>}baz" queryCommandValu e("stylewithcss") after
2751 PASS [["stylewithcss","true"],["bold",""]] "foo{<b>bar</b>}baz" queryCommandInde term("bold") before 2751 PASS [["stylewithcss","true"],["bold",""]] "foo{<b>bar</b>}baz" queryCommandInde term("bold") before
2752 PASS [["stylewithcss","true"],["bold",""]] "foo{<b>bar</b>}baz" queryCommandStat e("bold") before 2752 PASS [["stylewithcss","true"],["bold",""]] "foo{<b>bar</b>}baz" queryCommandStat e("bold") before
2753 FAIL [["stylewithcss","true"],["bold",""]] "foo{<b>bar</b>}baz" queryCommandValu e("bold") before assert_equals: Wrong result returned expected "" but got "true" 2753 FAIL [["stylewithcss","true"],["bold",""]] "foo{<b>bar</b>}baz" queryCommandValu e("bold") before assert_equals: Wrong result returned expected "" but got "true"
2754 PASS [["stylewithcss","true"],["bold",""]] "foo{<b>bar</b>}baz" queryCommandInde term("bold") after 2754 PASS [["stylewithcss","true"],["bold",""]] "foo{<b>bar</b>}baz" queryCommandInde term("bold") after
2755 PASS [["stylewithcss","true"],["bold",""]] "foo{<b>bar</b>}baz" queryCommandStat e("bold") after 2755 PASS [["stylewithcss","true"],["bold",""]] "foo{<b>bar</b>}baz" queryCommandStat e("bold") after
2756 FAIL [["stylewithcss","true"],["bold",""]] "foo{<b>bar</b>}baz" queryCommandValu e("bold") after assert_equals: Wrong result returned expected "" but got "false" 2756 FAIL [["stylewithcss","true"],["bold",""]] "foo{<b>bar</b>}baz" queryCommandValu e("bold") after assert_equals: Wrong result returned expected "" but got "false"
2757 PASS [["stylewithcss","false"],["bold",""]] "foo{<b>bar</b>}baz": execCommand("s tylewithcss", false, "false") return value 2757 PASS [["stylewithcss","false"],["bold",""]] "foo{<b>bar</b>}baz": execCommand("s tylewithcss", false, "false") return value
2758 PASS [["stylewithcss","false"],["bold",""]] "foo{<b>bar</b>}baz": execCommand("b old", false, "") return value 2758 PASS [["stylewithcss","false"],["bold",""]] "foo{<b>bar</b>}baz": execCommand("b old", false, "") return value
2759 PASS [["stylewithcss","false"],["bold",""]] "foo{<b>bar</b>}baz" checks for modi fications to non-editable content 2759 PASS [["stylewithcss","false"],["bold",""]] "foo{<b>bar</b>}baz" checks for modi fications to non-editable content
2760 PASS [["stylewithcss","false"],["bold",""]] "foo{<b>bar</b>}baz" compare innerHT ML 2760 PASS [["stylewithcss","false"],["bold",""]] "foo{<b>bar</b>}baz" compare innerHT ML
2761 PASS [["stylewithcss","false"],["bold",""]] "foo{<b>bar</b>}baz" queryCommandInd eterm("stylewithcss") before 2761 PASS [["stylewithcss","false"],["bold",""]] "foo{<b>bar</b>}baz" queryCommandInd eterm("stylewithcss") before
2762 PASS [["stylewithcss","false"],["bold",""]] "foo{<b>bar</b>}baz" queryCommandSta te("stylewithcss") before 2762 PASS [["stylewithcss","false"],["bold",""]] "foo{<b>bar</b>}baz" queryCommandSta te("stylewithcss") before
2763 FAIL [["stylewithcss","false"],["bold",""]] "foo{<b>bar</b>}baz" queryCommandVal ue("stylewithcss") before assert_equals: Wrong result returned expected "" but g ot "true" 2763 PASS [["stylewithcss","false"],["bold",""]] "foo{<b>bar</b>}baz" queryCommandVal ue("stylewithcss") before
2764 PASS [["stylewithcss","false"],["bold",""]] "foo{<b>bar</b>}baz" queryCommandInd eterm("stylewithcss") after 2764 PASS [["stylewithcss","false"],["bold",""]] "foo{<b>bar</b>}baz" queryCommandInd eterm("stylewithcss") after
2765 PASS [["stylewithcss","false"],["bold",""]] "foo{<b>bar</b>}baz" queryCommandSta te("stylewithcss") after 2765 PASS [["stylewithcss","false"],["bold",""]] "foo{<b>bar</b>}baz" queryCommandSta te("stylewithcss") after
2766 FAIL [["stylewithcss","false"],["bold",""]] "foo{<b>bar</b>}baz" queryCommandVal ue("stylewithcss") after assert_equals: Wrong result returned expected "" but go t "false" 2766 PASS [["stylewithcss","false"],["bold",""]] "foo{<b>bar</b>}baz" queryCommandVal ue("stylewithcss") after
2767 PASS [["stylewithcss","false"],["bold",""]] "foo{<b>bar</b>}baz" queryCommandInd eterm("bold") before 2767 PASS [["stylewithcss","false"],["bold",""]] "foo{<b>bar</b>}baz" queryCommandInd eterm("bold") before
2768 PASS [["stylewithcss","false"],["bold",""]] "foo{<b>bar</b>}baz" queryCommandSta te("bold") before 2768 PASS [["stylewithcss","false"],["bold",""]] "foo{<b>bar</b>}baz" queryCommandSta te("bold") before
2769 FAIL [["stylewithcss","false"],["bold",""]] "foo{<b>bar</b>}baz" queryCommandVal ue("bold") before assert_equals: Wrong result returned expected "" but got "true " 2769 FAIL [["stylewithcss","false"],["bold",""]] "foo{<b>bar</b>}baz" queryCommandVal ue("bold") before assert_equals: Wrong result returned expected "" but got "true "
2770 PASS [["stylewithcss","false"],["bold",""]] "foo{<b>bar</b>}baz" queryCommandInd eterm("bold") after 2770 PASS [["stylewithcss","false"],["bold",""]] "foo{<b>bar</b>}baz" queryCommandInd eterm("bold") after
2771 PASS [["stylewithcss","false"],["bold",""]] "foo{<b>bar</b>}baz" queryCommandSta te("bold") after 2771 PASS [["stylewithcss","false"],["bold",""]] "foo{<b>bar</b>}baz" queryCommandSta te("bold") after
2772 FAIL [["stylewithcss","false"],["bold",""]] "foo{<b>bar</b>}baz" queryCommandVal ue("bold") after assert_equals: Wrong result returned expected "" but got "false " 2772 FAIL [["stylewithcss","false"],["bold",""]] "foo{<b>bar</b>}baz" queryCommandVal ue("bold") after assert_equals: Wrong result returned expected "" but got "false "
2773 PASS [["bold",""]] "fo[o<span style=font-weight:bold>b]ar</span>baz": execComman d("bold", false, "") return value 2773 PASS [["bold",""]] "fo[o<span style=font-weight:bold>b]ar</span>baz": execComman d("bold", false, "") return value
2774 PASS [["bold",""]] "fo[o<span style=font-weight:bold>b]ar</span>baz" checks for modifications to non-editable content 2774 PASS [["bold",""]] "fo[o<span style=font-weight:bold>b]ar</span>baz" checks for modifications to non-editable content
2775 FAIL [["bold",""]] "fo[o<span style=font-weight:bold>b]ar</span>baz" compare inn erHTML assert_equals: Unexpected innerHTML (after normalizing inline style) expe cted "fo<span style=\"font-weight:bold\">obar</span>baz" but got "fo<b>ob</b><sp an style=\"font-weight:bold\">ar</span>baz" 2775 FAIL [["bold",""]] "fo[o<span style=font-weight:bold>b]ar</span>baz" compare inn erHTML assert_equals: Unexpected innerHTML (after normalizing inline style) expe cted "fo<span style=\"font-weight:bold\">obar</span>baz" but got "fo<b>ob</b><sp an style=\"font-weight:bold\">ar</span>baz"
2776 FAIL [["bold",""]] "fo[o<span style=font-weight:bold>b]ar</span>baz" queryComman dIndeterm("bold") before assert_equals: Wrong result returned expected true but got false 2776 FAIL [["bold",""]] "fo[o<span style=font-weight:bold>b]ar</span>baz" queryComman dIndeterm("bold") before assert_equals: Wrong result returned expected true but got false
(...skipping 10 matching lines...) Expand all
2787 FAIL [["bold",""]] "<span style=font-weight:800>fo[o</span><span style=font-weig ht:900>b]ar</span>" queryCommandValue("bold") before assert_equals: Wrong result returned expected "" but got "true" 2787 FAIL [["bold",""]] "<span style=font-weight:800>fo[o</span><span style=font-weig ht:900>b]ar</span>" queryCommandValue("bold") before assert_equals: Wrong result returned expected "" but got "true"
2788 PASS [["bold",""]] "<span style=font-weight:800>fo[o</span><span style=font-weig ht:900>b]ar</span>" queryCommandIndeterm("bold") after 2788 PASS [["bold",""]] "<span style=font-weight:800>fo[o</span><span style=font-weig ht:900>b]ar</span>" queryCommandIndeterm("bold") after
2789 PASS [["bold",""]] "<span style=font-weight:800>fo[o</span><span style=font-weig ht:900>b]ar</span>" queryCommandState("bold") after 2789 PASS [["bold",""]] "<span style=font-weight:800>fo[o</span><span style=font-weig ht:900>b]ar</span>" queryCommandState("bold") after
2790 FAIL [["bold",""]] "<span style=font-weight:800>fo[o</span><span style=font-weig ht:900>b]ar</span>" queryCommandValue("bold") after assert_equals: Wrong result returned expected "" but got "false" 2790 FAIL [["bold",""]] "<span style=font-weight:800>fo[o</span><span style=font-weig ht:900>b]ar</span>" queryCommandValue("bold") after assert_equals: Wrong result returned expected "" but got "false"
2791 PASS [["stylewithcss","true"],["bold",""]] "<span style=font-weight:700>fo[o</sp an><span style=font-weight:800>b]ar</span>": execCommand("stylewithcss", false, "true") return value 2791 PASS [["stylewithcss","true"],["bold",""]] "<span style=font-weight:700>fo[o</sp an><span style=font-weight:800>b]ar</span>": execCommand("stylewithcss", false, "true") return value
2792 PASS [["stylewithcss","true"],["bold",""]] "<span style=font-weight:700>fo[o</sp an><span style=font-weight:800>b]ar</span>": execCommand("bold", false, "") retu rn value 2792 PASS [["stylewithcss","true"],["bold",""]] "<span style=font-weight:700>fo[o</sp an><span style=font-weight:800>b]ar</span>": execCommand("bold", false, "") retu rn value
2793 PASS [["stylewithcss","true"],["bold",""]] "<span style=font-weight:700>fo[o</sp an><span style=font-weight:800>b]ar</span>" checks for modifications to non-edit able content 2793 PASS [["stylewithcss","true"],["bold",""]] "<span style=font-weight:700>fo[o</sp an><span style=font-weight:800>b]ar</span>" checks for modifications to non-edit able content
2794 PASS [["stylewithcss","true"],["bold",""]] "<span style=font-weight:700>fo[o</sp an><span style=font-weight:800>b]ar</span>" compare innerHTML 2794 PASS [["stylewithcss","true"],["bold",""]] "<span style=font-weight:700>fo[o</sp an><span style=font-weight:800>b]ar</span>" compare innerHTML
2795 PASS [["stylewithcss","true"],["bold",""]] "<span style=font-weight:700>fo[o</sp an><span style=font-weight:800>b]ar</span>" queryCommandIndeterm("stylewithcss") before 2795 PASS [["stylewithcss","true"],["bold",""]] "<span style=font-weight:700>fo[o</sp an><span style=font-weight:800>b]ar</span>" queryCommandIndeterm("stylewithcss") before
2796 PASS [["stylewithcss","true"],["bold",""]] "<span style=font-weight:700>fo[o</sp an><span style=font-weight:800>b]ar</span>" queryCommandState("stylewithcss") be fore 2796 PASS [["stylewithcss","true"],["bold",""]] "<span style=font-weight:700>fo[o</sp an><span style=font-weight:800>b]ar</span>" queryCommandState("stylewithcss") be fore
2797 FAIL [["stylewithcss","true"],["bold",""]] "<span style=font-weight:700>fo[o</sp an><span style=font-weight:800>b]ar</span>" queryCommandValue("stylewithcss") be fore assert_equals: Wrong result returned expected "" but got "false" 2797 PASS [["stylewithcss","true"],["bold",""]] "<span style=font-weight:700>fo[o</sp an><span style=font-weight:800>b]ar</span>" queryCommandValue("stylewithcss") be fore
2798 PASS [["stylewithcss","true"],["bold",""]] "<span style=font-weight:700>fo[o</sp an><span style=font-weight:800>b]ar</span>" queryCommandIndeterm("stylewithcss") after 2798 PASS [["stylewithcss","true"],["bold",""]] "<span style=font-weight:700>fo[o</sp an><span style=font-weight:800>b]ar</span>" queryCommandIndeterm("stylewithcss") after
2799 PASS [["stylewithcss","true"],["bold",""]] "<span style=font-weight:700>fo[o</sp an><span style=font-weight:800>b]ar</span>" queryCommandState("stylewithcss") af ter 2799 PASS [["stylewithcss","true"],["bold",""]] "<span style=font-weight:700>fo[o</sp an><span style=font-weight:800>b]ar</span>" queryCommandState("stylewithcss") af ter
2800 FAIL [["stylewithcss","true"],["bold",""]] "<span style=font-weight:700>fo[o</sp an><span style=font-weight:800>b]ar</span>" queryCommandValue("stylewithcss") af ter assert_equals: Wrong result returned expected "" but got "true" 2800 PASS [["stylewithcss","true"],["bold",""]] "<span style=font-weight:700>fo[o</sp an><span style=font-weight:800>b]ar</span>" queryCommandValue("stylewithcss") af ter
2801 PASS [["stylewithcss","true"],["bold",""]] "<span style=font-weight:700>fo[o</sp an><span style=font-weight:800>b]ar</span>" queryCommandIndeterm("bold") before 2801 PASS [["stylewithcss","true"],["bold",""]] "<span style=font-weight:700>fo[o</sp an><span style=font-weight:800>b]ar</span>" queryCommandIndeterm("bold") before
2802 PASS [["stylewithcss","true"],["bold",""]] "<span style=font-weight:700>fo[o</sp an><span style=font-weight:800>b]ar</span>" queryCommandState("bold") before 2802 PASS [["stylewithcss","true"],["bold",""]] "<span style=font-weight:700>fo[o</sp an><span style=font-weight:800>b]ar</span>" queryCommandState("bold") before
2803 FAIL [["stylewithcss","true"],["bold",""]] "<span style=font-weight:700>fo[o</sp an><span style=font-weight:800>b]ar</span>" queryCommandValue("bold") before ass ert_equals: Wrong result returned expected "" but got "true" 2803 FAIL [["stylewithcss","true"],["bold",""]] "<span style=font-weight:700>fo[o</sp an><span style=font-weight:800>b]ar</span>" queryCommandValue("bold") before ass ert_equals: Wrong result returned expected "" but got "true"
2804 PASS [["stylewithcss","true"],["bold",""]] "<span style=font-weight:700>fo[o</sp an><span style=font-weight:800>b]ar</span>" queryCommandIndeterm("bold") after 2804 PASS [["stylewithcss","true"],["bold",""]] "<span style=font-weight:700>fo[o</sp an><span style=font-weight:800>b]ar</span>" queryCommandIndeterm("bold") after
2805 PASS [["stylewithcss","true"],["bold",""]] "<span style=font-weight:700>fo[o</sp an><span style=font-weight:800>b]ar</span>" queryCommandState("bold") after 2805 PASS [["stylewithcss","true"],["bold",""]] "<span style=font-weight:700>fo[o</sp an><span style=font-weight:800>b]ar</span>" queryCommandState("bold") after
2806 FAIL [["stylewithcss","true"],["bold",""]] "<span style=font-weight:700>fo[o</sp an><span style=font-weight:800>b]ar</span>" queryCommandValue("bold") after asse rt_equals: Wrong result returned expected "" but got "false" 2806 FAIL [["stylewithcss","true"],["bold",""]] "<span style=font-weight:700>fo[o</sp an><span style=font-weight:800>b]ar</span>" queryCommandValue("bold") after asse rt_equals: Wrong result returned expected "" but got "false"
2807 PASS [["stylewithcss","false"],["bold",""]] "<span style=font-weight:700>fo[o</s pan><span style=font-weight:800>b]ar</span>": execCommand("stylewithcss", false, "false") return value 2807 PASS [["stylewithcss","false"],["bold",""]] "<span style=font-weight:700>fo[o</s pan><span style=font-weight:800>b]ar</span>": execCommand("stylewithcss", false, "false") return value
2808 PASS [["stylewithcss","false"],["bold",""]] "<span style=font-weight:700>fo[o</s pan><span style=font-weight:800>b]ar</span>": execCommand("bold", false, "") ret urn value 2808 PASS [["stylewithcss","false"],["bold",""]] "<span style=font-weight:700>fo[o</s pan><span style=font-weight:800>b]ar</span>": execCommand("bold", false, "") ret urn value
2809 PASS [["stylewithcss","false"],["bold",""]] "<span style=font-weight:700>fo[o</s pan><span style=font-weight:800>b]ar</span>" checks for modifications to non-edi table content 2809 PASS [["stylewithcss","false"],["bold",""]] "<span style=font-weight:700>fo[o</s pan><span style=font-weight:800>b]ar</span>" checks for modifications to non-edi table content
2810 FAIL [["stylewithcss","false"],["bold",""]] "<span style=font-weight:700>fo[o</s pan><span style=font-weight:800>b]ar</span>" compare innerHTML assert_equals: Un expected innerHTML (after normalizing inline style) expected "<b>fo</b>ob<span s tyle=\"font-weight:800\">ar</span>" but got "<span style=\"font-weight:700\">fo< /span>ob<span style=\"font-weight:800\">ar</span>" 2810 FAIL [["stylewithcss","false"],["bold",""]] "<span style=font-weight:700>fo[o</s pan><span style=font-weight:800>b]ar</span>" compare innerHTML assert_equals: Un expected innerHTML (after normalizing inline style) expected "<b>fo</b>ob<span s tyle=\"font-weight:800\">ar</span>" but got "<span style=\"font-weight:700\">fo< /span>ob<span style=\"font-weight:800\">ar</span>"
2811 PASS [["stylewithcss","false"],["bold",""]] "<span style=font-weight:700>fo[o</s pan><span style=font-weight:800>b]ar</span>" queryCommandIndeterm("stylewithcss" ) before 2811 PASS [["stylewithcss","false"],["bold",""]] "<span style=font-weight:700>fo[o</s pan><span style=font-weight:800>b]ar</span>" queryCommandIndeterm("stylewithcss" ) before
2812 PASS [["stylewithcss","false"],["bold",""]] "<span style=font-weight:700>fo[o</s pan><span style=font-weight:800>b]ar</span>" queryCommandState("stylewithcss") b efore 2812 PASS [["stylewithcss","false"],["bold",""]] "<span style=font-weight:700>fo[o</s pan><span style=font-weight:800>b]ar</span>" queryCommandState("stylewithcss") b efore
2813 FAIL [["stylewithcss","false"],["bold",""]] "<span style=font-weight:700>fo[o</s pan><span style=font-weight:800>b]ar</span>" queryCommandValue("stylewithcss") b efore assert_equals: Wrong result returned expected "" but got "true" 2813 PASS [["stylewithcss","false"],["bold",""]] "<span style=font-weight:700>fo[o</s pan><span style=font-weight:800>b]ar</span>" queryCommandValue("stylewithcss") b efore
2814 PASS [["stylewithcss","false"],["bold",""]] "<span style=font-weight:700>fo[o</s pan><span style=font-weight:800>b]ar</span>" queryCommandIndeterm("stylewithcss" ) after 2814 PASS [["stylewithcss","false"],["bold",""]] "<span style=font-weight:700>fo[o</s pan><span style=font-weight:800>b]ar</span>" queryCommandIndeterm("stylewithcss" ) after
2815 PASS [["stylewithcss","false"],["bold",""]] "<span style=font-weight:700>fo[o</s pan><span style=font-weight:800>b]ar</span>" queryCommandState("stylewithcss") a fter 2815 PASS [["stylewithcss","false"],["bold",""]] "<span style=font-weight:700>fo[o</s pan><span style=font-weight:800>b]ar</span>" queryCommandState("stylewithcss") a fter
2816 FAIL [["stylewithcss","false"],["bold",""]] "<span style=font-weight:700>fo[o</s pan><span style=font-weight:800>b]ar</span>" queryCommandValue("stylewithcss") a fter assert_equals: Wrong result returned expected "" but got "false" 2816 PASS [["stylewithcss","false"],["bold",""]] "<span style=font-weight:700>fo[o</s pan><span style=font-weight:800>b]ar</span>" queryCommandValue("stylewithcss") a fter
2817 PASS [["stylewithcss","false"],["bold",""]] "<span style=font-weight:700>fo[o</s pan><span style=font-weight:800>b]ar</span>" queryCommandIndeterm("bold") before 2817 PASS [["stylewithcss","false"],["bold",""]] "<span style=font-weight:700>fo[o</s pan><span style=font-weight:800>b]ar</span>" queryCommandIndeterm("bold") before
2818 PASS [["stylewithcss","false"],["bold",""]] "<span style=font-weight:700>fo[o</s pan><span style=font-weight:800>b]ar</span>" queryCommandState("bold") before 2818 PASS [["stylewithcss","false"],["bold",""]] "<span style=font-weight:700>fo[o</s pan><span style=font-weight:800>b]ar</span>" queryCommandState("bold") before
2819 FAIL [["stylewithcss","false"],["bold",""]] "<span style=font-weight:700>fo[o</s pan><span style=font-weight:800>b]ar</span>" queryCommandValue("bold") before as sert_equals: Wrong result returned expected "" but got "true" 2819 FAIL [["stylewithcss","false"],["bold",""]] "<span style=font-weight:700>fo[o</s pan><span style=font-weight:800>b]ar</span>" queryCommandValue("bold") before as sert_equals: Wrong result returned expected "" but got "true"
2820 PASS [["stylewithcss","false"],["bold",""]] "<span style=font-weight:700>fo[o</s pan><span style=font-weight:800>b]ar</span>" queryCommandIndeterm("bold") after 2820 PASS [["stylewithcss","false"],["bold",""]] "<span style=font-weight:700>fo[o</s pan><span style=font-weight:800>b]ar</span>" queryCommandIndeterm("bold") after
2821 PASS [["stylewithcss","false"],["bold",""]] "<span style=font-weight:700>fo[o</s pan><span style=font-weight:800>b]ar</span>" queryCommandState("bold") after 2821 PASS [["stylewithcss","false"],["bold",""]] "<span style=font-weight:700>fo[o</s pan><span style=font-weight:800>b]ar</span>" queryCommandState("bold") after
2822 FAIL [["stylewithcss","false"],["bold",""]] "<span style=font-weight:700>fo[o</s pan><span style=font-weight:800>b]ar</span>" queryCommandValue("bold") after ass ert_equals: Wrong result returned expected "" but got "false" 2822 FAIL [["stylewithcss","false"],["bold",""]] "<span style=font-weight:700>fo[o</s pan><span style=font-weight:800>b]ar</span>" queryCommandValue("bold") after ass ert_equals: Wrong result returned expected "" but got "false"
2823 PASS [["stylewithcss","true"],["bold",""]] "<span style=font-weight:600>fo[o</sp an><span style=font-weight:700>b]ar</span>": execCommand("stylewithcss", false, "true") return value 2823 PASS [["stylewithcss","true"],["bold",""]] "<span style=font-weight:600>fo[o</sp an><span style=font-weight:700>b]ar</span>": execCommand("stylewithcss", false, "true") return value
2824 PASS [["stylewithcss","true"],["bold",""]] "<span style=font-weight:600>fo[o</sp an><span style=font-weight:700>b]ar</span>": execCommand("bold", false, "") retu rn value 2824 PASS [["stylewithcss","true"],["bold",""]] "<span style=font-weight:600>fo[o</sp an><span style=font-weight:700>b]ar</span>": execCommand("bold", false, "") retu rn value
2825 PASS [["stylewithcss","true"],["bold",""]] "<span style=font-weight:600>fo[o</sp an><span style=font-weight:700>b]ar</span>" checks for modifications to non-edit able content 2825 PASS [["stylewithcss","true"],["bold",""]] "<span style=font-weight:600>fo[o</sp an><span style=font-weight:700>b]ar</span>" checks for modifications to non-edit able content
2826 PASS [["stylewithcss","true"],["bold",""]] "<span style=font-weight:600>fo[o</sp an><span style=font-weight:700>b]ar</span>" compare innerHTML 2826 PASS [["stylewithcss","true"],["bold",""]] "<span style=font-weight:600>fo[o</sp an><span style=font-weight:700>b]ar</span>" compare innerHTML
2827 PASS [["stylewithcss","true"],["bold",""]] "<span style=font-weight:600>fo[o</sp an><span style=font-weight:700>b]ar</span>" queryCommandIndeterm("stylewithcss") before 2827 PASS [["stylewithcss","true"],["bold",""]] "<span style=font-weight:600>fo[o</sp an><span style=font-weight:700>b]ar</span>" queryCommandIndeterm("stylewithcss") before
2828 PASS [["stylewithcss","true"],["bold",""]] "<span style=font-weight:600>fo[o</sp an><span style=font-weight:700>b]ar</span>" queryCommandState("stylewithcss") be fore 2828 PASS [["stylewithcss","true"],["bold",""]] "<span style=font-weight:600>fo[o</sp an><span style=font-weight:700>b]ar</span>" queryCommandState("stylewithcss") be fore
2829 FAIL [["stylewithcss","true"],["bold",""]] "<span style=font-weight:600>fo[o</sp an><span style=font-weight:700>b]ar</span>" queryCommandValue("stylewithcss") be fore assert_equals: Wrong result returned expected "" but got "false" 2829 PASS [["stylewithcss","true"],["bold",""]] "<span style=font-weight:600>fo[o</sp an><span style=font-weight:700>b]ar</span>" queryCommandValue("stylewithcss") be fore
2830 PASS [["stylewithcss","true"],["bold",""]] "<span style=font-weight:600>fo[o</sp an><span style=font-weight:700>b]ar</span>" queryCommandIndeterm("stylewithcss") after 2830 PASS [["stylewithcss","true"],["bold",""]] "<span style=font-weight:600>fo[o</sp an><span style=font-weight:700>b]ar</span>" queryCommandIndeterm("stylewithcss") after
2831 PASS [["stylewithcss","true"],["bold",""]] "<span style=font-weight:600>fo[o</sp an><span style=font-weight:700>b]ar</span>" queryCommandState("stylewithcss") af ter 2831 PASS [["stylewithcss","true"],["bold",""]] "<span style=font-weight:600>fo[o</sp an><span style=font-weight:700>b]ar</span>" queryCommandState("stylewithcss") af ter
2832 FAIL [["stylewithcss","true"],["bold",""]] "<span style=font-weight:600>fo[o</sp an><span style=font-weight:700>b]ar</span>" queryCommandValue("stylewithcss") af ter assert_equals: Wrong result returned expected "" but got "true" 2832 PASS [["stylewithcss","true"],["bold",""]] "<span style=font-weight:600>fo[o</sp an><span style=font-weight:700>b]ar</span>" queryCommandValue("stylewithcss") af ter
2833 PASS [["stylewithcss","true"],["bold",""]] "<span style=font-weight:600>fo[o</sp an><span style=font-weight:700>b]ar</span>" queryCommandIndeterm("bold") before 2833 PASS [["stylewithcss","true"],["bold",""]] "<span style=font-weight:600>fo[o</sp an><span style=font-weight:700>b]ar</span>" queryCommandIndeterm("bold") before
2834 PASS [["stylewithcss","true"],["bold",""]] "<span style=font-weight:600>fo[o</sp an><span style=font-weight:700>b]ar</span>" queryCommandState("bold") before 2834 PASS [["stylewithcss","true"],["bold",""]] "<span style=font-weight:600>fo[o</sp an><span style=font-weight:700>b]ar</span>" queryCommandState("bold") before
2835 FAIL [["stylewithcss","true"],["bold",""]] "<span style=font-weight:600>fo[o</sp an><span style=font-weight:700>b]ar</span>" queryCommandValue("bold") before ass ert_equals: Wrong result returned expected "" but got "true" 2835 FAIL [["stylewithcss","true"],["bold",""]] "<span style=font-weight:600>fo[o</sp an><span style=font-weight:700>b]ar</span>" queryCommandValue("bold") before ass ert_equals: Wrong result returned expected "" but got "true"
2836 PASS [["stylewithcss","true"],["bold",""]] "<span style=font-weight:600>fo[o</sp an><span style=font-weight:700>b]ar</span>" queryCommandIndeterm("bold") after 2836 PASS [["stylewithcss","true"],["bold",""]] "<span style=font-weight:600>fo[o</sp an><span style=font-weight:700>b]ar</span>" queryCommandIndeterm("bold") after
2837 PASS [["stylewithcss","true"],["bold",""]] "<span style=font-weight:600>fo[o</sp an><span style=font-weight:700>b]ar</span>" queryCommandState("bold") after 2837 PASS [["stylewithcss","true"],["bold",""]] "<span style=font-weight:600>fo[o</sp an><span style=font-weight:700>b]ar</span>" queryCommandState("bold") after
2838 FAIL [["stylewithcss","true"],["bold",""]] "<span style=font-weight:600>fo[o</sp an><span style=font-weight:700>b]ar</span>" queryCommandValue("bold") after asse rt_equals: Wrong result returned expected "" but got "false" 2838 FAIL [["stylewithcss","true"],["bold",""]] "<span style=font-weight:600>fo[o</sp an><span style=font-weight:700>b]ar</span>" queryCommandValue("bold") after asse rt_equals: Wrong result returned expected "" but got "false"
2839 PASS [["stylewithcss","false"],["bold",""]] "<span style=font-weight:600>fo[o</s pan><span style=font-weight:700>b]ar</span>": execCommand("stylewithcss", false, "false") return value 2839 PASS [["stylewithcss","false"],["bold",""]] "<span style=font-weight:600>fo[o</s pan><span style=font-weight:700>b]ar</span>": execCommand("stylewithcss", false, "false") return value
2840 PASS [["stylewithcss","false"],["bold",""]] "<span style=font-weight:600>fo[o</s pan><span style=font-weight:700>b]ar</span>": execCommand("bold", false, "") ret urn value 2840 PASS [["stylewithcss","false"],["bold",""]] "<span style=font-weight:600>fo[o</s pan><span style=font-weight:700>b]ar</span>": execCommand("bold", false, "") ret urn value
2841 PASS [["stylewithcss","false"],["bold",""]] "<span style=font-weight:600>fo[o</s pan><span style=font-weight:700>b]ar</span>" checks for modifications to non-edi table content 2841 PASS [["stylewithcss","false"],["bold",""]] "<span style=font-weight:600>fo[o</s pan><span style=font-weight:700>b]ar</span>" checks for modifications to non-edi table content
2842 FAIL [["stylewithcss","false"],["bold",""]] "<span style=font-weight:600>fo[o</s pan><span style=font-weight:700>b]ar</span>" compare innerHTML assert_equals: Un expected innerHTML (after normalizing inline style) expected "<span style=\"font -weight:600\">fo</span>ob<b>ar</b>" but got "<span style=\"font-weight:600\">fo< /span>ob<span style=\"font-weight:700\">ar</span>" 2842 FAIL [["stylewithcss","false"],["bold",""]] "<span style=font-weight:600>fo[o</s pan><span style=font-weight:700>b]ar</span>" compare innerHTML assert_equals: Un expected innerHTML (after normalizing inline style) expected "<span style=\"font -weight:600\">fo</span>ob<b>ar</b>" but got "<span style=\"font-weight:600\">fo< /span>ob<span style=\"font-weight:700\">ar</span>"
2843 PASS [["stylewithcss","false"],["bold",""]] "<span style=font-weight:600>fo[o</s pan><span style=font-weight:700>b]ar</span>" queryCommandIndeterm("stylewithcss" ) before 2843 PASS [["stylewithcss","false"],["bold",""]] "<span style=font-weight:600>fo[o</s pan><span style=font-weight:700>b]ar</span>" queryCommandIndeterm("stylewithcss" ) before
2844 PASS [["stylewithcss","false"],["bold",""]] "<span style=font-weight:600>fo[o</s pan><span style=font-weight:700>b]ar</span>" queryCommandState("stylewithcss") b efore 2844 PASS [["stylewithcss","false"],["bold",""]] "<span style=font-weight:600>fo[o</s pan><span style=font-weight:700>b]ar</span>" queryCommandState("stylewithcss") b efore
2845 FAIL [["stylewithcss","false"],["bold",""]] "<span style=font-weight:600>fo[o</s pan><span style=font-weight:700>b]ar</span>" queryCommandValue("stylewithcss") b efore assert_equals: Wrong result returned expected "" but got "true" 2845 PASS [["stylewithcss","false"],["bold",""]] "<span style=font-weight:600>fo[o</s pan><span style=font-weight:700>b]ar</span>" queryCommandValue("stylewithcss") b efore
2846 PASS [["stylewithcss","false"],["bold",""]] "<span style=font-weight:600>fo[o</s pan><span style=font-weight:700>b]ar</span>" queryCommandIndeterm("stylewithcss" ) after 2846 PASS [["stylewithcss","false"],["bold",""]] "<span style=font-weight:600>fo[o</s pan><span style=font-weight:700>b]ar</span>" queryCommandIndeterm("stylewithcss" ) after
2847 PASS [["stylewithcss","false"],["bold",""]] "<span style=font-weight:600>fo[o</s pan><span style=font-weight:700>b]ar</span>" queryCommandState("stylewithcss") a fter 2847 PASS [["stylewithcss","false"],["bold",""]] "<span style=font-weight:600>fo[o</s pan><span style=font-weight:700>b]ar</span>" queryCommandState("stylewithcss") a fter
2848 FAIL [["stylewithcss","false"],["bold",""]] "<span style=font-weight:600>fo[o</s pan><span style=font-weight:700>b]ar</span>" queryCommandValue("stylewithcss") a fter assert_equals: Wrong result returned expected "" but got "false" 2848 PASS [["stylewithcss","false"],["bold",""]] "<span style=font-weight:600>fo[o</s pan><span style=font-weight:700>b]ar</span>" queryCommandValue("stylewithcss") a fter
2849 PASS [["stylewithcss","false"],["bold",""]] "<span style=font-weight:600>fo[o</s pan><span style=font-weight:700>b]ar</span>" queryCommandIndeterm("bold") before 2849 PASS [["stylewithcss","false"],["bold",""]] "<span style=font-weight:600>fo[o</s pan><span style=font-weight:700>b]ar</span>" queryCommandIndeterm("bold") before
2850 PASS [["stylewithcss","false"],["bold",""]] "<span style=font-weight:600>fo[o</s pan><span style=font-weight:700>b]ar</span>" queryCommandState("bold") before 2850 PASS [["stylewithcss","false"],["bold",""]] "<span style=font-weight:600>fo[o</s pan><span style=font-weight:700>b]ar</span>" queryCommandState("bold") before
2851 FAIL [["stylewithcss","false"],["bold",""]] "<span style=font-weight:600>fo[o</s pan><span style=font-weight:700>b]ar</span>" queryCommandValue("bold") before as sert_equals: Wrong result returned expected "" but got "true" 2851 FAIL [["stylewithcss","false"],["bold",""]] "<span style=font-weight:600>fo[o</s pan><span style=font-weight:700>b]ar</span>" queryCommandValue("bold") before as sert_equals: Wrong result returned expected "" but got "true"
2852 PASS [["stylewithcss","false"],["bold",""]] "<span style=font-weight:600>fo[o</s pan><span style=font-weight:700>b]ar</span>" queryCommandIndeterm("bold") after 2852 PASS [["stylewithcss","false"],["bold",""]] "<span style=font-weight:600>fo[o</s pan><span style=font-weight:700>b]ar</span>" queryCommandIndeterm("bold") after
2853 PASS [["stylewithcss","false"],["bold",""]] "<span style=font-weight:600>fo[o</s pan><span style=font-weight:700>b]ar</span>" queryCommandState("bold") after 2853 PASS [["stylewithcss","false"],["bold",""]] "<span style=font-weight:600>fo[o</s pan><span style=font-weight:700>b]ar</span>" queryCommandState("bold") after
2854 FAIL [["stylewithcss","false"],["bold",""]] "<span style=font-weight:600>fo[o</s pan><span style=font-weight:700>b]ar</span>" queryCommandValue("bold") after ass ert_equals: Wrong result returned expected "" but got "false" 2854 FAIL [["stylewithcss","false"],["bold",""]] "<span style=font-weight:600>fo[o</s pan><span style=font-weight:700>b]ar</span>" queryCommandValue("bold") after ass ert_equals: Wrong result returned expected "" but got "false"
2855 PASS [["stylewithcss","true"],["bold",""]] "<span style=font-weight:500>fo[o</sp an><span style=font-weight:600>b]ar</span>": execCommand("stylewithcss", false, "true") return value 2855 PASS [["stylewithcss","true"],["bold",""]] "<span style=font-weight:500>fo[o</sp an><span style=font-weight:600>b]ar</span>": execCommand("stylewithcss", false, "true") return value
2856 PASS [["stylewithcss","true"],["bold",""]] "<span style=font-weight:500>fo[o</sp an><span style=font-weight:600>b]ar</span>": execCommand("bold", false, "") retu rn value 2856 PASS [["stylewithcss","true"],["bold",""]] "<span style=font-weight:500>fo[o</sp an><span style=font-weight:600>b]ar</span>": execCommand("bold", false, "") retu rn value
2857 PASS [["stylewithcss","true"],["bold",""]] "<span style=font-weight:500>fo[o</sp an><span style=font-weight:600>b]ar</span>" checks for modifications to non-edit able content 2857 PASS [["stylewithcss","true"],["bold",""]] "<span style=font-weight:500>fo[o</sp an><span style=font-weight:600>b]ar</span>" checks for modifications to non-edit able content
2858 FAIL [["stylewithcss","true"],["bold",""]] "<span style=font-weight:500>fo[o</sp an><span style=font-weight:600>b]ar</span>" compare innerHTML assert_equals: Une xpected innerHTML (after normalizing inline style) expected "<span style=\"font- weight:500\">fo<span style=\"font-weight:bold\">o</span></span><span style=\"fon t-weight:600\"><span style=\"font-weight:bold\">b</span>ar</span>" but got "<spa n style=\"font-weight:500\">fo</span><span style=\"font-weight:bold\">ob</span>< span style=\"font-weight:600\">ar</span>" 2858 FAIL [["stylewithcss","true"],["bold",""]] "<span style=font-weight:500>fo[o</sp an><span style=font-weight:600>b]ar</span>" compare innerHTML assert_equals: Une xpected innerHTML (after normalizing inline style) expected "<span style=\"font- weight:500\">fo<span style=\"font-weight:bold\">o</span></span><span style=\"fon t-weight:600\"><span style=\"font-weight:bold\">b</span>ar</span>" but got "<spa n style=\"font-weight:500\">fo</span><span style=\"font-weight:bold\">ob</span>< span style=\"font-weight:600\">ar</span>"
2859 PASS [["stylewithcss","true"],["bold",""]] "<span style=font-weight:500>fo[o</sp an><span style=font-weight:600>b]ar</span>" queryCommandIndeterm("stylewithcss") before 2859 PASS [["stylewithcss","true"],["bold",""]] "<span style=font-weight:500>fo[o</sp an><span style=font-weight:600>b]ar</span>" queryCommandIndeterm("stylewithcss") before
2860 PASS [["stylewithcss","true"],["bold",""]] "<span style=font-weight:500>fo[o</sp an><span style=font-weight:600>b]ar</span>" queryCommandState("stylewithcss") be fore 2860 PASS [["stylewithcss","true"],["bold",""]] "<span style=font-weight:500>fo[o</sp an><span style=font-weight:600>b]ar</span>" queryCommandState("stylewithcss") be fore
2861 FAIL [["stylewithcss","true"],["bold",""]] "<span style=font-weight:500>fo[o</sp an><span style=font-weight:600>b]ar</span>" queryCommandValue("stylewithcss") be fore assert_equals: Wrong result returned expected "" but got "false" 2861 PASS [["stylewithcss","true"],["bold",""]] "<span style=font-weight:500>fo[o</sp an><span style=font-weight:600>b]ar</span>" queryCommandValue("stylewithcss") be fore
2862 PASS [["stylewithcss","true"],["bold",""]] "<span style=font-weight:500>fo[o</sp an><span style=font-weight:600>b]ar</span>" queryCommandIndeterm("stylewithcss") after 2862 PASS [["stylewithcss","true"],["bold",""]] "<span style=font-weight:500>fo[o</sp an><span style=font-weight:600>b]ar</span>" queryCommandIndeterm("stylewithcss") after
2863 PASS [["stylewithcss","true"],["bold",""]] "<span style=font-weight:500>fo[o</sp an><span style=font-weight:600>b]ar</span>" queryCommandState("stylewithcss") af ter 2863 PASS [["stylewithcss","true"],["bold",""]] "<span style=font-weight:500>fo[o</sp an><span style=font-weight:600>b]ar</span>" queryCommandState("stylewithcss") af ter
2864 FAIL [["stylewithcss","true"],["bold",""]] "<span style=font-weight:500>fo[o</sp an><span style=font-weight:600>b]ar</span>" queryCommandValue("stylewithcss") af ter assert_equals: Wrong result returned expected "" but got "true" 2864 PASS [["stylewithcss","true"],["bold",""]] "<span style=font-weight:500>fo[o</sp an><span style=font-weight:600>b]ar</span>" queryCommandValue("stylewithcss") af ter
2865 FAIL [["stylewithcss","true"],["bold",""]] "<span style=font-weight:500>fo[o</sp an><span style=font-weight:600>b]ar</span>" queryCommandIndeterm("bold") before assert_equals: Wrong result returned expected true but got false 2865 FAIL [["stylewithcss","true"],["bold",""]] "<span style=font-weight:500>fo[o</sp an><span style=font-weight:600>b]ar</span>" queryCommandIndeterm("bold") before assert_equals: Wrong result returned expected true but got false
2866 PASS [["stylewithcss","true"],["bold",""]] "<span style=font-weight:500>fo[o</sp an><span style=font-weight:600>b]ar</span>" queryCommandState("bold") before 2866 PASS [["stylewithcss","true"],["bold",""]] "<span style=font-weight:500>fo[o</sp an><span style=font-weight:600>b]ar</span>" queryCommandState("bold") before
2867 FAIL [["stylewithcss","true"],["bold",""]] "<span style=font-weight:500>fo[o</sp an><span style=font-weight:600>b]ar</span>" queryCommandValue("bold") before ass ert_equals: Wrong result returned expected "" but got "false" 2867 FAIL [["stylewithcss","true"],["bold",""]] "<span style=font-weight:500>fo[o</sp an><span style=font-weight:600>b]ar</span>" queryCommandValue("bold") before ass ert_equals: Wrong result returned expected "" but got "false"
2868 PASS [["stylewithcss","true"],["bold",""]] "<span style=font-weight:500>fo[o</sp an><span style=font-weight:600>b]ar</span>" queryCommandIndeterm("bold") after 2868 PASS [["stylewithcss","true"],["bold",""]] "<span style=font-weight:500>fo[o</sp an><span style=font-weight:600>b]ar</span>" queryCommandIndeterm("bold") after
2869 PASS [["stylewithcss","true"],["bold",""]] "<span style=font-weight:500>fo[o</sp an><span style=font-weight:600>b]ar</span>" queryCommandState("bold") after 2869 PASS [["stylewithcss","true"],["bold",""]] "<span style=font-weight:500>fo[o</sp an><span style=font-weight:600>b]ar</span>" queryCommandState("bold") after
2870 FAIL [["stylewithcss","true"],["bold",""]] "<span style=font-weight:500>fo[o</sp an><span style=font-weight:600>b]ar</span>" queryCommandValue("bold") after asse rt_equals: Wrong result returned expected "" but got "true" 2870 FAIL [["stylewithcss","true"],["bold",""]] "<span style=font-weight:500>fo[o</sp an><span style=font-weight:600>b]ar</span>" queryCommandValue("bold") after asse rt_equals: Wrong result returned expected "" but got "true"
2871 PASS [["stylewithcss","false"],["bold",""]] "<span style=font-weight:500>fo[o</s pan><span style=font-weight:600>b]ar</span>": execCommand("stylewithcss", false, "false") return value 2871 PASS [["stylewithcss","false"],["bold",""]] "<span style=font-weight:500>fo[o</s pan><span style=font-weight:600>b]ar</span>": execCommand("stylewithcss", false, "false") return value
2872 PASS [["stylewithcss","false"],["bold",""]] "<span style=font-weight:500>fo[o</s pan><span style=font-weight:600>b]ar</span>": execCommand("bold", false, "") ret urn value 2872 PASS [["stylewithcss","false"],["bold",""]] "<span style=font-weight:500>fo[o</s pan><span style=font-weight:600>b]ar</span>": execCommand("bold", false, "") ret urn value
2873 PASS [["stylewithcss","false"],["bold",""]] "<span style=font-weight:500>fo[o</s pan><span style=font-weight:600>b]ar</span>" checks for modifications to non-edi table content 2873 PASS [["stylewithcss","false"],["bold",""]] "<span style=font-weight:500>fo[o</s pan><span style=font-weight:600>b]ar</span>" checks for modifications to non-edi table content
2874 FAIL [["stylewithcss","false"],["bold",""]] "<span style=font-weight:500>fo[o</s pan><span style=font-weight:600>b]ar</span>" compare innerHTML assert_equals: Un expected innerHTML (after normalizing inline style) expected "<span style=\"font -weight:500\">fo<b>o</b></span><span style=\"font-weight:600\"><b>b</b>ar</span> " but got "<span style=\"font-weight:500\">fo</span><b>ob</b><span style=\"font- weight:600\">ar</span>" 2874 FAIL [["stylewithcss","false"],["bold",""]] "<span style=font-weight:500>fo[o</s pan><span style=font-weight:600>b]ar</span>" compare innerHTML assert_equals: Un expected innerHTML (after normalizing inline style) expected "<span style=\"font -weight:500\">fo<b>o</b></span><span style=\"font-weight:600\"><b>b</b>ar</span> " but got "<span style=\"font-weight:500\">fo</span><b>ob</b><span style=\"font- weight:600\">ar</span>"
2875 PASS [["stylewithcss","false"],["bold",""]] "<span style=font-weight:500>fo[o</s pan><span style=font-weight:600>b]ar</span>" queryCommandIndeterm("stylewithcss" ) before 2875 PASS [["stylewithcss","false"],["bold",""]] "<span style=font-weight:500>fo[o</s pan><span style=font-weight:600>b]ar</span>" queryCommandIndeterm("stylewithcss" ) before
2876 PASS [["stylewithcss","false"],["bold",""]] "<span style=font-weight:500>fo[o</s pan><span style=font-weight:600>b]ar</span>" queryCommandState("stylewithcss") b efore 2876 PASS [["stylewithcss","false"],["bold",""]] "<span style=font-weight:500>fo[o</s pan><span style=font-weight:600>b]ar</span>" queryCommandState("stylewithcss") b efore
2877 FAIL [["stylewithcss","false"],["bold",""]] "<span style=font-weight:500>fo[o</s pan><span style=font-weight:600>b]ar</span>" queryCommandValue("stylewithcss") b efore assert_equals: Wrong result returned expected "" but got "true" 2877 PASS [["stylewithcss","false"],["bold",""]] "<span style=font-weight:500>fo[o</s pan><span style=font-weight:600>b]ar</span>" queryCommandValue("stylewithcss") b efore
2878 PASS [["stylewithcss","false"],["bold",""]] "<span style=font-weight:500>fo[o</s pan><span style=font-weight:600>b]ar</span>" queryCommandIndeterm("stylewithcss" ) after 2878 PASS [["stylewithcss","false"],["bold",""]] "<span style=font-weight:500>fo[o</s pan><span style=font-weight:600>b]ar</span>" queryCommandIndeterm("stylewithcss" ) after
2879 PASS [["stylewithcss","false"],["bold",""]] "<span style=font-weight:500>fo[o</s pan><span style=font-weight:600>b]ar</span>" queryCommandState("stylewithcss") a fter 2879 PASS [["stylewithcss","false"],["bold",""]] "<span style=font-weight:500>fo[o</s pan><span style=font-weight:600>b]ar</span>" queryCommandState("stylewithcss") a fter
2880 FAIL [["stylewithcss","false"],["bold",""]] "<span style=font-weight:500>fo[o</s pan><span style=font-weight:600>b]ar</span>" queryCommandValue("stylewithcss") a fter assert_equals: Wrong result returned expected "" but got "false" 2880 PASS [["stylewithcss","false"],["bold",""]] "<span style=font-weight:500>fo[o</s pan><span style=font-weight:600>b]ar</span>" queryCommandValue("stylewithcss") a fter
2881 FAIL [["stylewithcss","false"],["bold",""]] "<span style=font-weight:500>fo[o</s pan><span style=font-weight:600>b]ar</span>" queryCommandIndeterm("bold") before assert_equals: Wrong result returned expected true but got false 2881 FAIL [["stylewithcss","false"],["bold",""]] "<span style=font-weight:500>fo[o</s pan><span style=font-weight:600>b]ar</span>" queryCommandIndeterm("bold") before assert_equals: Wrong result returned expected true but got false
2882 PASS [["stylewithcss","false"],["bold",""]] "<span style=font-weight:500>fo[o</s pan><span style=font-weight:600>b]ar</span>" queryCommandState("bold") before 2882 PASS [["stylewithcss","false"],["bold",""]] "<span style=font-weight:500>fo[o</s pan><span style=font-weight:600>b]ar</span>" queryCommandState("bold") before
2883 FAIL [["stylewithcss","false"],["bold",""]] "<span style=font-weight:500>fo[o</s pan><span style=font-weight:600>b]ar</span>" queryCommandValue("bold") before as sert_equals: Wrong result returned expected "" but got "false" 2883 FAIL [["stylewithcss","false"],["bold",""]] "<span style=font-weight:500>fo[o</s pan><span style=font-weight:600>b]ar</span>" queryCommandValue("bold") before as sert_equals: Wrong result returned expected "" but got "false"
2884 PASS [["stylewithcss","false"],["bold",""]] "<span style=font-weight:500>fo[o</s pan><span style=font-weight:600>b]ar</span>" queryCommandIndeterm("bold") after 2884 PASS [["stylewithcss","false"],["bold",""]] "<span style=font-weight:500>fo[o</s pan><span style=font-weight:600>b]ar</span>" queryCommandIndeterm("bold") after
2885 PASS [["stylewithcss","false"],["bold",""]] "<span style=font-weight:500>fo[o</s pan><span style=font-weight:600>b]ar</span>" queryCommandState("bold") after 2885 PASS [["stylewithcss","false"],["bold",""]] "<span style=font-weight:500>fo[o</s pan><span style=font-weight:600>b]ar</span>" queryCommandState("bold") after
2886 FAIL [["stylewithcss","false"],["bold",""]] "<span style=font-weight:500>fo[o</s pan><span style=font-weight:600>b]ar</span>" queryCommandValue("bold") after ass ert_equals: Wrong result returned expected "" but got "true" 2886 FAIL [["stylewithcss","false"],["bold",""]] "<span style=font-weight:500>fo[o</s pan><span style=font-weight:600>b]ar</span>" queryCommandValue("bold") after ass ert_equals: Wrong result returned expected "" but got "true"
2887 PASS [["stylewithcss","true"],["bold",""]] "<span style=font-weight:400>fo[o</sp an><span style=font-weight:500>b]ar</span>": execCommand("stylewithcss", false, "true") return value 2887 PASS [["stylewithcss","true"],["bold",""]] "<span style=font-weight:400>fo[o</sp an><span style=font-weight:500>b]ar</span>": execCommand("stylewithcss", false, "true") return value
2888 PASS [["stylewithcss","true"],["bold",""]] "<span style=font-weight:400>fo[o</sp an><span style=font-weight:500>b]ar</span>": execCommand("bold", false, "") retu rn value 2888 PASS [["stylewithcss","true"],["bold",""]] "<span style=font-weight:400>fo[o</sp an><span style=font-weight:500>b]ar</span>": execCommand("bold", false, "") retu rn value
2889 PASS [["stylewithcss","true"],["bold",""]] "<span style=font-weight:400>fo[o</sp an><span style=font-weight:500>b]ar</span>" checks for modifications to non-edit able content 2889 PASS [["stylewithcss","true"],["bold",""]] "<span style=font-weight:400>fo[o</sp an><span style=font-weight:500>b]ar</span>" checks for modifications to non-edit able content
2890 FAIL [["stylewithcss","true"],["bold",""]] "<span style=font-weight:400>fo[o</sp an><span style=font-weight:500>b]ar</span>" compare innerHTML assert_equals: Une xpected innerHTML (after normalizing inline style) expected "<span style=\"font- weight:400\">fo<span style=\"font-weight:bold\">o</span></span><span style=\"fon t-weight:500\"><span style=\"font-weight:bold\">b</span>ar</span>" but got "<spa n style=\"font-weight:400\">fo</span><span style=\"font-weight:bold\">ob</span>< span style=\"font-weight:500\">ar</span>" 2890 FAIL [["stylewithcss","true"],["bold",""]] "<span style=font-weight:400>fo[o</sp an><span style=font-weight:500>b]ar</span>" compare innerHTML assert_equals: Une xpected innerHTML (after normalizing inline style) expected "<span style=\"font- weight:400\">fo<span style=\"font-weight:bold\">o</span></span><span style=\"fon t-weight:500\"><span style=\"font-weight:bold\">b</span>ar</span>" but got "<spa n style=\"font-weight:400\">fo</span><span style=\"font-weight:bold\">ob</span>< span style=\"font-weight:500\">ar</span>"
2891 PASS [["stylewithcss","true"],["bold",""]] "<span style=font-weight:400>fo[o</sp an><span style=font-weight:500>b]ar</span>" queryCommandIndeterm("stylewithcss") before 2891 PASS [["stylewithcss","true"],["bold",""]] "<span style=font-weight:400>fo[o</sp an><span style=font-weight:500>b]ar</span>" queryCommandIndeterm("stylewithcss") before
2892 PASS [["stylewithcss","true"],["bold",""]] "<span style=font-weight:400>fo[o</sp an><span style=font-weight:500>b]ar</span>" queryCommandState("stylewithcss") be fore 2892 PASS [["stylewithcss","true"],["bold",""]] "<span style=font-weight:400>fo[o</sp an><span style=font-weight:500>b]ar</span>" queryCommandState("stylewithcss") be fore
2893 FAIL [["stylewithcss","true"],["bold",""]] "<span style=font-weight:400>fo[o</sp an><span style=font-weight:500>b]ar</span>" queryCommandValue("stylewithcss") be fore assert_equals: Wrong result returned expected "" but got "false" 2893 PASS [["stylewithcss","true"],["bold",""]] "<span style=font-weight:400>fo[o</sp an><span style=font-weight:500>b]ar</span>" queryCommandValue("stylewithcss") be fore
2894 PASS [["stylewithcss","true"],["bold",""]] "<span style=font-weight:400>fo[o</sp an><span style=font-weight:500>b]ar</span>" queryCommandIndeterm("stylewithcss") after 2894 PASS [["stylewithcss","true"],["bold",""]] "<span style=font-weight:400>fo[o</sp an><span style=font-weight:500>b]ar</span>" queryCommandIndeterm("stylewithcss") after
2895 PASS [["stylewithcss","true"],["bold",""]] "<span style=font-weight:400>fo[o</sp an><span style=font-weight:500>b]ar</span>" queryCommandState("stylewithcss") af ter 2895 PASS [["stylewithcss","true"],["bold",""]] "<span style=font-weight:400>fo[o</sp an><span style=font-weight:500>b]ar</span>" queryCommandState("stylewithcss") af ter
2896 FAIL [["stylewithcss","true"],["bold",""]] "<span style=font-weight:400>fo[o</sp an><span style=font-weight:500>b]ar</span>" queryCommandValue("stylewithcss") af ter assert_equals: Wrong result returned expected "" but got "true" 2896 PASS [["stylewithcss","true"],["bold",""]] "<span style=font-weight:400>fo[o</sp an><span style=font-weight:500>b]ar</span>" queryCommandValue("stylewithcss") af ter
2897 PASS [["stylewithcss","true"],["bold",""]] "<span style=font-weight:400>fo[o</sp an><span style=font-weight:500>b]ar</span>" queryCommandIndeterm("bold") before 2897 PASS [["stylewithcss","true"],["bold",""]] "<span style=font-weight:400>fo[o</sp an><span style=font-weight:500>b]ar</span>" queryCommandIndeterm("bold") before
2898 PASS [["stylewithcss","true"],["bold",""]] "<span style=font-weight:400>fo[o</sp an><span style=font-weight:500>b]ar</span>" queryCommandState("bold") before 2898 PASS [["stylewithcss","true"],["bold",""]] "<span style=font-weight:400>fo[o</sp an><span style=font-weight:500>b]ar</span>" queryCommandState("bold") before
2899 FAIL [["stylewithcss","true"],["bold",""]] "<span style=font-weight:400>fo[o</sp an><span style=font-weight:500>b]ar</span>" queryCommandValue("bold") before ass ert_equals: Wrong result returned expected "" but got "false" 2899 FAIL [["stylewithcss","true"],["bold",""]] "<span style=font-weight:400>fo[o</sp an><span style=font-weight:500>b]ar</span>" queryCommandValue("bold") before ass ert_equals: Wrong result returned expected "" but got "false"
2900 PASS [["stylewithcss","true"],["bold",""]] "<span style=font-weight:400>fo[o</sp an><span style=font-weight:500>b]ar</span>" queryCommandIndeterm("bold") after 2900 PASS [["stylewithcss","true"],["bold",""]] "<span style=font-weight:400>fo[o</sp an><span style=font-weight:500>b]ar</span>" queryCommandIndeterm("bold") after
2901 PASS [["stylewithcss","true"],["bold",""]] "<span style=font-weight:400>fo[o</sp an><span style=font-weight:500>b]ar</span>" queryCommandState("bold") after 2901 PASS [["stylewithcss","true"],["bold",""]] "<span style=font-weight:400>fo[o</sp an><span style=font-weight:500>b]ar</span>" queryCommandState("bold") after
2902 FAIL [["stylewithcss","true"],["bold",""]] "<span style=font-weight:400>fo[o</sp an><span style=font-weight:500>b]ar</span>" queryCommandValue("bold") after asse rt_equals: Wrong result returned expected "" but got "true" 2902 FAIL [["stylewithcss","true"],["bold",""]] "<span style=font-weight:400>fo[o</sp an><span style=font-weight:500>b]ar</span>" queryCommandValue("bold") after asse rt_equals: Wrong result returned expected "" but got "true"
2903 PASS [["stylewithcss","false"],["bold",""]] "<span style=font-weight:400>fo[o</s pan><span style=font-weight:500>b]ar</span>": execCommand("stylewithcss", false, "false") return value 2903 PASS [["stylewithcss","false"],["bold",""]] "<span style=font-weight:400>fo[o</s pan><span style=font-weight:500>b]ar</span>": execCommand("stylewithcss", false, "false") return value
2904 PASS [["stylewithcss","false"],["bold",""]] "<span style=font-weight:400>fo[o</s pan><span style=font-weight:500>b]ar</span>": execCommand("bold", false, "") ret urn value 2904 PASS [["stylewithcss","false"],["bold",""]] "<span style=font-weight:400>fo[o</s pan><span style=font-weight:500>b]ar</span>": execCommand("bold", false, "") ret urn value
2905 PASS [["stylewithcss","false"],["bold",""]] "<span style=font-weight:400>fo[o</s pan><span style=font-weight:500>b]ar</span>" checks for modifications to non-edi table content 2905 PASS [["stylewithcss","false"],["bold",""]] "<span style=font-weight:400>fo[o</s pan><span style=font-weight:500>b]ar</span>" checks for modifications to non-edi table content
2906 FAIL [["stylewithcss","false"],["bold",""]] "<span style=font-weight:400>fo[o</s pan><span style=font-weight:500>b]ar</span>" compare innerHTML assert_equals: Un expected innerHTML (after normalizing inline style) expected "<span style=\"font -weight:400\">fo<b>o</b></span><span style=\"font-weight:500\"><b>b</b>ar</span> " but got "<span style=\"font-weight:400\">fo</span><b>ob</b><span style=\"font- weight:500\">ar</span>" 2906 FAIL [["stylewithcss","false"],["bold",""]] "<span style=font-weight:400>fo[o</s pan><span style=font-weight:500>b]ar</span>" compare innerHTML assert_equals: Un expected innerHTML (after normalizing inline style) expected "<span style=\"font -weight:400\">fo<b>o</b></span><span style=\"font-weight:500\"><b>b</b>ar</span> " but got "<span style=\"font-weight:400\">fo</span><b>ob</b><span style=\"font- weight:500\">ar</span>"
2907 PASS [["stylewithcss","false"],["bold",""]] "<span style=font-weight:400>fo[o</s pan><span style=font-weight:500>b]ar</span>" queryCommandIndeterm("stylewithcss" ) before 2907 PASS [["stylewithcss","false"],["bold",""]] "<span style=font-weight:400>fo[o</s pan><span style=font-weight:500>b]ar</span>" queryCommandIndeterm("stylewithcss" ) before
2908 PASS [["stylewithcss","false"],["bold",""]] "<span style=font-weight:400>fo[o</s pan><span style=font-weight:500>b]ar</span>" queryCommandState("stylewithcss") b efore 2908 PASS [["stylewithcss","false"],["bold",""]] "<span style=font-weight:400>fo[o</s pan><span style=font-weight:500>b]ar</span>" queryCommandState("stylewithcss") b efore
2909 FAIL [["stylewithcss","false"],["bold",""]] "<span style=font-weight:400>fo[o</s pan><span style=font-weight:500>b]ar</span>" queryCommandValue("stylewithcss") b efore assert_equals: Wrong result returned expected "" but got "true" 2909 PASS [["stylewithcss","false"],["bold",""]] "<span style=font-weight:400>fo[o</s pan><span style=font-weight:500>b]ar</span>" queryCommandValue("stylewithcss") b efore
2910 PASS [["stylewithcss","false"],["bold",""]] "<span style=font-weight:400>fo[o</s pan><span style=font-weight:500>b]ar</span>" queryCommandIndeterm("stylewithcss" ) after 2910 PASS [["stylewithcss","false"],["bold",""]] "<span style=font-weight:400>fo[o</s pan><span style=font-weight:500>b]ar</span>" queryCommandIndeterm("stylewithcss" ) after
2911 PASS [["stylewithcss","false"],["bold",""]] "<span style=font-weight:400>fo[o</s pan><span style=font-weight:500>b]ar</span>" queryCommandState("stylewithcss") a fter 2911 PASS [["stylewithcss","false"],["bold",""]] "<span style=font-weight:400>fo[o</s pan><span style=font-weight:500>b]ar</span>" queryCommandState("stylewithcss") a fter
2912 FAIL [["stylewithcss","false"],["bold",""]] "<span style=font-weight:400>fo[o</s pan><span style=font-weight:500>b]ar</span>" queryCommandValue("stylewithcss") a fter assert_equals: Wrong result returned expected "" but got "false" 2912 PASS [["stylewithcss","false"],["bold",""]] "<span style=font-weight:400>fo[o</s pan><span style=font-weight:500>b]ar</span>" queryCommandValue("stylewithcss") a fter
2913 PASS [["stylewithcss","false"],["bold",""]] "<span style=font-weight:400>fo[o</s pan><span style=font-weight:500>b]ar</span>" queryCommandIndeterm("bold") before 2913 PASS [["stylewithcss","false"],["bold",""]] "<span style=font-weight:400>fo[o</s pan><span style=font-weight:500>b]ar</span>" queryCommandIndeterm("bold") before
2914 PASS [["stylewithcss","false"],["bold",""]] "<span style=font-weight:400>fo[o</s pan><span style=font-weight:500>b]ar</span>" queryCommandState("bold") before 2914 PASS [["stylewithcss","false"],["bold",""]] "<span style=font-weight:400>fo[o</s pan><span style=font-weight:500>b]ar</span>" queryCommandState("bold") before
2915 FAIL [["stylewithcss","false"],["bold",""]] "<span style=font-weight:400>fo[o</s pan><span style=font-weight:500>b]ar</span>" queryCommandValue("bold") before as sert_equals: Wrong result returned expected "" but got "false" 2915 FAIL [["stylewithcss","false"],["bold",""]] "<span style=font-weight:400>fo[o</s pan><span style=font-weight:500>b]ar</span>" queryCommandValue("bold") before as sert_equals: Wrong result returned expected "" but got "false"
2916 PASS [["stylewithcss","false"],["bold",""]] "<span style=font-weight:400>fo[o</s pan><span style=font-weight:500>b]ar</span>" queryCommandIndeterm("bold") after 2916 PASS [["stylewithcss","false"],["bold",""]] "<span style=font-weight:400>fo[o</s pan><span style=font-weight:500>b]ar</span>" queryCommandIndeterm("bold") after
2917 PASS [["stylewithcss","false"],["bold",""]] "<span style=font-weight:400>fo[o</s pan><span style=font-weight:500>b]ar</span>" queryCommandState("bold") after 2917 PASS [["stylewithcss","false"],["bold",""]] "<span style=font-weight:400>fo[o</s pan><span style=font-weight:500>b]ar</span>" queryCommandState("bold") after
2918 FAIL [["stylewithcss","false"],["bold",""]] "<span style=font-weight:400>fo[o</s pan><span style=font-weight:500>b]ar</span>" queryCommandValue("bold") after ass ert_equals: Wrong result returned expected "" but got "true" 2918 FAIL [["stylewithcss","false"],["bold",""]] "<span style=font-weight:400>fo[o</s pan><span style=font-weight:500>b]ar</span>" queryCommandValue("bold") after ass ert_equals: Wrong result returned expected "" but got "true"
2919 PASS [["stylewithcss","true"],["bold",""]] "<span style=font-weight:300>fo[o</sp an><span style=font-weight:400>b]ar</span>": execCommand("stylewithcss", false, "true") return value 2919 PASS [["stylewithcss","true"],["bold",""]] "<span style=font-weight:300>fo[o</sp an><span style=font-weight:400>b]ar</span>": execCommand("stylewithcss", false, "true") return value
2920 PASS [["stylewithcss","true"],["bold",""]] "<span style=font-weight:300>fo[o</sp an><span style=font-weight:400>b]ar</span>": execCommand("bold", false, "") retu rn value 2920 PASS [["stylewithcss","true"],["bold",""]] "<span style=font-weight:300>fo[o</sp an><span style=font-weight:400>b]ar</span>": execCommand("bold", false, "") retu rn value
2921 PASS [["stylewithcss","true"],["bold",""]] "<span style=font-weight:300>fo[o</sp an><span style=font-weight:400>b]ar</span>" checks for modifications to non-edit able content 2921 PASS [["stylewithcss","true"],["bold",""]] "<span style=font-weight:300>fo[o</sp an><span style=font-weight:400>b]ar</span>" checks for modifications to non-edit able content
2922 FAIL [["stylewithcss","true"],["bold",""]] "<span style=font-weight:300>fo[o</sp an><span style=font-weight:400>b]ar</span>" compare innerHTML assert_equals: Une xpected innerHTML (after normalizing inline style) expected "<span style=\"font- weight:300\">fo<span style=\"font-weight:bold\">o</span></span><span style=\"fon t-weight:400\"><span style=\"font-weight:bold\">b</span>ar</span>" but got "<spa n style=\"font-weight:300\">fo</span><span style=\"font-weight:bold\">ob</span>< span style=\"font-weight:400\">ar</span>" 2922 FAIL [["stylewithcss","true"],["bold",""]] "<span style=font-weight:300>fo[o</sp an><span style=font-weight:400>b]ar</span>" compare innerHTML assert_equals: Une xpected innerHTML (after normalizing inline style) expected "<span style=\"font- weight:300\">fo<span style=\"font-weight:bold\">o</span></span><span style=\"fon t-weight:400\"><span style=\"font-weight:bold\">b</span>ar</span>" but got "<spa n style=\"font-weight:300\">fo</span><span style=\"font-weight:bold\">ob</span>< span style=\"font-weight:400\">ar</span>"
2923 PASS [["stylewithcss","true"],["bold",""]] "<span style=font-weight:300>fo[o</sp an><span style=font-weight:400>b]ar</span>" queryCommandIndeterm("stylewithcss") before 2923 PASS [["stylewithcss","true"],["bold",""]] "<span style=font-weight:300>fo[o</sp an><span style=font-weight:400>b]ar</span>" queryCommandIndeterm("stylewithcss") before
2924 PASS [["stylewithcss","true"],["bold",""]] "<span style=font-weight:300>fo[o</sp an><span style=font-weight:400>b]ar</span>" queryCommandState("stylewithcss") be fore 2924 PASS [["stylewithcss","true"],["bold",""]] "<span style=font-weight:300>fo[o</sp an><span style=font-weight:400>b]ar</span>" queryCommandState("stylewithcss") be fore
2925 FAIL [["stylewithcss","true"],["bold",""]] "<span style=font-weight:300>fo[o</sp an><span style=font-weight:400>b]ar</span>" queryCommandValue("stylewithcss") be fore assert_equals: Wrong result returned expected "" but got "false" 2925 PASS [["stylewithcss","true"],["bold",""]] "<span style=font-weight:300>fo[o</sp an><span style=font-weight:400>b]ar</span>" queryCommandValue("stylewithcss") be fore
2926 PASS [["stylewithcss","true"],["bold",""]] "<span style=font-weight:300>fo[o</sp an><span style=font-weight:400>b]ar</span>" queryCommandIndeterm("stylewithcss") after 2926 PASS [["stylewithcss","true"],["bold",""]] "<span style=font-weight:300>fo[o</sp an><span style=font-weight:400>b]ar</span>" queryCommandIndeterm("stylewithcss") after
2927 PASS [["stylewithcss","true"],["bold",""]] "<span style=font-weight:300>fo[o</sp an><span style=font-weight:400>b]ar</span>" queryCommandState("stylewithcss") af ter 2927 PASS [["stylewithcss","true"],["bold",""]] "<span style=font-weight:300>fo[o</sp an><span style=font-weight:400>b]ar</span>" queryCommandState("stylewithcss") af ter
2928 FAIL [["stylewithcss","true"],["bold",""]] "<span style=font-weight:300>fo[o</sp an><span style=font-weight:400>b]ar</span>" queryCommandValue("stylewithcss") af ter assert_equals: Wrong result returned expected "" but got "true" 2928 PASS [["stylewithcss","true"],["bold",""]] "<span style=font-weight:300>fo[o</sp an><span style=font-weight:400>b]ar</span>" queryCommandValue("stylewithcss") af ter
2929 PASS [["stylewithcss","true"],["bold",""]] "<span style=font-weight:300>fo[o</sp an><span style=font-weight:400>b]ar</span>" queryCommandIndeterm("bold") before 2929 PASS [["stylewithcss","true"],["bold",""]] "<span style=font-weight:300>fo[o</sp an><span style=font-weight:400>b]ar</span>" queryCommandIndeterm("bold") before
2930 PASS [["stylewithcss","true"],["bold",""]] "<span style=font-weight:300>fo[o</sp an><span style=font-weight:400>b]ar</span>" queryCommandState("bold") before 2930 PASS [["stylewithcss","true"],["bold",""]] "<span style=font-weight:300>fo[o</sp an><span style=font-weight:400>b]ar</span>" queryCommandState("bold") before
2931 FAIL [["stylewithcss","true"],["bold",""]] "<span style=font-weight:300>fo[o</sp an><span style=font-weight:400>b]ar</span>" queryCommandValue("bold") before ass ert_equals: Wrong result returned expected "" but got "false" 2931 FAIL [["stylewithcss","true"],["bold",""]] "<span style=font-weight:300>fo[o</sp an><span style=font-weight:400>b]ar</span>" queryCommandValue("bold") before ass ert_equals: Wrong result returned expected "" but got "false"
2932 PASS [["stylewithcss","true"],["bold",""]] "<span style=font-weight:300>fo[o</sp an><span style=font-weight:400>b]ar</span>" queryCommandIndeterm("bold") after 2932 PASS [["stylewithcss","true"],["bold",""]] "<span style=font-weight:300>fo[o</sp an><span style=font-weight:400>b]ar</span>" queryCommandIndeterm("bold") after
2933 PASS [["stylewithcss","true"],["bold",""]] "<span style=font-weight:300>fo[o</sp an><span style=font-weight:400>b]ar</span>" queryCommandState("bold") after 2933 PASS [["stylewithcss","true"],["bold",""]] "<span style=font-weight:300>fo[o</sp an><span style=font-weight:400>b]ar</span>" queryCommandState("bold") after
2934 FAIL [["stylewithcss","true"],["bold",""]] "<span style=font-weight:300>fo[o</sp an><span style=font-weight:400>b]ar</span>" queryCommandValue("bold") after asse rt_equals: Wrong result returned expected "" but got "true" 2934 FAIL [["stylewithcss","true"],["bold",""]] "<span style=font-weight:300>fo[o</sp an><span style=font-weight:400>b]ar</span>" queryCommandValue("bold") after asse rt_equals: Wrong result returned expected "" but got "true"
2935 PASS [["stylewithcss","false"],["bold",""]] "<span style=font-weight:300>fo[o</s pan><span style=font-weight:400>b]ar</span>": execCommand("stylewithcss", false, "false") return value 2935 PASS [["stylewithcss","false"],["bold",""]] "<span style=font-weight:300>fo[o</s pan><span style=font-weight:400>b]ar</span>": execCommand("stylewithcss", false, "false") return value
2936 PASS [["stylewithcss","false"],["bold",""]] "<span style=font-weight:300>fo[o</s pan><span style=font-weight:400>b]ar</span>": execCommand("bold", false, "") ret urn value 2936 PASS [["stylewithcss","false"],["bold",""]] "<span style=font-weight:300>fo[o</s pan><span style=font-weight:400>b]ar</span>": execCommand("bold", false, "") ret urn value
2937 PASS [["stylewithcss","false"],["bold",""]] "<span style=font-weight:300>fo[o</s pan><span style=font-weight:400>b]ar</span>" checks for modifications to non-edi table content 2937 PASS [["stylewithcss","false"],["bold",""]] "<span style=font-weight:300>fo[o</s pan><span style=font-weight:400>b]ar</span>" checks for modifications to non-edi table content
2938 FAIL [["stylewithcss","false"],["bold",""]] "<span style=font-weight:300>fo[o</s pan><span style=font-weight:400>b]ar</span>" compare innerHTML assert_equals: Un expected innerHTML (after normalizing inline style) expected "<span style=\"font -weight:300\">fo<b>o</b></span><span style=\"font-weight:400\"><b>b</b>ar</span> " but got "<span style=\"font-weight:300\">fo</span><b>ob</b><span style=\"font- weight:400\">ar</span>" 2938 FAIL [["stylewithcss","false"],["bold",""]] "<span style=font-weight:300>fo[o</s pan><span style=font-weight:400>b]ar</span>" compare innerHTML assert_equals: Un expected innerHTML (after normalizing inline style) expected "<span style=\"font -weight:300\">fo<b>o</b></span><span style=\"font-weight:400\"><b>b</b>ar</span> " but got "<span style=\"font-weight:300\">fo</span><b>ob</b><span style=\"font- weight:400\">ar</span>"
2939 PASS [["stylewithcss","false"],["bold",""]] "<span style=font-weight:300>fo[o</s pan><span style=font-weight:400>b]ar</span>" queryCommandIndeterm("stylewithcss" ) before 2939 PASS [["stylewithcss","false"],["bold",""]] "<span style=font-weight:300>fo[o</s pan><span style=font-weight:400>b]ar</span>" queryCommandIndeterm("stylewithcss" ) before
2940 PASS [["stylewithcss","false"],["bold",""]] "<span style=font-weight:300>fo[o</s pan><span style=font-weight:400>b]ar</span>" queryCommandState("stylewithcss") b efore 2940 PASS [["stylewithcss","false"],["bold",""]] "<span style=font-weight:300>fo[o</s pan><span style=font-weight:400>b]ar</span>" queryCommandState("stylewithcss") b efore
2941 FAIL [["stylewithcss","false"],["bold",""]] "<span style=font-weight:300>fo[o</s pan><span style=font-weight:400>b]ar</span>" queryCommandValue("stylewithcss") b efore assert_equals: Wrong result returned expected "" but got "true" 2941 PASS [["stylewithcss","false"],["bold",""]] "<span style=font-weight:300>fo[o</s pan><span style=font-weight:400>b]ar</span>" queryCommandValue("stylewithcss") b efore
2942 PASS [["stylewithcss","false"],["bold",""]] "<span style=font-weight:300>fo[o</s pan><span style=font-weight:400>b]ar</span>" queryCommandIndeterm("stylewithcss" ) after 2942 PASS [["stylewithcss","false"],["bold",""]] "<span style=font-weight:300>fo[o</s pan><span style=font-weight:400>b]ar</span>" queryCommandIndeterm("stylewithcss" ) after
2943 PASS [["stylewithcss","false"],["bold",""]] "<span style=font-weight:300>fo[o</s pan><span style=font-weight:400>b]ar</span>" queryCommandState("stylewithcss") a fter 2943 PASS [["stylewithcss","false"],["bold",""]] "<span style=font-weight:300>fo[o</s pan><span style=font-weight:400>b]ar</span>" queryCommandState("stylewithcss") a fter
2944 FAIL [["stylewithcss","false"],["bold",""]] "<span style=font-weight:300>fo[o</s pan><span style=font-weight:400>b]ar</span>" queryCommandValue("stylewithcss") a fter assert_equals: Wrong result returned expected "" but got "false" 2944 PASS [["stylewithcss","false"],["bold",""]] "<span style=font-weight:300>fo[o</s pan><span style=font-weight:400>b]ar</span>" queryCommandValue("stylewithcss") a fter
2945 PASS [["stylewithcss","false"],["bold",""]] "<span style=font-weight:300>fo[o</s pan><span style=font-weight:400>b]ar</span>" queryCommandIndeterm("bold") before 2945 PASS [["stylewithcss","false"],["bold",""]] "<span style=font-weight:300>fo[o</s pan><span style=font-weight:400>b]ar</span>" queryCommandIndeterm("bold") before
2946 PASS [["stylewithcss","false"],["bold",""]] "<span style=font-weight:300>fo[o</s pan><span style=font-weight:400>b]ar</span>" queryCommandState("bold") before 2946 PASS [["stylewithcss","false"],["bold",""]] "<span style=font-weight:300>fo[o</s pan><span style=font-weight:400>b]ar</span>" queryCommandState("bold") before
2947 FAIL [["stylewithcss","false"],["bold",""]] "<span style=font-weight:300>fo[o</s pan><span style=font-weight:400>b]ar</span>" queryCommandValue("bold") before as sert_equals: Wrong result returned expected "" but got "false" 2947 FAIL [["stylewithcss","false"],["bold",""]] "<span style=font-weight:300>fo[o</s pan><span style=font-weight:400>b]ar</span>" queryCommandValue("bold") before as sert_equals: Wrong result returned expected "" but got "false"
2948 PASS [["stylewithcss","false"],["bold",""]] "<span style=font-weight:300>fo[o</s pan><span style=font-weight:400>b]ar</span>" queryCommandIndeterm("bold") after 2948 PASS [["stylewithcss","false"],["bold",""]] "<span style=font-weight:300>fo[o</s pan><span style=font-weight:400>b]ar</span>" queryCommandIndeterm("bold") after
2949 PASS [["stylewithcss","false"],["bold",""]] "<span style=font-weight:300>fo[o</s pan><span style=font-weight:400>b]ar</span>" queryCommandState("bold") after 2949 PASS [["stylewithcss","false"],["bold",""]] "<span style=font-weight:300>fo[o</s pan><span style=font-weight:400>b]ar</span>" queryCommandState("bold") after
2950 FAIL [["stylewithcss","false"],["bold",""]] "<span style=font-weight:300>fo[o</s pan><span style=font-weight:400>b]ar</span>" queryCommandValue("bold") after ass ert_equals: Wrong result returned expected "" but got "true" 2950 FAIL [["stylewithcss","false"],["bold",""]] "<span style=font-weight:300>fo[o</s pan><span style=font-weight:400>b]ar</span>" queryCommandValue("bold") after ass ert_equals: Wrong result returned expected "" but got "true"
2951 PASS [["stylewithcss","true"],["bold",""]] "<span style=font-weight:200>fo[o</sp an><span style=font-weight:300>b]ar</span>": execCommand("stylewithcss", false, "true") return value 2951 PASS [["stylewithcss","true"],["bold",""]] "<span style=font-weight:200>fo[o</sp an><span style=font-weight:300>b]ar</span>": execCommand("stylewithcss", false, "true") return value
2952 PASS [["stylewithcss","true"],["bold",""]] "<span style=font-weight:200>fo[o</sp an><span style=font-weight:300>b]ar</span>": execCommand("bold", false, "") retu rn value 2952 PASS [["stylewithcss","true"],["bold",""]] "<span style=font-weight:200>fo[o</sp an><span style=font-weight:300>b]ar</span>": execCommand("bold", false, "") retu rn value
2953 PASS [["stylewithcss","true"],["bold",""]] "<span style=font-weight:200>fo[o</sp an><span style=font-weight:300>b]ar</span>" checks for modifications to non-edit able content 2953 PASS [["stylewithcss","true"],["bold",""]] "<span style=font-weight:200>fo[o</sp an><span style=font-weight:300>b]ar</span>" checks for modifications to non-edit able content
2954 FAIL [["stylewithcss","true"],["bold",""]] "<span style=font-weight:200>fo[o</sp an><span style=font-weight:300>b]ar</span>" compare innerHTML assert_equals: Une xpected innerHTML (after normalizing inline style) expected "<span style=\"font- weight:200\">fo<span style=\"font-weight:bold\">o</span></span><span style=\"fon t-weight:300\"><span style=\"font-weight:bold\">b</span>ar</span>" but got "<spa n style=\"font-weight:200\">fo</span><span style=\"font-weight:bold\">ob</span>< span style=\"font-weight:300\">ar</span>" 2954 FAIL [["stylewithcss","true"],["bold",""]] "<span style=font-weight:200>fo[o</sp an><span style=font-weight:300>b]ar</span>" compare innerHTML assert_equals: Une xpected innerHTML (after normalizing inline style) expected "<span style=\"font- weight:200\">fo<span style=\"font-weight:bold\">o</span></span><span style=\"fon t-weight:300\"><span style=\"font-weight:bold\">b</span>ar</span>" but got "<spa n style=\"font-weight:200\">fo</span><span style=\"font-weight:bold\">ob</span>< span style=\"font-weight:300\">ar</span>"
2955 PASS [["stylewithcss","true"],["bold",""]] "<span style=font-weight:200>fo[o</sp an><span style=font-weight:300>b]ar</span>" queryCommandIndeterm("stylewithcss") before 2955 PASS [["stylewithcss","true"],["bold",""]] "<span style=font-weight:200>fo[o</sp an><span style=font-weight:300>b]ar</span>" queryCommandIndeterm("stylewithcss") before
2956 PASS [["stylewithcss","true"],["bold",""]] "<span style=font-weight:200>fo[o</sp an><span style=font-weight:300>b]ar</span>" queryCommandState("stylewithcss") be fore 2956 PASS [["stylewithcss","true"],["bold",""]] "<span style=font-weight:200>fo[o</sp an><span style=font-weight:300>b]ar</span>" queryCommandState("stylewithcss") be fore
2957 FAIL [["stylewithcss","true"],["bold",""]] "<span style=font-weight:200>fo[o</sp an><span style=font-weight:300>b]ar</span>" queryCommandValue("stylewithcss") be fore assert_equals: Wrong result returned expected "" but got "false" 2957 PASS [["stylewithcss","true"],["bold",""]] "<span style=font-weight:200>fo[o</sp an><span style=font-weight:300>b]ar</span>" queryCommandValue("stylewithcss") be fore
2958 PASS [["stylewithcss","true"],["bold",""]] "<span style=font-weight:200>fo[o</sp an><span style=font-weight:300>b]ar</span>" queryCommandIndeterm("stylewithcss") after 2958 PASS [["stylewithcss","true"],["bold",""]] "<span style=font-weight:200>fo[o</sp an><span style=font-weight:300>b]ar</span>" queryCommandIndeterm("stylewithcss") after
2959 PASS [["stylewithcss","true"],["bold",""]] "<span style=font-weight:200>fo[o</sp an><span style=font-weight:300>b]ar</span>" queryCommandState("stylewithcss") af ter 2959 PASS [["stylewithcss","true"],["bold",""]] "<span style=font-weight:200>fo[o</sp an><span style=font-weight:300>b]ar</span>" queryCommandState("stylewithcss") af ter
2960 FAIL [["stylewithcss","true"],["bold",""]] "<span style=font-weight:200>fo[o</sp an><span style=font-weight:300>b]ar</span>" queryCommandValue("stylewithcss") af ter assert_equals: Wrong result returned expected "" but got "true" 2960 PASS [["stylewithcss","true"],["bold",""]] "<span style=font-weight:200>fo[o</sp an><span style=font-weight:300>b]ar</span>" queryCommandValue("stylewithcss") af ter
2961 PASS [["stylewithcss","true"],["bold",""]] "<span style=font-weight:200>fo[o</sp an><span style=font-weight:300>b]ar</span>" queryCommandIndeterm("bold") before 2961 PASS [["stylewithcss","true"],["bold",""]] "<span style=font-weight:200>fo[o</sp an><span style=font-weight:300>b]ar</span>" queryCommandIndeterm("bold") before
2962 PASS [["stylewithcss","true"],["bold",""]] "<span style=font-weight:200>fo[o</sp an><span style=font-weight:300>b]ar</span>" queryCommandState("bold") before 2962 PASS [["stylewithcss","true"],["bold",""]] "<span style=font-weight:200>fo[o</sp an><span style=font-weight:300>b]ar</span>" queryCommandState("bold") before
2963 FAIL [["stylewithcss","true"],["bold",""]] "<span style=font-weight:200>fo[o</sp an><span style=font-weight:300>b]ar</span>" queryCommandValue("bold") before ass ert_equals: Wrong result returned expected "" but got "false" 2963 FAIL [["stylewithcss","true"],["bold",""]] "<span style=font-weight:200>fo[o</sp an><span style=font-weight:300>b]ar</span>" queryCommandValue("bold") before ass ert_equals: Wrong result returned expected "" but got "false"
2964 PASS [["stylewithcss","true"],["bold",""]] "<span style=font-weight:200>fo[o</sp an><span style=font-weight:300>b]ar</span>" queryCommandIndeterm("bold") after 2964 PASS [["stylewithcss","true"],["bold",""]] "<span style=font-weight:200>fo[o</sp an><span style=font-weight:300>b]ar</span>" queryCommandIndeterm("bold") after
2965 PASS [["stylewithcss","true"],["bold",""]] "<span style=font-weight:200>fo[o</sp an><span style=font-weight:300>b]ar</span>" queryCommandState("bold") after 2965 PASS [["stylewithcss","true"],["bold",""]] "<span style=font-weight:200>fo[o</sp an><span style=font-weight:300>b]ar</span>" queryCommandState("bold") after
2966 FAIL [["stylewithcss","true"],["bold",""]] "<span style=font-weight:200>fo[o</sp an><span style=font-weight:300>b]ar</span>" queryCommandValue("bold") after asse rt_equals: Wrong result returned expected "" but got "true" 2966 FAIL [["stylewithcss","true"],["bold",""]] "<span style=font-weight:200>fo[o</sp an><span style=font-weight:300>b]ar</span>" queryCommandValue("bold") after asse rt_equals: Wrong result returned expected "" but got "true"
2967 PASS [["stylewithcss","false"],["bold",""]] "<span style=font-weight:200>fo[o</s pan><span style=font-weight:300>b]ar</span>": execCommand("stylewithcss", false, "false") return value 2967 PASS [["stylewithcss","false"],["bold",""]] "<span style=font-weight:200>fo[o</s pan><span style=font-weight:300>b]ar</span>": execCommand("stylewithcss", false, "false") return value
2968 PASS [["stylewithcss","false"],["bold",""]] "<span style=font-weight:200>fo[o</s pan><span style=font-weight:300>b]ar</span>": execCommand("bold", false, "") ret urn value 2968 PASS [["stylewithcss","false"],["bold",""]] "<span style=font-weight:200>fo[o</s pan><span style=font-weight:300>b]ar</span>": execCommand("bold", false, "") ret urn value
2969 PASS [["stylewithcss","false"],["bold",""]] "<span style=font-weight:200>fo[o</s pan><span style=font-weight:300>b]ar</span>" checks for modifications to non-edi table content 2969 PASS [["stylewithcss","false"],["bold",""]] "<span style=font-weight:200>fo[o</s pan><span style=font-weight:300>b]ar</span>" checks for modifications to non-edi table content
2970 FAIL [["stylewithcss","false"],["bold",""]] "<span style=font-weight:200>fo[o</s pan><span style=font-weight:300>b]ar</span>" compare innerHTML assert_equals: Un expected innerHTML (after normalizing inline style) expected "<span style=\"font -weight:200\">fo<b>o</b></span><span style=\"font-weight:300\"><b>b</b>ar</span> " but got "<span style=\"font-weight:200\">fo</span><b>ob</b><span style=\"font- weight:300\">ar</span>" 2970 FAIL [["stylewithcss","false"],["bold",""]] "<span style=font-weight:200>fo[o</s pan><span style=font-weight:300>b]ar</span>" compare innerHTML assert_equals: Un expected innerHTML (after normalizing inline style) expected "<span style=\"font -weight:200\">fo<b>o</b></span><span style=\"font-weight:300\"><b>b</b>ar</span> " but got "<span style=\"font-weight:200\">fo</span><b>ob</b><span style=\"font- weight:300\">ar</span>"
2971 PASS [["stylewithcss","false"],["bold",""]] "<span style=font-weight:200>fo[o</s pan><span style=font-weight:300>b]ar</span>" queryCommandIndeterm("stylewithcss" ) before 2971 PASS [["stylewithcss","false"],["bold",""]] "<span style=font-weight:200>fo[o</s pan><span style=font-weight:300>b]ar</span>" queryCommandIndeterm("stylewithcss" ) before
2972 PASS [["stylewithcss","false"],["bold",""]] "<span style=font-weight:200>fo[o</s pan><span style=font-weight:300>b]ar</span>" queryCommandState("stylewithcss") b efore 2972 PASS [["stylewithcss","false"],["bold",""]] "<span style=font-weight:200>fo[o</s pan><span style=font-weight:300>b]ar</span>" queryCommandState("stylewithcss") b efore
2973 FAIL [["stylewithcss","false"],["bold",""]] "<span style=font-weight:200>fo[o</s pan><span style=font-weight:300>b]ar</span>" queryCommandValue("stylewithcss") b efore assert_equals: Wrong result returned expected "" but got "true" 2973 PASS [["stylewithcss","false"],["bold",""]] "<span style=font-weight:200>fo[o</s pan><span style=font-weight:300>b]ar</span>" queryCommandValue("stylewithcss") b efore
2974 PASS [["stylewithcss","false"],["bold",""]] "<span style=font-weight:200>fo[o</s pan><span style=font-weight:300>b]ar</span>" queryCommandIndeterm("stylewithcss" ) after 2974 PASS [["stylewithcss","false"],["bold",""]] "<span style=font-weight:200>fo[o</s pan><span style=font-weight:300>b]ar</span>" queryCommandIndeterm("stylewithcss" ) after
2975 PASS [["stylewithcss","false"],["bold",""]] "<span style=font-weight:200>fo[o</s pan><span style=font-weight:300>b]ar</span>" queryCommandState("stylewithcss") a fter 2975 PASS [["stylewithcss","false"],["bold",""]] "<span style=font-weight:200>fo[o</s pan><span style=font-weight:300>b]ar</span>" queryCommandState("stylewithcss") a fter
2976 FAIL [["stylewithcss","false"],["bold",""]] "<span style=font-weight:200>fo[o</s pan><span style=font-weight:300>b]ar</span>" queryCommandValue("stylewithcss") a fter assert_equals: Wrong result returned expected "" but got "false" 2976 PASS [["stylewithcss","false"],["bold",""]] "<span style=font-weight:200>fo[o</s pan><span style=font-weight:300>b]ar</span>" queryCommandValue("stylewithcss") a fter
2977 PASS [["stylewithcss","false"],["bold",""]] "<span style=font-weight:200>fo[o</s pan><span style=font-weight:300>b]ar</span>" queryCommandIndeterm("bold") before 2977 PASS [["stylewithcss","false"],["bold",""]] "<span style=font-weight:200>fo[o</s pan><span style=font-weight:300>b]ar</span>" queryCommandIndeterm("bold") before
2978 PASS [["stylewithcss","false"],["bold",""]] "<span style=font-weight:200>fo[o</s pan><span style=font-weight:300>b]ar</span>" queryCommandState("bold") before 2978 PASS [["stylewithcss","false"],["bold",""]] "<span style=font-weight:200>fo[o</s pan><span style=font-weight:300>b]ar</span>" queryCommandState("bold") before
2979 FAIL [["stylewithcss","false"],["bold",""]] "<span style=font-weight:200>fo[o</s pan><span style=font-weight:300>b]ar</span>" queryCommandValue("bold") before as sert_equals: Wrong result returned expected "" but got "false" 2979 FAIL [["stylewithcss","false"],["bold",""]] "<span style=font-weight:200>fo[o</s pan><span style=font-weight:300>b]ar</span>" queryCommandValue("bold") before as sert_equals: Wrong result returned expected "" but got "false"
2980 PASS [["stylewithcss","false"],["bold",""]] "<span style=font-weight:200>fo[o</s pan><span style=font-weight:300>b]ar</span>" queryCommandIndeterm("bold") after 2980 PASS [["stylewithcss","false"],["bold",""]] "<span style=font-weight:200>fo[o</s pan><span style=font-weight:300>b]ar</span>" queryCommandIndeterm("bold") after
2981 PASS [["stylewithcss","false"],["bold",""]] "<span style=font-weight:200>fo[o</s pan><span style=font-weight:300>b]ar</span>" queryCommandState("bold") after 2981 PASS [["stylewithcss","false"],["bold",""]] "<span style=font-weight:200>fo[o</s pan><span style=font-weight:300>b]ar</span>" queryCommandState("bold") after
2982 FAIL [["stylewithcss","false"],["bold",""]] "<span style=font-weight:200>fo[o</s pan><span style=font-weight:300>b]ar</span>" queryCommandValue("bold") after ass ert_equals: Wrong result returned expected "" but got "true" 2982 FAIL [["stylewithcss","false"],["bold",""]] "<span style=font-weight:200>fo[o</s pan><span style=font-weight:300>b]ar</span>" queryCommandValue("bold") after ass ert_equals: Wrong result returned expected "" but got "true"
2983 PASS [["stylewithcss","true"],["bold",""]] "<span style=font-weight:100>fo[o</sp an><span style=font-weight:200>b]ar</span>": execCommand("stylewithcss", false, "true") return value 2983 PASS [["stylewithcss","true"],["bold",""]] "<span style=font-weight:100>fo[o</sp an><span style=font-weight:200>b]ar</span>": execCommand("stylewithcss", false, "true") return value
2984 PASS [["stylewithcss","true"],["bold",""]] "<span style=font-weight:100>fo[o</sp an><span style=font-weight:200>b]ar</span>": execCommand("bold", false, "") retu rn value 2984 PASS [["stylewithcss","true"],["bold",""]] "<span style=font-weight:100>fo[o</sp an><span style=font-weight:200>b]ar</span>": execCommand("bold", false, "") retu rn value
2985 PASS [["stylewithcss","true"],["bold",""]] "<span style=font-weight:100>fo[o</sp an><span style=font-weight:200>b]ar</span>" checks for modifications to non-edit able content 2985 PASS [["stylewithcss","true"],["bold",""]] "<span style=font-weight:100>fo[o</sp an><span style=font-weight:200>b]ar</span>" checks for modifications to non-edit able content
2986 FAIL [["stylewithcss","true"],["bold",""]] "<span style=font-weight:100>fo[o</sp an><span style=font-weight:200>b]ar</span>" compare innerHTML assert_equals: Une xpected innerHTML (after normalizing inline style) expected "<span style=\"font- weight:100\">fo<span style=\"font-weight:bold\">o</span></span><span style=\"fon t-weight:200\"><span style=\"font-weight:bold\">b</span>ar</span>" but got "<spa n style=\"font-weight:100\">fo</span><span style=\"font-weight:bold\">ob</span>< span style=\"font-weight:200\">ar</span>" 2986 FAIL [["stylewithcss","true"],["bold",""]] "<span style=font-weight:100>fo[o</sp an><span style=font-weight:200>b]ar</span>" compare innerHTML assert_equals: Une xpected innerHTML (after normalizing inline style) expected "<span style=\"font- weight:100\">fo<span style=\"font-weight:bold\">o</span></span><span style=\"fon t-weight:200\"><span style=\"font-weight:bold\">b</span>ar</span>" but got "<spa n style=\"font-weight:100\">fo</span><span style=\"font-weight:bold\">ob</span>< span style=\"font-weight:200\">ar</span>"
2987 PASS [["stylewithcss","true"],["bold",""]] "<span style=font-weight:100>fo[o</sp an><span style=font-weight:200>b]ar</span>" queryCommandIndeterm("stylewithcss") before 2987 PASS [["stylewithcss","true"],["bold",""]] "<span style=font-weight:100>fo[o</sp an><span style=font-weight:200>b]ar</span>" queryCommandIndeterm("stylewithcss") before
2988 PASS [["stylewithcss","true"],["bold",""]] "<span style=font-weight:100>fo[o</sp an><span style=font-weight:200>b]ar</span>" queryCommandState("stylewithcss") be fore 2988 PASS [["stylewithcss","true"],["bold",""]] "<span style=font-weight:100>fo[o</sp an><span style=font-weight:200>b]ar</span>" queryCommandState("stylewithcss") be fore
2989 FAIL [["stylewithcss","true"],["bold",""]] "<span style=font-weight:100>fo[o</sp an><span style=font-weight:200>b]ar</span>" queryCommandValue("stylewithcss") be fore assert_equals: Wrong result returned expected "" but got "false" 2989 PASS [["stylewithcss","true"],["bold",""]] "<span style=font-weight:100>fo[o</sp an><span style=font-weight:200>b]ar</span>" queryCommandValue("stylewithcss") be fore
2990 PASS [["stylewithcss","true"],["bold",""]] "<span style=font-weight:100>fo[o</sp an><span style=font-weight:200>b]ar</span>" queryCommandIndeterm("stylewithcss") after 2990 PASS [["stylewithcss","true"],["bold",""]] "<span style=font-weight:100>fo[o</sp an><span style=font-weight:200>b]ar</span>" queryCommandIndeterm("stylewithcss") after
2991 PASS [["stylewithcss","true"],["bold",""]] "<span style=font-weight:100>fo[o</sp an><span style=font-weight:200>b]ar</span>" queryCommandState("stylewithcss") af ter 2991 PASS [["stylewithcss","true"],["bold",""]] "<span style=font-weight:100>fo[o</sp an><span style=font-weight:200>b]ar</span>" queryCommandState("stylewithcss") af ter
2992 FAIL [["stylewithcss","true"],["bold",""]] "<span style=font-weight:100>fo[o</sp an><span style=font-weight:200>b]ar</span>" queryCommandValue("stylewithcss") af ter assert_equals: Wrong result returned expected "" but got "true" 2992 PASS [["stylewithcss","true"],["bold",""]] "<span style=font-weight:100>fo[o</sp an><span style=font-weight:200>b]ar</span>" queryCommandValue("stylewithcss") af ter
2993 PASS [["stylewithcss","true"],["bold",""]] "<span style=font-weight:100>fo[o</sp an><span style=font-weight:200>b]ar</span>" queryCommandIndeterm("bold") before 2993 PASS [["stylewithcss","true"],["bold",""]] "<span style=font-weight:100>fo[o</sp an><span style=font-weight:200>b]ar</span>" queryCommandIndeterm("bold") before
2994 PASS [["stylewithcss","true"],["bold",""]] "<span style=font-weight:100>fo[o</sp an><span style=font-weight:200>b]ar</span>" queryCommandState("bold") before 2994 PASS [["stylewithcss","true"],["bold",""]] "<span style=font-weight:100>fo[o</sp an><span style=font-weight:200>b]ar</span>" queryCommandState("bold") before
2995 FAIL [["stylewithcss","true"],["bold",""]] "<span style=font-weight:100>fo[o</sp an><span style=font-weight:200>b]ar</span>" queryCommandValue("bold") before ass ert_equals: Wrong result returned expected "" but got "false" 2995 FAIL [["stylewithcss","true"],["bold",""]] "<span style=font-weight:100>fo[o</sp an><span style=font-weight:200>b]ar</span>" queryCommandValue("bold") before ass ert_equals: Wrong result returned expected "" but got "false"
2996 PASS [["stylewithcss","true"],["bold",""]] "<span style=font-weight:100>fo[o</sp an><span style=font-weight:200>b]ar</span>" queryCommandIndeterm("bold") after 2996 PASS [["stylewithcss","true"],["bold",""]] "<span style=font-weight:100>fo[o</sp an><span style=font-weight:200>b]ar</span>" queryCommandIndeterm("bold") after
2997 PASS [["stylewithcss","true"],["bold",""]] "<span style=font-weight:100>fo[o</sp an><span style=font-weight:200>b]ar</span>" queryCommandState("bold") after 2997 PASS [["stylewithcss","true"],["bold",""]] "<span style=font-weight:100>fo[o</sp an><span style=font-weight:200>b]ar</span>" queryCommandState("bold") after
2998 FAIL [["stylewithcss","true"],["bold",""]] "<span style=font-weight:100>fo[o</sp an><span style=font-weight:200>b]ar</span>" queryCommandValue("bold") after asse rt_equals: Wrong result returned expected "" but got "true" 2998 FAIL [["stylewithcss","true"],["bold",""]] "<span style=font-weight:100>fo[o</sp an><span style=font-weight:200>b]ar</span>" queryCommandValue("bold") after asse rt_equals: Wrong result returned expected "" but got "true"
2999 PASS [["stylewithcss","false"],["bold",""]] "<span style=font-weight:100>fo[o</s pan><span style=font-weight:200>b]ar</span>": execCommand("stylewithcss", false, "false") return value 2999 PASS [["stylewithcss","false"],["bold",""]] "<span style=font-weight:100>fo[o</s pan><span style=font-weight:200>b]ar</span>": execCommand("stylewithcss", false, "false") return value
3000 PASS [["stylewithcss","false"],["bold",""]] "<span style=font-weight:100>fo[o</s pan><span style=font-weight:200>b]ar</span>": execCommand("bold", false, "") ret urn value 3000 PASS [["stylewithcss","false"],["bold",""]] "<span style=font-weight:100>fo[o</s pan><span style=font-weight:200>b]ar</span>": execCommand("bold", false, "") ret urn value
3001 PASS [["stylewithcss","false"],["bold",""]] "<span style=font-weight:100>fo[o</s pan><span style=font-weight:200>b]ar</span>" checks for modifications to non-edi table content 3001 PASS [["stylewithcss","false"],["bold",""]] "<span style=font-weight:100>fo[o</s pan><span style=font-weight:200>b]ar</span>" checks for modifications to non-edi table content
3002 FAIL [["stylewithcss","false"],["bold",""]] "<span style=font-weight:100>fo[o</s pan><span style=font-weight:200>b]ar</span>" compare innerHTML assert_equals: Un expected innerHTML (after normalizing inline style) expected "<span style=\"font -weight:100\">fo<b>o</b></span><span style=\"font-weight:200\"><b>b</b>ar</span> " but got "<span style=\"font-weight:100\">fo</span><b>ob</b><span style=\"font- weight:200\">ar</span>" 3002 FAIL [["stylewithcss","false"],["bold",""]] "<span style=font-weight:100>fo[o</s pan><span style=font-weight:200>b]ar</span>" compare innerHTML assert_equals: Un expected innerHTML (after normalizing inline style) expected "<span style=\"font -weight:100\">fo<b>o</b></span><span style=\"font-weight:200\"><b>b</b>ar</span> " but got "<span style=\"font-weight:100\">fo</span><b>ob</b><span style=\"font- weight:200\">ar</span>"
3003 PASS [["stylewithcss","false"],["bold",""]] "<span style=font-weight:100>fo[o</s pan><span style=font-weight:200>b]ar</span>" queryCommandIndeterm("stylewithcss" ) before 3003 PASS [["stylewithcss","false"],["bold",""]] "<span style=font-weight:100>fo[o</s pan><span style=font-weight:200>b]ar</span>" queryCommandIndeterm("stylewithcss" ) before
3004 PASS [["stylewithcss","false"],["bold",""]] "<span style=font-weight:100>fo[o</s pan><span style=font-weight:200>b]ar</span>" queryCommandState("stylewithcss") b efore 3004 PASS [["stylewithcss","false"],["bold",""]] "<span style=font-weight:100>fo[o</s pan><span style=font-weight:200>b]ar</span>" queryCommandState("stylewithcss") b efore
3005 FAIL [["stylewithcss","false"],["bold",""]] "<span style=font-weight:100>fo[o</s pan><span style=font-weight:200>b]ar</span>" queryCommandValue("stylewithcss") b efore assert_equals: Wrong result returned expected "" but got "true" 3005 PASS [["stylewithcss","false"],["bold",""]] "<span style=font-weight:100>fo[o</s pan><span style=font-weight:200>b]ar</span>" queryCommandValue("stylewithcss") b efore
3006 PASS [["stylewithcss","false"],["bold",""]] "<span style=font-weight:100>fo[o</s pan><span style=font-weight:200>b]ar</span>" queryCommandIndeterm("stylewithcss" ) after 3006 PASS [["stylewithcss","false"],["bold",""]] "<span style=font-weight:100>fo[o</s pan><span style=font-weight:200>b]ar</span>" queryCommandIndeterm("stylewithcss" ) after
3007 PASS [["stylewithcss","false"],["bold",""]] "<span style=font-weight:100>fo[o</s pan><span style=font-weight:200>b]ar</span>" queryCommandState("stylewithcss") a fter 3007 PASS [["stylewithcss","false"],["bold",""]] "<span style=font-weight:100>fo[o</s pan><span style=font-weight:200>b]ar</span>" queryCommandState("stylewithcss") a fter
3008 FAIL [["stylewithcss","false"],["bold",""]] "<span style=font-weight:100>fo[o</s pan><span style=font-weight:200>b]ar</span>" queryCommandValue("stylewithcss") a fter assert_equals: Wrong result returned expected "" but got "false" 3008 PASS [["stylewithcss","false"],["bold",""]] "<span style=font-weight:100>fo[o</s pan><span style=font-weight:200>b]ar</span>" queryCommandValue("stylewithcss") a fter
3009 PASS [["stylewithcss","false"],["bold",""]] "<span style=font-weight:100>fo[o</s pan><span style=font-weight:200>b]ar</span>" queryCommandIndeterm("bold") before 3009 PASS [["stylewithcss","false"],["bold",""]] "<span style=font-weight:100>fo[o</s pan><span style=font-weight:200>b]ar</span>" queryCommandIndeterm("bold") before
3010 PASS [["stylewithcss","false"],["bold",""]] "<span style=font-weight:100>fo[o</s pan><span style=font-weight:200>b]ar</span>" queryCommandState("bold") before 3010 PASS [["stylewithcss","false"],["bold",""]] "<span style=font-weight:100>fo[o</s pan><span style=font-weight:200>b]ar</span>" queryCommandState("bold") before
3011 FAIL [["stylewithcss","false"],["bold",""]] "<span style=font-weight:100>fo[o</s pan><span style=font-weight:200>b]ar</span>" queryCommandValue("bold") before as sert_equals: Wrong result returned expected "" but got "false" 3011 FAIL [["stylewithcss","false"],["bold",""]] "<span style=font-weight:100>fo[o</s pan><span style=font-weight:200>b]ar</span>" queryCommandValue("bold") before as sert_equals: Wrong result returned expected "" but got "false"
3012 PASS [["stylewithcss","false"],["bold",""]] "<span style=font-weight:100>fo[o</s pan><span style=font-weight:200>b]ar</span>" queryCommandIndeterm("bold") after 3012 PASS [["stylewithcss","false"],["bold",""]] "<span style=font-weight:100>fo[o</s pan><span style=font-weight:200>b]ar</span>" queryCommandIndeterm("bold") after
3013 PASS [["stylewithcss","false"],["bold",""]] "<span style=font-weight:100>fo[o</s pan><span style=font-weight:200>b]ar</span>" queryCommandState("bold") after 3013 PASS [["stylewithcss","false"],["bold",""]] "<span style=font-weight:100>fo[o</s pan><span style=font-weight:200>b]ar</span>" queryCommandState("bold") after
3014 FAIL [["stylewithcss","false"],["bold",""]] "<span style=font-weight:100>fo[o</s pan><span style=font-weight:200>b]ar</span>" queryCommandValue("bold") after ass ert_equals: Wrong result returned expected "" but got "true" 3014 FAIL [["stylewithcss","false"],["bold",""]] "<span style=font-weight:100>fo[o</s pan><span style=font-weight:200>b]ar</span>" queryCommandValue("bold") after ass ert_equals: Wrong result returned expected "" but got "true"
3015 Harness: the test ran to completion. 3015 Harness: the test ran to completion.
3016 3016
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698