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

Side by Side Diff: third_party/WebKit/LayoutTests/imported/wpt/editing/run/underline-expected.txt

Issue 2630243004: Manually import wpt/editing and wpt/selection/ (Closed)
Patch Set: Add expectation Created 3 years, 11 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
(Empty)
1 Time elapsed: 0:04.668 min.
2
3 This is a testharness.js-based test.
4 PASS [["underline",""]] "foo[]bar": execCommand("underline", false, "") return v alue
5 PASS [["underline",""]] "foo[]bar" checks for modifications to non-editable cont ent
6 PASS [["underline",""]] "foo[]bar" compare innerHTML
7 PASS [["underline",""]] "foo[]bar" queryCommandIndeterm("underline") before
8 PASS [["underline",""]] "foo[]bar" queryCommandState("underline") before
9 FAIL [["underline",""]] "foo[]bar" queryCommandValue("underline") before assert_ equals: Wrong result returned expected "" but got "false"
10 PASS [["underline",""]] "foo[]bar" queryCommandIndeterm("underline") after
11 PASS [["underline",""]] "foo[]bar" queryCommandState("underline") after
12 FAIL [["underline",""]] "foo[]bar" queryCommandValue("underline") after assert_e quals: Wrong result returned expected "" but got "true"
13 PASS [["stylewithcss","true"],["underline",""]] "<p>[foo</p> <p>bar]</p>": execC ommand("stylewithcss", false, "true") return value
14 PASS [["stylewithcss","true"],["underline",""]] "<p>[foo</p> <p>bar]</p>": execC ommand("underline", false, "") return value
15 PASS [["stylewithcss","true"],["underline",""]] "<p>[foo</p> <p>bar]</p>" checks for modifications to non-editable content
16 FAIL [["stylewithcss","true"],["underline",""]] "<p>[foo</p> <p>bar]</p>" compar e innerHTML assert_equals: Unexpected innerHTML (after normalizing inline style) expected "<p><span style=\"text-decoration:underline\">foo</span></p> <p><span style=\"text-decoration:underline\">bar</span></p>" but got "<p><span style=\"te xt-decoration-line:underline\">foo</span></p> <p><span style=\"text-decoration-l ine:underline\">bar</span></p>"
17 PASS [["stylewithcss","true"],["underline",""]] "<p>[foo</p> <p>bar]</p>" queryC ommandIndeterm("stylewithcss") before
18 FAIL [["stylewithcss","true"],["underline",""]] "<p>[foo</p> <p>bar]</p>" queryC ommandState("stylewithcss") before assert_equals: Wrong result returned expected false but got true
19 FAIL [["stylewithcss","true"],["underline",""]] "<p>[foo</p> <p>bar]</p>" queryC ommandValue("stylewithcss") before assert_equals: Wrong result returned expected "" but got "true"
20 PASS [["stylewithcss","true"],["underline",""]] "<p>[foo</p> <p>bar]</p>" queryC ommandIndeterm("stylewithcss") after
21 PASS [["stylewithcss","true"],["underline",""]] "<p>[foo</p> <p>bar]</p>" queryC ommandState("stylewithcss") after
22 FAIL [["stylewithcss","true"],["underline",""]] "<p>[foo</p> <p>bar]</p>" queryC ommandValue("stylewithcss") after assert_equals: Wrong result returned expected "" but got "true"
23 PASS [["stylewithcss","true"],["underline",""]] "<p>[foo</p> <p>bar]</p>" queryC ommandIndeterm("underline") before
24 PASS [["stylewithcss","true"],["underline",""]] "<p>[foo</p> <p>bar]</p>" queryC ommandState("underline") before
25 FAIL [["stylewithcss","true"],["underline",""]] "<p>[foo</p> <p>bar]</p>" queryC ommandValue("underline") before assert_equals: Wrong result returned expected "" but got "false"
26 PASS [["stylewithcss","true"],["underline",""]] "<p>[foo</p> <p>bar]</p>" queryC ommandIndeterm("underline") after
27 PASS [["stylewithcss","true"],["underline",""]] "<p>[foo</p> <p>bar]</p>" queryC ommandState("underline") after
28 FAIL [["stylewithcss","true"],["underline",""]] "<p>[foo</p> <p>bar]</p>" queryC ommandValue("underline") after assert_equals: Wrong result returned expected "" but got "true"
29 PASS [["stylewithcss","false"],["underline",""]] "<p>[foo</p> <p>bar]</p>": exec Command("stylewithcss", false, "false") return value
30 PASS [["stylewithcss","false"],["underline",""]] "<p>[foo</p> <p>bar]</p>": exec Command("underline", false, "") return value
31 PASS [["stylewithcss","false"],["underline",""]] "<p>[foo</p> <p>bar]</p>" check s for modifications to non-editable content
32 PASS [["stylewithcss","false"],["underline",""]] "<p>[foo</p> <p>bar]</p>" compa re innerHTML
33 PASS [["stylewithcss","false"],["underline",""]] "<p>[foo</p> <p>bar]</p>" query CommandIndeterm("stylewithcss") before
34 PASS [["stylewithcss","false"],["underline",""]] "<p>[foo</p> <p>bar]</p>" query CommandState("stylewithcss") before
35 FAIL [["stylewithcss","false"],["underline",""]] "<p>[foo</p> <p>bar]</p>" query CommandValue("stylewithcss") before assert_equals: Wrong result returned expecte d "" but got "true"
36 PASS [["stylewithcss","false"],["underline",""]] "<p>[foo</p> <p>bar]</p>" query CommandIndeterm("stylewithcss") after
37 PASS [["stylewithcss","false"],["underline",""]] "<p>[foo</p> <p>bar]</p>" query CommandState("stylewithcss") after
38 FAIL [["stylewithcss","false"],["underline",""]] "<p>[foo</p> <p>bar]</p>" query CommandValue("stylewithcss") after assert_equals: Wrong result returned expected "" but got "false"
39 PASS [["stylewithcss","false"],["underline",""]] "<p>[foo</p> <p>bar]</p>" query CommandIndeterm("underline") before
40 PASS [["stylewithcss","false"],["underline",""]] "<p>[foo</p> <p>bar]</p>" query CommandState("underline") before
41 FAIL [["stylewithcss","false"],["underline",""]] "<p>[foo</p> <p>bar]</p>" query CommandValue("underline") before assert_equals: Wrong result returned expected " " but got "false"
42 PASS [["stylewithcss","false"],["underline",""]] "<p>[foo</p> <p>bar]</p>" query CommandIndeterm("underline") after
43 PASS [["stylewithcss","false"],["underline",""]] "<p>[foo</p> <p>bar]</p>" query CommandState("underline") after
44 FAIL [["stylewithcss","false"],["underline",""]] "<p>[foo</p> <p>bar]</p>" query CommandValue("underline") after assert_equals: Wrong result returned expected "" but got "true"
45 PASS [["stylewithcss","true"],["underline",""]] "<span>[foo</span> <span>bar]</s pan>": execCommand("stylewithcss", false, "true") return value
46 PASS [["stylewithcss","true"],["underline",""]] "<span>[foo</span> <span>bar]</s pan>": execCommand("underline", false, "") return value
47 PASS [["stylewithcss","true"],["underline",""]] "<span>[foo</span> <span>bar]</s pan>" checks for modifications to non-editable content
48 FAIL [["stylewithcss","true"],["underline",""]] "<span>[foo</span> <span>bar]</s pan>" compare innerHTML assert_equals: Unexpected innerHTML (after normalizing i nline style) expected "<span style=\"text-decoration:underline\"><span>foo</span > <span>bar</span></span>" but got "<span style=\"text-decoration-line:underline \"><span>foo</span> <span>bar</span></span>"
49 PASS [["stylewithcss","true"],["underline",""]] "<span>[foo</span> <span>bar]</s pan>" queryCommandIndeterm("stylewithcss") before
50 PASS [["stylewithcss","true"],["underline",""]] "<span>[foo</span> <span>bar]</s pan>" queryCommandState("stylewithcss") before
51 FAIL [["stylewithcss","true"],["underline",""]] "<span>[foo</span> <span>bar]</s pan>" queryCommandValue("stylewithcss") before assert_equals: Wrong result retur ned expected "" but got "false"
52 PASS [["stylewithcss","true"],["underline",""]] "<span>[foo</span> <span>bar]</s pan>" queryCommandIndeterm("stylewithcss") after
53 PASS [["stylewithcss","true"],["underline",""]] "<span>[foo</span> <span>bar]</s pan>" queryCommandState("stylewithcss") after
54 FAIL [["stylewithcss","true"],["underline",""]] "<span>[foo</span> <span>bar]</s pan>" queryCommandValue("stylewithcss") after assert_equals: Wrong result return ed expected "" but got "true"
55 PASS [["stylewithcss","true"],["underline",""]] "<span>[foo</span> <span>bar]</s pan>" queryCommandIndeterm("underline") before
56 PASS [["stylewithcss","true"],["underline",""]] "<span>[foo</span> <span>bar]</s pan>" queryCommandState("underline") before
57 FAIL [["stylewithcss","true"],["underline",""]] "<span>[foo</span> <span>bar]</s pan>" queryCommandValue("underline") before assert_equals: Wrong result returned expected "" but got "false"
58 PASS [["stylewithcss","true"],["underline",""]] "<span>[foo</span> <span>bar]</s pan>" queryCommandIndeterm("underline") after
59 PASS [["stylewithcss","true"],["underline",""]] "<span>[foo</span> <span>bar]</s pan>" queryCommandState("underline") after
60 FAIL [["stylewithcss","true"],["underline",""]] "<span>[foo</span> <span>bar]</s pan>" queryCommandValue("underline") after assert_equals: Wrong result returned expected "" but got "true"
61 PASS [["stylewithcss","false"],["underline",""]] "<span>[foo</span> <span>bar]</ span>": execCommand("stylewithcss", false, "false") return value
62 PASS [["stylewithcss","false"],["underline",""]] "<span>[foo</span> <span>bar]</ span>": execCommand("underline", false, "") return value
63 PASS [["stylewithcss","false"],["underline",""]] "<span>[foo</span> <span>bar]</ span>" checks for modifications to non-editable content
64 PASS [["stylewithcss","false"],["underline",""]] "<span>[foo</span> <span>bar]</ span>" compare innerHTML
65 PASS [["stylewithcss","false"],["underline",""]] "<span>[foo</span> <span>bar]</ span>" queryCommandIndeterm("stylewithcss") before
66 PASS [["stylewithcss","false"],["underline",""]] "<span>[foo</span> <span>bar]</ span>" queryCommandState("stylewithcss") before
67 FAIL [["stylewithcss","false"],["underline",""]] "<span>[foo</span> <span>bar]</ span>" queryCommandValue("stylewithcss") before assert_equals: Wrong result retu rned expected "" but got "true"
68 PASS [["stylewithcss","false"],["underline",""]] "<span>[foo</span> <span>bar]</ span>" queryCommandIndeterm("stylewithcss") after
69 PASS [["stylewithcss","false"],["underline",""]] "<span>[foo</span> <span>bar]</ span>" queryCommandState("stylewithcss") after
70 FAIL [["stylewithcss","false"],["underline",""]] "<span>[foo</span> <span>bar]</ span>" queryCommandValue("stylewithcss") after assert_equals: Wrong result retur ned expected "" but got "false"
71 PASS [["stylewithcss","false"],["underline",""]] "<span>[foo</span> <span>bar]</ span>" queryCommandIndeterm("underline") before
72 PASS [["stylewithcss","false"],["underline",""]] "<span>[foo</span> <span>bar]</ span>" queryCommandState("underline") before
73 FAIL [["stylewithcss","false"],["underline",""]] "<span>[foo</span> <span>bar]</ span>" queryCommandValue("underline") before assert_equals: Wrong result returne d expected "" but got "false"
74 PASS [["stylewithcss","false"],["underline",""]] "<span>[foo</span> <span>bar]</ span>" queryCommandIndeterm("underline") after
75 PASS [["stylewithcss","false"],["underline",""]] "<span>[foo</span> <span>bar]</ span>" queryCommandState("underline") after
76 FAIL [["stylewithcss","false"],["underline",""]] "<span>[foo</span> <span>bar]</ span>" queryCommandValue("underline") after assert_equals: Wrong result returned expected "" but got "true"
77 PASS [["stylewithcss","true"],["underline",""]] "<p>[foo</p><p> <span>bar</span> </p><p>baz]</p>": execCommand("stylewithcss", false, "true") return value
78 PASS [["stylewithcss","true"],["underline",""]] "<p>[foo</p><p> <span>bar</span> </p><p>baz]</p>": execCommand("underline", false, "") return value
79 PASS [["stylewithcss","true"],["underline",""]] "<p>[foo</p><p> <span>bar</span> </p><p>baz]</p>" checks for modifications to non-editable content
80 FAIL [["stylewithcss","true"],["underline",""]] "<p>[foo</p><p> <span>bar</span> </p><p>baz]</p>" compare innerHTML assert_equals: Unexpected innerHTML (after n ormalizing inline style) expected "<p><span style=\"text-decoration:underline\"> foo</span></p><p> <span style=\"text-decoration:underline\"><span>bar</span></sp an> </p><p><span style=\"text-decoration:underline\">baz</span></p>" but got "<p ><span style=\"text-decoration-line:underline\">foo</span></p><p> <span style=\" text-decoration-line:underline\"><span>bar</span> </span></p><p><span style=\"te xt-decoration-line:underline\">baz</span></p>"
81 PASS [["stylewithcss","true"],["underline",""]] "<p>[foo</p><p> <span>bar</span> </p><p>baz]</p>" queryCommandIndeterm("stylewithcss") before
82 PASS [["stylewithcss","true"],["underline",""]] "<p>[foo</p><p> <span>bar</span> </p><p>baz]</p>" queryCommandState("stylewithcss") before
83 FAIL [["stylewithcss","true"],["underline",""]] "<p>[foo</p><p> <span>bar</span> </p><p>baz]</p>" queryCommandValue("stylewithcss") before assert_equals: Wrong result returned expected "" but got "false"
84 PASS [["stylewithcss","true"],["underline",""]] "<p>[foo</p><p> <span>bar</span> </p><p>baz]</p>" queryCommandIndeterm("stylewithcss") after
85 PASS [["stylewithcss","true"],["underline",""]] "<p>[foo</p><p> <span>bar</span> </p><p>baz]</p>" queryCommandState("stylewithcss") after
86 FAIL [["stylewithcss","true"],["underline",""]] "<p>[foo</p><p> <span>bar</span> </p><p>baz]</p>" queryCommandValue("stylewithcss") after assert_equals: Wrong r esult returned expected "" but got "true"
87 PASS [["stylewithcss","true"],["underline",""]] "<p>[foo</p><p> <span>bar</span> </p><p>baz]</p>" queryCommandIndeterm("underline") before
88 PASS [["stylewithcss","true"],["underline",""]] "<p>[foo</p><p> <span>bar</span> </p><p>baz]</p>" queryCommandState("underline") before
89 FAIL [["stylewithcss","true"],["underline",""]] "<p>[foo</p><p> <span>bar</span> </p><p>baz]</p>" queryCommandValue("underline") before assert_equals: Wrong res ult returned expected "" but got "false"
90 PASS [["stylewithcss","true"],["underline",""]] "<p>[foo</p><p> <span>bar</span> </p><p>baz]</p>" queryCommandIndeterm("underline") after
91 PASS [["stylewithcss","true"],["underline",""]] "<p>[foo</p><p> <span>bar</span> </p><p>baz]</p>" queryCommandState("underline") after
92 FAIL [["stylewithcss","true"],["underline",""]] "<p>[foo</p><p> <span>bar</span> </p><p>baz]</p>" queryCommandValue("underline") after assert_equals: Wrong resu lt returned expected "" but got "true"
93 PASS [["stylewithcss","false"],["underline",""]] "<p>[foo</p><p> <span>bar</span > </p><p>baz]</p>": execCommand("stylewithcss", false, "false") return value
94 PASS [["stylewithcss","false"],["underline",""]] "<p>[foo</p><p> <span>bar</span > </p><p>baz]</p>": execCommand("underline", false, "") return value
95 PASS [["stylewithcss","false"],["underline",""]] "<p>[foo</p><p> <span>bar</span > </p><p>baz]</p>" checks for modifications to non-editable content
96 FAIL [["stylewithcss","false"],["underline",""]] "<p>[foo</p><p> <span>bar</span > </p><p>baz]</p>" compare innerHTML assert_equals: Unexpected innerHTML (after normalizing inline style) expected "<p><u>foo</u></p><p> <u><span>bar</span></u> </p><p><u>baz</u></p>" but got "<p><u>foo</u></p><p> <u><span>bar</span> </u></ p><p><u>baz</u></p>"
97 PASS [["stylewithcss","false"],["underline",""]] "<p>[foo</p><p> <span>bar</span > </p><p>baz]</p>" queryCommandIndeterm("stylewithcss") before
98 PASS [["stylewithcss","false"],["underline",""]] "<p>[foo</p><p> <span>bar</span > </p><p>baz]</p>" queryCommandState("stylewithcss") before
99 FAIL [["stylewithcss","false"],["underline",""]] "<p>[foo</p><p> <span>bar</span > </p><p>baz]</p>" queryCommandValue("stylewithcss") before assert_equals: Wrong result returned expected "" but got "true"
100 PASS [["stylewithcss","false"],["underline",""]] "<p>[foo</p><p> <span>bar</span > </p><p>baz]</p>" queryCommandIndeterm("stylewithcss") after
101 PASS [["stylewithcss","false"],["underline",""]] "<p>[foo</p><p> <span>bar</span > </p><p>baz]</p>" queryCommandState("stylewithcss") after
102 FAIL [["stylewithcss","false"],["underline",""]] "<p>[foo</p><p> <span>bar</span > </p><p>baz]</p>" queryCommandValue("stylewithcss") after assert_equals: Wrong result returned expected "" but got "false"
103 PASS [["stylewithcss","false"],["underline",""]] "<p>[foo</p><p> <span>bar</span > </p><p>baz]</p>" queryCommandIndeterm("underline") before
104 PASS [["stylewithcss","false"],["underline",""]] "<p>[foo</p><p> <span>bar</span > </p><p>baz]</p>" queryCommandState("underline") before
105 FAIL [["stylewithcss","false"],["underline",""]] "<p>[foo</p><p> <span>bar</span > </p><p>baz]</p>" queryCommandValue("underline") before assert_equals: Wrong re sult returned expected "" but got "false"
106 PASS [["stylewithcss","false"],["underline",""]] "<p>[foo</p><p> <span>bar</span > </p><p>baz]</p>" queryCommandIndeterm("underline") after
107 PASS [["stylewithcss","false"],["underline",""]] "<p>[foo</p><p> <span>bar</span > </p><p>baz]</p>" queryCommandState("underline") after
108 FAIL [["stylewithcss","false"],["underline",""]] "<p>[foo</p><p> <span>bar</span > </p><p>baz]</p>" queryCommandValue("underline") after assert_equals: Wrong res ult returned expected "" but got "true"
109 PASS [["stylewithcss","true"],["underline",""]] "<p>[foo<p><br><p>bar]": execCom mand("stylewithcss", false, "true") return value
110 PASS [["stylewithcss","true"],["underline",""]] "<p>[foo<p><br><p>bar]": execCom mand("underline", false, "") return value
111 PASS [["stylewithcss","true"],["underline",""]] "<p>[foo<p><br><p>bar]" checks f or modifications to non-editable content
112 FAIL [["stylewithcss","true"],["underline",""]] "<p>[foo<p><br><p>bar]" compare innerHTML assert_equals: Unexpected innerHTML (after normalizing inline style) e xpected "<p><span style=\"text-decoration:underline\">foo</span></p><p><span sty le=\"text-decoration:underline\"><br></span></p><p><span style=\"text-decoration :underline\">bar</span></p>" but got "<p><span style=\"text-decoration-line:unde rline\">foo</span></p><p><span style=\"text-decoration-line:underline\"><br></sp an></p><p><span style=\"text-decoration-line:underline\">bar</span></p>"
113 PASS [["stylewithcss","true"],["underline",""]] "<p>[foo<p><br><p>bar]" queryCom mandIndeterm("stylewithcss") before
114 PASS [["stylewithcss","true"],["underline",""]] "<p>[foo<p><br><p>bar]" queryCom mandState("stylewithcss") before
115 FAIL [["stylewithcss","true"],["underline",""]] "<p>[foo<p><br><p>bar]" queryCom mandValue("stylewithcss") before assert_equals: Wrong result returned expected " " but got "false"
116 PASS [["stylewithcss","true"],["underline",""]] "<p>[foo<p><br><p>bar]" queryCom mandIndeterm("stylewithcss") after
117 PASS [["stylewithcss","true"],["underline",""]] "<p>[foo<p><br><p>bar]" queryCom mandState("stylewithcss") after
118 FAIL [["stylewithcss","true"],["underline",""]] "<p>[foo<p><br><p>bar]" queryCom mandValue("stylewithcss") after assert_equals: Wrong result returned expected "" but got "true"
119 PASS [["stylewithcss","true"],["underline",""]] "<p>[foo<p><br><p>bar]" queryCom mandIndeterm("underline") before
120 PASS [["stylewithcss","true"],["underline",""]] "<p>[foo<p><br><p>bar]" queryCom mandState("underline") before
121 FAIL [["stylewithcss","true"],["underline",""]] "<p>[foo<p><br><p>bar]" queryCom mandValue("underline") before assert_equals: Wrong result returned expected "" b ut got "false"
122 PASS [["stylewithcss","true"],["underline",""]] "<p>[foo<p><br><p>bar]" queryCom mandIndeterm("underline") after
123 PASS [["stylewithcss","true"],["underline",""]] "<p>[foo<p><br><p>bar]" queryCom mandState("underline") after
124 FAIL [["stylewithcss","true"],["underline",""]] "<p>[foo<p><br><p>bar]" queryCom mandValue("underline") after assert_equals: Wrong result returned expected "" bu t got "true"
125 PASS [["stylewithcss","false"],["underline",""]] "<p>[foo<p><br><p>bar]": execCo mmand("stylewithcss", false, "false") return value
126 PASS [["stylewithcss","false"],["underline",""]] "<p>[foo<p><br><p>bar]": execCo mmand("underline", false, "") return value
127 PASS [["stylewithcss","false"],["underline",""]] "<p>[foo<p><br><p>bar]" checks for modifications to non-editable content
128 PASS [["stylewithcss","false"],["underline",""]] "<p>[foo<p><br><p>bar]" compare innerHTML
129 PASS [["stylewithcss","false"],["underline",""]] "<p>[foo<p><br><p>bar]" queryCo mmandIndeterm("stylewithcss") before
130 PASS [["stylewithcss","false"],["underline",""]] "<p>[foo<p><br><p>bar]" queryCo mmandState("stylewithcss") before
131 FAIL [["stylewithcss","false"],["underline",""]] "<p>[foo<p><br><p>bar]" queryCo mmandValue("stylewithcss") before assert_equals: Wrong result returned expected "" but got "true"
132 PASS [["stylewithcss","false"],["underline",""]] "<p>[foo<p><br><p>bar]" queryCo mmandIndeterm("stylewithcss") after
133 PASS [["stylewithcss","false"],["underline",""]] "<p>[foo<p><br><p>bar]" queryCo mmandState("stylewithcss") after
134 FAIL [["stylewithcss","false"],["underline",""]] "<p>[foo<p><br><p>bar]" queryCo mmandValue("stylewithcss") after assert_equals: Wrong result returned expected " " but got "false"
135 PASS [["stylewithcss","false"],["underline",""]] "<p>[foo<p><br><p>bar]" queryCo mmandIndeterm("underline") before
136 PASS [["stylewithcss","false"],["underline",""]] "<p>[foo<p><br><p>bar]" queryCo mmandState("underline") before
137 FAIL [["stylewithcss","false"],["underline",""]] "<p>[foo<p><br><p>bar]" queryCo mmandValue("underline") before assert_equals: Wrong result returned expected "" but got "false"
138 PASS [["stylewithcss","false"],["underline",""]] "<p>[foo<p><br><p>bar]" queryCo mmandIndeterm("underline") after
139 PASS [["stylewithcss","false"],["underline",""]] "<p>[foo<p><br><p>bar]" queryCo mmandState("underline") after
140 FAIL [["stylewithcss","false"],["underline",""]] "<p>[foo<p><br><p>bar]" queryCo mmandValue("underline") after assert_equals: Wrong result returned expected "" b ut got "true"
141 PASS [["underline",""]] "<b>foo[]bar</b>": execCommand("underline", false, "") r eturn value
142 PASS [["underline",""]] "<b>foo[]bar</b>" checks for modifications to non-editab le content
143 PASS [["underline",""]] "<b>foo[]bar</b>" compare innerHTML
144 PASS [["underline",""]] "<b>foo[]bar</b>" queryCommandIndeterm("underline") befo re
145 PASS [["underline",""]] "<b>foo[]bar</b>" queryCommandState("underline") before
146 FAIL [["underline",""]] "<b>foo[]bar</b>" queryCommandValue("underline") before assert_equals: Wrong result returned expected "" but got "false"
147 PASS [["underline",""]] "<b>foo[]bar</b>" queryCommandIndeterm("underline") afte r
148 PASS [["underline",""]] "<b>foo[]bar</b>" queryCommandState("underline") after
149 FAIL [["underline",""]] "<b>foo[]bar</b>" queryCommandValue("underline") after a ssert_equals: Wrong result returned expected "" but got "true"
150 PASS [["underline",""]] "<i>foo[]bar</i>": execCommand("underline", false, "") r eturn value
151 PASS [["underline",""]] "<i>foo[]bar</i>" checks for modifications to non-editab le content
152 PASS [["underline",""]] "<i>foo[]bar</i>" compare innerHTML
153 PASS [["underline",""]] "<i>foo[]bar</i>" queryCommandIndeterm("underline") befo re
154 PASS [["underline",""]] "<i>foo[]bar</i>" queryCommandState("underline") before
155 FAIL [["underline",""]] "<i>foo[]bar</i>" queryCommandValue("underline") before assert_equals: Wrong result returned expected "" but got "false"
156 PASS [["underline",""]] "<i>foo[]bar</i>" queryCommandIndeterm("underline") afte r
157 PASS [["underline",""]] "<i>foo[]bar</i>" queryCommandState("underline") after
158 FAIL [["underline",""]] "<i>foo[]bar</i>" queryCommandValue("underline") after a ssert_equals: Wrong result returned expected "" but got "true"
159 PASS [["underline",""]] "<span>foo</span>{}<span>bar</span>": execCommand("under line", false, "") return value
160 PASS [["underline",""]] "<span>foo</span>{}<span>bar</span>" checks for modifica tions to non-editable content
161 PASS [["underline",""]] "<span>foo</span>{}<span>bar</span>" compare innerHTML
162 PASS [["underline",""]] "<span>foo</span>{}<span>bar</span>" queryCommandIndeter m("underline") before
163 PASS [["underline",""]] "<span>foo</span>{}<span>bar</span>" queryCommandState(" underline") before
164 FAIL [["underline",""]] "<span>foo</span>{}<span>bar</span>" queryCommandValue(" underline") before assert_equals: Wrong result returned expected "" but got "fal se"
165 PASS [["underline",""]] "<span>foo</span>{}<span>bar</span>" queryCommandIndeter m("underline") after
166 PASS [["underline",""]] "<span>foo</span>{}<span>bar</span>" queryCommandState(" underline") after
167 FAIL [["underline",""]] "<span>foo</span>{}<span>bar</span>" queryCommandValue(" underline") after assert_equals: Wrong result returned expected "" but got "true "
168 PASS [["underline",""]] "<span>foo[</span><span>]bar</span>": execCommand("under line", false, "") return value
169 PASS [["underline",""]] "<span>foo[</span><span>]bar</span>" checks for modifica tions to non-editable content
170 PASS [["underline",""]] "<span>foo[</span><span>]bar</span>" compare innerHTML
171 PASS [["underline",""]] "<span>foo[</span><span>]bar</span>" queryCommandIndeter m("underline") before
172 PASS [["underline",""]] "<span>foo[</span><span>]bar</span>" queryCommandState(" underline") before
173 FAIL [["underline",""]] "<span>foo[</span><span>]bar</span>" queryCommandValue(" underline") before assert_equals: Wrong result returned expected "" but got "fal se"
174 PASS [["underline",""]] "<span>foo[</span><span>]bar</span>" queryCommandIndeter m("underline") after
175 PASS [["underline",""]] "<span>foo[</span><span>]bar</span>" queryCommandState(" underline") after
176 FAIL [["underline",""]] "<span>foo[</span><span>]bar</span>" queryCommandValue(" underline") after assert_equals: Wrong result returned expected "" but got "true "
177 PASS [["stylewithcss","true"],["underline",""]] "foo[bar]baz": execCommand("styl ewithcss", false, "true") return value
178 PASS [["stylewithcss","true"],["underline",""]] "foo[bar]baz": execCommand("unde rline", false, "") return value
179 PASS [["stylewithcss","true"],["underline",""]] "foo[bar]baz" checks for modific ations to non-editable content
180 FAIL [["stylewithcss","true"],["underline",""]] "foo[bar]baz" compare innerHTML assert_equals: Unexpected innerHTML (after normalizing inline style) expected "f oo<span style=\"text-decoration:underline\">bar</span>baz" but got "foo<span sty le=\"text-decoration-line:underline\">bar</span>baz"
181 PASS [["stylewithcss","true"],["underline",""]] "foo[bar]baz" queryCommandIndete rm("stylewithcss") before
182 PASS [["stylewithcss","true"],["underline",""]] "foo[bar]baz" queryCommandState( "stylewithcss") before
183 FAIL [["stylewithcss","true"],["underline",""]] "foo[bar]baz" queryCommandValue( "stylewithcss") before assert_equals: Wrong result returned expected "" but got "false"
184 PASS [["stylewithcss","true"],["underline",""]] "foo[bar]baz" queryCommandIndete rm("stylewithcss") after
185 PASS [["stylewithcss","true"],["underline",""]] "foo[bar]baz" queryCommandState( "stylewithcss") after
186 FAIL [["stylewithcss","true"],["underline",""]] "foo[bar]baz" queryCommandValue( "stylewithcss") after assert_equals: Wrong result returned expected "" but got " true"
187 PASS [["stylewithcss","true"],["underline",""]] "foo[bar]baz" queryCommandIndete rm("underline") before
188 PASS [["stylewithcss","true"],["underline",""]] "foo[bar]baz" queryCommandState( "underline") before
189 FAIL [["stylewithcss","true"],["underline",""]] "foo[bar]baz" queryCommandValue( "underline") before assert_equals: Wrong result returned expected "" but got "fa lse"
190 PASS [["stylewithcss","true"],["underline",""]] "foo[bar]baz" queryCommandIndete rm("underline") after
191 PASS [["stylewithcss","true"],["underline",""]] "foo[bar]baz" queryCommandState( "underline") after
192 FAIL [["stylewithcss","true"],["underline",""]] "foo[bar]baz" queryCommandValue( "underline") after assert_equals: Wrong result returned expected "" but got "tru e"
193 PASS [["stylewithcss","false"],["underline",""]] "foo[bar]baz": execCommand("sty lewithcss", false, "false") return value
194 PASS [["stylewithcss","false"],["underline",""]] "foo[bar]baz": execCommand("und erline", false, "") return value
195 PASS [["stylewithcss","false"],["underline",""]] "foo[bar]baz" checks for modifi cations to non-editable content
196 PASS [["stylewithcss","false"],["underline",""]] "foo[bar]baz" compare innerHTML
197 PASS [["stylewithcss","false"],["underline",""]] "foo[bar]baz" queryCommandIndet erm("stylewithcss") before
198 PASS [["stylewithcss","false"],["underline",""]] "foo[bar]baz" queryCommandState ("stylewithcss") before
199 FAIL [["stylewithcss","false"],["underline",""]] "foo[bar]baz" queryCommandValue ("stylewithcss") before assert_equals: Wrong result returned expected "" but got "true"
200 PASS [["stylewithcss","false"],["underline",""]] "foo[bar]baz" queryCommandIndet erm("stylewithcss") after
201 PASS [["stylewithcss","false"],["underline",""]] "foo[bar]baz" queryCommandState ("stylewithcss") after
202 FAIL [["stylewithcss","false"],["underline",""]] "foo[bar]baz" queryCommandValue ("stylewithcss") after assert_equals: Wrong result returned expected "" but got "false"
203 PASS [["stylewithcss","false"],["underline",""]] "foo[bar]baz" queryCommandIndet erm("underline") before
204 PASS [["stylewithcss","false"],["underline",""]] "foo[bar]baz" queryCommandState ("underline") before
205 FAIL [["stylewithcss","false"],["underline",""]] "foo[bar]baz" queryCommandValue ("underline") before assert_equals: Wrong result returned expected "" but got "f alse"
206 PASS [["stylewithcss","false"],["underline",""]] "foo[bar]baz" queryCommandIndet erm("underline") after
207 PASS [["stylewithcss","false"],["underline",""]] "foo[bar]baz" queryCommandState ("underline") after
208 FAIL [["stylewithcss","false"],["underline",""]] "foo[bar]baz" queryCommandValue ("underline") after assert_equals: Wrong result returned expected "" but got "tr ue"
209 PASS [["stylewithcss","true"],["underline",""]] "foo[bar<b>baz]qoz</b>quz": exec Command("stylewithcss", false, "true") return value
210 PASS [["stylewithcss","true"],["underline",""]] "foo[bar<b>baz]qoz</b>quz": exec Command("underline", false, "") return value
211 PASS [["stylewithcss","true"],["underline",""]] "foo[bar<b>baz]qoz</b>quz" check s for modifications to non-editable content
212 FAIL [["stylewithcss","true"],["underline",""]] "foo[bar<b>baz]qoz</b>quz" compa re innerHTML assert_equals: Unexpected innerHTML (after normalizing inline style ) expected "foo<span style=\"text-decoration:underline\">bar</span><b><span styl e=\"text-decoration:underline\">baz</span>qoz</b>quz" but got "foo<span style=\" text-decoration-line:underline\">bar</span><b><span style=\"text-decoration-line :underline\">baz</span>qoz</b>quz"
213 PASS [["stylewithcss","true"],["underline",""]] "foo[bar<b>baz]qoz</b>quz" query CommandIndeterm("stylewithcss") before
214 PASS [["stylewithcss","true"],["underline",""]] "foo[bar<b>baz]qoz</b>quz" query CommandState("stylewithcss") before
215 FAIL [["stylewithcss","true"],["underline",""]] "foo[bar<b>baz]qoz</b>quz" query CommandValue("stylewithcss") before assert_equals: Wrong result returned expecte d "" but got "false"
216 PASS [["stylewithcss","true"],["underline",""]] "foo[bar<b>baz]qoz</b>quz" query CommandIndeterm("stylewithcss") after
217 PASS [["stylewithcss","true"],["underline",""]] "foo[bar<b>baz]qoz</b>quz" query CommandState("stylewithcss") after
218 FAIL [["stylewithcss","true"],["underline",""]] "foo[bar<b>baz]qoz</b>quz" query CommandValue("stylewithcss") after assert_equals: Wrong result returned expected "" but got "true"
219 PASS [["stylewithcss","true"],["underline",""]] "foo[bar<b>baz]qoz</b>quz" query CommandIndeterm("underline") before
220 PASS [["stylewithcss","true"],["underline",""]] "foo[bar<b>baz]qoz</b>quz" query CommandState("underline") before
221 FAIL [["stylewithcss","true"],["underline",""]] "foo[bar<b>baz]qoz</b>quz" query CommandValue("underline") before assert_equals: Wrong result returned expected " " but got "false"
222 PASS [["stylewithcss","true"],["underline",""]] "foo[bar<b>baz]qoz</b>quz" query CommandIndeterm("underline") after
223 PASS [["stylewithcss","true"],["underline",""]] "foo[bar<b>baz]qoz</b>quz" query CommandState("underline") after
224 FAIL [["stylewithcss","true"],["underline",""]] "foo[bar<b>baz]qoz</b>quz" query CommandValue("underline") after assert_equals: Wrong result returned expected "" but got "true"
225 PASS [["stylewithcss","false"],["underline",""]] "foo[bar<b>baz]qoz</b>quz": exe cCommand("stylewithcss", false, "false") return value
226 PASS [["stylewithcss","false"],["underline",""]] "foo[bar<b>baz]qoz</b>quz": exe cCommand("underline", false, "") return value
227 PASS [["stylewithcss","false"],["underline",""]] "foo[bar<b>baz]qoz</b>quz" chec ks for modifications to non-editable content
228 PASS [["stylewithcss","false"],["underline",""]] "foo[bar<b>baz]qoz</b>quz" comp are innerHTML
229 PASS [["stylewithcss","false"],["underline",""]] "foo[bar<b>baz]qoz</b>quz" quer yCommandIndeterm("stylewithcss") before
230 PASS [["stylewithcss","false"],["underline",""]] "foo[bar<b>baz]qoz</b>quz" quer yCommandState("stylewithcss") before
231 FAIL [["stylewithcss","false"],["underline",""]] "foo[bar<b>baz]qoz</b>quz" quer yCommandValue("stylewithcss") before assert_equals: Wrong result returned expect ed "" but got "true"
232 PASS [["stylewithcss","false"],["underline",""]] "foo[bar<b>baz]qoz</b>quz" quer yCommandIndeterm("stylewithcss") after
233 PASS [["stylewithcss","false"],["underline",""]] "foo[bar<b>baz]qoz</b>quz" quer yCommandState("stylewithcss") after
234 FAIL [["stylewithcss","false"],["underline",""]] "foo[bar<b>baz]qoz</b>quz" quer yCommandValue("stylewithcss") after assert_equals: Wrong result returned expecte d "" but got "false"
235 PASS [["stylewithcss","false"],["underline",""]] "foo[bar<b>baz]qoz</b>quz" quer yCommandIndeterm("underline") before
236 PASS [["stylewithcss","false"],["underline",""]] "foo[bar<b>baz]qoz</b>quz" quer yCommandState("underline") before
237 FAIL [["stylewithcss","false"],["underline",""]] "foo[bar<b>baz]qoz</b>quz" quer yCommandValue("underline") before assert_equals: Wrong result returned expected "" but got "false"
238 PASS [["stylewithcss","false"],["underline",""]] "foo[bar<b>baz]qoz</b>quz" quer yCommandIndeterm("underline") after
239 PASS [["stylewithcss","false"],["underline",""]] "foo[bar<b>baz]qoz</b>quz" quer yCommandState("underline") after
240 FAIL [["stylewithcss","false"],["underline",""]] "foo[bar<b>baz]qoz</b>quz" quer yCommandValue("underline") after assert_equals: Wrong result returned expected " " but got "true"
241 PASS [["stylewithcss","true"],["underline",""]] "foo[bar<i>baz]qoz</i>quz": exec Command("stylewithcss", false, "true") return value
242 PASS [["stylewithcss","true"],["underline",""]] "foo[bar<i>baz]qoz</i>quz": exec Command("underline", false, "") return value
243 PASS [["stylewithcss","true"],["underline",""]] "foo[bar<i>baz]qoz</i>quz" check s for modifications to non-editable content
244 FAIL [["stylewithcss","true"],["underline",""]] "foo[bar<i>baz]qoz</i>quz" compa re innerHTML assert_equals: Unexpected innerHTML (after normalizing inline style ) expected "foo<span style=\"text-decoration:underline\">bar</span><i><span styl e=\"text-decoration:underline\">baz</span>qoz</i>quz" but got "foo<span style=\" text-decoration-line:underline\">bar</span><i><span style=\"text-decoration-line :underline\">baz</span>qoz</i>quz"
245 PASS [["stylewithcss","true"],["underline",""]] "foo[bar<i>baz]qoz</i>quz" query CommandIndeterm("stylewithcss") before
246 PASS [["stylewithcss","true"],["underline",""]] "foo[bar<i>baz]qoz</i>quz" query CommandState("stylewithcss") before
247 FAIL [["stylewithcss","true"],["underline",""]] "foo[bar<i>baz]qoz</i>quz" query CommandValue("stylewithcss") before assert_equals: Wrong result returned expecte d "" but got "false"
248 PASS [["stylewithcss","true"],["underline",""]] "foo[bar<i>baz]qoz</i>quz" query CommandIndeterm("stylewithcss") after
249 PASS [["stylewithcss","true"],["underline",""]] "foo[bar<i>baz]qoz</i>quz" query CommandState("stylewithcss") after
250 FAIL [["stylewithcss","true"],["underline",""]] "foo[bar<i>baz]qoz</i>quz" query CommandValue("stylewithcss") after assert_equals: Wrong result returned expected "" but got "true"
251 PASS [["stylewithcss","true"],["underline",""]] "foo[bar<i>baz]qoz</i>quz" query CommandIndeterm("underline") before
252 PASS [["stylewithcss","true"],["underline",""]] "foo[bar<i>baz]qoz</i>quz" query CommandState("underline") before
253 FAIL [["stylewithcss","true"],["underline",""]] "foo[bar<i>baz]qoz</i>quz" query CommandValue("underline") before assert_equals: Wrong result returned expected " " but got "false"
254 PASS [["stylewithcss","true"],["underline",""]] "foo[bar<i>baz]qoz</i>quz" query CommandIndeterm("underline") after
255 PASS [["stylewithcss","true"],["underline",""]] "foo[bar<i>baz]qoz</i>quz" query CommandState("underline") after
256 FAIL [["stylewithcss","true"],["underline",""]] "foo[bar<i>baz]qoz</i>quz" query CommandValue("underline") after assert_equals: Wrong result returned expected "" but got "true"
257 PASS [["stylewithcss","false"],["underline",""]] "foo[bar<i>baz]qoz</i>quz": exe cCommand("stylewithcss", false, "false") return value
258 PASS [["stylewithcss","false"],["underline",""]] "foo[bar<i>baz]qoz</i>quz": exe cCommand("underline", false, "") return value
259 PASS [["stylewithcss","false"],["underline",""]] "foo[bar<i>baz]qoz</i>quz" chec ks for modifications to non-editable content
260 PASS [["stylewithcss","false"],["underline",""]] "foo[bar<i>baz]qoz</i>quz" comp are innerHTML
261 PASS [["stylewithcss","false"],["underline",""]] "foo[bar<i>baz]qoz</i>quz" quer yCommandIndeterm("stylewithcss") before
262 PASS [["stylewithcss","false"],["underline",""]] "foo[bar<i>baz]qoz</i>quz" quer yCommandState("stylewithcss") before
263 FAIL [["stylewithcss","false"],["underline",""]] "foo[bar<i>baz]qoz</i>quz" quer yCommandValue("stylewithcss") before assert_equals: Wrong result returned expect ed "" but got "true"
264 PASS [["stylewithcss","false"],["underline",""]] "foo[bar<i>baz]qoz</i>quz" quer yCommandIndeterm("stylewithcss") after
265 PASS [["stylewithcss","false"],["underline",""]] "foo[bar<i>baz]qoz</i>quz" quer yCommandState("stylewithcss") after
266 FAIL [["stylewithcss","false"],["underline",""]] "foo[bar<i>baz]qoz</i>quz" quer yCommandValue("stylewithcss") after assert_equals: Wrong result returned expecte d "" but got "false"
267 PASS [["stylewithcss","false"],["underline",""]] "foo[bar<i>baz]qoz</i>quz" quer yCommandIndeterm("underline") before
268 PASS [["stylewithcss","false"],["underline",""]] "foo[bar<i>baz]qoz</i>quz" quer yCommandState("underline") before
269 FAIL [["stylewithcss","false"],["underline",""]] "foo[bar<i>baz]qoz</i>quz" quer yCommandValue("underline") before assert_equals: Wrong result returned expected "" but got "false"
270 PASS [["stylewithcss","false"],["underline",""]] "foo[bar<i>baz]qoz</i>quz" quer yCommandIndeterm("underline") after
271 PASS [["stylewithcss","false"],["underline",""]] "foo[bar<i>baz]qoz</i>quz" quer yCommandState("underline") after
272 FAIL [["stylewithcss","false"],["underline",""]] "foo[bar<i>baz]qoz</i>quz" quer yCommandValue("underline") after assert_equals: Wrong result returned expected " " but got "true"
273 PASS [["stylewithcss","true"],["underline",""]] "{<p><p> <p>foo</p>}": execComma nd("stylewithcss", false, "true") return value
274 PASS [["stylewithcss","true"],["underline",""]] "{<p><p> <p>foo</p>}": execComma nd("underline", false, "") return value
275 PASS [["stylewithcss","true"],["underline",""]] "{<p><p> <p>foo</p>}" checks for modifications to non-editable content
276 FAIL [["stylewithcss","true"],["underline",""]] "{<p><p> <p>foo</p>}" compare in nerHTML assert_equals: Unexpected innerHTML (after normalizing inline style) exp ected "<p></p><p> </p><p><span style=\"text-decoration:underline\">foo</span></p >" but got "<p></p><p> </p><p><span style=\"text-decoration-line:underline\">foo </span></p>"
277 PASS [["stylewithcss","true"],["underline",""]] "{<p><p> <p>foo</p>}" queryComma ndIndeterm("stylewithcss") before
278 PASS [["stylewithcss","true"],["underline",""]] "{<p><p> <p>foo</p>}" queryComma ndState("stylewithcss") before
279 FAIL [["stylewithcss","true"],["underline",""]] "{<p><p> <p>foo</p>}" queryComma ndValue("stylewithcss") before assert_equals: Wrong result returned expected "" but got "false"
280 PASS [["stylewithcss","true"],["underline",""]] "{<p><p> <p>foo</p>}" queryComma ndIndeterm("stylewithcss") after
281 PASS [["stylewithcss","true"],["underline",""]] "{<p><p> <p>foo</p>}" queryComma ndState("stylewithcss") after
282 FAIL [["stylewithcss","true"],["underline",""]] "{<p><p> <p>foo</p>}" queryComma ndValue("stylewithcss") after assert_equals: Wrong result returned expected "" b ut got "true"
283 PASS [["stylewithcss","true"],["underline",""]] "{<p><p> <p>foo</p>}" queryComma ndIndeterm("underline") before
284 PASS [["stylewithcss","true"],["underline",""]] "{<p><p> <p>foo</p>}" queryComma ndState("underline") before
285 FAIL [["stylewithcss","true"],["underline",""]] "{<p><p> <p>foo</p>}" queryComma ndValue("underline") before assert_equals: Wrong result returned expected "" but got "false"
286 PASS [["stylewithcss","true"],["underline",""]] "{<p><p> <p>foo</p>}" queryComma ndIndeterm("underline") after
287 PASS [["stylewithcss","true"],["underline",""]] "{<p><p> <p>foo</p>}" queryComma ndState("underline") after
288 FAIL [["stylewithcss","true"],["underline",""]] "{<p><p> <p>foo</p>}" queryComma ndValue("underline") after assert_equals: Wrong result returned expected "" but got "true"
289 PASS [["stylewithcss","false"],["underline",""]] "{<p><p> <p>foo</p>}": execComm and("stylewithcss", false, "false") return value
290 PASS [["stylewithcss","false"],["underline",""]] "{<p><p> <p>foo</p>}": execComm and("underline", false, "") return value
291 PASS [["stylewithcss","false"],["underline",""]] "{<p><p> <p>foo</p>}" checks fo r modifications to non-editable content
292 PASS [["stylewithcss","false"],["underline",""]] "{<p><p> <p>foo</p>}" compare i nnerHTML
293 PASS [["stylewithcss","false"],["underline",""]] "{<p><p> <p>foo</p>}" queryComm andIndeterm("stylewithcss") before
294 PASS [["stylewithcss","false"],["underline",""]] "{<p><p> <p>foo</p>}" queryComm andState("stylewithcss") before
295 FAIL [["stylewithcss","false"],["underline",""]] "{<p><p> <p>foo</p>}" queryComm andValue("stylewithcss") before assert_equals: Wrong result returned expected "" but got "true"
296 PASS [["stylewithcss","false"],["underline",""]] "{<p><p> <p>foo</p>}" queryComm andIndeterm("stylewithcss") after
297 PASS [["stylewithcss","false"],["underline",""]] "{<p><p> <p>foo</p>}" queryComm andState("stylewithcss") after
298 FAIL [["stylewithcss","false"],["underline",""]] "{<p><p> <p>foo</p>}" queryComm andValue("stylewithcss") after assert_equals: Wrong result returned expected "" but got "false"
299 PASS [["stylewithcss","false"],["underline",""]] "{<p><p> <p>foo</p>}" queryComm andIndeterm("underline") before
300 PASS [["stylewithcss","false"],["underline",""]] "{<p><p> <p>foo</p>}" queryComm andState("underline") before
301 FAIL [["stylewithcss","false"],["underline",""]] "{<p><p> <p>foo</p>}" queryComm andValue("underline") before assert_equals: Wrong result returned expected "" bu t got "false"
302 PASS [["stylewithcss","false"],["underline",""]] "{<p><p> <p>foo</p>}" queryComm andIndeterm("underline") after
303 PASS [["stylewithcss","false"],["underline",""]] "{<p><p> <p>foo</p>}" queryComm andState("underline") after
304 FAIL [["stylewithcss","false"],["underline",""]] "{<p><p> <p>foo</p>}" queryComm andValue("underline") after assert_equals: Wrong result returned expected "" but got "true"
305 PASS [["stylewithcss","true"],["underline",""]] "<table><tbody><tr><td>foo<td>b[ a]r<td>baz</table>": execCommand("stylewithcss", false, "true") return value
306 PASS [["stylewithcss","true"],["underline",""]] "<table><tbody><tr><td>foo<td>b[ a]r<td>baz</table>": execCommand("underline", false, "") return value
307 PASS [["stylewithcss","true"],["underline",""]] "<table><tbody><tr><td>foo<td>b[ a]r<td>baz</table>" checks for modifications to non-editable content
308 FAIL [["stylewithcss","true"],["underline",""]] "<table><tbody><tr><td>foo<td>b[ a]r<td>baz</table>" compare innerHTML assert_equals: Unexpected innerHTML (after normalizing inline style) expected "<table><tbody><tr><td>foo</td><td>b<span st yle=\"text-decoration:underline\">a</span>r</td><td>baz</td></tr></tbody></table >" but got "<table><tbody><tr><td>foo</td><td>b<span style=\"text-decoration-lin e:underline\">a</span>r</td><td>baz</td></tr></tbody></table>"
309 PASS [["stylewithcss","true"],["underline",""]] "<table><tbody><tr><td>foo<td>b[ a]r<td>baz</table>" queryCommandIndeterm("stylewithcss") before
310 PASS [["stylewithcss","true"],["underline",""]] "<table><tbody><tr><td>foo<td>b[ a]r<td>baz</table>" queryCommandState("stylewithcss") before
311 FAIL [["stylewithcss","true"],["underline",""]] "<table><tbody><tr><td>foo<td>b[ a]r<td>baz</table>" queryCommandValue("stylewithcss") before assert_equals: Wron g result returned expected "" but got "false"
312 PASS [["stylewithcss","true"],["underline",""]] "<table><tbody><tr><td>foo<td>b[ a]r<td>baz</table>" queryCommandIndeterm("stylewithcss") after
313 PASS [["stylewithcss","true"],["underline",""]] "<table><tbody><tr><td>foo<td>b[ a]r<td>baz</table>" queryCommandState("stylewithcss") after
314 FAIL [["stylewithcss","true"],["underline",""]] "<table><tbody><tr><td>foo<td>b[ a]r<td>baz</table>" queryCommandValue("stylewithcss") after assert_equals: Wrong result returned expected "" but got "true"
315 PASS [["stylewithcss","true"],["underline",""]] "<table><tbody><tr><td>foo<td>b[ a]r<td>baz</table>" queryCommandIndeterm("underline") before
316 PASS [["stylewithcss","true"],["underline",""]] "<table><tbody><tr><td>foo<td>b[ a]r<td>baz</table>" queryCommandState("underline") before
317 FAIL [["stylewithcss","true"],["underline",""]] "<table><tbody><tr><td>foo<td>b[ a]r<td>baz</table>" queryCommandValue("underline") before assert_equals: Wrong r esult returned expected "" but got "false"
318 PASS [["stylewithcss","true"],["underline",""]] "<table><tbody><tr><td>foo<td>b[ a]r<td>baz</table>" queryCommandIndeterm("underline") after
319 PASS [["stylewithcss","true"],["underline",""]] "<table><tbody><tr><td>foo<td>b[ a]r<td>baz</table>" queryCommandState("underline") after
320 FAIL [["stylewithcss","true"],["underline",""]] "<table><tbody><tr><td>foo<td>b[ a]r<td>baz</table>" queryCommandValue("underline") after assert_equals: Wrong re sult returned expected "" but got "true"
321 PASS [["stylewithcss","false"],["underline",""]] "<table><tbody><tr><td>foo<td>b [a]r<td>baz</table>": execCommand("stylewithcss", false, "false") return value
322 PASS [["stylewithcss","false"],["underline",""]] "<table><tbody><tr><td>foo<td>b [a]r<td>baz</table>": execCommand("underline", false, "") return value
323 PASS [["stylewithcss","false"],["underline",""]] "<table><tbody><tr><td>foo<td>b [a]r<td>baz</table>" checks for modifications to non-editable content
324 PASS [["stylewithcss","false"],["underline",""]] "<table><tbody><tr><td>foo<td>b [a]r<td>baz</table>" compare innerHTML
325 PASS [["stylewithcss","false"],["underline",""]] "<table><tbody><tr><td>foo<td>b [a]r<td>baz</table>" queryCommandIndeterm("stylewithcss") before
326 PASS [["stylewithcss","false"],["underline",""]] "<table><tbody><tr><td>foo<td>b [a]r<td>baz</table>" queryCommandState("stylewithcss") before
327 FAIL [["stylewithcss","false"],["underline",""]] "<table><tbody><tr><td>foo<td>b [a]r<td>baz</table>" queryCommandValue("stylewithcss") before assert_equals: Wro ng result returned expected "" but got "true"
328 PASS [["stylewithcss","false"],["underline",""]] "<table><tbody><tr><td>foo<td>b [a]r<td>baz</table>" queryCommandIndeterm("stylewithcss") after
329 PASS [["stylewithcss","false"],["underline",""]] "<table><tbody><tr><td>foo<td>b [a]r<td>baz</table>" queryCommandState("stylewithcss") after
330 FAIL [["stylewithcss","false"],["underline",""]] "<table><tbody><tr><td>foo<td>b [a]r<td>baz</table>" queryCommandValue("stylewithcss") after assert_equals: Wron g result returned expected "" but got "false"
331 PASS [["stylewithcss","false"],["underline",""]] "<table><tbody><tr><td>foo<td>b [a]r<td>baz</table>" queryCommandIndeterm("underline") before
332 PASS [["stylewithcss","false"],["underline",""]] "<table><tbody><tr><td>foo<td>b [a]r<td>baz</table>" queryCommandState("underline") before
333 FAIL [["stylewithcss","false"],["underline",""]] "<table><tbody><tr><td>foo<td>b [a]r<td>baz</table>" queryCommandValue("underline") before assert_equals: Wrong result returned expected "" but got "false"
334 PASS [["stylewithcss","false"],["underline",""]] "<table><tbody><tr><td>foo<td>b [a]r<td>baz</table>" queryCommandIndeterm("underline") after
335 PASS [["stylewithcss","false"],["underline",""]] "<table><tbody><tr><td>foo<td>b [a]r<td>baz</table>" queryCommandState("underline") after
336 FAIL [["stylewithcss","false"],["underline",""]] "<table><tbody><tr><td>foo<td>b [a]r<td>baz</table>" queryCommandValue("underline") after assert_equals: Wrong r esult returned expected "" but got "true"
337 PASS [["stylewithcss","true"],["underline",""]] "<table><tbody><tr data-start=1 data-end=2><td>foo<td>bar<td>baz</table>": execCommand("stylewithcss", false, "t rue") return value
338 PASS [["stylewithcss","true"],["underline",""]] "<table><tbody><tr data-start=1 data-end=2><td>foo<td>bar<td>baz</table>": execCommand("underline", false, "") r eturn value
339 PASS [["stylewithcss","true"],["underline",""]] "<table><tbody><tr data-start=1 data-end=2><td>foo<td>bar<td>baz</table>" checks for modifications to non-editab le content
340 FAIL [["stylewithcss","true"],["underline",""]] "<table><tbody><tr data-start=1 data-end=2><td>foo<td>bar<td>baz</table>" compare innerHTML assert_equals: Unexp ected innerHTML (after normalizing inline style) expected "<table><tbody><tr><td >foo</td><td><span style=\"text-decoration:underline\">bar</span></td><td>baz</t d></tr></tbody></table>" but got "<table><tbody><tr><td>foo</td><td><span style= \"text-decoration-line:underline\">bar</span></td><td>baz</td></tr></tbody></tab le>"
341 PASS [["stylewithcss","true"],["underline",""]] "<table><tbody><tr data-start=1 data-end=2><td>foo<td>bar<td>baz</table>" queryCommandIndeterm("stylewithcss") b efore
342 PASS [["stylewithcss","true"],["underline",""]] "<table><tbody><tr data-start=1 data-end=2><td>foo<td>bar<td>baz</table>" queryCommandState("stylewithcss") befo re
343 FAIL [["stylewithcss","true"],["underline",""]] "<table><tbody><tr data-start=1 data-end=2><td>foo<td>bar<td>baz</table>" queryCommandValue("stylewithcss") befo re assert_equals: Wrong result returned expected "" but got "false"
344 PASS [["stylewithcss","true"],["underline",""]] "<table><tbody><tr data-start=1 data-end=2><td>foo<td>bar<td>baz</table>" queryCommandIndeterm("stylewithcss") a fter
345 PASS [["stylewithcss","true"],["underline",""]] "<table><tbody><tr data-start=1 data-end=2><td>foo<td>bar<td>baz</table>" queryCommandState("stylewithcss") afte r
346 FAIL [["stylewithcss","true"],["underline",""]] "<table><tbody><tr data-start=1 data-end=2><td>foo<td>bar<td>baz</table>" queryCommandValue("stylewithcss") afte r assert_equals: Wrong result returned expected "" but got "true"
347 PASS [["stylewithcss","true"],["underline",""]] "<table><tbody><tr data-start=1 data-end=2><td>foo<td>bar<td>baz</table>" queryCommandIndeterm("underline") befo re
348 PASS [["stylewithcss","true"],["underline",""]] "<table><tbody><tr data-start=1 data-end=2><td>foo<td>bar<td>baz</table>" queryCommandState("underline") before
349 FAIL [["stylewithcss","true"],["underline",""]] "<table><tbody><tr data-start=1 data-end=2><td>foo<td>bar<td>baz</table>" queryCommandValue("underline") before assert_equals: Wrong result returned expected "" but got "false"
350 PASS [["stylewithcss","true"],["underline",""]] "<table><tbody><tr data-start=1 data-end=2><td>foo<td>bar<td>baz</table>" queryCommandIndeterm("underline") afte r
351 PASS [["stylewithcss","true"],["underline",""]] "<table><tbody><tr data-start=1 data-end=2><td>foo<td>bar<td>baz</table>" queryCommandState("underline") after
352 FAIL [["stylewithcss","true"],["underline",""]] "<table><tbody><tr data-start=1 data-end=2><td>foo<td>bar<td>baz</table>" queryCommandValue("underline") after a ssert_equals: Wrong result returned expected "" but got "true"
353 PASS [["stylewithcss","false"],["underline",""]] "<table><tbody><tr data-start=1 data-end=2><td>foo<td>bar<td>baz</table>": execCommand("stylewithcss", false, " false") return value
354 PASS [["stylewithcss","false"],["underline",""]] "<table><tbody><tr data-start=1 data-end=2><td>foo<td>bar<td>baz</table>": execCommand("underline", false, "") return value
355 PASS [["stylewithcss","false"],["underline",""]] "<table><tbody><tr data-start=1 data-end=2><td>foo<td>bar<td>baz</table>" checks for modifications to non-edita ble content
356 PASS [["stylewithcss","false"],["underline",""]] "<table><tbody><tr data-start=1 data-end=2><td>foo<td>bar<td>baz</table>" compare innerHTML
357 PASS [["stylewithcss","false"],["underline",""]] "<table><tbody><tr data-start=1 data-end=2><td>foo<td>bar<td>baz</table>" queryCommandIndeterm("stylewithcss") before
358 PASS [["stylewithcss","false"],["underline",""]] "<table><tbody><tr data-start=1 data-end=2><td>foo<td>bar<td>baz</table>" queryCommandState("stylewithcss") bef ore
359 FAIL [["stylewithcss","false"],["underline",""]] "<table><tbody><tr data-start=1 data-end=2><td>foo<td>bar<td>baz</table>" queryCommandValue("stylewithcss") bef ore assert_equals: Wrong result returned expected "" but got "true"
360 PASS [["stylewithcss","false"],["underline",""]] "<table><tbody><tr data-start=1 data-end=2><td>foo<td>bar<td>baz</table>" queryCommandIndeterm("stylewithcss") after
361 PASS [["stylewithcss","false"],["underline",""]] "<table><tbody><tr data-start=1 data-end=2><td>foo<td>bar<td>baz</table>" queryCommandState("stylewithcss") aft er
362 FAIL [["stylewithcss","false"],["underline",""]] "<table><tbody><tr data-start=1 data-end=2><td>foo<td>bar<td>baz</table>" queryCommandValue("stylewithcss") aft er assert_equals: Wrong result returned expected "" but got "false"
363 PASS [["stylewithcss","false"],["underline",""]] "<table><tbody><tr data-start=1 data-end=2><td>foo<td>bar<td>baz</table>" queryCommandIndeterm("underline") bef ore
364 PASS [["stylewithcss","false"],["underline",""]] "<table><tbody><tr data-start=1 data-end=2><td>foo<td>bar<td>baz</table>" queryCommandState("underline") before
365 FAIL [["stylewithcss","false"],["underline",""]] "<table><tbody><tr data-start=1 data-end=2><td>foo<td>bar<td>baz</table>" queryCommandValue("underline") before assert_equals: Wrong result returned expected "" but got "false"
366 PASS [["stylewithcss","false"],["underline",""]] "<table><tbody><tr data-start=1 data-end=2><td>foo<td>bar<td>baz</table>" queryCommandIndeterm("underline") aft er
367 PASS [["stylewithcss","false"],["underline",""]] "<table><tbody><tr data-start=1 data-end=2><td>foo<td>bar<td>baz</table>" queryCommandState("underline") after
368 FAIL [["stylewithcss","false"],["underline",""]] "<table><tbody><tr data-start=1 data-end=2><td>foo<td>bar<td>baz</table>" queryCommandValue("underline") after assert_equals: Wrong result returned expected "" but got "true"
369 PASS [["stylewithcss","true"],["underline",""]] "<table><tbody><tr data-start=0 data-end=2><td>foo<td>bar<td>baz</table>": execCommand("stylewithcss", false, "t rue") return value
370 PASS [["stylewithcss","true"],["underline",""]] "<table><tbody><tr data-start=0 data-end=2><td>foo<td>bar<td>baz</table>": execCommand("underline", false, "") r eturn value
371 PASS [["stylewithcss","true"],["underline",""]] "<table><tbody><tr data-start=0 data-end=2><td>foo<td>bar<td>baz</table>" checks for modifications to non-editab le content
372 FAIL [["stylewithcss","true"],["underline",""]] "<table><tbody><tr data-start=0 data-end=2><td>foo<td>bar<td>baz</table>" compare innerHTML assert_equals: Unexp ected innerHTML (after normalizing inline style) expected "<table><tbody><tr><td ><span style=\"text-decoration:underline\">foo</span></td><td><span style=\"text -decoration:underline\">bar</span></td><td>baz</td></tr></tbody></table>" but go t "<table><tbody><tr><td><span style=\"text-decoration-line:underline\">foo</spa n></td><td><span style=\"text-decoration-line:underline\">bar</span></td><td>baz </td></tr></tbody></table>"
373 PASS [["stylewithcss","true"],["underline",""]] "<table><tbody><tr data-start=0 data-end=2><td>foo<td>bar<td>baz</table>" queryCommandIndeterm("stylewithcss") b efore
374 PASS [["stylewithcss","true"],["underline",""]] "<table><tbody><tr data-start=0 data-end=2><td>foo<td>bar<td>baz</table>" queryCommandState("stylewithcss") befo re
375 FAIL [["stylewithcss","true"],["underline",""]] "<table><tbody><tr data-start=0 data-end=2><td>foo<td>bar<td>baz</table>" queryCommandValue("stylewithcss") befo re assert_equals: Wrong result returned expected "" but got "false"
376 PASS [["stylewithcss","true"],["underline",""]] "<table><tbody><tr data-start=0 data-end=2><td>foo<td>bar<td>baz</table>" queryCommandIndeterm("stylewithcss") a fter
377 PASS [["stylewithcss","true"],["underline",""]] "<table><tbody><tr data-start=0 data-end=2><td>foo<td>bar<td>baz</table>" queryCommandState("stylewithcss") afte r
378 FAIL [["stylewithcss","true"],["underline",""]] "<table><tbody><tr data-start=0 data-end=2><td>foo<td>bar<td>baz</table>" queryCommandValue("stylewithcss") afte r assert_equals: Wrong result returned expected "" but got "true"
379 PASS [["stylewithcss","true"],["underline",""]] "<table><tbody><tr data-start=0 data-end=2><td>foo<td>bar<td>baz</table>" queryCommandIndeterm("underline") befo re
380 PASS [["stylewithcss","true"],["underline",""]] "<table><tbody><tr data-start=0 data-end=2><td>foo<td>bar<td>baz</table>" queryCommandState("underline") before
381 FAIL [["stylewithcss","true"],["underline",""]] "<table><tbody><tr data-start=0 data-end=2><td>foo<td>bar<td>baz</table>" queryCommandValue("underline") before assert_equals: Wrong result returned expected "" but got "false"
382 PASS [["stylewithcss","true"],["underline",""]] "<table><tbody><tr data-start=0 data-end=2><td>foo<td>bar<td>baz</table>" queryCommandIndeterm("underline") afte r
383 PASS [["stylewithcss","true"],["underline",""]] "<table><tbody><tr data-start=0 data-end=2><td>foo<td>bar<td>baz</table>" queryCommandState("underline") after
384 FAIL [["stylewithcss","true"],["underline",""]] "<table><tbody><tr data-start=0 data-end=2><td>foo<td>bar<td>baz</table>" queryCommandValue("underline") after a ssert_equals: Wrong result returned expected "" but got "true"
385 PASS [["stylewithcss","false"],["underline",""]] "<table><tbody><tr data-start=0 data-end=2><td>foo<td>bar<td>baz</table>": execCommand("stylewithcss", false, " false") return value
386 PASS [["stylewithcss","false"],["underline",""]] "<table><tbody><tr data-start=0 data-end=2><td>foo<td>bar<td>baz</table>": execCommand("underline", false, "") return value
387 PASS [["stylewithcss","false"],["underline",""]] "<table><tbody><tr data-start=0 data-end=2><td>foo<td>bar<td>baz</table>" checks for modifications to non-edita ble content
388 PASS [["stylewithcss","false"],["underline",""]] "<table><tbody><tr data-start=0 data-end=2><td>foo<td>bar<td>baz</table>" compare innerHTML
389 PASS [["stylewithcss","false"],["underline",""]] "<table><tbody><tr data-start=0 data-end=2><td>foo<td>bar<td>baz</table>" queryCommandIndeterm("stylewithcss") before
390 PASS [["stylewithcss","false"],["underline",""]] "<table><tbody><tr data-start=0 data-end=2><td>foo<td>bar<td>baz</table>" queryCommandState("stylewithcss") bef ore
391 FAIL [["stylewithcss","false"],["underline",""]] "<table><tbody><tr data-start=0 data-end=2><td>foo<td>bar<td>baz</table>" queryCommandValue("stylewithcss") bef ore assert_equals: Wrong result returned expected "" but got "true"
392 PASS [["stylewithcss","false"],["underline",""]] "<table><tbody><tr data-start=0 data-end=2><td>foo<td>bar<td>baz</table>" queryCommandIndeterm("stylewithcss") after
393 PASS [["stylewithcss","false"],["underline",""]] "<table><tbody><tr data-start=0 data-end=2><td>foo<td>bar<td>baz</table>" queryCommandState("stylewithcss") aft er
394 FAIL [["stylewithcss","false"],["underline",""]] "<table><tbody><tr data-start=0 data-end=2><td>foo<td>bar<td>baz</table>" queryCommandValue("stylewithcss") aft er assert_equals: Wrong result returned expected "" but got "false"
395 PASS [["stylewithcss","false"],["underline",""]] "<table><tbody><tr data-start=0 data-end=2><td>foo<td>bar<td>baz</table>" queryCommandIndeterm("underline") bef ore
396 PASS [["stylewithcss","false"],["underline",""]] "<table><tbody><tr data-start=0 data-end=2><td>foo<td>bar<td>baz</table>" queryCommandState("underline") before
397 FAIL [["stylewithcss","false"],["underline",""]] "<table><tbody><tr data-start=0 data-end=2><td>foo<td>bar<td>baz</table>" queryCommandValue("underline") before assert_equals: Wrong result returned expected "" but got "false"
398 PASS [["stylewithcss","false"],["underline",""]] "<table><tbody><tr data-start=0 data-end=2><td>foo<td>bar<td>baz</table>" queryCommandIndeterm("underline") aft er
399 PASS [["stylewithcss","false"],["underline",""]] "<table><tbody><tr data-start=0 data-end=2><td>foo<td>bar<td>baz</table>" queryCommandState("underline") after
400 FAIL [["stylewithcss","false"],["underline",""]] "<table><tbody><tr data-start=0 data-end=2><td>foo<td>bar<td>baz</table>" queryCommandValue("underline") after assert_equals: Wrong result returned expected "" but got "true"
401 PASS [["stylewithcss","true"],["underline",""]] "<table><tbody data-start=0 data -end=1><tr><td>foo<td>bar<td>baz</table>": execCommand("stylewithcss", false, "t rue") return value
402 PASS [["stylewithcss","true"],["underline",""]] "<table><tbody data-start=0 data -end=1><tr><td>foo<td>bar<td>baz</table>": execCommand("underline", false, "") r eturn value
403 PASS [["stylewithcss","true"],["underline",""]] "<table><tbody data-start=0 data -end=1><tr><td>foo<td>bar<td>baz</table>" checks for modifications to non-editab le content
404 FAIL [["stylewithcss","true"],["underline",""]] "<table><tbody data-start=0 data -end=1><tr><td>foo<td>bar<td>baz</table>" compare innerHTML assert_equals: Unexp ected innerHTML (after normalizing inline style) expected "<table><tbody><tr><td ><span style=\"text-decoration:underline\">foo</span></td><td><span style=\"text -decoration:underline\">bar</span></td><td><span style=\"text-decoration:underli ne\">baz</span></td></tr></tbody></table>" but got "<table><tbody><tr><td><span style=\"text-decoration-line:underline\">foo</span></td><td><span style=\"text-d ecoration-line:underline\">bar</span></td><td><span style=\"text-decoration-line :underline\">baz</span></td></tr></tbody></table>"
405 PASS [["stylewithcss","true"],["underline",""]] "<table><tbody data-start=0 data -end=1><tr><td>foo<td>bar<td>baz</table>" queryCommandIndeterm("stylewithcss") b efore
406 PASS [["stylewithcss","true"],["underline",""]] "<table><tbody data-start=0 data -end=1><tr><td>foo<td>bar<td>baz</table>" queryCommandState("stylewithcss") befo re
407 FAIL [["stylewithcss","true"],["underline",""]] "<table><tbody data-start=0 data -end=1><tr><td>foo<td>bar<td>baz</table>" queryCommandValue("stylewithcss") befo re assert_equals: Wrong result returned expected "" but got "false"
408 PASS [["stylewithcss","true"],["underline",""]] "<table><tbody data-start=0 data -end=1><tr><td>foo<td>bar<td>baz</table>" queryCommandIndeterm("stylewithcss") a fter
409 PASS [["stylewithcss","true"],["underline",""]] "<table><tbody data-start=0 data -end=1><tr><td>foo<td>bar<td>baz</table>" queryCommandState("stylewithcss") afte r
410 FAIL [["stylewithcss","true"],["underline",""]] "<table><tbody data-start=0 data -end=1><tr><td>foo<td>bar<td>baz</table>" queryCommandValue("stylewithcss") afte r assert_equals: Wrong result returned expected "" but got "true"
411 PASS [["stylewithcss","true"],["underline",""]] "<table><tbody data-start=0 data -end=1><tr><td>foo<td>bar<td>baz</table>" queryCommandIndeterm("underline") befo re
412 PASS [["stylewithcss","true"],["underline",""]] "<table><tbody data-start=0 data -end=1><tr><td>foo<td>bar<td>baz</table>" queryCommandState("underline") before
413 FAIL [["stylewithcss","true"],["underline",""]] "<table><tbody data-start=0 data -end=1><tr><td>foo<td>bar<td>baz</table>" queryCommandValue("underline") before assert_equals: Wrong result returned expected "" but got "false"
414 PASS [["stylewithcss","true"],["underline",""]] "<table><tbody data-start=0 data -end=1><tr><td>foo<td>bar<td>baz</table>" queryCommandIndeterm("underline") afte r
415 PASS [["stylewithcss","true"],["underline",""]] "<table><tbody data-start=0 data -end=1><tr><td>foo<td>bar<td>baz</table>" queryCommandState("underline") after
416 FAIL [["stylewithcss","true"],["underline",""]] "<table><tbody data-start=0 data -end=1><tr><td>foo<td>bar<td>baz</table>" queryCommandValue("underline") after a ssert_equals: Wrong result returned expected "" but got "true"
417 PASS [["stylewithcss","false"],["underline",""]] "<table><tbody data-start=0 dat a-end=1><tr><td>foo<td>bar<td>baz</table>": execCommand("stylewithcss", false, " false") return value
418 PASS [["stylewithcss","false"],["underline",""]] "<table><tbody data-start=0 dat a-end=1><tr><td>foo<td>bar<td>baz</table>": execCommand("underline", false, "") return value
419 PASS [["stylewithcss","false"],["underline",""]] "<table><tbody data-start=0 dat a-end=1><tr><td>foo<td>bar<td>baz</table>" checks for modifications to non-edita ble content
420 PASS [["stylewithcss","false"],["underline",""]] "<table><tbody data-start=0 dat a-end=1><tr><td>foo<td>bar<td>baz</table>" compare innerHTML
421 PASS [["stylewithcss","false"],["underline",""]] "<table><tbody data-start=0 dat a-end=1><tr><td>foo<td>bar<td>baz</table>" queryCommandIndeterm("stylewithcss") before
422 PASS [["stylewithcss","false"],["underline",""]] "<table><tbody data-start=0 dat a-end=1><tr><td>foo<td>bar<td>baz</table>" queryCommandState("stylewithcss") bef ore
423 FAIL [["stylewithcss","false"],["underline",""]] "<table><tbody data-start=0 dat a-end=1><tr><td>foo<td>bar<td>baz</table>" queryCommandValue("stylewithcss") bef ore assert_equals: Wrong result returned expected "" but got "true"
424 PASS [["stylewithcss","false"],["underline",""]] "<table><tbody data-start=0 dat a-end=1><tr><td>foo<td>bar<td>baz</table>" queryCommandIndeterm("stylewithcss") after
425 PASS [["stylewithcss","false"],["underline",""]] "<table><tbody data-start=0 dat a-end=1><tr><td>foo<td>bar<td>baz</table>" queryCommandState("stylewithcss") aft er
426 FAIL [["stylewithcss","false"],["underline",""]] "<table><tbody data-start=0 dat a-end=1><tr><td>foo<td>bar<td>baz</table>" queryCommandValue("stylewithcss") aft er assert_equals: Wrong result returned expected "" but got "false"
427 PASS [["stylewithcss","false"],["underline",""]] "<table><tbody data-start=0 dat a-end=1><tr><td>foo<td>bar<td>baz</table>" queryCommandIndeterm("underline") bef ore
428 PASS [["stylewithcss","false"],["underline",""]] "<table><tbody data-start=0 dat a-end=1><tr><td>foo<td>bar<td>baz</table>" queryCommandState("underline") before
429 FAIL [["stylewithcss","false"],["underline",""]] "<table><tbody data-start=0 dat a-end=1><tr><td>foo<td>bar<td>baz</table>" queryCommandValue("underline") before assert_equals: Wrong result returned expected "" but got "false"
430 PASS [["stylewithcss","false"],["underline",""]] "<table><tbody data-start=0 dat a-end=1><tr><td>foo<td>bar<td>baz</table>" queryCommandIndeterm("underline") aft er
431 PASS [["stylewithcss","false"],["underline",""]] "<table><tbody data-start=0 dat a-end=1><tr><td>foo<td>bar<td>baz</table>" queryCommandState("underline") after
432 FAIL [["stylewithcss","false"],["underline",""]] "<table><tbody data-start=0 dat a-end=1><tr><td>foo<td>bar<td>baz</table>" queryCommandValue("underline") after assert_equals: Wrong result returned expected "" but got "true"
433 PASS [["stylewithcss","true"],["underline",""]] "<table data-start=0 data-end=1> <tbody><tr><td>foo<td>bar<td>baz</table>": execCommand("stylewithcss", false, "t rue") return value
434 PASS [["stylewithcss","true"],["underline",""]] "<table data-start=0 data-end=1> <tbody><tr><td>foo<td>bar<td>baz</table>": execCommand("underline", false, "") r eturn value
435 PASS [["stylewithcss","true"],["underline",""]] "<table data-start=0 data-end=1> <tbody><tr><td>foo<td>bar<td>baz</table>" checks for modifications to non-editab le content
436 FAIL [["stylewithcss","true"],["underline",""]] "<table data-start=0 data-end=1> <tbody><tr><td>foo<td>bar<td>baz</table>" compare innerHTML assert_equals: Unexp ected innerHTML (after normalizing inline style) expected "<table><tbody><tr><td ><span style=\"text-decoration:underline\">foo</span></td><td><span style=\"text -decoration:underline\">bar</span></td><td><span style=\"text-decoration:underli ne\">baz</span></td></tr></tbody></table>" but got "<table><tbody><tr><td><span style=\"text-decoration-line:underline\">foo</span></td><td><span style=\"text-d ecoration-line:underline\">bar</span></td><td><span style=\"text-decoration-line :underline\">baz</span></td></tr></tbody></table>"
437 PASS [["stylewithcss","true"],["underline",""]] "<table data-start=0 data-end=1> <tbody><tr><td>foo<td>bar<td>baz</table>" queryCommandIndeterm("stylewithcss") b efore
438 PASS [["stylewithcss","true"],["underline",""]] "<table data-start=0 data-end=1> <tbody><tr><td>foo<td>bar<td>baz</table>" queryCommandState("stylewithcss") befo re
439 FAIL [["stylewithcss","true"],["underline",""]] "<table data-start=0 data-end=1> <tbody><tr><td>foo<td>bar<td>baz</table>" queryCommandValue("stylewithcss") befo re assert_equals: Wrong result returned expected "" but got "false"
440 PASS [["stylewithcss","true"],["underline",""]] "<table data-start=0 data-end=1> <tbody><tr><td>foo<td>bar<td>baz</table>" queryCommandIndeterm("stylewithcss") a fter
441 PASS [["stylewithcss","true"],["underline",""]] "<table data-start=0 data-end=1> <tbody><tr><td>foo<td>bar<td>baz</table>" queryCommandState("stylewithcss") afte r
442 FAIL [["stylewithcss","true"],["underline",""]] "<table data-start=0 data-end=1> <tbody><tr><td>foo<td>bar<td>baz</table>" queryCommandValue("stylewithcss") afte r assert_equals: Wrong result returned expected "" but got "true"
443 PASS [["stylewithcss","true"],["underline",""]] "<table data-start=0 data-end=1> <tbody><tr><td>foo<td>bar<td>baz</table>" queryCommandIndeterm("underline") befo re
444 PASS [["stylewithcss","true"],["underline",""]] "<table data-start=0 data-end=1> <tbody><tr><td>foo<td>bar<td>baz</table>" queryCommandState("underline") before
445 FAIL [["stylewithcss","true"],["underline",""]] "<table data-start=0 data-end=1> <tbody><tr><td>foo<td>bar<td>baz</table>" queryCommandValue("underline") before assert_equals: Wrong result returned expected "" but got "false"
446 PASS [["stylewithcss","true"],["underline",""]] "<table data-start=0 data-end=1> <tbody><tr><td>foo<td>bar<td>baz</table>" queryCommandIndeterm("underline") afte r
447 FAIL [["stylewithcss","true"],["underline",""]] "<table data-start=0 data-end=1> <tbody><tr><td>foo<td>bar<td>baz</table>" queryCommandState("underline") after a ssert_equals: Wrong result returned expected true but got false
448 FAIL [["stylewithcss","true"],["underline",""]] "<table data-start=0 data-end=1> <tbody><tr><td>foo<td>bar<td>baz</table>" queryCommandValue("underline") after a ssert_equals: Wrong result returned expected "" but got "false"
449 PASS [["stylewithcss","false"],["underline",""]] "<table data-start=0 data-end=1 ><tbody><tr><td>foo<td>bar<td>baz</table>": execCommand("stylewithcss", false, " false") return value
450 PASS [["stylewithcss","false"],["underline",""]] "<table data-start=0 data-end=1 ><tbody><tr><td>foo<td>bar<td>baz</table>": execCommand("underline", false, "") return value
451 PASS [["stylewithcss","false"],["underline",""]] "<table data-start=0 data-end=1 ><tbody><tr><td>foo<td>bar<td>baz</table>" checks for modifications to non-edita ble content
452 PASS [["stylewithcss","false"],["underline",""]] "<table data-start=0 data-end=1 ><tbody><tr><td>foo<td>bar<td>baz</table>" compare innerHTML
453 PASS [["stylewithcss","false"],["underline",""]] "<table data-start=0 data-end=1 ><tbody><tr><td>foo<td>bar<td>baz</table>" queryCommandIndeterm("stylewithcss") before
454 PASS [["stylewithcss","false"],["underline",""]] "<table data-start=0 data-end=1 ><tbody><tr><td>foo<td>bar<td>baz</table>" queryCommandState("stylewithcss") bef ore
455 FAIL [["stylewithcss","false"],["underline",""]] "<table data-start=0 data-end=1 ><tbody><tr><td>foo<td>bar<td>baz</table>" queryCommandValue("stylewithcss") bef ore assert_equals: Wrong result returned expected "" but got "true"
456 PASS [["stylewithcss","false"],["underline",""]] "<table data-start=0 data-end=1 ><tbody><tr><td>foo<td>bar<td>baz</table>" queryCommandIndeterm("stylewithcss") after
457 PASS [["stylewithcss","false"],["underline",""]] "<table data-start=0 data-end=1 ><tbody><tr><td>foo<td>bar<td>baz</table>" queryCommandState("stylewithcss") aft er
458 FAIL [["stylewithcss","false"],["underline",""]] "<table data-start=0 data-end=1 ><tbody><tr><td>foo<td>bar<td>baz</table>" queryCommandValue("stylewithcss") aft er assert_equals: Wrong result returned expected "" but got "false"
459 PASS [["stylewithcss","false"],["underline",""]] "<table data-start=0 data-end=1 ><tbody><tr><td>foo<td>bar<td>baz</table>" queryCommandIndeterm("underline") bef ore
460 PASS [["stylewithcss","false"],["underline",""]] "<table data-start=0 data-end=1 ><tbody><tr><td>foo<td>bar<td>baz</table>" queryCommandState("underline") before
461 FAIL [["stylewithcss","false"],["underline",""]] "<table data-start=0 data-end=1 ><tbody><tr><td>foo<td>bar<td>baz</table>" queryCommandValue("underline") before assert_equals: Wrong result returned expected "" but got "false"
462 PASS [["stylewithcss","false"],["underline",""]] "<table data-start=0 data-end=1 ><tbody><tr><td>foo<td>bar<td>baz</table>" queryCommandIndeterm("underline") aft er
463 FAIL [["stylewithcss","false"],["underline",""]] "<table data-start=0 data-end=1 ><tbody><tr><td>foo<td>bar<td>baz</table>" queryCommandState("underline") after assert_equals: Wrong result returned expected true but got false
464 FAIL [["stylewithcss","false"],["underline",""]] "<table data-start=0 data-end=1 ><tbody><tr><td>foo<td>bar<td>baz</table>" queryCommandValue("underline") after assert_equals: Wrong result returned expected "" but got "false"
465 PASS [["stylewithcss","true"],["underline",""]] "{<table><tr><td>foo<td>bar<td>b az</table>}": execCommand("stylewithcss", false, "true") return value
466 PASS [["stylewithcss","true"],["underline",""]] "{<table><tr><td>foo<td>bar<td>b az</table>}": execCommand("underline", false, "") return value
467 PASS [["stylewithcss","true"],["underline",""]] "{<table><tr><td>foo<td>bar<td>b az</table>}" checks for modifications to non-editable content
468 FAIL [["stylewithcss","true"],["underline",""]] "{<table><tr><td>foo<td>bar<td>b az</table>}" compare innerHTML assert_equals: Unexpected innerHTML (after normal izing inline style) expected "<table><tbody><tr><td><span style=\"text-decoratio n:underline\">foo</span></td><td><span style=\"text-decoration:underline\">bar</ span></td><td><span style=\"text-decoration:underline\">baz</span></td></tr></tb ody></table>" but got "<table><tbody><tr><td><span style=\"text-decoration-line: underline\">foo</span></td><td><span style=\"text-decoration-line:underline\">ba r</span></td><td><span style=\"text-decoration-line:underline\">baz</span></td>< /tr></tbody></table>"
469 PASS [["stylewithcss","true"],["underline",""]] "{<table><tr><td>foo<td>bar<td>b az</table>}" queryCommandIndeterm("stylewithcss") before
470 PASS [["stylewithcss","true"],["underline",""]] "{<table><tr><td>foo<td>bar<td>b az</table>}" queryCommandState("stylewithcss") before
471 FAIL [["stylewithcss","true"],["underline",""]] "{<table><tr><td>foo<td>bar<td>b az</table>}" queryCommandValue("stylewithcss") before assert_equals: Wrong resul t returned expected "" but got "false"
472 PASS [["stylewithcss","true"],["underline",""]] "{<table><tr><td>foo<td>bar<td>b az</table>}" queryCommandIndeterm("stylewithcss") after
473 PASS [["stylewithcss","true"],["underline",""]] "{<table><tr><td>foo<td>bar<td>b az</table>}" queryCommandState("stylewithcss") after
474 FAIL [["stylewithcss","true"],["underline",""]] "{<table><tr><td>foo<td>bar<td>b az</table>}" queryCommandValue("stylewithcss") after assert_equals: Wrong result returned expected "" but got "true"
475 PASS [["stylewithcss","true"],["underline",""]] "{<table><tr><td>foo<td>bar<td>b az</table>}" queryCommandIndeterm("underline") before
476 PASS [["stylewithcss","true"],["underline",""]] "{<table><tr><td>foo<td>bar<td>b az</table>}" queryCommandState("underline") before
477 FAIL [["stylewithcss","true"],["underline",""]] "{<table><tr><td>foo<td>bar<td>b az</table>}" queryCommandValue("underline") before assert_equals: Wrong result r eturned expected "" but got "false"
478 PASS [["stylewithcss","true"],["underline",""]] "{<table><tr><td>foo<td>bar<td>b az</table>}" queryCommandIndeterm("underline") after
479 FAIL [["stylewithcss","true"],["underline",""]] "{<table><tr><td>foo<td>bar<td>b az</table>}" queryCommandState("underline") after assert_equals: Wrong result re turned expected true but got false
480 FAIL [["stylewithcss","true"],["underline",""]] "{<table><tr><td>foo<td>bar<td>b az</table>}" queryCommandValue("underline") after assert_equals: Wrong result re turned expected "" but got "false"
481 PASS [["stylewithcss","false"],["underline",""]] "{<table><tr><td>foo<td>bar<td> baz</table>}": execCommand("stylewithcss", false, "false") return value
482 PASS [["stylewithcss","false"],["underline",""]] "{<table><tr><td>foo<td>bar<td> baz</table>}": execCommand("underline", false, "") return value
483 PASS [["stylewithcss","false"],["underline",""]] "{<table><tr><td>foo<td>bar<td> baz</table>}" checks for modifications to non-editable content
484 PASS [["stylewithcss","false"],["underline",""]] "{<table><tr><td>foo<td>bar<td> baz</table>}" compare innerHTML
485 PASS [["stylewithcss","false"],["underline",""]] "{<table><tr><td>foo<td>bar<td> baz</table>}" queryCommandIndeterm("stylewithcss") before
486 PASS [["stylewithcss","false"],["underline",""]] "{<table><tr><td>foo<td>bar<td> baz</table>}" queryCommandState("stylewithcss") before
487 FAIL [["stylewithcss","false"],["underline",""]] "{<table><tr><td>foo<td>bar<td> baz</table>}" queryCommandValue("stylewithcss") before assert_equals: Wrong resu lt returned expected "" but got "true"
488 PASS [["stylewithcss","false"],["underline",""]] "{<table><tr><td>foo<td>bar<td> baz</table>}" queryCommandIndeterm("stylewithcss") after
489 PASS [["stylewithcss","false"],["underline",""]] "{<table><tr><td>foo<td>bar<td> baz</table>}" queryCommandState("stylewithcss") after
490 FAIL [["stylewithcss","false"],["underline",""]] "{<table><tr><td>foo<td>bar<td> baz</table>}" queryCommandValue("stylewithcss") after assert_equals: Wrong resul t returned expected "" but got "false"
491 PASS [["stylewithcss","false"],["underline",""]] "{<table><tr><td>foo<td>bar<td> baz</table>}" queryCommandIndeterm("underline") before
492 PASS [["stylewithcss","false"],["underline",""]] "{<table><tr><td>foo<td>bar<td> baz</table>}" queryCommandState("underline") before
493 FAIL [["stylewithcss","false"],["underline",""]] "{<table><tr><td>foo<td>bar<td> baz</table>}" queryCommandValue("underline") before assert_equals: Wrong result returned expected "" but got "false"
494 PASS [["stylewithcss","false"],["underline",""]] "{<table><tr><td>foo<td>bar<td> baz</table>}" queryCommandIndeterm("underline") after
495 FAIL [["stylewithcss","false"],["underline",""]] "{<table><tr><td>foo<td>bar<td> baz</table>}" queryCommandState("underline") after assert_equals: Wrong result r eturned expected true but got false
496 FAIL [["stylewithcss","false"],["underline",""]] "{<table><tr><td>foo<td>bar<td> baz</table>}" queryCommandValue("underline") after assert_equals: Wrong result r eturned expected "" but got "false"
497 PASS [["stylewithcss","true"],["underline",""]] "foo<u>[bar]</u>baz": execComman d("stylewithcss", false, "true") return value
498 PASS [["stylewithcss","true"],["underline",""]] "foo<u>[bar]</u>baz": execComman d("underline", false, "") return value
499 PASS [["stylewithcss","true"],["underline",""]] "foo<u>[bar]</u>baz" checks for modifications to non-editable content
500 PASS [["stylewithcss","true"],["underline",""]] "foo<u>[bar]</u>baz" compare inn erHTML
501 PASS [["stylewithcss","true"],["underline",""]] "foo<u>[bar]</u>baz" queryComman dIndeterm("stylewithcss") before
502 PASS [["stylewithcss","true"],["underline",""]] "foo<u>[bar]</u>baz" queryComman dState("stylewithcss") before
503 FAIL [["stylewithcss","true"],["underline",""]] "foo<u>[bar]</u>baz" queryComman dValue("stylewithcss") before assert_equals: Wrong result returned expected "" b ut got "false"
504 PASS [["stylewithcss","true"],["underline",""]] "foo<u>[bar]</u>baz" queryComman dIndeterm("stylewithcss") after
505 PASS [["stylewithcss","true"],["underline",""]] "foo<u>[bar]</u>baz" queryComman dState("stylewithcss") after
506 FAIL [["stylewithcss","true"],["underline",""]] "foo<u>[bar]</u>baz" queryComman dValue("stylewithcss") after assert_equals: Wrong result returned expected "" bu t got "true"
507 PASS [["stylewithcss","true"],["underline",""]] "foo<u>[bar]</u>baz" queryComman dIndeterm("underline") before
508 PASS [["stylewithcss","true"],["underline",""]] "foo<u>[bar]</u>baz" queryComman dState("underline") before
509 FAIL [["stylewithcss","true"],["underline",""]] "foo<u>[bar]</u>baz" queryComman dValue("underline") before assert_equals: Wrong result returned expected "" but got "true"
510 PASS [["stylewithcss","true"],["underline",""]] "foo<u>[bar]</u>baz" queryComman dIndeterm("underline") after
511 PASS [["stylewithcss","true"],["underline",""]] "foo<u>[bar]</u>baz" queryComman dState("underline") after
512 FAIL [["stylewithcss","true"],["underline",""]] "foo<u>[bar]</u>baz" queryComman dValue("underline") after assert_equals: Wrong result returned expected "" but g ot "false"
513 PASS [["stylewithcss","false"],["underline",""]] "foo<u>[bar]</u>baz": execComma nd("stylewithcss", false, "false") return value
514 PASS [["stylewithcss","false"],["underline",""]] "foo<u>[bar]</u>baz": execComma nd("underline", false, "") return value
515 PASS [["stylewithcss","false"],["underline",""]] "foo<u>[bar]</u>baz" checks for modifications to non-editable content
516 PASS [["stylewithcss","false"],["underline",""]] "foo<u>[bar]</u>baz" compare in nerHTML
517 PASS [["stylewithcss","false"],["underline",""]] "foo<u>[bar]</u>baz" queryComma ndIndeterm("stylewithcss") before
518 PASS [["stylewithcss","false"],["underline",""]] "foo<u>[bar]</u>baz" queryComma ndState("stylewithcss") before
519 FAIL [["stylewithcss","false"],["underline",""]] "foo<u>[bar]</u>baz" queryComma ndValue("stylewithcss") before assert_equals: Wrong result returned expected "" but got "true"
520 PASS [["stylewithcss","false"],["underline",""]] "foo<u>[bar]</u>baz" queryComma ndIndeterm("stylewithcss") after
521 PASS [["stylewithcss","false"],["underline",""]] "foo<u>[bar]</u>baz" queryComma ndState("stylewithcss") after
522 FAIL [["stylewithcss","false"],["underline",""]] "foo<u>[bar]</u>baz" queryComma ndValue("stylewithcss") after assert_equals: Wrong result returned expected "" b ut got "false"
523 PASS [["stylewithcss","false"],["underline",""]] "foo<u>[bar]</u>baz" queryComma ndIndeterm("underline") before
524 PASS [["stylewithcss","false"],["underline",""]] "foo<u>[bar]</u>baz" queryComma ndState("underline") before
525 FAIL [["stylewithcss","false"],["underline",""]] "foo<u>[bar]</u>baz" queryComma ndValue("underline") before assert_equals: Wrong result returned expected "" but got "true"
526 PASS [["stylewithcss","false"],["underline",""]] "foo<u>[bar]</u>baz" queryComma ndIndeterm("underline") after
527 PASS [["stylewithcss","false"],["underline",""]] "foo<u>[bar]</u>baz" queryComma ndState("underline") after
528 FAIL [["stylewithcss","false"],["underline",""]] "foo<u>[bar]</u>baz" queryComma ndValue("underline") after assert_equals: Wrong result returned expected "" but got "false"
529 PASS [["stylewithcss","true"],["underline",""]] "foo<span style=\"text-decoratio n: underline\">[bar]</span>baz": execCommand("stylewithcss", false, "true") retu rn value
530 PASS [["stylewithcss","true"],["underline",""]] "foo<span style=\"text-decoratio n: underline\">[bar]</span>baz": execCommand("underline", false, "") return valu e
531 PASS [["stylewithcss","true"],["underline",""]] "foo<span style=\"text-decoratio n: underline\">[bar]</span>baz" checks for modifications to non-editable content
532 PASS [["stylewithcss","true"],["underline",""]] "foo<span style=\"text-decoratio n: underline\">[bar]</span>baz" compare innerHTML
533 PASS [["stylewithcss","true"],["underline",""]] "foo<span style=\"text-decoratio n: underline\">[bar]</span>baz" queryCommandIndeterm("stylewithcss") before
534 PASS [["stylewithcss","true"],["underline",""]] "foo<span style=\"text-decoratio n: underline\">[bar]</span>baz" queryCommandState("stylewithcss") before
535 FAIL [["stylewithcss","true"],["underline",""]] "foo<span style=\"text-decoratio n: underline\">[bar]</span>baz" queryCommandValue("stylewithcss") before assert_ equals: Wrong result returned expected "" but got "false"
536 PASS [["stylewithcss","true"],["underline",""]] "foo<span style=\"text-decoratio n: underline\">[bar]</span>baz" queryCommandIndeterm("stylewithcss") after
537 PASS [["stylewithcss","true"],["underline",""]] "foo<span style=\"text-decoratio n: underline\">[bar]</span>baz" queryCommandState("stylewithcss") after
538 FAIL [["stylewithcss","true"],["underline",""]] "foo<span style=\"text-decoratio n: underline\">[bar]</span>baz" queryCommandValue("stylewithcss") after assert_e quals: Wrong result returned expected "" but got "true"
539 PASS [["stylewithcss","true"],["underline",""]] "foo<span style=\"text-decoratio n: underline\">[bar]</span>baz" queryCommandIndeterm("underline") before
540 PASS [["stylewithcss","true"],["underline",""]] "foo<span style=\"text-decoratio n: underline\">[bar]</span>baz" queryCommandState("underline") before
541 FAIL [["stylewithcss","true"],["underline",""]] "foo<span style=\"text-decoratio n: underline\">[bar]</span>baz" queryCommandValue("underline") before assert_equ als: Wrong result returned expected "" but got "true"
542 PASS [["stylewithcss","true"],["underline",""]] "foo<span style=\"text-decoratio n: underline\">[bar]</span>baz" queryCommandIndeterm("underline") after
543 PASS [["stylewithcss","true"],["underline",""]] "foo<span style=\"text-decoratio n: underline\">[bar]</span>baz" queryCommandState("underline") after
544 FAIL [["stylewithcss","true"],["underline",""]] "foo<span style=\"text-decoratio n: underline\">[bar]</span>baz" queryCommandValue("underline") after assert_equa ls: Wrong result returned expected "" but got "false"
545 PASS [["stylewithcss","false"],["underline",""]] "foo<span style=\"text-decorati on: underline\">[bar]</span>baz": execCommand("stylewithcss", false, "false") re turn value
546 PASS [["stylewithcss","false"],["underline",""]] "foo<span style=\"text-decorati on: underline\">[bar]</span>baz": execCommand("underline", false, "") return val ue
547 PASS [["stylewithcss","false"],["underline",""]] "foo<span style=\"text-decorati on: underline\">[bar]</span>baz" checks for modifications to non-editable conten t
548 PASS [["stylewithcss","false"],["underline",""]] "foo<span style=\"text-decorati on: underline\">[bar]</span>baz" compare innerHTML
549 PASS [["stylewithcss","false"],["underline",""]] "foo<span style=\"text-decorati on: underline\">[bar]</span>baz" queryCommandIndeterm("stylewithcss") before
550 PASS [["stylewithcss","false"],["underline",""]] "foo<span style=\"text-decorati on: underline\">[bar]</span>baz" queryCommandState("stylewithcss") before
551 FAIL [["stylewithcss","false"],["underline",""]] "foo<span style=\"text-decorati on: underline\">[bar]</span>baz" queryCommandValue("stylewithcss") before assert _equals: Wrong result returned expected "" but got "true"
552 PASS [["stylewithcss","false"],["underline",""]] "foo<span style=\"text-decorati on: underline\">[bar]</span>baz" queryCommandIndeterm("stylewithcss") after
553 PASS [["stylewithcss","false"],["underline",""]] "foo<span style=\"text-decorati on: underline\">[bar]</span>baz" queryCommandState("stylewithcss") after
554 FAIL [["stylewithcss","false"],["underline",""]] "foo<span style=\"text-decorati on: underline\">[bar]</span>baz" queryCommandValue("stylewithcss") after assert_ equals: Wrong result returned expected "" but got "false"
555 PASS [["stylewithcss","false"],["underline",""]] "foo<span style=\"text-decorati on: underline\">[bar]</span>baz" queryCommandIndeterm("underline") before
556 PASS [["stylewithcss","false"],["underline",""]] "foo<span style=\"text-decorati on: underline\">[bar]</span>baz" queryCommandState("underline") before
557 FAIL [["stylewithcss","false"],["underline",""]] "foo<span style=\"text-decorati on: underline\">[bar]</span>baz" queryCommandValue("underline") before assert_eq uals: Wrong result returned expected "" but got "true"
558 PASS [["stylewithcss","false"],["underline",""]] "foo<span style=\"text-decorati on: underline\">[bar]</span>baz" queryCommandIndeterm("underline") after
559 PASS [["stylewithcss","false"],["underline",""]] "foo<span style=\"text-decorati on: underline\">[bar]</span>baz" queryCommandState("underline") after
560 FAIL [["stylewithcss","false"],["underline",""]] "foo<span style=\"text-decorati on: underline\">[bar]</span>baz" queryCommandValue("underline") after assert_equ als: Wrong result returned expected "" but got "false"
561 PASS [["stylewithcss","true"],["underline",""]] "<u>foo[bar]baz</u>": execComman d("stylewithcss", false, "true") return value
562 PASS [["stylewithcss","true"],["underline",""]] "<u>foo[bar]baz</u>": execComman d("underline", false, "") return value
563 PASS [["stylewithcss","true"],["underline",""]] "<u>foo[bar]baz</u>" checks for modifications to non-editable content
564 FAIL [["stylewithcss","true"],["underline",""]] "<u>foo[bar]baz</u>" compare inn erHTML assert_equals: Unexpected innerHTML (after normalizing inline style) expe cted "<span style=\"text-decoration:underline\">foo</span>bar<span style=\"text- decoration:underline\">baz</span>" but got "<u>foo</u>bar<u>baz</u>"
565 PASS [["stylewithcss","true"],["underline",""]] "<u>foo[bar]baz</u>" queryComman dIndeterm("stylewithcss") before
566 PASS [["stylewithcss","true"],["underline",""]] "<u>foo[bar]baz</u>" queryComman dState("stylewithcss") before
567 FAIL [["stylewithcss","true"],["underline",""]] "<u>foo[bar]baz</u>" queryComman dValue("stylewithcss") before assert_equals: Wrong result returned expected "" b ut got "false"
568 PASS [["stylewithcss","true"],["underline",""]] "<u>foo[bar]baz</u>" queryComman dIndeterm("stylewithcss") after
569 PASS [["stylewithcss","true"],["underline",""]] "<u>foo[bar]baz</u>" queryComman dState("stylewithcss") after
570 FAIL [["stylewithcss","true"],["underline",""]] "<u>foo[bar]baz</u>" queryComman dValue("stylewithcss") after assert_equals: Wrong result returned expected "" bu t got "true"
571 PASS [["stylewithcss","true"],["underline",""]] "<u>foo[bar]baz</u>" queryComman dIndeterm("underline") before
572 PASS [["stylewithcss","true"],["underline",""]] "<u>foo[bar]baz</u>" queryComman dState("underline") before
573 FAIL [["stylewithcss","true"],["underline",""]] "<u>foo[bar]baz</u>" queryComman dValue("underline") before assert_equals: Wrong result returned expected "" but got "true"
574 PASS [["stylewithcss","true"],["underline",""]] "<u>foo[bar]baz</u>" queryComman dIndeterm("underline") after
575 PASS [["stylewithcss","true"],["underline",""]] "<u>foo[bar]baz</u>" queryComman dState("underline") after
576 FAIL [["stylewithcss","true"],["underline",""]] "<u>foo[bar]baz</u>" queryComman dValue("underline") after assert_equals: Wrong result returned expected "" but g ot "false"
577 PASS [["stylewithcss","false"],["underline",""]] "<u>foo[bar]baz</u>": execComma nd("stylewithcss", false, "false") return value
578 PASS [["stylewithcss","false"],["underline",""]] "<u>foo[bar]baz</u>": execComma nd("underline", false, "") return value
579 PASS [["stylewithcss","false"],["underline",""]] "<u>foo[bar]baz</u>" checks for modifications to non-editable content
580 PASS [["stylewithcss","false"],["underline",""]] "<u>foo[bar]baz</u>" compare in nerHTML
581 PASS [["stylewithcss","false"],["underline",""]] "<u>foo[bar]baz</u>" queryComma ndIndeterm("stylewithcss") before
582 PASS [["stylewithcss","false"],["underline",""]] "<u>foo[bar]baz</u>" queryComma ndState("stylewithcss") before
583 FAIL [["stylewithcss","false"],["underline",""]] "<u>foo[bar]baz</u>" queryComma ndValue("stylewithcss") before assert_equals: Wrong result returned expected "" but got "true"
584 PASS [["stylewithcss","false"],["underline",""]] "<u>foo[bar]baz</u>" queryComma ndIndeterm("stylewithcss") after
585 PASS [["stylewithcss","false"],["underline",""]] "<u>foo[bar]baz</u>" queryComma ndState("stylewithcss") after
586 FAIL [["stylewithcss","false"],["underline",""]] "<u>foo[bar]baz</u>" queryComma ndValue("stylewithcss") after assert_equals: Wrong result returned expected "" b ut got "false"
587 PASS [["stylewithcss","false"],["underline",""]] "<u>foo[bar]baz</u>" queryComma ndIndeterm("underline") before
588 PASS [["stylewithcss","false"],["underline",""]] "<u>foo[bar]baz</u>" queryComma ndState("underline") before
589 FAIL [["stylewithcss","false"],["underline",""]] "<u>foo[bar]baz</u>" queryComma ndValue("underline") before assert_equals: Wrong result returned expected "" but got "true"
590 PASS [["stylewithcss","false"],["underline",""]] "<u>foo[bar]baz</u>" queryComma ndIndeterm("underline") after
591 PASS [["stylewithcss","false"],["underline",""]] "<u>foo[bar]baz</u>" queryComma ndState("underline") after
592 FAIL [["stylewithcss","false"],["underline",""]] "<u>foo[bar]baz</u>" queryComma ndValue("underline") after assert_equals: Wrong result returned expected "" but got "false"
593 PASS [["stylewithcss","true"],["underline",""]] "<u>foo[b<span style=\"color:blu e\">ar]ba</span>z</u>": execCommand("stylewithcss", false, "true") return value
594 PASS [["stylewithcss","true"],["underline",""]] "<u>foo[b<span style=\"color:blu e\">ar]ba</span>z</u>": execCommand("underline", false, "") return value
595 PASS [["stylewithcss","true"],["underline",""]] "<u>foo[b<span style=\"color:blu e\">ar]ba</span>z</u>" checks for modifications to non-editable content
596 FAIL [["stylewithcss","true"],["underline",""]] "<u>foo[b<span style=\"color:blu e\">ar]ba</span>z</u>" compare innerHTML assert_equals: Unexpected innerHTML (af ter normalizing inline style) expected "<span style=\"text-decoration:underline\ ">foo</span>b<span style=\"color:rgb(0, 0, 255)\">ar<span style=\"text-decoratio n:underline\">ba</span></span><span style=\"text-decoration:underline\">z</span> " but got "<u>foo</u>b<span style=\"color:rgb(0, 0, 255)\">ar<span style=\"text- decoration-line:underline\">ba</span></span><span style=\"text-decoration-line:u nderline\">z</span>"
597 PASS [["stylewithcss","true"],["underline",""]] "<u>foo[b<span style=\"color:blu e\">ar]ba</span>z</u>" queryCommandIndeterm("stylewithcss") before
598 PASS [["stylewithcss","true"],["underline",""]] "<u>foo[b<span style=\"color:blu e\">ar]ba</span>z</u>" queryCommandState("stylewithcss") before
599 FAIL [["stylewithcss","true"],["underline",""]] "<u>foo[b<span style=\"color:blu e\">ar]ba</span>z</u>" queryCommandValue("stylewithcss") before assert_equals: W rong result returned expected "" but got "false"
600 PASS [["stylewithcss","true"],["underline",""]] "<u>foo[b<span style=\"color:blu e\">ar]ba</span>z</u>" queryCommandIndeterm("stylewithcss") after
601 PASS [["stylewithcss","true"],["underline",""]] "<u>foo[b<span style=\"color:blu e\">ar]ba</span>z</u>" queryCommandState("stylewithcss") after
602 FAIL [["stylewithcss","true"],["underline",""]] "<u>foo[b<span style=\"color:blu e\">ar]ba</span>z</u>" queryCommandValue("stylewithcss") after assert_equals: Wr ong result returned expected "" but got "true"
603 PASS [["stylewithcss","true"],["underline",""]] "<u>foo[b<span style=\"color:blu e\">ar]ba</span>z</u>" queryCommandIndeterm("underline") before
604 PASS [["stylewithcss","true"],["underline",""]] "<u>foo[b<span style=\"color:blu e\">ar]ba</span>z</u>" queryCommandState("underline") before
605 FAIL [["stylewithcss","true"],["underline",""]] "<u>foo[b<span style=\"color:blu e\">ar]ba</span>z</u>" queryCommandValue("underline") before assert_equals: Wron g result returned expected "" but got "true"
606 PASS [["stylewithcss","true"],["underline",""]] "<u>foo[b<span style=\"color:blu e\">ar]ba</span>z</u>" queryCommandIndeterm("underline") after
607 PASS [["stylewithcss","true"],["underline",""]] "<u>foo[b<span style=\"color:blu e\">ar]ba</span>z</u>" queryCommandState("underline") after
608 FAIL [["stylewithcss","true"],["underline",""]] "<u>foo[b<span style=\"color:blu e\">ar]ba</span>z</u>" queryCommandValue("underline") after assert_equals: Wrong result returned expected "" but got "false"
609 PASS [["stylewithcss","false"],["underline",""]] "<u>foo[b<span style=\"color:bl ue\">ar]ba</span>z</u>": execCommand("stylewithcss", false, "false") return valu e
610 PASS [["stylewithcss","false"],["underline",""]] "<u>foo[b<span style=\"color:bl ue\">ar]ba</span>z</u>": execCommand("underline", false, "") return value
611 PASS [["stylewithcss","false"],["underline",""]] "<u>foo[b<span style=\"color:bl ue\">ar]ba</span>z</u>" checks for modifications to non-editable content
612 PASS [["stylewithcss","false"],["underline",""]] "<u>foo[b<span style=\"color:bl ue\">ar]ba</span>z</u>" compare innerHTML
613 PASS [["stylewithcss","false"],["underline",""]] "<u>foo[b<span style=\"color:bl ue\">ar]ba</span>z</u>" queryCommandIndeterm("stylewithcss") before
614 PASS [["stylewithcss","false"],["underline",""]] "<u>foo[b<span style=\"color:bl ue\">ar]ba</span>z</u>" queryCommandState("stylewithcss") before
615 FAIL [["stylewithcss","false"],["underline",""]] "<u>foo[b<span style=\"color:bl ue\">ar]ba</span>z</u>" queryCommandValue("stylewithcss") before assert_equals: Wrong result returned expected "" but got "true"
616 PASS [["stylewithcss","false"],["underline",""]] "<u>foo[b<span style=\"color:bl ue\">ar]ba</span>z</u>" queryCommandIndeterm("stylewithcss") after
617 PASS [["stylewithcss","false"],["underline",""]] "<u>foo[b<span style=\"color:bl ue\">ar]ba</span>z</u>" queryCommandState("stylewithcss") after
618 FAIL [["stylewithcss","false"],["underline",""]] "<u>foo[b<span style=\"color:bl ue\">ar]ba</span>z</u>" queryCommandValue("stylewithcss") after assert_equals: W rong result returned expected "" but got "false"
619 PASS [["stylewithcss","false"],["underline",""]] "<u>foo[b<span style=\"color:bl ue\">ar]ba</span>z</u>" queryCommandIndeterm("underline") before
620 PASS [["stylewithcss","false"],["underline",""]] "<u>foo[b<span style=\"color:bl ue\">ar]ba</span>z</u>" queryCommandState("underline") before
621 FAIL [["stylewithcss","false"],["underline",""]] "<u>foo[b<span style=\"color:bl ue\">ar]ba</span>z</u>" queryCommandValue("underline") before assert_equals: Wro ng result returned expected "" but got "true"
622 PASS [["stylewithcss","false"],["underline",""]] "<u>foo[b<span style=\"color:bl ue\">ar]ba</span>z</u>" queryCommandIndeterm("underline") after
623 PASS [["stylewithcss","false"],["underline",""]] "<u>foo[b<span style=\"color:bl ue\">ar]ba</span>z</u>" queryCommandState("underline") after
624 FAIL [["stylewithcss","false"],["underline",""]] "<u>foo[b<span style=\"color:bl ue\">ar]ba</span>z</u>" queryCommandValue("underline") after assert_equals: Wron g result returned expected "" but got "false"
625 PASS [["stylewithcss","true"],["underline",""]] "<u>foo[b<span style=\"color:blu e\" id=foo>ar]ba</span>z</u>": execCommand("stylewithcss", false, "true") return value
626 PASS [["stylewithcss","true"],["underline",""]] "<u>foo[b<span style=\"color:blu e\" id=foo>ar]ba</span>z</u>": execCommand("underline", false, "") return value
627 PASS [["stylewithcss","true"],["underline",""]] "<u>foo[b<span style=\"color:blu e\" id=foo>ar]ba</span>z</u>" checks for modifications to non-editable content
628 FAIL [["stylewithcss","true"],["underline",""]] "<u>foo[b<span style=\"color:blu e\" id=foo>ar]ba</span>z</u>" compare innerHTML assert_equals: Unexpected innerH TML (after normalizing inline style) expected "<span style=\"text-decoration:und erline\">foo</span>b<span style=\"color:rgb(0, 0, 255)\" id=\"foo\">ar<span styl e=\"text-decoration:underline\">ba</span></span><span style=\"text-decoration:un derline\">z</span>" but got "<u>foo</u>b<span style=\"color:rgb(0, 0, 255)\" id= \"foo\">ar<span style=\"text-decoration-line:underline\">ba</span></span><span s tyle=\"text-decoration-line:underline\">z</span>"
629 PASS [["stylewithcss","true"],["underline",""]] "<u>foo[b<span style=\"color:blu e\" id=foo>ar]ba</span>z</u>" queryCommandIndeterm("stylewithcss") before
630 PASS [["stylewithcss","true"],["underline",""]] "<u>foo[b<span style=\"color:blu e\" id=foo>ar]ba</span>z</u>" queryCommandState("stylewithcss") before
631 FAIL [["stylewithcss","true"],["underline",""]] "<u>foo[b<span style=\"color:blu e\" id=foo>ar]ba</span>z</u>" queryCommandValue("stylewithcss") before assert_eq uals: Wrong result returned expected "" but got "false"
632 PASS [["stylewithcss","true"],["underline",""]] "<u>foo[b<span style=\"color:blu e\" id=foo>ar]ba</span>z</u>" queryCommandIndeterm("stylewithcss") after
633 PASS [["stylewithcss","true"],["underline",""]] "<u>foo[b<span style=\"color:blu e\" id=foo>ar]ba</span>z</u>" queryCommandState("stylewithcss") after
634 FAIL [["stylewithcss","true"],["underline",""]] "<u>foo[b<span style=\"color:blu e\" id=foo>ar]ba</span>z</u>" queryCommandValue("stylewithcss") after assert_equ als: Wrong result returned expected "" but got "true"
635 PASS [["stylewithcss","true"],["underline",""]] "<u>foo[b<span style=\"color:blu e\" id=foo>ar]ba</span>z</u>" queryCommandIndeterm("underline") before
636 PASS [["stylewithcss","true"],["underline",""]] "<u>foo[b<span style=\"color:blu e\" id=foo>ar]ba</span>z</u>" queryCommandState("underline") before
637 FAIL [["stylewithcss","true"],["underline",""]] "<u>foo[b<span style=\"color:blu e\" id=foo>ar]ba</span>z</u>" queryCommandValue("underline") before assert_equal s: Wrong result returned expected "" but got "true"
638 PASS [["stylewithcss","true"],["underline",""]] "<u>foo[b<span style=\"color:blu e\" id=foo>ar]ba</span>z</u>" queryCommandIndeterm("underline") after
639 PASS [["stylewithcss","true"],["underline",""]] "<u>foo[b<span style=\"color:blu e\" id=foo>ar]ba</span>z</u>" queryCommandState("underline") after
640 FAIL [["stylewithcss","true"],["underline",""]] "<u>foo[b<span style=\"color:blu e\" id=foo>ar]ba</span>z</u>" queryCommandValue("underline") after assert_equals : Wrong result returned expected "" but got "false"
641 PASS [["stylewithcss","false"],["underline",""]] "<u>foo[b<span style=\"color:bl ue\" id=foo>ar]ba</span>z</u>": execCommand("stylewithcss", false, "false") retu rn value
642 PASS [["stylewithcss","false"],["underline",""]] "<u>foo[b<span style=\"color:bl ue\" id=foo>ar]ba</span>z</u>": execCommand("underline", false, "") return value
643 PASS [["stylewithcss","false"],["underline",""]] "<u>foo[b<span style=\"color:bl ue\" id=foo>ar]ba</span>z</u>" checks for modifications to non-editable content
644 PASS [["stylewithcss","false"],["underline",""]] "<u>foo[b<span style=\"color:bl ue\" id=foo>ar]ba</span>z</u>" compare innerHTML
645 PASS [["stylewithcss","false"],["underline",""]] "<u>foo[b<span style=\"color:bl ue\" id=foo>ar]ba</span>z</u>" queryCommandIndeterm("stylewithcss") before
646 PASS [["stylewithcss","false"],["underline",""]] "<u>foo[b<span style=\"color:bl ue\" id=foo>ar]ba</span>z</u>" queryCommandState("stylewithcss") before
647 FAIL [["stylewithcss","false"],["underline",""]] "<u>foo[b<span style=\"color:bl ue\" id=foo>ar]ba</span>z</u>" queryCommandValue("stylewithcss") before assert_e quals: Wrong result returned expected "" but got "true"
648 PASS [["stylewithcss","false"],["underline",""]] "<u>foo[b<span style=\"color:bl ue\" id=foo>ar]ba</span>z</u>" queryCommandIndeterm("stylewithcss") after
649 PASS [["stylewithcss","false"],["underline",""]] "<u>foo[b<span style=\"color:bl ue\" id=foo>ar]ba</span>z</u>" queryCommandState("stylewithcss") after
650 FAIL [["stylewithcss","false"],["underline",""]] "<u>foo[b<span style=\"color:bl ue\" id=foo>ar]ba</span>z</u>" queryCommandValue("stylewithcss") after assert_eq uals: Wrong result returned expected "" but got "false"
651 PASS [["stylewithcss","false"],["underline",""]] "<u>foo[b<span style=\"color:bl ue\" id=foo>ar]ba</span>z</u>" queryCommandIndeterm("underline") before
652 PASS [["stylewithcss","false"],["underline",""]] "<u>foo[b<span style=\"color:bl ue\" id=foo>ar]ba</span>z</u>" queryCommandState("underline") before
653 FAIL [["stylewithcss","false"],["underline",""]] "<u>foo[b<span style=\"color:bl ue\" id=foo>ar]ba</span>z</u>" queryCommandValue("underline") before assert_equa ls: Wrong result returned expected "" but got "true"
654 PASS [["stylewithcss","false"],["underline",""]] "<u>foo[b<span style=\"color:bl ue\" id=foo>ar]ba</span>z</u>" queryCommandIndeterm("underline") after
655 PASS [["stylewithcss","false"],["underline",""]] "<u>foo[b<span style=\"color:bl ue\" id=foo>ar]ba</span>z</u>" queryCommandState("underline") after
656 FAIL [["stylewithcss","false"],["underline",""]] "<u>foo[b<span style=\"color:bl ue\" id=foo>ar]ba</span>z</u>" queryCommandValue("underline") after assert_equal s: Wrong result returned expected "" but got "false"
657 PASS [["stylewithcss","true"],["underline",""]] "<u>foo[b<span style=\"font-size :3em\">ar]ba</span>z</u>": execCommand("stylewithcss", false, "true") return val ue
658 PASS [["stylewithcss","true"],["underline",""]] "<u>foo[b<span style=\"font-size :3em\">ar]ba</span>z</u>": execCommand("underline", false, "") return value
659 PASS [["stylewithcss","true"],["underline",""]] "<u>foo[b<span style=\"font-size :3em\">ar]ba</span>z</u>" checks for modifications to non-editable content
660 FAIL [["stylewithcss","true"],["underline",""]] "<u>foo[b<span style=\"font-size :3em\">ar]ba</span>z</u>" compare innerHTML assert_equals: Unexpected innerHTML (after normalizing inline style) expected "<span style=\"text-decoration:underli ne\">foo</span>b<span style=\"font-size:3em\">ar<span style=\"text-decoration:un derline\">ba</span></span><span style=\"text-decoration:underline\">z</span>" bu t got "<u>foo</u>b<span style=\"font-size:3em\">ar<span style=\"text-decoration- line:underline\">ba</span></span><span style=\"text-decoration-line:underline\"> z</span>"
661 PASS [["stylewithcss","true"],["underline",""]] "<u>foo[b<span style=\"font-size :3em\">ar]ba</span>z</u>" queryCommandIndeterm("stylewithcss") before
662 PASS [["stylewithcss","true"],["underline",""]] "<u>foo[b<span style=\"font-size :3em\">ar]ba</span>z</u>" queryCommandState("stylewithcss") before
663 FAIL [["stylewithcss","true"],["underline",""]] "<u>foo[b<span style=\"font-size :3em\">ar]ba</span>z</u>" queryCommandValue("stylewithcss") before assert_equals : Wrong result returned expected "" but got "false"
664 PASS [["stylewithcss","true"],["underline",""]] "<u>foo[b<span style=\"font-size :3em\">ar]ba</span>z</u>" queryCommandIndeterm("stylewithcss") after
665 PASS [["stylewithcss","true"],["underline",""]] "<u>foo[b<span style=\"font-size :3em\">ar]ba</span>z</u>" queryCommandState("stylewithcss") after
666 FAIL [["stylewithcss","true"],["underline",""]] "<u>foo[b<span style=\"font-size :3em\">ar]ba</span>z</u>" queryCommandValue("stylewithcss") after assert_equals: Wrong result returned expected "" but got "true"
667 PASS [["stylewithcss","true"],["underline",""]] "<u>foo[b<span style=\"font-size :3em\">ar]ba</span>z</u>" queryCommandIndeterm("underline") before
668 PASS [["stylewithcss","true"],["underline",""]] "<u>foo[b<span style=\"font-size :3em\">ar]ba</span>z</u>" queryCommandState("underline") before
669 FAIL [["stylewithcss","true"],["underline",""]] "<u>foo[b<span style=\"font-size :3em\">ar]ba</span>z</u>" queryCommandValue("underline") before assert_equals: W rong result returned expected "" but got "true"
670 PASS [["stylewithcss","true"],["underline",""]] "<u>foo[b<span style=\"font-size :3em\">ar]ba</span>z</u>" queryCommandIndeterm("underline") after
671 PASS [["stylewithcss","true"],["underline",""]] "<u>foo[b<span style=\"font-size :3em\">ar]ba</span>z</u>" queryCommandState("underline") after
672 FAIL [["stylewithcss","true"],["underline",""]] "<u>foo[b<span style=\"font-size :3em\">ar]ba</span>z</u>" queryCommandValue("underline") after assert_equals: Wr ong result returned expected "" but got "false"
673 PASS [["stylewithcss","false"],["underline",""]] "<u>foo[b<span style=\"font-siz e:3em\">ar]ba</span>z</u>": execCommand("stylewithcss", false, "false") return v alue
674 PASS [["stylewithcss","false"],["underline",""]] "<u>foo[b<span style=\"font-siz e:3em\">ar]ba</span>z</u>": execCommand("underline", false, "") return value
675 PASS [["stylewithcss","false"],["underline",""]] "<u>foo[b<span style=\"font-siz e:3em\">ar]ba</span>z</u>" checks for modifications to non-editable content
676 PASS [["stylewithcss","false"],["underline",""]] "<u>foo[b<span style=\"font-siz e:3em\">ar]ba</span>z</u>" compare innerHTML
677 PASS [["stylewithcss","false"],["underline",""]] "<u>foo[b<span style=\"font-siz e:3em\">ar]ba</span>z</u>" queryCommandIndeterm("stylewithcss") before
678 PASS [["stylewithcss","false"],["underline",""]] "<u>foo[b<span style=\"font-siz e:3em\">ar]ba</span>z</u>" queryCommandState("stylewithcss") before
679 FAIL [["stylewithcss","false"],["underline",""]] "<u>foo[b<span style=\"font-siz e:3em\">ar]ba</span>z</u>" queryCommandValue("stylewithcss") before assert_equal s: Wrong result returned expected "" but got "true"
680 PASS [["stylewithcss","false"],["underline",""]] "<u>foo[b<span style=\"font-siz e:3em\">ar]ba</span>z</u>" queryCommandIndeterm("stylewithcss") after
681 PASS [["stylewithcss","false"],["underline",""]] "<u>foo[b<span style=\"font-siz e:3em\">ar]ba</span>z</u>" queryCommandState("stylewithcss") after
682 FAIL [["stylewithcss","false"],["underline",""]] "<u>foo[b<span style=\"font-siz e:3em\">ar]ba</span>z</u>" queryCommandValue("stylewithcss") after assert_equals : Wrong result returned expected "" but got "false"
683 PASS [["stylewithcss","false"],["underline",""]] "<u>foo[b<span style=\"font-siz e:3em\">ar]ba</span>z</u>" queryCommandIndeterm("underline") before
684 PASS [["stylewithcss","false"],["underline",""]] "<u>foo[b<span style=\"font-siz e:3em\">ar]ba</span>z</u>" queryCommandState("underline") before
685 FAIL [["stylewithcss","false"],["underline",""]] "<u>foo[b<span style=\"font-siz e:3em\">ar]ba</span>z</u>" queryCommandValue("underline") before assert_equals: Wrong result returned expected "" but got "true"
686 PASS [["stylewithcss","false"],["underline",""]] "<u>foo[b<span style=\"font-siz e:3em\">ar]ba</span>z</u>" queryCommandIndeterm("underline") after
687 PASS [["stylewithcss","false"],["underline",""]] "<u>foo[b<span style=\"font-siz e:3em\">ar]ba</span>z</u>" queryCommandState("underline") after
688 FAIL [["stylewithcss","false"],["underline",""]] "<u>foo[b<span style=\"font-siz e:3em\">ar]ba</span>z</u>" queryCommandValue("underline") after assert_equals: W rong result returned expected "" but got "false"
689 PASS [["stylewithcss","true"],["underline",""]] "<u>foo[b<i>ar]ba</i>z</u>": exe cCommand("stylewithcss", false, "true") return value
690 PASS [["stylewithcss","true"],["underline",""]] "<u>foo[b<i>ar]ba</i>z</u>": exe cCommand("underline", false, "") return value
691 PASS [["stylewithcss","true"],["underline",""]] "<u>foo[b<i>ar]ba</i>z</u>" chec ks for modifications to non-editable content
692 FAIL [["stylewithcss","true"],["underline",""]] "<u>foo[b<i>ar]ba</i>z</u>" comp are innerHTML assert_equals: Unexpected innerHTML (after normalizing inline styl e) expected "<span style=\"text-decoration:underline\">foo</span>b<i>ar<span sty le=\"text-decoration:underline\">ba</span></i><span style=\"text-decoration:unde rline\">z</span>" but got "<u>foo</u>b<i>ar<span style=\"text-decoration-line:un derline\">ba</span></i><span style=\"text-decoration-line:underline\">z</span>"
693 PASS [["stylewithcss","true"],["underline",""]] "<u>foo[b<i>ar]ba</i>z</u>" quer yCommandIndeterm("stylewithcss") before
694 PASS [["stylewithcss","true"],["underline",""]] "<u>foo[b<i>ar]ba</i>z</u>" quer yCommandState("stylewithcss") before
695 FAIL [["stylewithcss","true"],["underline",""]] "<u>foo[b<i>ar]ba</i>z</u>" quer yCommandValue("stylewithcss") before assert_equals: Wrong result returned expect ed "" but got "false"
696 PASS [["stylewithcss","true"],["underline",""]] "<u>foo[b<i>ar]ba</i>z</u>" quer yCommandIndeterm("stylewithcss") after
697 PASS [["stylewithcss","true"],["underline",""]] "<u>foo[b<i>ar]ba</i>z</u>" quer yCommandState("stylewithcss") after
698 FAIL [["stylewithcss","true"],["underline",""]] "<u>foo[b<i>ar]ba</i>z</u>" quer yCommandValue("stylewithcss") after assert_equals: Wrong result returned expecte d "" but got "true"
699 PASS [["stylewithcss","true"],["underline",""]] "<u>foo[b<i>ar]ba</i>z</u>" quer yCommandIndeterm("underline") before
700 PASS [["stylewithcss","true"],["underline",""]] "<u>foo[b<i>ar]ba</i>z</u>" quer yCommandState("underline") before
701 FAIL [["stylewithcss","true"],["underline",""]] "<u>foo[b<i>ar]ba</i>z</u>" quer yCommandValue("underline") before assert_equals: Wrong result returned expected "" but got "true"
702 PASS [["stylewithcss","true"],["underline",""]] "<u>foo[b<i>ar]ba</i>z</u>" quer yCommandIndeterm("underline") after
703 PASS [["stylewithcss","true"],["underline",""]] "<u>foo[b<i>ar]ba</i>z</u>" quer yCommandState("underline") after
704 FAIL [["stylewithcss","true"],["underline",""]] "<u>foo[b<i>ar]ba</i>z</u>" quer yCommandValue("underline") after assert_equals: Wrong result returned expected " " but got "false"
705 PASS [["stylewithcss","false"],["underline",""]] "<u>foo[b<i>ar]ba</i>z</u>": ex ecCommand("stylewithcss", false, "false") return value
706 PASS [["stylewithcss","false"],["underline",""]] "<u>foo[b<i>ar]ba</i>z</u>": ex ecCommand("underline", false, "") return value
707 PASS [["stylewithcss","false"],["underline",""]] "<u>foo[b<i>ar]ba</i>z</u>" che cks for modifications to non-editable content
708 PASS [["stylewithcss","false"],["underline",""]] "<u>foo[b<i>ar]ba</i>z</u>" com pare innerHTML
709 PASS [["stylewithcss","false"],["underline",""]] "<u>foo[b<i>ar]ba</i>z</u>" que ryCommandIndeterm("stylewithcss") before
710 PASS [["stylewithcss","false"],["underline",""]] "<u>foo[b<i>ar]ba</i>z</u>" que ryCommandState("stylewithcss") before
711 FAIL [["stylewithcss","false"],["underline",""]] "<u>foo[b<i>ar]ba</i>z</u>" que ryCommandValue("stylewithcss") before assert_equals: Wrong result returned expec ted "" but got "true"
712 PASS [["stylewithcss","false"],["underline",""]] "<u>foo[b<i>ar]ba</i>z</u>" que ryCommandIndeterm("stylewithcss") after
713 PASS [["stylewithcss","false"],["underline",""]] "<u>foo[b<i>ar]ba</i>z</u>" que ryCommandState("stylewithcss") after
714 FAIL [["stylewithcss","false"],["underline",""]] "<u>foo[b<i>ar]ba</i>z</u>" que ryCommandValue("stylewithcss") after assert_equals: Wrong result returned expect ed "" but got "false"
715 PASS [["stylewithcss","false"],["underline",""]] "<u>foo[b<i>ar]ba</i>z</u>" que ryCommandIndeterm("underline") before
716 PASS [["stylewithcss","false"],["underline",""]] "<u>foo[b<i>ar]ba</i>z</u>" que ryCommandState("underline") before
717 FAIL [["stylewithcss","false"],["underline",""]] "<u>foo[b<i>ar]ba</i>z</u>" que ryCommandValue("underline") before assert_equals: Wrong result returned expected "" but got "true"
718 PASS [["stylewithcss","false"],["underline",""]] "<u>foo[b<i>ar]ba</i>z</u>" que ryCommandIndeterm("underline") after
719 PASS [["stylewithcss","false"],["underline",""]] "<u>foo[b<i>ar]ba</i>z</u>" que ryCommandState("underline") after
720 FAIL [["stylewithcss","false"],["underline",""]] "<u>foo[b<i>ar]ba</i>z</u>" que ryCommandValue("underline") after assert_equals: Wrong result returned expected "" but got "false"
721 PASS [["stylewithcss","true"],["underline",""]] "<p style=\"text-decoration: und erline\">foo[bar]baz</p>": execCommand("stylewithcss", false, "true") return val ue
722 PASS [["stylewithcss","true"],["underline",""]] "<p style=\"text-decoration: und erline\">foo[bar]baz</p>": execCommand("underline", false, "") return value
723 PASS [["stylewithcss","true"],["underline",""]] "<p style=\"text-decoration: und erline\">foo[bar]baz</p>" checks for modifications to non-editable content
724 FAIL [["stylewithcss","true"],["underline",""]] "<p style=\"text-decoration: und erline\">foo[bar]baz</p>" compare innerHTML assert_equals: Unexpected innerHTML (after normalizing inline style) expected "<p><span style=\"text-decoration:unde rline\">foo</span>bar<span style=\"text-decoration:underline\">baz</span></p>" b ut got "<p><span style=\"text-decoration-line:underline\">foo</span>bar<span sty le=\"text-decoration-line:underline\">baz</span></p>"
725 PASS [["stylewithcss","true"],["underline",""]] "<p style=\"text-decoration: und erline\">foo[bar]baz</p>" queryCommandIndeterm("stylewithcss") before
726 PASS [["stylewithcss","true"],["underline",""]] "<p style=\"text-decoration: und erline\">foo[bar]baz</p>" queryCommandState("stylewithcss") before
727 FAIL [["stylewithcss","true"],["underline",""]] "<p style=\"text-decoration: und erline\">foo[bar]baz</p>" queryCommandValue("stylewithcss") before assert_equals : Wrong result returned expected "" but got "false"
728 PASS [["stylewithcss","true"],["underline",""]] "<p style=\"text-decoration: und erline\">foo[bar]baz</p>" queryCommandIndeterm("stylewithcss") after
729 PASS [["stylewithcss","true"],["underline",""]] "<p style=\"text-decoration: und erline\">foo[bar]baz</p>" queryCommandState("stylewithcss") after
730 FAIL [["stylewithcss","true"],["underline",""]] "<p style=\"text-decoration: und erline\">foo[bar]baz</p>" queryCommandValue("stylewithcss") after assert_equals: Wrong result returned expected "" but got "true"
731 PASS [["stylewithcss","true"],["underline",""]] "<p style=\"text-decoration: und erline\">foo[bar]baz</p>" queryCommandIndeterm("underline") before
732 PASS [["stylewithcss","true"],["underline",""]] "<p style=\"text-decoration: und erline\">foo[bar]baz</p>" queryCommandState("underline") before
733 FAIL [["stylewithcss","true"],["underline",""]] "<p style=\"text-decoration: und erline\">foo[bar]baz</p>" queryCommandValue("underline") before assert_equals: W rong result returned expected "" but got "true"
734 PASS [["stylewithcss","true"],["underline",""]] "<p style=\"text-decoration: und erline\">foo[bar]baz</p>" queryCommandIndeterm("underline") after
735 PASS [["stylewithcss","true"],["underline",""]] "<p style=\"text-decoration: und erline\">foo[bar]baz</p>" queryCommandState("underline") after
736 FAIL [["stylewithcss","true"],["underline",""]] "<p style=\"text-decoration: und erline\">foo[bar]baz</p>" queryCommandValue("underline") after assert_equals: Wr ong result returned expected "" but got "false"
737 PASS [["stylewithcss","false"],["underline",""]] "<p style=\"text-decoration: un derline\">foo[bar]baz</p>": execCommand("stylewithcss", false, "false") return v alue
738 PASS [["stylewithcss","false"],["underline",""]] "<p style=\"text-decoration: un derline\">foo[bar]baz</p>": execCommand("underline", false, "") return value
739 PASS [["stylewithcss","false"],["underline",""]] "<p style=\"text-decoration: un derline\">foo[bar]baz</p>" checks for modifications to non-editable content
740 FAIL [["stylewithcss","false"],["underline",""]] "<p style=\"text-decoration: un derline\">foo[bar]baz</p>" compare innerHTML assert_equals: Unexpected innerHTML (after normalizing inline style) expected "<p><u>foo</u>bar<u>baz</u></p>" but got "<p><span style=\"text-decoration-line:underline\">foo</span>bar<u>baz</u></ p>"
741 PASS [["stylewithcss","false"],["underline",""]] "<p style=\"text-decoration: un derline\">foo[bar]baz</p>" queryCommandIndeterm("stylewithcss") before
742 PASS [["stylewithcss","false"],["underline",""]] "<p style=\"text-decoration: un derline\">foo[bar]baz</p>" queryCommandState("stylewithcss") before
743 FAIL [["stylewithcss","false"],["underline",""]] "<p style=\"text-decoration: un derline\">foo[bar]baz</p>" queryCommandValue("stylewithcss") before assert_equal s: Wrong result returned expected "" but got "true"
744 PASS [["stylewithcss","false"],["underline",""]] "<p style=\"text-decoration: un derline\">foo[bar]baz</p>" queryCommandIndeterm("stylewithcss") after
745 PASS [["stylewithcss","false"],["underline",""]] "<p style=\"text-decoration: un derline\">foo[bar]baz</p>" queryCommandState("stylewithcss") after
746 FAIL [["stylewithcss","false"],["underline",""]] "<p style=\"text-decoration: un derline\">foo[bar]baz</p>" queryCommandValue("stylewithcss") after assert_equals : Wrong result returned expected "" but got "false"
747 PASS [["stylewithcss","false"],["underline",""]] "<p style=\"text-decoration: un derline\">foo[bar]baz</p>" queryCommandIndeterm("underline") before
748 PASS [["stylewithcss","false"],["underline",""]] "<p style=\"text-decoration: un derline\">foo[bar]baz</p>" queryCommandState("underline") before
749 FAIL [["stylewithcss","false"],["underline",""]] "<p style=\"text-decoration: un derline\">foo[bar]baz</p>" queryCommandValue("underline") before assert_equals: Wrong result returned expected "" but got "true"
750 PASS [["stylewithcss","false"],["underline",""]] "<p style=\"text-decoration: un derline\">foo[bar]baz</p>" queryCommandIndeterm("underline") after
751 PASS [["stylewithcss","false"],["underline",""]] "<p style=\"text-decoration: un derline\">foo[bar]baz</p>" queryCommandState("underline") after
752 FAIL [["stylewithcss","false"],["underline",""]] "<p style=\"text-decoration: un derline\">foo[bar]baz</p>" queryCommandValue("underline") after assert_equals: W rong result returned expected "" but got "false"
753 PASS [["stylewithcss","true"],["underline",""]] "foo<s>[bar]</s>baz": execComman d("stylewithcss", false, "true") return value
754 PASS [["stylewithcss","true"],["underline",""]] "foo<s>[bar]</s>baz": execComman d("underline", false, "") return value
755 PASS [["stylewithcss","true"],["underline",""]] "foo<s>[bar]</s>baz" checks for modifications to non-editable content
756 FAIL [["stylewithcss","true"],["underline",""]] "foo<s>[bar]</s>baz" compare inn erHTML assert_equals: Unexpected innerHTML (after normalizing inline style) expe cted "foo<span style=\"text-decoration:underline\"><s>bar</s></span>baz" but got "foo<span style=\"text-decoration-line:line-through underline\">bar</span>baz"
757 PASS [["stylewithcss","true"],["underline",""]] "foo<s>[bar]</s>baz" queryComman dIndeterm("stylewithcss") before
758 PASS [["stylewithcss","true"],["underline",""]] "foo<s>[bar]</s>baz" queryComman dState("stylewithcss") before
759 FAIL [["stylewithcss","true"],["underline",""]] "foo<s>[bar]</s>baz" queryComman dValue("stylewithcss") before assert_equals: Wrong result returned expected "" b ut got "false"
760 PASS [["stylewithcss","true"],["underline",""]] "foo<s>[bar]</s>baz" queryComman dIndeterm("stylewithcss") after
761 PASS [["stylewithcss","true"],["underline",""]] "foo<s>[bar]</s>baz" queryComman dState("stylewithcss") after
762 FAIL [["stylewithcss","true"],["underline",""]] "foo<s>[bar]</s>baz" queryComman dValue("stylewithcss") after assert_equals: Wrong result returned expected "" bu t got "true"
763 PASS [["stylewithcss","true"],["underline",""]] "foo<s>[bar]</s>baz" queryComman dIndeterm("underline") before
764 PASS [["stylewithcss","true"],["underline",""]] "foo<s>[bar]</s>baz" queryComman dState("underline") before
765 FAIL [["stylewithcss","true"],["underline",""]] "foo<s>[bar]</s>baz" queryComman dValue("underline") before assert_equals: Wrong result returned expected "" but got "false"
766 PASS [["stylewithcss","true"],["underline",""]] "foo<s>[bar]</s>baz" queryComman dIndeterm("underline") after
767 PASS [["stylewithcss","true"],["underline",""]] "foo<s>[bar]</s>baz" queryComman dState("underline") after
768 FAIL [["stylewithcss","true"],["underline",""]] "foo<s>[bar]</s>baz" queryComman dValue("underline") after assert_equals: Wrong result returned expected "" but g ot "true"
769 PASS [["stylewithcss","false"],["underline",""]] "foo<s>[bar]</s>baz": execComma nd("stylewithcss", false, "false") return value
770 PASS [["stylewithcss","false"],["underline",""]] "foo<s>[bar]</s>baz": execComma nd("underline", false, "") return value
771 PASS [["stylewithcss","false"],["underline",""]] "foo<s>[bar]</s>baz" checks for modifications to non-editable content
772 FAIL [["stylewithcss","false"],["underline",""]] "foo<s>[bar]</s>baz" compare in nerHTML assert_equals: Unexpected innerHTML (after normalizing inline style) exp ected "foo<u><s>bar</s></u>baz" but got "foo<u><strike>bar</strike></u>baz"
773 PASS [["stylewithcss","false"],["underline",""]] "foo<s>[bar]</s>baz" queryComma ndIndeterm("stylewithcss") before
774 PASS [["stylewithcss","false"],["underline",""]] "foo<s>[bar]</s>baz" queryComma ndState("stylewithcss") before
775 FAIL [["stylewithcss","false"],["underline",""]] "foo<s>[bar]</s>baz" queryComma ndValue("stylewithcss") before assert_equals: Wrong result returned expected "" but got "true"
776 PASS [["stylewithcss","false"],["underline",""]] "foo<s>[bar]</s>baz" queryComma ndIndeterm("stylewithcss") after
777 PASS [["stylewithcss","false"],["underline",""]] "foo<s>[bar]</s>baz" queryComma ndState("stylewithcss") after
778 FAIL [["stylewithcss","false"],["underline",""]] "foo<s>[bar]</s>baz" queryComma ndValue("stylewithcss") after assert_equals: Wrong result returned expected "" b ut got "false"
779 PASS [["stylewithcss","false"],["underline",""]] "foo<s>[bar]</s>baz" queryComma ndIndeterm("underline") before
780 PASS [["stylewithcss","false"],["underline",""]] "foo<s>[bar]</s>baz" queryComma ndState("underline") before
781 FAIL [["stylewithcss","false"],["underline",""]] "foo<s>[bar]</s>baz" queryComma ndValue("underline") before assert_equals: Wrong result returned expected "" but got "false"
782 PASS [["stylewithcss","false"],["underline",""]] "foo<s>[bar]</s>baz" queryComma ndIndeterm("underline") after
783 PASS [["stylewithcss","false"],["underline",""]] "foo<s>[bar]</s>baz" queryComma ndState("underline") after
784 FAIL [["stylewithcss","false"],["underline",""]] "foo<s>[bar]</s>baz" queryComma ndValue("underline") after assert_equals: Wrong result returned expected "" but got "true"
785 PASS [["stylewithcss","true"],["underline",""]] "foo<span style=\"text-decoratio n: line-through\">[bar]</span>baz": execCommand("stylewithcss", false, "true") r eturn value
786 PASS [["stylewithcss","true"],["underline",""]] "foo<span style=\"text-decoratio n: line-through\">[bar]</span>baz": execCommand("underline", false, "") return v alue
787 PASS [["stylewithcss","true"],["underline",""]] "foo<span style=\"text-decoratio n: line-through\">[bar]</span>baz" checks for modifications to non-editable cont ent
788 FAIL [["stylewithcss","true"],["underline",""]] "foo<span style=\"text-decoratio n: line-through\">[bar]</span>baz" compare innerHTML assert_equals: Unexpected i nnerHTML (after normalizing inline style) expected "foo<span style=\"text-decora tion:underline\"><span style=\"text-decoration:line-through\">bar</span></span>b az" but got "foo<span style=\"text-decoration-line:line-through underline\">bar< /span>baz"
789 PASS [["stylewithcss","true"],["underline",""]] "foo<span style=\"text-decoratio n: line-through\">[bar]</span>baz" queryCommandIndeterm("stylewithcss") before
790 PASS [["stylewithcss","true"],["underline",""]] "foo<span style=\"text-decoratio n: line-through\">[bar]</span>baz" queryCommandState("stylewithcss") before
791 FAIL [["stylewithcss","true"],["underline",""]] "foo<span style=\"text-decoratio n: line-through\">[bar]</span>baz" queryCommandValue("stylewithcss") before asse rt_equals: Wrong result returned expected "" but got "false"
792 PASS [["stylewithcss","true"],["underline",""]] "foo<span style=\"text-decoratio n: line-through\">[bar]</span>baz" queryCommandIndeterm("stylewithcss") after
793 PASS [["stylewithcss","true"],["underline",""]] "foo<span style=\"text-decoratio n: line-through\">[bar]</span>baz" queryCommandState("stylewithcss") after
794 FAIL [["stylewithcss","true"],["underline",""]] "foo<span style=\"text-decoratio n: line-through\">[bar]</span>baz" queryCommandValue("stylewithcss") after asser t_equals: Wrong result returned expected "" but got "true"
795 PASS [["stylewithcss","true"],["underline",""]] "foo<span style=\"text-decoratio n: line-through\">[bar]</span>baz" queryCommandIndeterm("underline") before
796 PASS [["stylewithcss","true"],["underline",""]] "foo<span style=\"text-decoratio n: line-through\">[bar]</span>baz" queryCommandState("underline") before
797 FAIL [["stylewithcss","true"],["underline",""]] "foo<span style=\"text-decoratio n: line-through\">[bar]</span>baz" queryCommandValue("underline") before assert_ equals: Wrong result returned expected "" but got "false"
798 PASS [["stylewithcss","true"],["underline",""]] "foo<span style=\"text-decoratio n: line-through\">[bar]</span>baz" queryCommandIndeterm("underline") after
799 PASS [["stylewithcss","true"],["underline",""]] "foo<span style=\"text-decoratio n: line-through\">[bar]</span>baz" queryCommandState("underline") after
800 FAIL [["stylewithcss","true"],["underline",""]] "foo<span style=\"text-decoratio n: line-through\">[bar]</span>baz" queryCommandValue("underline") after assert_e quals: Wrong result returned expected "" but got "true"
801 PASS [["stylewithcss","false"],["underline",""]] "foo<span style=\"text-decorati on: line-through\">[bar]</span>baz": execCommand("stylewithcss", false, "false") return value
802 PASS [["stylewithcss","false"],["underline",""]] "foo<span style=\"text-decorati on: line-through\">[bar]</span>baz": execCommand("underline", false, "") return value
803 PASS [["stylewithcss","false"],["underline",""]] "foo<span style=\"text-decorati on: line-through\">[bar]</span>baz" checks for modifications to non-editable con tent
804 FAIL [["stylewithcss","false"],["underline",""]] "foo<span style=\"text-decorati on: line-through\">[bar]</span>baz" compare innerHTML assert_equals: Unexpected innerHTML (after normalizing inline style) expected "foo<u><span style=\"text-de coration:line-through\">bar</span></u>baz" but got "foo<u><strike>bar</strike></ u>baz"
805 PASS [["stylewithcss","false"],["underline",""]] "foo<span style=\"text-decorati on: line-through\">[bar]</span>baz" queryCommandIndeterm("stylewithcss") before
806 PASS [["stylewithcss","false"],["underline",""]] "foo<span style=\"text-decorati on: line-through\">[bar]</span>baz" queryCommandState("stylewithcss") before
807 FAIL [["stylewithcss","false"],["underline",""]] "foo<span style=\"text-decorati on: line-through\">[bar]</span>baz" queryCommandValue("stylewithcss") before ass ert_equals: Wrong result returned expected "" but got "true"
808 PASS [["stylewithcss","false"],["underline",""]] "foo<span style=\"text-decorati on: line-through\">[bar]</span>baz" queryCommandIndeterm("stylewithcss") after
809 PASS [["stylewithcss","false"],["underline",""]] "foo<span style=\"text-decorati on: line-through\">[bar]</span>baz" queryCommandState("stylewithcss") after
810 FAIL [["stylewithcss","false"],["underline",""]] "foo<span style=\"text-decorati on: line-through\">[bar]</span>baz" queryCommandValue("stylewithcss") after asse rt_equals: Wrong result returned expected "" but got "false"
811 PASS [["stylewithcss","false"],["underline",""]] "foo<span style=\"text-decorati on: line-through\">[bar]</span>baz" queryCommandIndeterm("underline") before
812 PASS [["stylewithcss","false"],["underline",""]] "foo<span style=\"text-decorati on: line-through\">[bar]</span>baz" queryCommandState("underline") before
813 FAIL [["stylewithcss","false"],["underline",""]] "foo<span style=\"text-decorati on: line-through\">[bar]</span>baz" queryCommandValue("underline") before assert _equals: Wrong result returned expected "" but got "false"
814 PASS [["stylewithcss","false"],["underline",""]] "foo<span style=\"text-decorati on: line-through\">[bar]</span>baz" queryCommandIndeterm("underline") after
815 PASS [["stylewithcss","false"],["underline",""]] "foo<span style=\"text-decorati on: line-through\">[bar]</span>baz" queryCommandState("underline") after
816 FAIL [["stylewithcss","false"],["underline",""]] "foo<span style=\"text-decorati on: line-through\">[bar]</span>baz" queryCommandValue("underline") after assert_ equals: Wrong result returned expected "" but got "true"
817 PASS [["stylewithcss","true"],["underline",""]] "<s>foo[bar]baz</s>": execComman d("stylewithcss", false, "true") return value
818 PASS [["stylewithcss","true"],["underline",""]] "<s>foo[bar]baz</s>": execComman d("underline", false, "") return value
819 PASS [["stylewithcss","true"],["underline",""]] "<s>foo[bar]baz</s>" checks for modifications to non-editable content
820 FAIL [["stylewithcss","true"],["underline",""]] "<s>foo[bar]baz</s>" compare inn erHTML assert_equals: Unexpected innerHTML (after normalizing inline style) expe cted "<s>foo<span style=\"text-decoration:underline\">bar</span>baz</s>" but got "<s>foo<span style=\"text-decoration-line:underline\">bar</span>baz</s>"
821 PASS [["stylewithcss","true"],["underline",""]] "<s>foo[bar]baz</s>" queryComman dIndeterm("stylewithcss") before
822 PASS [["stylewithcss","true"],["underline",""]] "<s>foo[bar]baz</s>" queryComman dState("stylewithcss") before
823 FAIL [["stylewithcss","true"],["underline",""]] "<s>foo[bar]baz</s>" queryComman dValue("stylewithcss") before assert_equals: Wrong result returned expected "" b ut got "false"
824 PASS [["stylewithcss","true"],["underline",""]] "<s>foo[bar]baz</s>" queryComman dIndeterm("stylewithcss") after
825 PASS [["stylewithcss","true"],["underline",""]] "<s>foo[bar]baz</s>" queryComman dState("stylewithcss") after
826 FAIL [["stylewithcss","true"],["underline",""]] "<s>foo[bar]baz</s>" queryComman dValue("stylewithcss") after assert_equals: Wrong result returned expected "" bu t got "true"
827 PASS [["stylewithcss","true"],["underline",""]] "<s>foo[bar]baz</s>" queryComman dIndeterm("underline") before
828 PASS [["stylewithcss","true"],["underline",""]] "<s>foo[bar]baz</s>" queryComman dState("underline") before
829 FAIL [["stylewithcss","true"],["underline",""]] "<s>foo[bar]baz</s>" queryComman dValue("underline") before assert_equals: Wrong result returned expected "" but got "false"
830 PASS [["stylewithcss","true"],["underline",""]] "<s>foo[bar]baz</s>" queryComman dIndeterm("underline") after
831 PASS [["stylewithcss","true"],["underline",""]] "<s>foo[bar]baz</s>" queryComman dState("underline") after
832 FAIL [["stylewithcss","true"],["underline",""]] "<s>foo[bar]baz</s>" queryComman dValue("underline") after assert_equals: Wrong result returned expected "" but g ot "true"
833 PASS [["stylewithcss","false"],["underline",""]] "<s>foo[bar]baz</s>": execComma nd("stylewithcss", false, "false") return value
834 PASS [["stylewithcss","false"],["underline",""]] "<s>foo[bar]baz</s>": execComma nd("underline", false, "") return value
835 PASS [["stylewithcss","false"],["underline",""]] "<s>foo[bar]baz</s>" checks for modifications to non-editable content
836 PASS [["stylewithcss","false"],["underline",""]] "<s>foo[bar]baz</s>" compare in nerHTML
837 PASS [["stylewithcss","false"],["underline",""]] "<s>foo[bar]baz</s>" queryComma ndIndeterm("stylewithcss") before
838 PASS [["stylewithcss","false"],["underline",""]] "<s>foo[bar]baz</s>" queryComma ndState("stylewithcss") before
839 FAIL [["stylewithcss","false"],["underline",""]] "<s>foo[bar]baz</s>" queryComma ndValue("stylewithcss") before assert_equals: Wrong result returned expected "" but got "true"
840 PASS [["stylewithcss","false"],["underline",""]] "<s>foo[bar]baz</s>" queryComma ndIndeterm("stylewithcss") after
841 PASS [["stylewithcss","false"],["underline",""]] "<s>foo[bar]baz</s>" queryComma ndState("stylewithcss") after
842 FAIL [["stylewithcss","false"],["underline",""]] "<s>foo[bar]baz</s>" queryComma ndValue("stylewithcss") after assert_equals: Wrong result returned expected "" b ut got "false"
843 PASS [["stylewithcss","false"],["underline",""]] "<s>foo[bar]baz</s>" queryComma ndIndeterm("underline") before
844 PASS [["stylewithcss","false"],["underline",""]] "<s>foo[bar]baz</s>" queryComma ndState("underline") before
845 FAIL [["stylewithcss","false"],["underline",""]] "<s>foo[bar]baz</s>" queryComma ndValue("underline") before assert_equals: Wrong result returned expected "" but got "false"
846 PASS [["stylewithcss","false"],["underline",""]] "<s>foo[bar]baz</s>" queryComma ndIndeterm("underline") after
847 PASS [["stylewithcss","false"],["underline",""]] "<s>foo[bar]baz</s>" queryComma ndState("underline") after
848 FAIL [["stylewithcss","false"],["underline",""]] "<s>foo[bar]baz</s>" queryComma ndValue("underline") after assert_equals: Wrong result returned expected "" but got "true"
849 PASS [["stylewithcss","true"],["underline",""]] "<s>foo[b<span style=\"color:blu e\">ar]ba</span>z</s>": execCommand("stylewithcss", false, "true") return value
850 PASS [["stylewithcss","true"],["underline",""]] "<s>foo[b<span style=\"color:blu e\">ar]ba</span>z</s>": execCommand("underline", false, "") return value
851 PASS [["stylewithcss","true"],["underline",""]] "<s>foo[b<span style=\"color:blu e\">ar]ba</span>z</s>" checks for modifications to non-editable content
852 FAIL [["stylewithcss","true"],["underline",""]] "<s>foo[b<span style=\"color:blu e\">ar]ba</span>z</s>" compare innerHTML assert_equals: Unexpected innerHTML (af ter normalizing inline style) expected "<s>foo<span style=\"text-decoration:unde rline\">b</span><span style=\"color:rgb(0, 0, 255)\"><span style=\"text-decorati on:underline\">ar</span>ba</span>z</s>" but got "<s>foo<span style=\"text-decora tion-line:underline\">b</span><span style=\"color:rgb(0, 0, 255)\"><span style=\ "text-decoration-line:underline\">ar</span>ba</span>z</s>"
853 PASS [["stylewithcss","true"],["underline",""]] "<s>foo[b<span style=\"color:blu e\">ar]ba</span>z</s>" queryCommandIndeterm("stylewithcss") before
854 PASS [["stylewithcss","true"],["underline",""]] "<s>foo[b<span style=\"color:blu e\">ar]ba</span>z</s>" queryCommandState("stylewithcss") before
855 FAIL [["stylewithcss","true"],["underline",""]] "<s>foo[b<span style=\"color:blu e\">ar]ba</span>z</s>" queryCommandValue("stylewithcss") before assert_equals: W rong result returned expected "" but got "false"
856 PASS [["stylewithcss","true"],["underline",""]] "<s>foo[b<span style=\"color:blu e\">ar]ba</span>z</s>" queryCommandIndeterm("stylewithcss") after
857 PASS [["stylewithcss","true"],["underline",""]] "<s>foo[b<span style=\"color:blu e\">ar]ba</span>z</s>" queryCommandState("stylewithcss") after
858 FAIL [["stylewithcss","true"],["underline",""]] "<s>foo[b<span style=\"color:blu e\">ar]ba</span>z</s>" queryCommandValue("stylewithcss") after assert_equals: Wr ong result returned expected "" but got "true"
859 PASS [["stylewithcss","true"],["underline",""]] "<s>foo[b<span style=\"color:blu e\">ar]ba</span>z</s>" queryCommandIndeterm("underline") before
860 PASS [["stylewithcss","true"],["underline",""]] "<s>foo[b<span style=\"color:blu e\">ar]ba</span>z</s>" queryCommandState("underline") before
861 FAIL [["stylewithcss","true"],["underline",""]] "<s>foo[b<span style=\"color:blu e\">ar]ba</span>z</s>" queryCommandValue("underline") before assert_equals: Wron g result returned expected "" but got "false"
862 PASS [["stylewithcss","true"],["underline",""]] "<s>foo[b<span style=\"color:blu e\">ar]ba</span>z</s>" queryCommandIndeterm("underline") after
863 PASS [["stylewithcss","true"],["underline",""]] "<s>foo[b<span style=\"color:blu e\">ar]ba</span>z</s>" queryCommandState("underline") after
864 FAIL [["stylewithcss","true"],["underline",""]] "<s>foo[b<span style=\"color:blu e\">ar]ba</span>z</s>" queryCommandValue("underline") after assert_equals: Wrong result returned expected "" but got "true"
865 PASS [["stylewithcss","false"],["underline",""]] "<s>foo[b<span style=\"color:bl ue\">ar]ba</span>z</s>": execCommand("stylewithcss", false, "false") return valu e
866 PASS [["stylewithcss","false"],["underline",""]] "<s>foo[b<span style=\"color:bl ue\">ar]ba</span>z</s>": execCommand("underline", false, "") return value
867 PASS [["stylewithcss","false"],["underline",""]] "<s>foo[b<span style=\"color:bl ue\">ar]ba</span>z</s>" checks for modifications to non-editable content
868 PASS [["stylewithcss","false"],["underline",""]] "<s>foo[b<span style=\"color:bl ue\">ar]ba</span>z</s>" compare innerHTML
869 PASS [["stylewithcss","false"],["underline",""]] "<s>foo[b<span style=\"color:bl ue\">ar]ba</span>z</s>" queryCommandIndeterm("stylewithcss") before
870 PASS [["stylewithcss","false"],["underline",""]] "<s>foo[b<span style=\"color:bl ue\">ar]ba</span>z</s>" queryCommandState("stylewithcss") before
871 FAIL [["stylewithcss","false"],["underline",""]] "<s>foo[b<span style=\"color:bl ue\">ar]ba</span>z</s>" queryCommandValue("stylewithcss") before assert_equals: Wrong result returned expected "" but got "true"
872 PASS [["stylewithcss","false"],["underline",""]] "<s>foo[b<span style=\"color:bl ue\">ar]ba</span>z</s>" queryCommandIndeterm("stylewithcss") after
873 PASS [["stylewithcss","false"],["underline",""]] "<s>foo[b<span style=\"color:bl ue\">ar]ba</span>z</s>" queryCommandState("stylewithcss") after
874 FAIL [["stylewithcss","false"],["underline",""]] "<s>foo[b<span style=\"color:bl ue\">ar]ba</span>z</s>" queryCommandValue("stylewithcss") after assert_equals: W rong result returned expected "" but got "false"
875 PASS [["stylewithcss","false"],["underline",""]] "<s>foo[b<span style=\"color:bl ue\">ar]ba</span>z</s>" queryCommandIndeterm("underline") before
876 PASS [["stylewithcss","false"],["underline",""]] "<s>foo[b<span style=\"color:bl ue\">ar]ba</span>z</s>" queryCommandState("underline") before
877 FAIL [["stylewithcss","false"],["underline",""]] "<s>foo[b<span style=\"color:bl ue\">ar]ba</span>z</s>" queryCommandValue("underline") before assert_equals: Wro ng result returned expected "" but got "false"
878 PASS [["stylewithcss","false"],["underline",""]] "<s>foo[b<span style=\"color:bl ue\">ar]ba</span>z</s>" queryCommandIndeterm("underline") after
879 PASS [["stylewithcss","false"],["underline",""]] "<s>foo[b<span style=\"color:bl ue\">ar]ba</span>z</s>" queryCommandState("underline") after
880 FAIL [["stylewithcss","false"],["underline",""]] "<s>foo[b<span style=\"color:bl ue\">ar]ba</span>z</s>" queryCommandValue("underline") after assert_equals: Wron g result returned expected "" but got "true"
881 PASS [["stylewithcss","true"],["underline",""]] "<s>foo[b<span style=\"color:blu e\" id=foo>ar]ba</span>z</s>": execCommand("stylewithcss", false, "true") return value
882 PASS [["stylewithcss","true"],["underline",""]] "<s>foo[b<span style=\"color:blu e\" id=foo>ar]ba</span>z</s>": execCommand("underline", false, "") return value
883 PASS [["stylewithcss","true"],["underline",""]] "<s>foo[b<span style=\"color:blu e\" id=foo>ar]ba</span>z</s>" checks for modifications to non-editable content
884 FAIL [["stylewithcss","true"],["underline",""]] "<s>foo[b<span style=\"color:blu e\" id=foo>ar]ba</span>z</s>" compare innerHTML assert_equals: Unexpected innerH TML (after normalizing inline style) expected "<s>foo<span style=\"text-decorati on:underline\">b</span><span style=\"color:rgb(0, 0, 255)\" id=\"foo\"><span sty le=\"text-decoration:underline\">ar</span>ba</span>z</s>" but got "<s>foo<span s tyle=\"text-decoration-line:underline\">b</span><span style=\"color:rgb(0, 0, 25 5)\" id=\"foo\"><span style=\"text-decoration-line:underline\">ar</span>ba</span >z</s>"
885 PASS [["stylewithcss","true"],["underline",""]] "<s>foo[b<span style=\"color:blu e\" id=foo>ar]ba</span>z</s>" queryCommandIndeterm("stylewithcss") before
886 PASS [["stylewithcss","true"],["underline",""]] "<s>foo[b<span style=\"color:blu e\" id=foo>ar]ba</span>z</s>" queryCommandState("stylewithcss") before
887 FAIL [["stylewithcss","true"],["underline",""]] "<s>foo[b<span style=\"color:blu e\" id=foo>ar]ba</span>z</s>" queryCommandValue("stylewithcss") before assert_eq uals: Wrong result returned expected "" but got "false"
888 PASS [["stylewithcss","true"],["underline",""]] "<s>foo[b<span style=\"color:blu e\" id=foo>ar]ba</span>z</s>" queryCommandIndeterm("stylewithcss") after
889 PASS [["stylewithcss","true"],["underline",""]] "<s>foo[b<span style=\"color:blu e\" id=foo>ar]ba</span>z</s>" queryCommandState("stylewithcss") after
890 FAIL [["stylewithcss","true"],["underline",""]] "<s>foo[b<span style=\"color:blu e\" id=foo>ar]ba</span>z</s>" queryCommandValue("stylewithcss") after assert_equ als: Wrong result returned expected "" but got "true"
891 PASS [["stylewithcss","true"],["underline",""]] "<s>foo[b<span style=\"color:blu e\" id=foo>ar]ba</span>z</s>" queryCommandIndeterm("underline") before
892 PASS [["stylewithcss","true"],["underline",""]] "<s>foo[b<span style=\"color:blu e\" id=foo>ar]ba</span>z</s>" queryCommandState("underline") before
893 FAIL [["stylewithcss","true"],["underline",""]] "<s>foo[b<span style=\"color:blu e\" id=foo>ar]ba</span>z</s>" queryCommandValue("underline") before assert_equal s: Wrong result returned expected "" but got "false"
894 PASS [["stylewithcss","true"],["underline",""]] "<s>foo[b<span style=\"color:blu e\" id=foo>ar]ba</span>z</s>" queryCommandIndeterm("underline") after
895 PASS [["stylewithcss","true"],["underline",""]] "<s>foo[b<span style=\"color:blu e\" id=foo>ar]ba</span>z</s>" queryCommandState("underline") after
896 FAIL [["stylewithcss","true"],["underline",""]] "<s>foo[b<span style=\"color:blu e\" id=foo>ar]ba</span>z</s>" queryCommandValue("underline") after assert_equals : Wrong result returned expected "" but got "true"
897 PASS [["stylewithcss","false"],["underline",""]] "<s>foo[b<span style=\"color:bl ue\" id=foo>ar]ba</span>z</s>": execCommand("stylewithcss", false, "false") retu rn value
898 PASS [["stylewithcss","false"],["underline",""]] "<s>foo[b<span style=\"color:bl ue\" id=foo>ar]ba</span>z</s>": execCommand("underline", false, "") return value
899 PASS [["stylewithcss","false"],["underline",""]] "<s>foo[b<span style=\"color:bl ue\" id=foo>ar]ba</span>z</s>" checks for modifications to non-editable content
900 PASS [["stylewithcss","false"],["underline",""]] "<s>foo[b<span style=\"color:bl ue\" id=foo>ar]ba</span>z</s>" compare innerHTML
901 PASS [["stylewithcss","false"],["underline",""]] "<s>foo[b<span style=\"color:bl ue\" id=foo>ar]ba</span>z</s>" queryCommandIndeterm("stylewithcss") before
902 PASS [["stylewithcss","false"],["underline",""]] "<s>foo[b<span style=\"color:bl ue\" id=foo>ar]ba</span>z</s>" queryCommandState("stylewithcss") before
903 FAIL [["stylewithcss","false"],["underline",""]] "<s>foo[b<span style=\"color:bl ue\" id=foo>ar]ba</span>z</s>" queryCommandValue("stylewithcss") before assert_e quals: Wrong result returned expected "" but got "true"
904 PASS [["stylewithcss","false"],["underline",""]] "<s>foo[b<span style=\"color:bl ue\" id=foo>ar]ba</span>z</s>" queryCommandIndeterm("stylewithcss") after
905 PASS [["stylewithcss","false"],["underline",""]] "<s>foo[b<span style=\"color:bl ue\" id=foo>ar]ba</span>z</s>" queryCommandState("stylewithcss") after
906 FAIL [["stylewithcss","false"],["underline",""]] "<s>foo[b<span style=\"color:bl ue\" id=foo>ar]ba</span>z</s>" queryCommandValue("stylewithcss") after assert_eq uals: Wrong result returned expected "" but got "false"
907 PASS [["stylewithcss","false"],["underline",""]] "<s>foo[b<span style=\"color:bl ue\" id=foo>ar]ba</span>z</s>" queryCommandIndeterm("underline") before
908 PASS [["stylewithcss","false"],["underline",""]] "<s>foo[b<span style=\"color:bl ue\" id=foo>ar]ba</span>z</s>" queryCommandState("underline") before
909 FAIL [["stylewithcss","false"],["underline",""]] "<s>foo[b<span style=\"color:bl ue\" id=foo>ar]ba</span>z</s>" queryCommandValue("underline") before assert_equa ls: Wrong result returned expected "" but got "false"
910 PASS [["stylewithcss","false"],["underline",""]] "<s>foo[b<span style=\"color:bl ue\" id=foo>ar]ba</span>z</s>" queryCommandIndeterm("underline") after
911 PASS [["stylewithcss","false"],["underline",""]] "<s>foo[b<span style=\"color:bl ue\" id=foo>ar]ba</span>z</s>" queryCommandState("underline") after
912 FAIL [["stylewithcss","false"],["underline",""]] "<s>foo[b<span style=\"color:bl ue\" id=foo>ar]ba</span>z</s>" queryCommandValue("underline") after assert_equal s: Wrong result returned expected "" but got "true"
913 PASS [["stylewithcss","true"],["underline",""]] "<s>foo[b<span style=\"font-size :3em\">ar]ba</span>z</s>": execCommand("stylewithcss", false, "true") return val ue
914 PASS [["stylewithcss","true"],["underline",""]] "<s>foo[b<span style=\"font-size :3em\">ar]ba</span>z</s>": execCommand("underline", false, "") return value
915 PASS [["stylewithcss","true"],["underline",""]] "<s>foo[b<span style=\"font-size :3em\">ar]ba</span>z</s>" checks for modifications to non-editable content
916 FAIL [["stylewithcss","true"],["underline",""]] "<s>foo[b<span style=\"font-size :3em\">ar]ba</span>z</s>" compare innerHTML assert_equals: Unexpected innerHTML (after normalizing inline style) expected "<s>foo<span style=\"text-decoration:u nderline\">b</span><span style=\"font-size:3em\"><span style=\"text-decoration:u nderline\">ar</span>ba</span>z</s>" but got "<s>foo<span style=\"text-decoration -line:underline\">b</span><span style=\"font-size:3em\"><span style=\"text-decor ation-line:underline\">ar</span>ba</span>z</s>"
917 PASS [["stylewithcss","true"],["underline",""]] "<s>foo[b<span style=\"font-size :3em\">ar]ba</span>z</s>" queryCommandIndeterm("stylewithcss") before
918 PASS [["stylewithcss","true"],["underline",""]] "<s>foo[b<span style=\"font-size :3em\">ar]ba</span>z</s>" queryCommandState("stylewithcss") before
919 FAIL [["stylewithcss","true"],["underline",""]] "<s>foo[b<span style=\"font-size :3em\">ar]ba</span>z</s>" queryCommandValue("stylewithcss") before assert_equals : Wrong result returned expected "" but got "false"
920 PASS [["stylewithcss","true"],["underline",""]] "<s>foo[b<span style=\"font-size :3em\">ar]ba</span>z</s>" queryCommandIndeterm("stylewithcss") after
921 PASS [["stylewithcss","true"],["underline",""]] "<s>foo[b<span style=\"font-size :3em\">ar]ba</span>z</s>" queryCommandState("stylewithcss") after
922 FAIL [["stylewithcss","true"],["underline",""]] "<s>foo[b<span style=\"font-size :3em\">ar]ba</span>z</s>" queryCommandValue("stylewithcss") after assert_equals: Wrong result returned expected "" but got "true"
923 PASS [["stylewithcss","true"],["underline",""]] "<s>foo[b<span style=\"font-size :3em\">ar]ba</span>z</s>" queryCommandIndeterm("underline") before
924 PASS [["stylewithcss","true"],["underline",""]] "<s>foo[b<span style=\"font-size :3em\">ar]ba</span>z</s>" queryCommandState("underline") before
925 FAIL [["stylewithcss","true"],["underline",""]] "<s>foo[b<span style=\"font-size :3em\">ar]ba</span>z</s>" queryCommandValue("underline") before assert_equals: W rong result returned expected "" but got "false"
926 PASS [["stylewithcss","true"],["underline",""]] "<s>foo[b<span style=\"font-size :3em\">ar]ba</span>z</s>" queryCommandIndeterm("underline") after
927 PASS [["stylewithcss","true"],["underline",""]] "<s>foo[b<span style=\"font-size :3em\">ar]ba</span>z</s>" queryCommandState("underline") after
928 FAIL [["stylewithcss","true"],["underline",""]] "<s>foo[b<span style=\"font-size :3em\">ar]ba</span>z</s>" queryCommandValue("underline") after assert_equals: Wr ong result returned expected "" but got "true"
929 PASS [["stylewithcss","false"],["underline",""]] "<s>foo[b<span style=\"font-siz e:3em\">ar]ba</span>z</s>": execCommand("stylewithcss", false, "false") return v alue
930 PASS [["stylewithcss","false"],["underline",""]] "<s>foo[b<span style=\"font-siz e:3em\">ar]ba</span>z</s>": execCommand("underline", false, "") return value
931 PASS [["stylewithcss","false"],["underline",""]] "<s>foo[b<span style=\"font-siz e:3em\">ar]ba</span>z</s>" checks for modifications to non-editable content
932 PASS [["stylewithcss","false"],["underline",""]] "<s>foo[b<span style=\"font-siz e:3em\">ar]ba</span>z</s>" compare innerHTML
933 PASS [["stylewithcss","false"],["underline",""]] "<s>foo[b<span style=\"font-siz e:3em\">ar]ba</span>z</s>" queryCommandIndeterm("stylewithcss") before
934 PASS [["stylewithcss","false"],["underline",""]] "<s>foo[b<span style=\"font-siz e:3em\">ar]ba</span>z</s>" queryCommandState("stylewithcss") before
935 FAIL [["stylewithcss","false"],["underline",""]] "<s>foo[b<span style=\"font-siz e:3em\">ar]ba</span>z</s>" queryCommandValue("stylewithcss") before assert_equal s: Wrong result returned expected "" but got "true"
936 PASS [["stylewithcss","false"],["underline",""]] "<s>foo[b<span style=\"font-siz e:3em\">ar]ba</span>z</s>" queryCommandIndeterm("stylewithcss") after
937 PASS [["stylewithcss","false"],["underline",""]] "<s>foo[b<span style=\"font-siz e:3em\">ar]ba</span>z</s>" queryCommandState("stylewithcss") after
938 FAIL [["stylewithcss","false"],["underline",""]] "<s>foo[b<span style=\"font-siz e:3em\">ar]ba</span>z</s>" queryCommandValue("stylewithcss") after assert_equals : Wrong result returned expected "" but got "false"
939 PASS [["stylewithcss","false"],["underline",""]] "<s>foo[b<span style=\"font-siz e:3em\">ar]ba</span>z</s>" queryCommandIndeterm("underline") before
940 PASS [["stylewithcss","false"],["underline",""]] "<s>foo[b<span style=\"font-siz e:3em\">ar]ba</span>z</s>" queryCommandState("underline") before
941 FAIL [["stylewithcss","false"],["underline",""]] "<s>foo[b<span style=\"font-siz e:3em\">ar]ba</span>z</s>" queryCommandValue("underline") before assert_equals: Wrong result returned expected "" but got "false"
942 PASS [["stylewithcss","false"],["underline",""]] "<s>foo[b<span style=\"font-siz e:3em\">ar]ba</span>z</s>" queryCommandIndeterm("underline") after
943 PASS [["stylewithcss","false"],["underline",""]] "<s>foo[b<span style=\"font-siz e:3em\">ar]ba</span>z</s>" queryCommandState("underline") after
944 FAIL [["stylewithcss","false"],["underline",""]] "<s>foo[b<span style=\"font-siz e:3em\">ar]ba</span>z</s>" queryCommandValue("underline") after assert_equals: W rong result returned expected "" but got "true"
945 PASS [["stylewithcss","true"],["underline",""]] "<s>foo[b<i>ar]ba</i>z</s>": exe cCommand("stylewithcss", false, "true") return value
946 PASS [["stylewithcss","true"],["underline",""]] "<s>foo[b<i>ar]ba</i>z</s>": exe cCommand("underline", false, "") return value
947 PASS [["stylewithcss","true"],["underline",""]] "<s>foo[b<i>ar]ba</i>z</s>" chec ks for modifications to non-editable content
948 FAIL [["stylewithcss","true"],["underline",""]] "<s>foo[b<i>ar]ba</i>z</s>" comp are innerHTML assert_equals: Unexpected innerHTML (after normalizing inline styl e) expected "<s>foo<span style=\"text-decoration:underline\">b</span><i><span st yle=\"text-decoration:underline\">ar</span>ba</i>z</s>" but got "<s>foo<span sty le=\"text-decoration-line:underline\">b</span><i><span style=\"text-decoration-l ine:underline\">ar</span>ba</i>z</s>"
949 PASS [["stylewithcss","true"],["underline",""]] "<s>foo[b<i>ar]ba</i>z</s>" quer yCommandIndeterm("stylewithcss") before
950 PASS [["stylewithcss","true"],["underline",""]] "<s>foo[b<i>ar]ba</i>z</s>" quer yCommandState("stylewithcss") before
951 FAIL [["stylewithcss","true"],["underline",""]] "<s>foo[b<i>ar]ba</i>z</s>" quer yCommandValue("stylewithcss") before assert_equals: Wrong result returned expect ed "" but got "false"
952 PASS [["stylewithcss","true"],["underline",""]] "<s>foo[b<i>ar]ba</i>z</s>" quer yCommandIndeterm("stylewithcss") after
953 PASS [["stylewithcss","true"],["underline",""]] "<s>foo[b<i>ar]ba</i>z</s>" quer yCommandState("stylewithcss") after
954 FAIL [["stylewithcss","true"],["underline",""]] "<s>foo[b<i>ar]ba</i>z</s>" quer yCommandValue("stylewithcss") after assert_equals: Wrong result returned expecte d "" but got "true"
955 PASS [["stylewithcss","true"],["underline",""]] "<s>foo[b<i>ar]ba</i>z</s>" quer yCommandIndeterm("underline") before
956 PASS [["stylewithcss","true"],["underline",""]] "<s>foo[b<i>ar]ba</i>z</s>" quer yCommandState("underline") before
957 FAIL [["stylewithcss","true"],["underline",""]] "<s>foo[b<i>ar]ba</i>z</s>" quer yCommandValue("underline") before assert_equals: Wrong result returned expected "" but got "false"
958 PASS [["stylewithcss","true"],["underline",""]] "<s>foo[b<i>ar]ba</i>z</s>" quer yCommandIndeterm("underline") after
959 PASS [["stylewithcss","true"],["underline",""]] "<s>foo[b<i>ar]ba</i>z</s>" quer yCommandState("underline") after
960 FAIL [["stylewithcss","true"],["underline",""]] "<s>foo[b<i>ar]ba</i>z</s>" quer yCommandValue("underline") after assert_equals: Wrong result returned expected " " but got "true"
961 PASS [["stylewithcss","false"],["underline",""]] "<s>foo[b<i>ar]ba</i>z</s>": ex ecCommand("stylewithcss", false, "false") return value
962 PASS [["stylewithcss","false"],["underline",""]] "<s>foo[b<i>ar]ba</i>z</s>": ex ecCommand("underline", false, "") return value
963 PASS [["stylewithcss","false"],["underline",""]] "<s>foo[b<i>ar]ba</i>z</s>" che cks for modifications to non-editable content
964 PASS [["stylewithcss","false"],["underline",""]] "<s>foo[b<i>ar]ba</i>z</s>" com pare innerHTML
965 PASS [["stylewithcss","false"],["underline",""]] "<s>foo[b<i>ar]ba</i>z</s>" que ryCommandIndeterm("stylewithcss") before
966 PASS [["stylewithcss","false"],["underline",""]] "<s>foo[b<i>ar]ba</i>z</s>" que ryCommandState("stylewithcss") before
967 FAIL [["stylewithcss","false"],["underline",""]] "<s>foo[b<i>ar]ba</i>z</s>" que ryCommandValue("stylewithcss") before assert_equals: Wrong result returned expec ted "" but got "true"
968 PASS [["stylewithcss","false"],["underline",""]] "<s>foo[b<i>ar]ba</i>z</s>" que ryCommandIndeterm("stylewithcss") after
969 PASS [["stylewithcss","false"],["underline",""]] "<s>foo[b<i>ar]ba</i>z</s>" que ryCommandState("stylewithcss") after
970 FAIL [["stylewithcss","false"],["underline",""]] "<s>foo[b<i>ar]ba</i>z</s>" que ryCommandValue("stylewithcss") after assert_equals: Wrong result returned expect ed "" but got "false"
971 PASS [["stylewithcss","false"],["underline",""]] "<s>foo[b<i>ar]ba</i>z</s>" que ryCommandIndeterm("underline") before
972 PASS [["stylewithcss","false"],["underline",""]] "<s>foo[b<i>ar]ba</i>z</s>" que ryCommandState("underline") before
973 FAIL [["stylewithcss","false"],["underline",""]] "<s>foo[b<i>ar]ba</i>z</s>" que ryCommandValue("underline") before assert_equals: Wrong result returned expected "" but got "false"
974 PASS [["stylewithcss","false"],["underline",""]] "<s>foo[b<i>ar]ba</i>z</s>" que ryCommandIndeterm("underline") after
975 PASS [["stylewithcss","false"],["underline",""]] "<s>foo[b<i>ar]ba</i>z</s>" que ryCommandState("underline") after
976 FAIL [["stylewithcss","false"],["underline",""]] "<s>foo[b<i>ar]ba</i>z</s>" que ryCommandValue("underline") after assert_equals: Wrong result returned expected "" but got "true"
977 PASS [["stylewithcss","true"],["underline",""]] "<p style=\"text-decoration: lin e-through\">foo[bar]baz</p>": execCommand("stylewithcss", false, "true") return value
978 PASS [["stylewithcss","true"],["underline",""]] "<p style=\"text-decoration: lin e-through\">foo[bar]baz</p>": execCommand("underline", false, "") return value
979 PASS [["stylewithcss","true"],["underline",""]] "<p style=\"text-decoration: lin e-through\">foo[bar]baz</p>" checks for modifications to non-editable content
980 FAIL [["stylewithcss","true"],["underline",""]] "<p style=\"text-decoration: lin e-through\">foo[bar]baz</p>" compare innerHTML assert_equals: Unexpected innerHT ML (after normalizing inline style) expected "<p style=\"text-decoration:line-th rough\">foo<span style=\"text-decoration:underline\">bar</span>baz</p>" but got "<p><span style=\"text-decoration-line:line-through\">foo</span><span style=\"te xt-decoration-line:line-through underline\">bar</span><span style=\"text-decorat ion-line:line-through\">baz</span></p>"
981 PASS [["stylewithcss","true"],["underline",""]] "<p style=\"text-decoration: lin e-through\">foo[bar]baz</p>" queryCommandIndeterm("stylewithcss") before
982 PASS [["stylewithcss","true"],["underline",""]] "<p style=\"text-decoration: lin e-through\">foo[bar]baz</p>" queryCommandState("stylewithcss") before
983 FAIL [["stylewithcss","true"],["underline",""]] "<p style=\"text-decoration: lin e-through\">foo[bar]baz</p>" queryCommandValue("stylewithcss") before assert_equ als: Wrong result returned expected "" but got "false"
984 PASS [["stylewithcss","true"],["underline",""]] "<p style=\"text-decoration: lin e-through\">foo[bar]baz</p>" queryCommandIndeterm("stylewithcss") after
985 PASS [["stylewithcss","true"],["underline",""]] "<p style=\"text-decoration: lin e-through\">foo[bar]baz</p>" queryCommandState("stylewithcss") after
986 FAIL [["stylewithcss","true"],["underline",""]] "<p style=\"text-decoration: lin e-through\">foo[bar]baz</p>" queryCommandValue("stylewithcss") after assert_equa ls: Wrong result returned expected "" but got "true"
987 PASS [["stylewithcss","true"],["underline",""]] "<p style=\"text-decoration: lin e-through\">foo[bar]baz</p>" queryCommandIndeterm("underline") before
988 PASS [["stylewithcss","true"],["underline",""]] "<p style=\"text-decoration: lin e-through\">foo[bar]baz</p>" queryCommandState("underline") before
989 FAIL [["stylewithcss","true"],["underline",""]] "<p style=\"text-decoration: lin e-through\">foo[bar]baz</p>" queryCommandValue("underline") before assert_equals : Wrong result returned expected "" but got "false"
990 PASS [["stylewithcss","true"],["underline",""]] "<p style=\"text-decoration: lin e-through\">foo[bar]baz</p>" queryCommandIndeterm("underline") after
991 PASS [["stylewithcss","true"],["underline",""]] "<p style=\"text-decoration: lin e-through\">foo[bar]baz</p>" queryCommandState("underline") after
992 FAIL [["stylewithcss","true"],["underline",""]] "<p style=\"text-decoration: lin e-through\">foo[bar]baz</p>" queryCommandValue("underline") after assert_equals: Wrong result returned expected "" but got "true"
993 PASS [["stylewithcss","false"],["underline",""]] "<p style=\"text-decoration: li ne-through\">foo[bar]baz</p>": execCommand("stylewithcss", false, "false") retur n value
994 PASS [["stylewithcss","false"],["underline",""]] "<p style=\"text-decoration: li ne-through\">foo[bar]baz</p>": execCommand("underline", false, "") return value
995 PASS [["stylewithcss","false"],["underline",""]] "<p style=\"text-decoration: li ne-through\">foo[bar]baz</p>" checks for modifications to non-editable content
996 FAIL [["stylewithcss","false"],["underline",""]] "<p style=\"text-decoration: li ne-through\">foo[bar]baz</p>" compare innerHTML assert_equals: Unexpected innerH TML (after normalizing inline style) expected "<p style=\"text-decoration:line-t hrough\">foo<u>bar</u>baz</p>" but got "<p><span style=\"text-decoration-line:li ne-through\">foo</span><u><strike>bar</strike></u><strike>baz</strike></p>"
997 PASS [["stylewithcss","false"],["underline",""]] "<p style=\"text-decoration: li ne-through\">foo[bar]baz</p>" queryCommandIndeterm("stylewithcss") before
998 PASS [["stylewithcss","false"],["underline",""]] "<p style=\"text-decoration: li ne-through\">foo[bar]baz</p>" queryCommandState("stylewithcss") before
999 FAIL [["stylewithcss","false"],["underline",""]] "<p style=\"text-decoration: li ne-through\">foo[bar]baz</p>" queryCommandValue("stylewithcss") before assert_eq uals: Wrong result returned expected "" but got "true"
1000 PASS [["stylewithcss","false"],["underline",""]] "<p style=\"text-decoration: li ne-through\">foo[bar]baz</p>" queryCommandIndeterm("stylewithcss") after
1001 PASS [["stylewithcss","false"],["underline",""]] "<p style=\"text-decoration: li ne-through\">foo[bar]baz</p>" queryCommandState("stylewithcss") after
1002 FAIL [["stylewithcss","false"],["underline",""]] "<p style=\"text-decoration: li ne-through\">foo[bar]baz</p>" queryCommandValue("stylewithcss") after assert_equ als: Wrong result returned expected "" but got "false"
1003 PASS [["stylewithcss","false"],["underline",""]] "<p style=\"text-decoration: li ne-through\">foo[bar]baz</p>" queryCommandIndeterm("underline") before
1004 PASS [["stylewithcss","false"],["underline",""]] "<p style=\"text-decoration: li ne-through\">foo[bar]baz</p>" queryCommandState("underline") before
1005 FAIL [["stylewithcss","false"],["underline",""]] "<p style=\"text-decoration: li ne-through\">foo[bar]baz</p>" queryCommandValue("underline") before assert_equal s: Wrong result returned expected "" but got "false"
1006 PASS [["stylewithcss","false"],["underline",""]] "<p style=\"text-decoration: li ne-through\">foo[bar]baz</p>" queryCommandIndeterm("underline") after
1007 PASS [["stylewithcss","false"],["underline",""]] "<p style=\"text-decoration: li ne-through\">foo[bar]baz</p>" queryCommandState("underline") after
1008 FAIL [["stylewithcss","false"],["underline",""]] "<p style=\"text-decoration: li ne-through\">foo[bar]baz</p>" queryCommandValue("underline") after assert_equals : Wrong result returned expected "" but got "true"
1009 PASS [["stylewithcss","true"],["underline",""]] "foo<strike>[bar]</strike>baz": execCommand("stylewithcss", false, "true") return value
1010 PASS [["stylewithcss","true"],["underline",""]] "foo<strike>[bar]</strike>baz": execCommand("underline", false, "") return value
1011 PASS [["stylewithcss","true"],["underline",""]] "foo<strike>[bar]</strike>baz" c hecks for modifications to non-editable content
1012 FAIL [["stylewithcss","true"],["underline",""]] "foo<strike>[bar]</strike>baz" c ompare innerHTML assert_equals: Unexpected innerHTML (after normalizing inline s tyle) expected "foo<span style=\"text-decoration:underline\"><strike>bar</strike ></span>baz" but got "foo<span style=\"text-decoration-line:line-through underli ne\">bar</span>baz"
1013 PASS [["stylewithcss","true"],["underline",""]] "foo<strike>[bar]</strike>baz" q ueryCommandIndeterm("stylewithcss") before
1014 PASS [["stylewithcss","true"],["underline",""]] "foo<strike>[bar]</strike>baz" q ueryCommandState("stylewithcss") before
1015 FAIL [["stylewithcss","true"],["underline",""]] "foo<strike>[bar]</strike>baz" q ueryCommandValue("stylewithcss") before assert_equals: Wrong result returned exp ected "" but got "false"
1016 PASS [["stylewithcss","true"],["underline",""]] "foo<strike>[bar]</strike>baz" q ueryCommandIndeterm("stylewithcss") after
1017 PASS [["stylewithcss","true"],["underline",""]] "foo<strike>[bar]</strike>baz" q ueryCommandState("stylewithcss") after
1018 FAIL [["stylewithcss","true"],["underline",""]] "foo<strike>[bar]</strike>baz" q ueryCommandValue("stylewithcss") after assert_equals: Wrong result returned expe cted "" but got "true"
1019 PASS [["stylewithcss","true"],["underline",""]] "foo<strike>[bar]</strike>baz" q ueryCommandIndeterm("underline") before
1020 PASS [["stylewithcss","true"],["underline",""]] "foo<strike>[bar]</strike>baz" q ueryCommandState("underline") before
1021 FAIL [["stylewithcss","true"],["underline",""]] "foo<strike>[bar]</strike>baz" q ueryCommandValue("underline") before assert_equals: Wrong result returned expect ed "" but got "false"
1022 PASS [["stylewithcss","true"],["underline",""]] "foo<strike>[bar]</strike>baz" q ueryCommandIndeterm("underline") after
1023 PASS [["stylewithcss","true"],["underline",""]] "foo<strike>[bar]</strike>baz" q ueryCommandState("underline") after
1024 FAIL [["stylewithcss","true"],["underline",""]] "foo<strike>[bar]</strike>baz" q ueryCommandValue("underline") after assert_equals: Wrong result returned expecte d "" but got "true"
1025 PASS [["stylewithcss","false"],["underline",""]] "foo<strike>[bar]</strike>baz": execCommand("stylewithcss", false, "false") return value
1026 PASS [["stylewithcss","false"],["underline",""]] "foo<strike>[bar]</strike>baz": execCommand("underline", false, "") return value
1027 PASS [["stylewithcss","false"],["underline",""]] "foo<strike>[bar]</strike>baz" checks for modifications to non-editable content
1028 PASS [["stylewithcss","false"],["underline",""]] "foo<strike>[bar]</strike>baz" compare innerHTML
1029 PASS [["stylewithcss","false"],["underline",""]] "foo<strike>[bar]</strike>baz" queryCommandIndeterm("stylewithcss") before
1030 PASS [["stylewithcss","false"],["underline",""]] "foo<strike>[bar]</strike>baz" queryCommandState("stylewithcss") before
1031 FAIL [["stylewithcss","false"],["underline",""]] "foo<strike>[bar]</strike>baz" queryCommandValue("stylewithcss") before assert_equals: Wrong result returned ex pected "" but got "true"
1032 PASS [["stylewithcss","false"],["underline",""]] "foo<strike>[bar]</strike>baz" queryCommandIndeterm("stylewithcss") after
1033 PASS [["stylewithcss","false"],["underline",""]] "foo<strike>[bar]</strike>baz" queryCommandState("stylewithcss") after
1034 FAIL [["stylewithcss","false"],["underline",""]] "foo<strike>[bar]</strike>baz" queryCommandValue("stylewithcss") after assert_equals: Wrong result returned exp ected "" but got "false"
1035 PASS [["stylewithcss","false"],["underline",""]] "foo<strike>[bar]</strike>baz" queryCommandIndeterm("underline") before
1036 PASS [["stylewithcss","false"],["underline",""]] "foo<strike>[bar]</strike>baz" queryCommandState("underline") before
1037 FAIL [["stylewithcss","false"],["underline",""]] "foo<strike>[bar]</strike>baz" queryCommandValue("underline") before assert_equals: Wrong result returned expec ted "" but got "false"
1038 PASS [["stylewithcss","false"],["underline",""]] "foo<strike>[bar]</strike>baz" queryCommandIndeterm("underline") after
1039 PASS [["stylewithcss","false"],["underline",""]] "foo<strike>[bar]</strike>baz" queryCommandState("underline") after
1040 FAIL [["stylewithcss","false"],["underline",""]] "foo<strike>[bar]</strike>baz" queryCommandValue("underline") after assert_equals: Wrong result returned expect ed "" but got "true"
1041 PASS [["stylewithcss","true"],["underline",""]] "<strike>foo[bar]baz</strike>": execCommand("stylewithcss", false, "true") return value
1042 PASS [["stylewithcss","true"],["underline",""]] "<strike>foo[bar]baz</strike>": execCommand("underline", false, "") return value
1043 PASS [["stylewithcss","true"],["underline",""]] "<strike>foo[bar]baz</strike>" c hecks for modifications to non-editable content
1044 FAIL [["stylewithcss","true"],["underline",""]] "<strike>foo[bar]baz</strike>" c ompare innerHTML assert_equals: Unexpected innerHTML (after normalizing inline s tyle) expected "<strike>foo<span style=\"text-decoration:underline\">bar</span>b az</strike>" but got "<strike>foo<span style=\"text-decoration-line:underline\"> bar</span>baz</strike>"
1045 PASS [["stylewithcss","true"],["underline",""]] "<strike>foo[bar]baz</strike>" q ueryCommandIndeterm("stylewithcss") before
1046 PASS [["stylewithcss","true"],["underline",""]] "<strike>foo[bar]baz</strike>" q ueryCommandState("stylewithcss") before
1047 FAIL [["stylewithcss","true"],["underline",""]] "<strike>foo[bar]baz</strike>" q ueryCommandValue("stylewithcss") before assert_equals: Wrong result returned exp ected "" but got "false"
1048 PASS [["stylewithcss","true"],["underline",""]] "<strike>foo[bar]baz</strike>" q ueryCommandIndeterm("stylewithcss") after
1049 PASS [["stylewithcss","true"],["underline",""]] "<strike>foo[bar]baz</strike>" q ueryCommandState("stylewithcss") after
1050 FAIL [["stylewithcss","true"],["underline",""]] "<strike>foo[bar]baz</strike>" q ueryCommandValue("stylewithcss") after assert_equals: Wrong result returned expe cted "" but got "true"
1051 PASS [["stylewithcss","true"],["underline",""]] "<strike>foo[bar]baz</strike>" q ueryCommandIndeterm("underline") before
1052 PASS [["stylewithcss","true"],["underline",""]] "<strike>foo[bar]baz</strike>" q ueryCommandState("underline") before
1053 FAIL [["stylewithcss","true"],["underline",""]] "<strike>foo[bar]baz</strike>" q ueryCommandValue("underline") before assert_equals: Wrong result returned expect ed "" but got "false"
1054 PASS [["stylewithcss","true"],["underline",""]] "<strike>foo[bar]baz</strike>" q ueryCommandIndeterm("underline") after
1055 PASS [["stylewithcss","true"],["underline",""]] "<strike>foo[bar]baz</strike>" q ueryCommandState("underline") after
1056 FAIL [["stylewithcss","true"],["underline",""]] "<strike>foo[bar]baz</strike>" q ueryCommandValue("underline") after assert_equals: Wrong result returned expecte d "" but got "true"
1057 PASS [["stylewithcss","false"],["underline",""]] "<strike>foo[bar]baz</strike>": execCommand("stylewithcss", false, "false") return value
1058 PASS [["stylewithcss","false"],["underline",""]] "<strike>foo[bar]baz</strike>": execCommand("underline", false, "") return value
1059 PASS [["stylewithcss","false"],["underline",""]] "<strike>foo[bar]baz</strike>" checks for modifications to non-editable content
1060 PASS [["stylewithcss","false"],["underline",""]] "<strike>foo[bar]baz</strike>" compare innerHTML
1061 PASS [["stylewithcss","false"],["underline",""]] "<strike>foo[bar]baz</strike>" queryCommandIndeterm("stylewithcss") before
1062 PASS [["stylewithcss","false"],["underline",""]] "<strike>foo[bar]baz</strike>" queryCommandState("stylewithcss") before
1063 FAIL [["stylewithcss","false"],["underline",""]] "<strike>foo[bar]baz</strike>" queryCommandValue("stylewithcss") before assert_equals: Wrong result returned ex pected "" but got "true"
1064 PASS [["stylewithcss","false"],["underline",""]] "<strike>foo[bar]baz</strike>" queryCommandIndeterm("stylewithcss") after
1065 PASS [["stylewithcss","false"],["underline",""]] "<strike>foo[bar]baz</strike>" queryCommandState("stylewithcss") after
1066 FAIL [["stylewithcss","false"],["underline",""]] "<strike>foo[bar]baz</strike>" queryCommandValue("stylewithcss") after assert_equals: Wrong result returned exp ected "" but got "false"
1067 PASS [["stylewithcss","false"],["underline",""]] "<strike>foo[bar]baz</strike>" queryCommandIndeterm("underline") before
1068 PASS [["stylewithcss","false"],["underline",""]] "<strike>foo[bar]baz</strike>" queryCommandState("underline") before
1069 FAIL [["stylewithcss","false"],["underline",""]] "<strike>foo[bar]baz</strike>" queryCommandValue("underline") before assert_equals: Wrong result returned expec ted "" but got "false"
1070 PASS [["stylewithcss","false"],["underline",""]] "<strike>foo[bar]baz</strike>" queryCommandIndeterm("underline") after
1071 PASS [["stylewithcss","false"],["underline",""]] "<strike>foo[bar]baz</strike>" queryCommandState("underline") after
1072 FAIL [["stylewithcss","false"],["underline",""]] "<strike>foo[bar]baz</strike>" queryCommandValue("underline") after assert_equals: Wrong result returned expect ed "" but got "true"
1073 PASS [["stylewithcss","true"],["underline",""]] "<strike>foo[b<span style=\"colo r:blue\">ar]ba</span>z</strike>": execCommand("stylewithcss", false, "true") ret urn value
1074 PASS [["stylewithcss","true"],["underline",""]] "<strike>foo[b<span style=\"colo r:blue\">ar]ba</span>z</strike>": execCommand("underline", false, "") return val ue
1075 PASS [["stylewithcss","true"],["underline",""]] "<strike>foo[b<span style=\"colo r:blue\">ar]ba</span>z</strike>" checks for modifications to non-editable conten t
1076 FAIL [["stylewithcss","true"],["underline",""]] "<strike>foo[b<span style=\"colo r:blue\">ar]ba</span>z</strike>" compare innerHTML assert_equals: Unexpected inn erHTML (after normalizing inline style) expected "<strike>foo<span style=\"text- decoration:underline\">b</span><span style=\"color:rgb(0, 0, 255)\"><span style= \"text-decoration:underline\">ar</span>ba</span>z</strike>" but got "<strike>foo <span style=\"text-decoration-line:underline\">b</span><span style=\"color:rgb(0 , 0, 255)\"><span style=\"text-decoration-line:underline\">ar</span>ba</span>z</ strike>"
1077 PASS [["stylewithcss","true"],["underline",""]] "<strike>foo[b<span style=\"colo r:blue\">ar]ba</span>z</strike>" queryCommandIndeterm("stylewithcss") before
1078 PASS [["stylewithcss","true"],["underline",""]] "<strike>foo[b<span style=\"colo r:blue\">ar]ba</span>z</strike>" queryCommandState("stylewithcss") before
1079 FAIL [["stylewithcss","true"],["underline",""]] "<strike>foo[b<span style=\"colo r:blue\">ar]ba</span>z</strike>" queryCommandValue("stylewithcss") before assert _equals: Wrong result returned expected "" but got "false"
1080 PASS [["stylewithcss","true"],["underline",""]] "<strike>foo[b<span style=\"colo r:blue\">ar]ba</span>z</strike>" queryCommandIndeterm("stylewithcss") after
1081 PASS [["stylewithcss","true"],["underline",""]] "<strike>foo[b<span style=\"colo r:blue\">ar]ba</span>z</strike>" queryCommandState("stylewithcss") after
1082 FAIL [["stylewithcss","true"],["underline",""]] "<strike>foo[b<span style=\"colo r:blue\">ar]ba</span>z</strike>" queryCommandValue("stylewithcss") after assert_ equals: Wrong result returned expected "" but got "true"
1083 PASS [["stylewithcss","true"],["underline",""]] "<strike>foo[b<span style=\"colo r:blue\">ar]ba</span>z</strike>" queryCommandIndeterm("underline") before
1084 PASS [["stylewithcss","true"],["underline",""]] "<strike>foo[b<span style=\"colo r:blue\">ar]ba</span>z</strike>" queryCommandState("underline") before
1085 FAIL [["stylewithcss","true"],["underline",""]] "<strike>foo[b<span style=\"colo r:blue\">ar]ba</span>z</strike>" queryCommandValue("underline") before assert_eq uals: Wrong result returned expected "" but got "false"
1086 PASS [["stylewithcss","true"],["underline",""]] "<strike>foo[b<span style=\"colo r:blue\">ar]ba</span>z</strike>" queryCommandIndeterm("underline") after
1087 PASS [["stylewithcss","true"],["underline",""]] "<strike>foo[b<span style=\"colo r:blue\">ar]ba</span>z</strike>" queryCommandState("underline") after
1088 FAIL [["stylewithcss","true"],["underline",""]] "<strike>foo[b<span style=\"colo r:blue\">ar]ba</span>z</strike>" queryCommandValue("underline") after assert_equ als: Wrong result returned expected "" but got "true"
1089 PASS [["stylewithcss","false"],["underline",""]] "<strike>foo[b<span style=\"col or:blue\">ar]ba</span>z</strike>": execCommand("stylewithcss", false, "false") r eturn value
1090 PASS [["stylewithcss","false"],["underline",""]] "<strike>foo[b<span style=\"col or:blue\">ar]ba</span>z</strike>": execCommand("underline", false, "") return va lue
1091 PASS [["stylewithcss","false"],["underline",""]] "<strike>foo[b<span style=\"col or:blue\">ar]ba</span>z</strike>" checks for modifications to non-editable conte nt
1092 PASS [["stylewithcss","false"],["underline",""]] "<strike>foo[b<span style=\"col or:blue\">ar]ba</span>z</strike>" compare innerHTML
1093 PASS [["stylewithcss","false"],["underline",""]] "<strike>foo[b<span style=\"col or:blue\">ar]ba</span>z</strike>" queryCommandIndeterm("stylewithcss") before
1094 PASS [["stylewithcss","false"],["underline",""]] "<strike>foo[b<span style=\"col or:blue\">ar]ba</span>z</strike>" queryCommandState("stylewithcss") before
1095 FAIL [["stylewithcss","false"],["underline",""]] "<strike>foo[b<span style=\"col or:blue\">ar]ba</span>z</strike>" queryCommandValue("stylewithcss") before asser t_equals: Wrong result returned expected "" but got "true"
1096 PASS [["stylewithcss","false"],["underline",""]] "<strike>foo[b<span style=\"col or:blue\">ar]ba</span>z</strike>" queryCommandIndeterm("stylewithcss") after
1097 PASS [["stylewithcss","false"],["underline",""]] "<strike>foo[b<span style=\"col or:blue\">ar]ba</span>z</strike>" queryCommandState("stylewithcss") after
1098 FAIL [["stylewithcss","false"],["underline",""]] "<strike>foo[b<span style=\"col or:blue\">ar]ba</span>z</strike>" queryCommandValue("stylewithcss") after assert _equals: Wrong result returned expected "" but got "false"
1099 PASS [["stylewithcss","false"],["underline",""]] "<strike>foo[b<span style=\"col or:blue\">ar]ba</span>z</strike>" queryCommandIndeterm("underline") before
1100 PASS [["stylewithcss","false"],["underline",""]] "<strike>foo[b<span style=\"col or:blue\">ar]ba</span>z</strike>" queryCommandState("underline") before
1101 FAIL [["stylewithcss","false"],["underline",""]] "<strike>foo[b<span style=\"col or:blue\">ar]ba</span>z</strike>" queryCommandValue("underline") before assert_e quals: Wrong result returned expected "" but got "false"
1102 PASS [["stylewithcss","false"],["underline",""]] "<strike>foo[b<span style=\"col or:blue\">ar]ba</span>z</strike>" queryCommandIndeterm("underline") after
1103 PASS [["stylewithcss","false"],["underline",""]] "<strike>foo[b<span style=\"col or:blue\">ar]ba</span>z</strike>" queryCommandState("underline") after
1104 FAIL [["stylewithcss","false"],["underline",""]] "<strike>foo[b<span style=\"col or:blue\">ar]ba</span>z</strike>" queryCommandValue("underline") after assert_eq uals: Wrong result returned expected "" but got "true"
1105 PASS [["stylewithcss","true"],["underline",""]] "<strike>foo[b<span style=\"colo r:blue\" id=foo>ar]ba</span>z</strike>": execCommand("stylewithcss", false, "tru e") return value
1106 PASS [["stylewithcss","true"],["underline",""]] "<strike>foo[b<span style=\"colo r:blue\" id=foo>ar]ba</span>z</strike>": execCommand("underline", false, "") ret urn value
1107 PASS [["stylewithcss","true"],["underline",""]] "<strike>foo[b<span style=\"colo r:blue\" id=foo>ar]ba</span>z</strike>" checks for modifications to non-editable content
1108 FAIL [["stylewithcss","true"],["underline",""]] "<strike>foo[b<span style=\"colo r:blue\" id=foo>ar]ba</span>z</strike>" compare innerHTML assert_equals: Unexpec ted innerHTML (after normalizing inline style) expected "<strike>foo<span style= \"text-decoration:underline\">b</span><span style=\"color:rgb(0, 0, 255)\" id=\" foo\"><span style=\"text-decoration:underline\">ar</span>ba</span>z</strike>" bu t got "<strike>foo<span style=\"text-decoration-line:underline\">b</span><span s tyle=\"color:rgb(0, 0, 255)\" id=\"foo\"><span style=\"text-decoration-line:unde rline\">ar</span>ba</span>z</strike>"
1109 PASS [["stylewithcss","true"],["underline",""]] "<strike>foo[b<span style=\"colo r:blue\" id=foo>ar]ba</span>z</strike>" queryCommandIndeterm("stylewithcss") bef ore
1110 PASS [["stylewithcss","true"],["underline",""]] "<strike>foo[b<span style=\"colo r:blue\" id=foo>ar]ba</span>z</strike>" queryCommandState("stylewithcss") before
1111 FAIL [["stylewithcss","true"],["underline",""]] "<strike>foo[b<span style=\"colo r:blue\" id=foo>ar]ba</span>z</strike>" queryCommandValue("stylewithcss") before assert_equals: Wrong result returned expected "" but got "false"
1112 PASS [["stylewithcss","true"],["underline",""]] "<strike>foo[b<span style=\"colo r:blue\" id=foo>ar]ba</span>z</strike>" queryCommandIndeterm("stylewithcss") aft er
1113 PASS [["stylewithcss","true"],["underline",""]] "<strike>foo[b<span style=\"colo r:blue\" id=foo>ar]ba</span>z</strike>" queryCommandState("stylewithcss") after
1114 FAIL [["stylewithcss","true"],["underline",""]] "<strike>foo[b<span style=\"colo r:blue\" id=foo>ar]ba</span>z</strike>" queryCommandValue("stylewithcss") after assert_equals: Wrong result returned expected "" but got "true"
1115 PASS [["stylewithcss","true"],["underline",""]] "<strike>foo[b<span style=\"colo r:blue\" id=foo>ar]ba</span>z</strike>" queryCommandIndeterm("underline") before
1116 PASS [["stylewithcss","true"],["underline",""]] "<strike>foo[b<span style=\"colo r:blue\" id=foo>ar]ba</span>z</strike>" queryCommandState("underline") before
1117 FAIL [["stylewithcss","true"],["underline",""]] "<strike>foo[b<span style=\"colo r:blue\" id=foo>ar]ba</span>z</strike>" queryCommandValue("underline") before as sert_equals: Wrong result returned expected "" but got "false"
1118 PASS [["stylewithcss","true"],["underline",""]] "<strike>foo[b<span style=\"colo r:blue\" id=foo>ar]ba</span>z</strike>" queryCommandIndeterm("underline") after
1119 PASS [["stylewithcss","true"],["underline",""]] "<strike>foo[b<span style=\"colo r:blue\" id=foo>ar]ba</span>z</strike>" queryCommandState("underline") after
1120 FAIL [["stylewithcss","true"],["underline",""]] "<strike>foo[b<span style=\"colo r:blue\" id=foo>ar]ba</span>z</strike>" queryCommandValue("underline") after ass ert_equals: Wrong result returned expected "" but got "true"
1121 PASS [["stylewithcss","false"],["underline",""]] "<strike>foo[b<span style=\"col or:blue\" id=foo>ar]ba</span>z</strike>": execCommand("stylewithcss", false, "fa lse") return value
1122 PASS [["stylewithcss","false"],["underline",""]] "<strike>foo[b<span style=\"col or:blue\" id=foo>ar]ba</span>z</strike>": execCommand("underline", false, "") re turn value
1123 PASS [["stylewithcss","false"],["underline",""]] "<strike>foo[b<span style=\"col or:blue\" id=foo>ar]ba</span>z</strike>" checks for modifications to non-editabl e content
1124 PASS [["stylewithcss","false"],["underline",""]] "<strike>foo[b<span style=\"col or:blue\" id=foo>ar]ba</span>z</strike>" compare innerHTML
1125 PASS [["stylewithcss","false"],["underline",""]] "<strike>foo[b<span style=\"col or:blue\" id=foo>ar]ba</span>z</strike>" queryCommandIndeterm("stylewithcss") be fore
1126 PASS [["stylewithcss","false"],["underline",""]] "<strike>foo[b<span style=\"col or:blue\" id=foo>ar]ba</span>z</strike>" queryCommandState("stylewithcss") befor e
1127 FAIL [["stylewithcss","false"],["underline",""]] "<strike>foo[b<span style=\"col or:blue\" id=foo>ar]ba</span>z</strike>" queryCommandValue("stylewithcss") befor e assert_equals: Wrong result returned expected "" but got "true"
1128 PASS [["stylewithcss","false"],["underline",""]] "<strike>foo[b<span style=\"col or:blue\" id=foo>ar]ba</span>z</strike>" queryCommandIndeterm("stylewithcss") af ter
1129 PASS [["stylewithcss","false"],["underline",""]] "<strike>foo[b<span style=\"col or:blue\" id=foo>ar]ba</span>z</strike>" queryCommandState("stylewithcss") after
1130 FAIL [["stylewithcss","false"],["underline",""]] "<strike>foo[b<span style=\"col or:blue\" id=foo>ar]ba</span>z</strike>" queryCommandValue("stylewithcss") after assert_equals: Wrong result returned expected "" but got "false"
1131 PASS [["stylewithcss","false"],["underline",""]] "<strike>foo[b<span style=\"col or:blue\" id=foo>ar]ba</span>z</strike>" queryCommandIndeterm("underline") befor e
1132 PASS [["stylewithcss","false"],["underline",""]] "<strike>foo[b<span style=\"col or:blue\" id=foo>ar]ba</span>z</strike>" queryCommandState("underline") before
1133 FAIL [["stylewithcss","false"],["underline",""]] "<strike>foo[b<span style=\"col or:blue\" id=foo>ar]ba</span>z</strike>" queryCommandValue("underline") before a ssert_equals: Wrong result returned expected "" but got "false"
1134 PASS [["stylewithcss","false"],["underline",""]] "<strike>foo[b<span style=\"col or:blue\" id=foo>ar]ba</span>z</strike>" queryCommandIndeterm("underline") after
1135 PASS [["stylewithcss","false"],["underline",""]] "<strike>foo[b<span style=\"col or:blue\" id=foo>ar]ba</span>z</strike>" queryCommandState("underline") after
1136 FAIL [["stylewithcss","false"],["underline",""]] "<strike>foo[b<span style=\"col or:blue\" id=foo>ar]ba</span>z</strike>" queryCommandValue("underline") after as sert_equals: Wrong result returned expected "" but got "true"
1137 PASS [["stylewithcss","true"],["underline",""]] "<strike>foo[b<span style=\"font -size:3em\">ar]ba</span>z</strike>": execCommand("stylewithcss", false, "true") return value
1138 PASS [["stylewithcss","true"],["underline",""]] "<strike>foo[b<span style=\"font -size:3em\">ar]ba</span>z</strike>": execCommand("underline", false, "") return value
1139 PASS [["stylewithcss","true"],["underline",""]] "<strike>foo[b<span style=\"font -size:3em\">ar]ba</span>z</strike>" checks for modifications to non-editable con tent
1140 FAIL [["stylewithcss","true"],["underline",""]] "<strike>foo[b<span style=\"font -size:3em\">ar]ba</span>z</strike>" compare innerHTML assert_equals: Unexpected innerHTML (after normalizing inline style) expected "<strike>foo<span style=\"te xt-decoration:underline\">b</span><span style=\"font-size:3em\"><span style=\"te xt-decoration:underline\">ar</span>ba</span>z</strike>" but got "<strike>foo<spa n style=\"text-decoration-line:underline\">b</span><span style=\"font-size:3em\" ><span style=\"text-decoration-line:underline\">ar</span>ba</span>z</strike>"
1141 PASS [["stylewithcss","true"],["underline",""]] "<strike>foo[b<span style=\"font -size:3em\">ar]ba</span>z</strike>" queryCommandIndeterm("stylewithcss") before
1142 PASS [["stylewithcss","true"],["underline",""]] "<strike>foo[b<span style=\"font -size:3em\">ar]ba</span>z</strike>" queryCommandState("stylewithcss") before
1143 FAIL [["stylewithcss","true"],["underline",""]] "<strike>foo[b<span style=\"font -size:3em\">ar]ba</span>z</strike>" queryCommandValue("stylewithcss") before ass ert_equals: Wrong result returned expected "" but got "false"
1144 PASS [["stylewithcss","true"],["underline",""]] "<strike>foo[b<span style=\"font -size:3em\">ar]ba</span>z</strike>" queryCommandIndeterm("stylewithcss") after
1145 PASS [["stylewithcss","true"],["underline",""]] "<strike>foo[b<span style=\"font -size:3em\">ar]ba</span>z</strike>" queryCommandState("stylewithcss") after
1146 FAIL [["stylewithcss","true"],["underline",""]] "<strike>foo[b<span style=\"font -size:3em\">ar]ba</span>z</strike>" queryCommandValue("stylewithcss") after asse rt_equals: Wrong result returned expected "" but got "true"
1147 PASS [["stylewithcss","true"],["underline",""]] "<strike>foo[b<span style=\"font -size:3em\">ar]ba</span>z</strike>" queryCommandIndeterm("underline") before
1148 PASS [["stylewithcss","true"],["underline",""]] "<strike>foo[b<span style=\"font -size:3em\">ar]ba</span>z</strike>" queryCommandState("underline") before
1149 FAIL [["stylewithcss","true"],["underline",""]] "<strike>foo[b<span style=\"font -size:3em\">ar]ba</span>z</strike>" queryCommandValue("underline") before assert _equals: Wrong result returned expected "" but got "false"
1150 PASS [["stylewithcss","true"],["underline",""]] "<strike>foo[b<span style=\"font -size:3em\">ar]ba</span>z</strike>" queryCommandIndeterm("underline") after
1151 PASS [["stylewithcss","true"],["underline",""]] "<strike>foo[b<span style=\"font -size:3em\">ar]ba</span>z</strike>" queryCommandState("underline") after
1152 FAIL [["stylewithcss","true"],["underline",""]] "<strike>foo[b<span style=\"font -size:3em\">ar]ba</span>z</strike>" queryCommandValue("underline") after assert_ equals: Wrong result returned expected "" but got "true"
1153 PASS [["stylewithcss","false"],["underline",""]] "<strike>foo[b<span style=\"fon t-size:3em\">ar]ba</span>z</strike>": execCommand("stylewithcss", false, "false" ) return value
1154 PASS [["stylewithcss","false"],["underline",""]] "<strike>foo[b<span style=\"fon t-size:3em\">ar]ba</span>z</strike>": execCommand("underline", false, "") return value
1155 PASS [["stylewithcss","false"],["underline",""]] "<strike>foo[b<span style=\"fon t-size:3em\">ar]ba</span>z</strike>" checks for modifications to non-editable co ntent
1156 PASS [["stylewithcss","false"],["underline",""]] "<strike>foo[b<span style=\"fon t-size:3em\">ar]ba</span>z</strike>" compare innerHTML
1157 PASS [["stylewithcss","false"],["underline",""]] "<strike>foo[b<span style=\"fon t-size:3em\">ar]ba</span>z</strike>" queryCommandIndeterm("stylewithcss") before
1158 PASS [["stylewithcss","false"],["underline",""]] "<strike>foo[b<span style=\"fon t-size:3em\">ar]ba</span>z</strike>" queryCommandState("stylewithcss") before
1159 FAIL [["stylewithcss","false"],["underline",""]] "<strike>foo[b<span style=\"fon t-size:3em\">ar]ba</span>z</strike>" queryCommandValue("stylewithcss") before as sert_equals: Wrong result returned expected "" but got "true"
1160 PASS [["stylewithcss","false"],["underline",""]] "<strike>foo[b<span style=\"fon t-size:3em\">ar]ba</span>z</strike>" queryCommandIndeterm("stylewithcss") after
1161 PASS [["stylewithcss","false"],["underline",""]] "<strike>foo[b<span style=\"fon t-size:3em\">ar]ba</span>z</strike>" queryCommandState("stylewithcss") after
1162 FAIL [["stylewithcss","false"],["underline",""]] "<strike>foo[b<span style=\"fon t-size:3em\">ar]ba</span>z</strike>" queryCommandValue("stylewithcss") after ass ert_equals: Wrong result returned expected "" but got "false"
1163 PASS [["stylewithcss","false"],["underline",""]] "<strike>foo[b<span style=\"fon t-size:3em\">ar]ba</span>z</strike>" queryCommandIndeterm("underline") before
1164 PASS [["stylewithcss","false"],["underline",""]] "<strike>foo[b<span style=\"fon t-size:3em\">ar]ba</span>z</strike>" queryCommandState("underline") before
1165 FAIL [["stylewithcss","false"],["underline",""]] "<strike>foo[b<span style=\"fon t-size:3em\">ar]ba</span>z</strike>" queryCommandValue("underline") before asser t_equals: Wrong result returned expected "" but got "false"
1166 PASS [["stylewithcss","false"],["underline",""]] "<strike>foo[b<span style=\"fon t-size:3em\">ar]ba</span>z</strike>" queryCommandIndeterm("underline") after
1167 PASS [["stylewithcss","false"],["underline",""]] "<strike>foo[b<span style=\"fon t-size:3em\">ar]ba</span>z</strike>" queryCommandState("underline") after
1168 FAIL [["stylewithcss","false"],["underline",""]] "<strike>foo[b<span style=\"fon t-size:3em\">ar]ba</span>z</strike>" queryCommandValue("underline") after assert _equals: Wrong result returned expected "" but got "true"
1169 PASS [["stylewithcss","true"],["underline",""]] "<strike>foo[b<i>ar]ba</i>z</str ike>": execCommand("stylewithcss", false, "true") return value
1170 PASS [["stylewithcss","true"],["underline",""]] "<strike>foo[b<i>ar]ba</i>z</str ike>": execCommand("underline", false, "") return value
1171 PASS [["stylewithcss","true"],["underline",""]] "<strike>foo[b<i>ar]ba</i>z</str ike>" checks for modifications to non-editable content
1172 FAIL [["stylewithcss","true"],["underline",""]] "<strike>foo[b<i>ar]ba</i>z</str ike>" compare innerHTML assert_equals: Unexpected innerHTML (after normalizing i nline style) expected "<strike>foo<span style=\"text-decoration:underline\">b</s pan><i><span style=\"text-decoration:underline\">ar</span>ba</i>z</strike>" but got "<strike>foo<span style=\"text-decoration-line:underline\">b</span><i><span style=\"text-decoration-line:underline\">ar</span>ba</i>z</strike>"
1173 PASS [["stylewithcss","true"],["underline",""]] "<strike>foo[b<i>ar]ba</i>z</str ike>" queryCommandIndeterm("stylewithcss") before
1174 PASS [["stylewithcss","true"],["underline",""]] "<strike>foo[b<i>ar]ba</i>z</str ike>" queryCommandState("stylewithcss") before
1175 FAIL [["stylewithcss","true"],["underline",""]] "<strike>foo[b<i>ar]ba</i>z</str ike>" queryCommandValue("stylewithcss") before assert_equals: Wrong result retur ned expected "" but got "false"
1176 PASS [["stylewithcss","true"],["underline",""]] "<strike>foo[b<i>ar]ba</i>z</str ike>" queryCommandIndeterm("stylewithcss") after
1177 PASS [["stylewithcss","true"],["underline",""]] "<strike>foo[b<i>ar]ba</i>z</str ike>" queryCommandState("stylewithcss") after
1178 FAIL [["stylewithcss","true"],["underline",""]] "<strike>foo[b<i>ar]ba</i>z</str ike>" queryCommandValue("stylewithcss") after assert_equals: Wrong result return ed expected "" but got "true"
1179 PASS [["stylewithcss","true"],["underline",""]] "<strike>foo[b<i>ar]ba</i>z</str ike>" queryCommandIndeterm("underline") before
1180 PASS [["stylewithcss","true"],["underline",""]] "<strike>foo[b<i>ar]ba</i>z</str ike>" queryCommandState("underline") before
1181 FAIL [["stylewithcss","true"],["underline",""]] "<strike>foo[b<i>ar]ba</i>z</str ike>" queryCommandValue("underline") before assert_equals: Wrong result returned expected "" but got "false"
1182 PASS [["stylewithcss","true"],["underline",""]] "<strike>foo[b<i>ar]ba</i>z</str ike>" queryCommandIndeterm("underline") after
1183 PASS [["stylewithcss","true"],["underline",""]] "<strike>foo[b<i>ar]ba</i>z</str ike>" queryCommandState("underline") after
1184 FAIL [["stylewithcss","true"],["underline",""]] "<strike>foo[b<i>ar]ba</i>z</str ike>" queryCommandValue("underline") after assert_equals: Wrong result returned expected "" but got "true"
1185 PASS [["stylewithcss","false"],["underline",""]] "<strike>foo[b<i>ar]ba</i>z</st rike>": execCommand("stylewithcss", false, "false") return value
1186 PASS [["stylewithcss","false"],["underline",""]] "<strike>foo[b<i>ar]ba</i>z</st rike>": execCommand("underline", false, "") return value
1187 PASS [["stylewithcss","false"],["underline",""]] "<strike>foo[b<i>ar]ba</i>z</st rike>" checks for modifications to non-editable content
1188 PASS [["stylewithcss","false"],["underline",""]] "<strike>foo[b<i>ar]ba</i>z</st rike>" compare innerHTML
1189 PASS [["stylewithcss","false"],["underline",""]] "<strike>foo[b<i>ar]ba</i>z</st rike>" queryCommandIndeterm("stylewithcss") before
1190 PASS [["stylewithcss","false"],["underline",""]] "<strike>foo[b<i>ar]ba</i>z</st rike>" queryCommandState("stylewithcss") before
1191 FAIL [["stylewithcss","false"],["underline",""]] "<strike>foo[b<i>ar]ba</i>z</st rike>" queryCommandValue("stylewithcss") before assert_equals: Wrong result retu rned expected "" but got "true"
1192 PASS [["stylewithcss","false"],["underline",""]] "<strike>foo[b<i>ar]ba</i>z</st rike>" queryCommandIndeterm("stylewithcss") after
1193 PASS [["stylewithcss","false"],["underline",""]] "<strike>foo[b<i>ar]ba</i>z</st rike>" queryCommandState("stylewithcss") after
1194 FAIL [["stylewithcss","false"],["underline",""]] "<strike>foo[b<i>ar]ba</i>z</st rike>" queryCommandValue("stylewithcss") after assert_equals: Wrong result retur ned expected "" but got "false"
1195 PASS [["stylewithcss","false"],["underline",""]] "<strike>foo[b<i>ar]ba</i>z</st rike>" queryCommandIndeterm("underline") before
1196 PASS [["stylewithcss","false"],["underline",""]] "<strike>foo[b<i>ar]ba</i>z</st rike>" queryCommandState("underline") before
1197 FAIL [["stylewithcss","false"],["underline",""]] "<strike>foo[b<i>ar]ba</i>z</st rike>" queryCommandValue("underline") before assert_equals: Wrong result returne d expected "" but got "false"
1198 PASS [["stylewithcss","false"],["underline",""]] "<strike>foo[b<i>ar]ba</i>z</st rike>" queryCommandIndeterm("underline") after
1199 PASS [["stylewithcss","false"],["underline",""]] "<strike>foo[b<i>ar]ba</i>z</st rike>" queryCommandState("underline") after
1200 FAIL [["stylewithcss","false"],["underline",""]] "<strike>foo[b<i>ar]ba</i>z</st rike>" queryCommandValue("underline") after assert_equals: Wrong result returned expected "" but got "true"
1201 PASS [["underline",""]] "foo<ins>[bar]</ins>baz": execCommand("underline", false , "") return value
1202 PASS [["underline",""]] "foo<ins>[bar]</ins>baz" checks for modifications to non -editable content
1203 PASS [["underline",""]] "foo<ins>[bar]</ins>baz" compare innerHTML
1204 PASS [["underline",""]] "foo<ins>[bar]</ins>baz" queryCommandIndeterm("underline ") before
1205 PASS [["underline",""]] "foo<ins>[bar]</ins>baz" queryCommandState("underline") before
1206 FAIL [["underline",""]] "foo<ins>[bar]</ins>baz" queryCommandValue("underline") before assert_equals: Wrong result returned expected "" but got "true"
1207 PASS [["underline",""]] "foo<ins>[bar]</ins>baz" queryCommandIndeterm("underline ") after
1208 PASS [["underline",""]] "foo<ins>[bar]</ins>baz" queryCommandState("underline") after
1209 FAIL [["underline",""]] "foo<ins>[bar]</ins>baz" queryCommandValue("underline") after assert_equals: Wrong result returned expected "" but got "true"
1210 PASS [["underline",""]] "<ins>foo[bar]baz</ins>": execCommand("underline", false , "") return value
1211 PASS [["underline",""]] "<ins>foo[bar]baz</ins>" checks for modifications to non -editable content
1212 PASS [["underline",""]] "<ins>foo[bar]baz</ins>" compare innerHTML
1213 PASS [["underline",""]] "<ins>foo[bar]baz</ins>" queryCommandIndeterm("underline ") before
1214 PASS [["underline",""]] "<ins>foo[bar]baz</ins>" queryCommandState("underline") before
1215 FAIL [["underline",""]] "<ins>foo[bar]baz</ins>" queryCommandValue("underline") before assert_equals: Wrong result returned expected "" but got "true"
1216 PASS [["underline",""]] "<ins>foo[bar]baz</ins>" queryCommandIndeterm("underline ") after
1217 PASS [["underline",""]] "<ins>foo[bar]baz</ins>" queryCommandState("underline") after
1218 FAIL [["underline",""]] "<ins>foo[bar]baz</ins>" queryCommandValue("underline") after assert_equals: Wrong result returned expected "" but got "true"
1219 PASS [["underline",""]] "<ins>foo[b<span style=\"color:blue\">ar]ba</span>z</ins >": execCommand("underline", false, "") return value
1220 PASS [["underline",""]] "<ins>foo[b<span style=\"color:blue\">ar]ba</span>z</ins >" checks for modifications to non-editable content
1221 PASS [["underline",""]] "<ins>foo[b<span style=\"color:blue\">ar]ba</span>z</ins >" compare innerHTML
1222 PASS [["underline",""]] "<ins>foo[b<span style=\"color:blue\">ar]ba</span>z</ins >" queryCommandIndeterm("underline") before
1223 PASS [["underline",""]] "<ins>foo[b<span style=\"color:blue\">ar]ba</span>z</ins >" queryCommandState("underline") before
1224 FAIL [["underline",""]] "<ins>foo[b<span style=\"color:blue\">ar]ba</span>z</ins >" queryCommandValue("underline") before assert_equals: Wrong result returned ex pected "" but got "true"
1225 PASS [["underline",""]] "<ins>foo[b<span style=\"color:blue\">ar]ba</span>z</ins >" queryCommandIndeterm("underline") after
1226 PASS [["underline",""]] "<ins>foo[b<span style=\"color:blue\">ar]ba</span>z</ins >" queryCommandState("underline") after
1227 FAIL [["underline",""]] "<ins>foo[b<span style=\"color:blue\">ar]ba</span>z</ins >" queryCommandValue("underline") after assert_equals: Wrong result returned exp ected "" but got "true"
1228 PASS [["underline",""]] "<ins>foo[b<span style=\"color:blue\" id=foo>ar]ba</span >z</ins>": execCommand("underline", false, "") return value
1229 PASS [["underline",""]] "<ins>foo[b<span style=\"color:blue\" id=foo>ar]ba</span >z</ins>" checks for modifications to non-editable content
1230 PASS [["underline",""]] "<ins>foo[b<span style=\"color:blue\" id=foo>ar]ba</span >z</ins>" compare innerHTML
1231 PASS [["underline",""]] "<ins>foo[b<span style=\"color:blue\" id=foo>ar]ba</span >z</ins>" queryCommandIndeterm("underline") before
1232 PASS [["underline",""]] "<ins>foo[b<span style=\"color:blue\" id=foo>ar]ba</span >z</ins>" queryCommandState("underline") before
1233 FAIL [["underline",""]] "<ins>foo[b<span style=\"color:blue\" id=foo>ar]ba</span >z</ins>" queryCommandValue("underline") before assert_equals: Wrong result retu rned expected "" but got "true"
1234 PASS [["underline",""]] "<ins>foo[b<span style=\"color:blue\" id=foo>ar]ba</span >z</ins>" queryCommandIndeterm("underline") after
1235 PASS [["underline",""]] "<ins>foo[b<span style=\"color:blue\" id=foo>ar]ba</span >z</ins>" queryCommandState("underline") after
1236 FAIL [["underline",""]] "<ins>foo[b<span style=\"color:blue\" id=foo>ar]ba</span >z</ins>" queryCommandValue("underline") after assert_equals: Wrong result retur ned expected "" but got "true"
1237 PASS [["underline",""]] "<ins>foo[b<span style=\"font-size:3em\">ar]ba</span>z</ ins>": execCommand("underline", false, "") return value
1238 PASS [["underline",""]] "<ins>foo[b<span style=\"font-size:3em\">ar]ba</span>z</ ins>" checks for modifications to non-editable content
1239 PASS [["underline",""]] "<ins>foo[b<span style=\"font-size:3em\">ar]ba</span>z</ ins>" compare innerHTML
1240 PASS [["underline",""]] "<ins>foo[b<span style=\"font-size:3em\">ar]ba</span>z</ ins>" queryCommandIndeterm("underline") before
1241 PASS [["underline",""]] "<ins>foo[b<span style=\"font-size:3em\">ar]ba</span>z</ ins>" queryCommandState("underline") before
1242 FAIL [["underline",""]] "<ins>foo[b<span style=\"font-size:3em\">ar]ba</span>z</ ins>" queryCommandValue("underline") before assert_equals: Wrong result returned expected "" but got "true"
1243 PASS [["underline",""]] "<ins>foo[b<span style=\"font-size:3em\">ar]ba</span>z</ ins>" queryCommandIndeterm("underline") after
1244 PASS [["underline",""]] "<ins>foo[b<span style=\"font-size:3em\">ar]ba</span>z</ ins>" queryCommandState("underline") after
1245 FAIL [["underline",""]] "<ins>foo[b<span style=\"font-size:3em\">ar]ba</span>z</ ins>" queryCommandValue("underline") after assert_equals: Wrong result returned expected "" but got "true"
1246 PASS [["underline",""]] "<ins>foo[b<i>ar]ba</i>z</ins>": execCommand("underline" , false, "") return value
1247 PASS [["underline",""]] "<ins>foo[b<i>ar]ba</i>z</ins>" checks for modifications to non-editable content
1248 PASS [["underline",""]] "<ins>foo[b<i>ar]ba</i>z</ins>" compare innerHTML
1249 PASS [["underline",""]] "<ins>foo[b<i>ar]ba</i>z</ins>" queryCommandIndeterm("un derline") before
1250 PASS [["underline",""]] "<ins>foo[b<i>ar]ba</i>z</ins>" queryCommandState("under line") before
1251 FAIL [["underline",""]] "<ins>foo[b<i>ar]ba</i>z</ins>" queryCommandValue("under line") before assert_equals: Wrong result returned expected "" but got "true"
1252 PASS [["underline",""]] "<ins>foo[b<i>ar]ba</i>z</ins>" queryCommandIndeterm("un derline") after
1253 PASS [["underline",""]] "<ins>foo[b<i>ar]ba</i>z</ins>" queryCommandState("under line") after
1254 FAIL [["underline",""]] "<ins>foo[b<i>ar]ba</i>z</ins>" queryCommandValue("under line") after assert_equals: Wrong result returned expected "" but got "true"
1255 PASS [["stylewithcss","true"],["underline",""]] "foo<del>[bar]</del>baz": execCo mmand("stylewithcss", false, "true") return value
1256 PASS [["stylewithcss","true"],["underline",""]] "foo<del>[bar]</del>baz": execCo mmand("underline", false, "") return value
1257 PASS [["stylewithcss","true"],["underline",""]] "foo<del>[bar]</del>baz" checks for modifications to non-editable content
1258 FAIL [["stylewithcss","true"],["underline",""]] "foo<del>[bar]</del>baz" compare innerHTML assert_equals: Unexpected innerHTML (after normalizing inline style) expected "foo<span style=\"text-decoration:underline\"><del>bar</del></span>baz" but got "foo<del style=\"text-decoration-line:underline\">bar</del>baz"
1259 PASS [["stylewithcss","true"],["underline",""]] "foo<del>[bar]</del>baz" queryCo mmandIndeterm("stylewithcss") before
1260 PASS [["stylewithcss","true"],["underline",""]] "foo<del>[bar]</del>baz" queryCo mmandState("stylewithcss") before
1261 FAIL [["stylewithcss","true"],["underline",""]] "foo<del>[bar]</del>baz" queryCo mmandValue("stylewithcss") before assert_equals: Wrong result returned expected "" but got "false"
1262 PASS [["stylewithcss","true"],["underline",""]] "foo<del>[bar]</del>baz" queryCo mmandIndeterm("stylewithcss") after
1263 PASS [["stylewithcss","true"],["underline",""]] "foo<del>[bar]</del>baz" queryCo mmandState("stylewithcss") after
1264 FAIL [["stylewithcss","true"],["underline",""]] "foo<del>[bar]</del>baz" queryCo mmandValue("stylewithcss") after assert_equals: Wrong result returned expected " " but got "true"
1265 PASS [["stylewithcss","true"],["underline",""]] "foo<del>[bar]</del>baz" queryCo mmandIndeterm("underline") before
1266 PASS [["stylewithcss","true"],["underline",""]] "foo<del>[bar]</del>baz" queryCo mmandState("underline") before
1267 FAIL [["stylewithcss","true"],["underline",""]] "foo<del>[bar]</del>baz" queryCo mmandValue("underline") before assert_equals: Wrong result returned expected "" but got "false"
1268 PASS [["stylewithcss","true"],["underline",""]] "foo<del>[bar]</del>baz" queryCo mmandIndeterm("underline") after
1269 PASS [["stylewithcss","true"],["underline",""]] "foo<del>[bar]</del>baz" queryCo mmandState("underline") after
1270 FAIL [["stylewithcss","true"],["underline",""]] "foo<del>[bar]</del>baz" queryCo mmandValue("underline") after assert_equals: Wrong result returned expected "" b ut got "true"
1271 PASS [["stylewithcss","false"],["underline",""]] "foo<del>[bar]</del>baz": execC ommand("stylewithcss", false, "false") return value
1272 PASS [["stylewithcss","false"],["underline",""]] "foo<del>[bar]</del>baz": execC ommand("underline", false, "") return value
1273 PASS [["stylewithcss","false"],["underline",""]] "foo<del>[bar]</del>baz" checks for modifications to non-editable content
1274 FAIL [["stylewithcss","false"],["underline",""]] "foo<del>[bar]</del>baz" compar e innerHTML assert_equals: Unexpected innerHTML (after normalizing inline style) expected "foo<u><del>bar</del></u>baz" but got "foo<del><u>bar</u></del>baz"
1275 PASS [["stylewithcss","false"],["underline",""]] "foo<del>[bar]</del>baz" queryC ommandIndeterm("stylewithcss") before
1276 PASS [["stylewithcss","false"],["underline",""]] "foo<del>[bar]</del>baz" queryC ommandState("stylewithcss") before
1277 FAIL [["stylewithcss","false"],["underline",""]] "foo<del>[bar]</del>baz" queryC ommandValue("stylewithcss") before assert_equals: Wrong result returned expected "" but got "true"
1278 PASS [["stylewithcss","false"],["underline",""]] "foo<del>[bar]</del>baz" queryC ommandIndeterm("stylewithcss") after
1279 PASS [["stylewithcss","false"],["underline",""]] "foo<del>[bar]</del>baz" queryC ommandState("stylewithcss") after
1280 FAIL [["stylewithcss","false"],["underline",""]] "foo<del>[bar]</del>baz" queryC ommandValue("stylewithcss") after assert_equals: Wrong result returned expected "" but got "false"
1281 PASS [["stylewithcss","false"],["underline",""]] "foo<del>[bar]</del>baz" queryC ommandIndeterm("underline") before
1282 PASS [["stylewithcss","false"],["underline",""]] "foo<del>[bar]</del>baz" queryC ommandState("underline") before
1283 FAIL [["stylewithcss","false"],["underline",""]] "foo<del>[bar]</del>baz" queryC ommandValue("underline") before assert_equals: Wrong result returned expected "" but got "false"
1284 PASS [["stylewithcss","false"],["underline",""]] "foo<del>[bar]</del>baz" queryC ommandIndeterm("underline") after
1285 PASS [["stylewithcss","false"],["underline",""]] "foo<del>[bar]</del>baz" queryC ommandState("underline") after
1286 FAIL [["stylewithcss","false"],["underline",""]] "foo<del>[bar]</del>baz" queryC ommandValue("underline") after assert_equals: Wrong result returned expected "" but got "true"
1287 PASS [["stylewithcss","true"],["underline",""]] "<del>foo[bar]baz</del>": execCo mmand("stylewithcss", false, "true") return value
1288 PASS [["stylewithcss","true"],["underline",""]] "<del>foo[bar]baz</del>": execCo mmand("underline", false, "") return value
1289 PASS [["stylewithcss","true"],["underline",""]] "<del>foo[bar]baz</del>" checks for modifications to non-editable content
1290 FAIL [["stylewithcss","true"],["underline",""]] "<del>foo[bar]baz</del>" compare innerHTML assert_equals: Unexpected innerHTML (after normalizing inline style) expected "<del>foo<span style=\"text-decoration:underline\">bar</span>baz</del>" but got "<del>foo<span style=\"text-decoration-line:underline\">bar</span>baz</ del>"
1291 PASS [["stylewithcss","true"],["underline",""]] "<del>foo[bar]baz</del>" queryCo mmandIndeterm("stylewithcss") before
1292 PASS [["stylewithcss","true"],["underline",""]] "<del>foo[bar]baz</del>" queryCo mmandState("stylewithcss") before
1293 FAIL [["stylewithcss","true"],["underline",""]] "<del>foo[bar]baz</del>" queryCo mmandValue("stylewithcss") before assert_equals: Wrong result returned expected "" but got "false"
1294 PASS [["stylewithcss","true"],["underline",""]] "<del>foo[bar]baz</del>" queryCo mmandIndeterm("stylewithcss") after
1295 PASS [["stylewithcss","true"],["underline",""]] "<del>foo[bar]baz</del>" queryCo mmandState("stylewithcss") after
1296 FAIL [["stylewithcss","true"],["underline",""]] "<del>foo[bar]baz</del>" queryCo mmandValue("stylewithcss") after assert_equals: Wrong result returned expected " " but got "true"
1297 PASS [["stylewithcss","true"],["underline",""]] "<del>foo[bar]baz</del>" queryCo mmandIndeterm("underline") before
1298 PASS [["stylewithcss","true"],["underline",""]] "<del>foo[bar]baz</del>" queryCo mmandState("underline") before
1299 FAIL [["stylewithcss","true"],["underline",""]] "<del>foo[bar]baz</del>" queryCo mmandValue("underline") before assert_equals: Wrong result returned expected "" but got "false"
1300 PASS [["stylewithcss","true"],["underline",""]] "<del>foo[bar]baz</del>" queryCo mmandIndeterm("underline") after
1301 PASS [["stylewithcss","true"],["underline",""]] "<del>foo[bar]baz</del>" queryCo mmandState("underline") after
1302 FAIL [["stylewithcss","true"],["underline",""]] "<del>foo[bar]baz</del>" queryCo mmandValue("underline") after assert_equals: Wrong result returned expected "" b ut got "true"
1303 PASS [["stylewithcss","false"],["underline",""]] "<del>foo[bar]baz</del>": execC ommand("stylewithcss", false, "false") return value
1304 PASS [["stylewithcss","false"],["underline",""]] "<del>foo[bar]baz</del>": execC ommand("underline", false, "") return value
1305 PASS [["stylewithcss","false"],["underline",""]] "<del>foo[bar]baz</del>" checks for modifications to non-editable content
1306 PASS [["stylewithcss","false"],["underline",""]] "<del>foo[bar]baz</del>" compar e innerHTML
1307 PASS [["stylewithcss","false"],["underline",""]] "<del>foo[bar]baz</del>" queryC ommandIndeterm("stylewithcss") before
1308 PASS [["stylewithcss","false"],["underline",""]] "<del>foo[bar]baz</del>" queryC ommandState("stylewithcss") before
1309 FAIL [["stylewithcss","false"],["underline",""]] "<del>foo[bar]baz</del>" queryC ommandValue("stylewithcss") before assert_equals: Wrong result returned expected "" but got "true"
1310 PASS [["stylewithcss","false"],["underline",""]] "<del>foo[bar]baz</del>" queryC ommandIndeterm("stylewithcss") after
1311 PASS [["stylewithcss","false"],["underline",""]] "<del>foo[bar]baz</del>" queryC ommandState("stylewithcss") after
1312 FAIL [["stylewithcss","false"],["underline",""]] "<del>foo[bar]baz</del>" queryC ommandValue("stylewithcss") after assert_equals: Wrong result returned expected "" but got "false"
1313 PASS [["stylewithcss","false"],["underline",""]] "<del>foo[bar]baz</del>" queryC ommandIndeterm("underline") before
1314 PASS [["stylewithcss","false"],["underline",""]] "<del>foo[bar]baz</del>" queryC ommandState("underline") before
1315 FAIL [["stylewithcss","false"],["underline",""]] "<del>foo[bar]baz</del>" queryC ommandValue("underline") before assert_equals: Wrong result returned expected "" but got "false"
1316 PASS [["stylewithcss","false"],["underline",""]] "<del>foo[bar]baz</del>" queryC ommandIndeterm("underline") after
1317 PASS [["stylewithcss","false"],["underline",""]] "<del>foo[bar]baz</del>" queryC ommandState("underline") after
1318 FAIL [["stylewithcss","false"],["underline",""]] "<del>foo[bar]baz</del>" queryC ommandValue("underline") after assert_equals: Wrong result returned expected "" but got "true"
1319 PASS [["stylewithcss","true"],["underline",""]] "<del>foo[b<span style=\"color:b lue\">ar]ba</span>z</del>": execCommand("stylewithcss", false, "true") return va lue
1320 PASS [["stylewithcss","true"],["underline",""]] "<del>foo[b<span style=\"color:b lue\">ar]ba</span>z</del>": execCommand("underline", false, "") return value
1321 PASS [["stylewithcss","true"],["underline",""]] "<del>foo[b<span style=\"color:b lue\">ar]ba</span>z</del>" checks for modifications to non-editable content
1322 FAIL [["stylewithcss","true"],["underline",""]] "<del>foo[b<span style=\"color:b lue\">ar]ba</span>z</del>" compare innerHTML assert_equals: Unexpected innerHTML (after normalizing inline style) expected "<del>foo<span style=\"text-decoratio n:underline\">b</span><span style=\"color:rgb(0, 0, 255)\"><span style=\"text-de coration:underline\">ar</span>ba</span>z</del>" but got "<del>foo<span style=\"t ext-decoration-line:underline\">b</span><span style=\"color:rgb(0, 0, 255)\"><sp an style=\"text-decoration-line:underline\">ar</span>ba</span>z</del>"
1323 PASS [["stylewithcss","true"],["underline",""]] "<del>foo[b<span style=\"color:b lue\">ar]ba</span>z</del>" queryCommandIndeterm("stylewithcss") before
1324 PASS [["stylewithcss","true"],["underline",""]] "<del>foo[b<span style=\"color:b lue\">ar]ba</span>z</del>" queryCommandState("stylewithcss") before
1325 FAIL [["stylewithcss","true"],["underline",""]] "<del>foo[b<span style=\"color:b lue\">ar]ba</span>z</del>" queryCommandValue("stylewithcss") before assert_equal s: Wrong result returned expected "" but got "false"
1326 PASS [["stylewithcss","true"],["underline",""]] "<del>foo[b<span style=\"color:b lue\">ar]ba</span>z</del>" queryCommandIndeterm("stylewithcss") after
1327 PASS [["stylewithcss","true"],["underline",""]] "<del>foo[b<span style=\"color:b lue\">ar]ba</span>z</del>" queryCommandState("stylewithcss") after
1328 FAIL [["stylewithcss","true"],["underline",""]] "<del>foo[b<span style=\"color:b lue\">ar]ba</span>z</del>" queryCommandValue("stylewithcss") after assert_equals : Wrong result returned expected "" but got "true"
1329 PASS [["stylewithcss","true"],["underline",""]] "<del>foo[b<span style=\"color:b lue\">ar]ba</span>z</del>" queryCommandIndeterm("underline") before
1330 PASS [["stylewithcss","true"],["underline",""]] "<del>foo[b<span style=\"color:b lue\">ar]ba</span>z</del>" queryCommandState("underline") before
1331 FAIL [["stylewithcss","true"],["underline",""]] "<del>foo[b<span style=\"color:b lue\">ar]ba</span>z</del>" queryCommandValue("underline") before assert_equals: Wrong result returned expected "" but got "false"
1332 PASS [["stylewithcss","true"],["underline",""]] "<del>foo[b<span style=\"color:b lue\">ar]ba</span>z</del>" queryCommandIndeterm("underline") after
1333 PASS [["stylewithcss","true"],["underline",""]] "<del>foo[b<span style=\"color:b lue\">ar]ba</span>z</del>" queryCommandState("underline") after
1334 FAIL [["stylewithcss","true"],["underline",""]] "<del>foo[b<span style=\"color:b lue\">ar]ba</span>z</del>" queryCommandValue("underline") after assert_equals: W rong result returned expected "" but got "true"
1335 PASS [["stylewithcss","false"],["underline",""]] "<del>foo[b<span style=\"color: blue\">ar]ba</span>z</del>": execCommand("stylewithcss", false, "false") return value
1336 PASS [["stylewithcss","false"],["underline",""]] "<del>foo[b<span style=\"color: blue\">ar]ba</span>z</del>": execCommand("underline", false, "") return value
1337 PASS [["stylewithcss","false"],["underline",""]] "<del>foo[b<span style=\"color: blue\">ar]ba</span>z</del>" checks for modifications to non-editable content
1338 PASS [["stylewithcss","false"],["underline",""]] "<del>foo[b<span style=\"color: blue\">ar]ba</span>z</del>" compare innerHTML
1339 PASS [["stylewithcss","false"],["underline",""]] "<del>foo[b<span style=\"color: blue\">ar]ba</span>z</del>" queryCommandIndeterm("stylewithcss") before
1340 PASS [["stylewithcss","false"],["underline",""]] "<del>foo[b<span style=\"color: blue\">ar]ba</span>z</del>" queryCommandState("stylewithcss") before
1341 FAIL [["stylewithcss","false"],["underline",""]] "<del>foo[b<span style=\"color: blue\">ar]ba</span>z</del>" queryCommandValue("stylewithcss") before assert_equa ls: Wrong result returned expected "" but got "true"
1342 PASS [["stylewithcss","false"],["underline",""]] "<del>foo[b<span style=\"color: blue\">ar]ba</span>z</del>" queryCommandIndeterm("stylewithcss") after
1343 PASS [["stylewithcss","false"],["underline",""]] "<del>foo[b<span style=\"color: blue\">ar]ba</span>z</del>" queryCommandState("stylewithcss") after
1344 FAIL [["stylewithcss","false"],["underline",""]] "<del>foo[b<span style=\"color: blue\">ar]ba</span>z</del>" queryCommandValue("stylewithcss") after assert_equal s: Wrong result returned expected "" but got "false"
1345 PASS [["stylewithcss","false"],["underline",""]] "<del>foo[b<span style=\"color: blue\">ar]ba</span>z</del>" queryCommandIndeterm("underline") before
1346 PASS [["stylewithcss","false"],["underline",""]] "<del>foo[b<span style=\"color: blue\">ar]ba</span>z</del>" queryCommandState("underline") before
1347 FAIL [["stylewithcss","false"],["underline",""]] "<del>foo[b<span style=\"color: blue\">ar]ba</span>z</del>" queryCommandValue("underline") before assert_equals: Wrong result returned expected "" but got "false"
1348 PASS [["stylewithcss","false"],["underline",""]] "<del>foo[b<span style=\"color: blue\">ar]ba</span>z</del>" queryCommandIndeterm("underline") after
1349 PASS [["stylewithcss","false"],["underline",""]] "<del>foo[b<span style=\"color: blue\">ar]ba</span>z</del>" queryCommandState("underline") after
1350 FAIL [["stylewithcss","false"],["underline",""]] "<del>foo[b<span style=\"color: blue\">ar]ba</span>z</del>" queryCommandValue("underline") after assert_equals: Wrong result returned expected "" but got "true"
1351 PASS [["stylewithcss","true"],["underline",""]] "<del>foo[b<span style=\"color:b lue\" id=foo>ar]ba</span>z</del>": execCommand("stylewithcss", false, "true") re turn value
1352 PASS [["stylewithcss","true"],["underline",""]] "<del>foo[b<span style=\"color:b lue\" id=foo>ar]ba</span>z</del>": execCommand("underline", false, "") return va lue
1353 PASS [["stylewithcss","true"],["underline",""]] "<del>foo[b<span style=\"color:b lue\" id=foo>ar]ba</span>z</del>" checks for modifications to non-editable conte nt
1354 FAIL [["stylewithcss","true"],["underline",""]] "<del>foo[b<span style=\"color:b lue\" id=foo>ar]ba</span>z</del>" compare innerHTML assert_equals: Unexpected in nerHTML (after normalizing inline style) expected "<del>foo<span style=\"text-de coration:underline\">b</span><span style=\"color:rgb(0, 0, 255)\" id=\"foo\"><sp an style=\"text-decoration:underline\">ar</span>ba</span>z</del>" but got "<del> foo<span style=\"text-decoration-line:underline\">b</span><span style=\"color:rg b(0, 0, 255)\" id=\"foo\"><span style=\"text-decoration-line:underline\">ar</spa n>ba</span>z</del>"
1355 PASS [["stylewithcss","true"],["underline",""]] "<del>foo[b<span style=\"color:b lue\" id=foo>ar]ba</span>z</del>" queryCommandIndeterm("stylewithcss") before
1356 PASS [["stylewithcss","true"],["underline",""]] "<del>foo[b<span style=\"color:b lue\" id=foo>ar]ba</span>z</del>" queryCommandState("stylewithcss") before
1357 FAIL [["stylewithcss","true"],["underline",""]] "<del>foo[b<span style=\"color:b lue\" id=foo>ar]ba</span>z</del>" queryCommandValue("stylewithcss") before asser t_equals: Wrong result returned expected "" but got "false"
1358 PASS [["stylewithcss","true"],["underline",""]] "<del>foo[b<span style=\"color:b lue\" id=foo>ar]ba</span>z</del>" queryCommandIndeterm("stylewithcss") after
1359 PASS [["stylewithcss","true"],["underline",""]] "<del>foo[b<span style=\"color:b lue\" id=foo>ar]ba</span>z</del>" queryCommandState("stylewithcss") after
1360 FAIL [["stylewithcss","true"],["underline",""]] "<del>foo[b<span style=\"color:b lue\" id=foo>ar]ba</span>z</del>" queryCommandValue("stylewithcss") after assert _equals: Wrong result returned expected "" but got "true"
1361 PASS [["stylewithcss","true"],["underline",""]] "<del>foo[b<span style=\"color:b lue\" id=foo>ar]ba</span>z</del>" queryCommandIndeterm("underline") before
1362 PASS [["stylewithcss","true"],["underline",""]] "<del>foo[b<span style=\"color:b lue\" id=foo>ar]ba</span>z</del>" queryCommandState("underline") before
1363 FAIL [["stylewithcss","true"],["underline",""]] "<del>foo[b<span style=\"color:b lue\" id=foo>ar]ba</span>z</del>" queryCommandValue("underline") before assert_e quals: Wrong result returned expected "" but got "false"
1364 PASS [["stylewithcss","true"],["underline",""]] "<del>foo[b<span style=\"color:b lue\" id=foo>ar]ba</span>z</del>" queryCommandIndeterm("underline") after
1365 PASS [["stylewithcss","true"],["underline",""]] "<del>foo[b<span style=\"color:b lue\" id=foo>ar]ba</span>z</del>" queryCommandState("underline") after
1366 FAIL [["stylewithcss","true"],["underline",""]] "<del>foo[b<span style=\"color:b lue\" id=foo>ar]ba</span>z</del>" queryCommandValue("underline") after assert_eq uals: Wrong result returned expected "" but got "true"
1367 PASS [["stylewithcss","false"],["underline",""]] "<del>foo[b<span style=\"color: blue\" id=foo>ar]ba</span>z</del>": execCommand("stylewithcss", false, "false") return value
1368 PASS [["stylewithcss","false"],["underline",""]] "<del>foo[b<span style=\"color: blue\" id=foo>ar]ba</span>z</del>": execCommand("underline", false, "") return v alue
1369 PASS [["stylewithcss","false"],["underline",""]] "<del>foo[b<span style=\"color: blue\" id=foo>ar]ba</span>z</del>" checks for modifications to non-editable cont ent
1370 PASS [["stylewithcss","false"],["underline",""]] "<del>foo[b<span style=\"color: blue\" id=foo>ar]ba</span>z</del>" compare innerHTML
1371 PASS [["stylewithcss","false"],["underline",""]] "<del>foo[b<span style=\"color: blue\" id=foo>ar]ba</span>z</del>" queryCommandIndeterm("stylewithcss") before
1372 PASS [["stylewithcss","false"],["underline",""]] "<del>foo[b<span style=\"color: blue\" id=foo>ar]ba</span>z</del>" queryCommandState("stylewithcss") before
1373 FAIL [["stylewithcss","false"],["underline",""]] "<del>foo[b<span style=\"color: blue\" id=foo>ar]ba</span>z</del>" queryCommandValue("stylewithcss") before asse rt_equals: Wrong result returned expected "" but got "true"
1374 PASS [["stylewithcss","false"],["underline",""]] "<del>foo[b<span style=\"color: blue\" id=foo>ar]ba</span>z</del>" queryCommandIndeterm("stylewithcss") after
1375 PASS [["stylewithcss","false"],["underline",""]] "<del>foo[b<span style=\"color: blue\" id=foo>ar]ba</span>z</del>" queryCommandState("stylewithcss") after
1376 FAIL [["stylewithcss","false"],["underline",""]] "<del>foo[b<span style=\"color: blue\" id=foo>ar]ba</span>z</del>" queryCommandValue("stylewithcss") after asser t_equals: Wrong result returned expected "" but got "false"
1377 PASS [["stylewithcss","false"],["underline",""]] "<del>foo[b<span style=\"color: blue\" id=foo>ar]ba</span>z</del>" queryCommandIndeterm("underline") before
1378 PASS [["stylewithcss","false"],["underline",""]] "<del>foo[b<span style=\"color: blue\" id=foo>ar]ba</span>z</del>" queryCommandState("underline") before
1379 FAIL [["stylewithcss","false"],["underline",""]] "<del>foo[b<span style=\"color: blue\" id=foo>ar]ba</span>z</del>" queryCommandValue("underline") before assert_ equals: Wrong result returned expected "" but got "false"
1380 PASS [["stylewithcss","false"],["underline",""]] "<del>foo[b<span style=\"color: blue\" id=foo>ar]ba</span>z</del>" queryCommandIndeterm("underline") after
1381 PASS [["stylewithcss","false"],["underline",""]] "<del>foo[b<span style=\"color: blue\" id=foo>ar]ba</span>z</del>" queryCommandState("underline") after
1382 FAIL [["stylewithcss","false"],["underline",""]] "<del>foo[b<span style=\"color: blue\" id=foo>ar]ba</span>z</del>" queryCommandValue("underline") after assert_e quals: Wrong result returned expected "" but got "true"
1383 PASS [["stylewithcss","true"],["underline",""]] "<del>foo[b<span style=\"font-si ze:3em\">ar]ba</span>z</del>": execCommand("stylewithcss", false, "true") return value
1384 PASS [["stylewithcss","true"],["underline",""]] "<del>foo[b<span style=\"font-si ze:3em\">ar]ba</span>z</del>": execCommand("underline", false, "") return value
1385 PASS [["stylewithcss","true"],["underline",""]] "<del>foo[b<span style=\"font-si ze:3em\">ar]ba</span>z</del>" checks for modifications to non-editable content
1386 FAIL [["stylewithcss","true"],["underline",""]] "<del>foo[b<span style=\"font-si ze:3em\">ar]ba</span>z</del>" compare innerHTML assert_equals: Unexpected innerH TML (after normalizing inline style) expected "<del>foo<span style=\"text-decora tion:underline\">b</span><span style=\"font-size:3em\"><span style=\"text-decora tion:underline\">ar</span>ba</span>z</del>" but got "<del>foo<span style=\"text- decoration-line:underline\">b</span><span style=\"font-size:3em\"><span style=\" text-decoration-line:underline\">ar</span>ba</span>z</del>"
1387 PASS [["stylewithcss","true"],["underline",""]] "<del>foo[b<span style=\"font-si ze:3em\">ar]ba</span>z</del>" queryCommandIndeterm("stylewithcss") before
1388 PASS [["stylewithcss","true"],["underline",""]] "<del>foo[b<span style=\"font-si ze:3em\">ar]ba</span>z</del>" queryCommandState("stylewithcss") before
1389 FAIL [["stylewithcss","true"],["underline",""]] "<del>foo[b<span style=\"font-si ze:3em\">ar]ba</span>z</del>" queryCommandValue("stylewithcss") before assert_eq uals: Wrong result returned expected "" but got "false"
1390 PASS [["stylewithcss","true"],["underline",""]] "<del>foo[b<span style=\"font-si ze:3em\">ar]ba</span>z</del>" queryCommandIndeterm("stylewithcss") after
1391 PASS [["stylewithcss","true"],["underline",""]] "<del>foo[b<span style=\"font-si ze:3em\">ar]ba</span>z</del>" queryCommandState("stylewithcss") after
1392 FAIL [["stylewithcss","true"],["underline",""]] "<del>foo[b<span style=\"font-si ze:3em\">ar]ba</span>z</del>" queryCommandValue("stylewithcss") after assert_equ als: Wrong result returned expected "" but got "true"
1393 PASS [["stylewithcss","true"],["underline",""]] "<del>foo[b<span style=\"font-si ze:3em\">ar]ba</span>z</del>" queryCommandIndeterm("underline") before
1394 PASS [["stylewithcss","true"],["underline",""]] "<del>foo[b<span style=\"font-si ze:3em\">ar]ba</span>z</del>" queryCommandState("underline") before
1395 FAIL [["stylewithcss","true"],["underline",""]] "<del>foo[b<span style=\"font-si ze:3em\">ar]ba</span>z</del>" queryCommandValue("underline") before assert_equal s: Wrong result returned expected "" but got "false"
1396 PASS [["stylewithcss","true"],["underline",""]] "<del>foo[b<span style=\"font-si ze:3em\">ar]ba</span>z</del>" queryCommandIndeterm("underline") after
1397 PASS [["stylewithcss","true"],["underline",""]] "<del>foo[b<span style=\"font-si ze:3em\">ar]ba</span>z</del>" queryCommandState("underline") after
1398 FAIL [["stylewithcss","true"],["underline",""]] "<del>foo[b<span style=\"font-si ze:3em\">ar]ba</span>z</del>" queryCommandValue("underline") after assert_equals : Wrong result returned expected "" but got "true"
1399 PASS [["stylewithcss","false"],["underline",""]] "<del>foo[b<span style=\"font-s ize:3em\">ar]ba</span>z</del>": execCommand("stylewithcss", false, "false") retu rn value
1400 PASS [["stylewithcss","false"],["underline",""]] "<del>foo[b<span style=\"font-s ize:3em\">ar]ba</span>z</del>": execCommand("underline", false, "") return value
1401 PASS [["stylewithcss","false"],["underline",""]] "<del>foo[b<span style=\"font-s ize:3em\">ar]ba</span>z</del>" checks for modifications to non-editable content
1402 PASS [["stylewithcss","false"],["underline",""]] "<del>foo[b<span style=\"font-s ize:3em\">ar]ba</span>z</del>" compare innerHTML
1403 PASS [["stylewithcss","false"],["underline",""]] "<del>foo[b<span style=\"font-s ize:3em\">ar]ba</span>z</del>" queryCommandIndeterm("stylewithcss") before
1404 PASS [["stylewithcss","false"],["underline",""]] "<del>foo[b<span style=\"font-s ize:3em\">ar]ba</span>z</del>" queryCommandState("stylewithcss") before
1405 FAIL [["stylewithcss","false"],["underline",""]] "<del>foo[b<span style=\"font-s ize:3em\">ar]ba</span>z</del>" queryCommandValue("stylewithcss") before assert_e quals: Wrong result returned expected "" but got "true"
1406 PASS [["stylewithcss","false"],["underline",""]] "<del>foo[b<span style=\"font-s ize:3em\">ar]ba</span>z</del>" queryCommandIndeterm("stylewithcss") after
1407 PASS [["stylewithcss","false"],["underline",""]] "<del>foo[b<span style=\"font-s ize:3em\">ar]ba</span>z</del>" queryCommandState("stylewithcss") after
1408 FAIL [["stylewithcss","false"],["underline",""]] "<del>foo[b<span style=\"font-s ize:3em\">ar]ba</span>z</del>" queryCommandValue("stylewithcss") after assert_eq uals: Wrong result returned expected "" but got "false"
1409 PASS [["stylewithcss","false"],["underline",""]] "<del>foo[b<span style=\"font-s ize:3em\">ar]ba</span>z</del>" queryCommandIndeterm("underline") before
1410 PASS [["stylewithcss","false"],["underline",""]] "<del>foo[b<span style=\"font-s ize:3em\">ar]ba</span>z</del>" queryCommandState("underline") before
1411 FAIL [["stylewithcss","false"],["underline",""]] "<del>foo[b<span style=\"font-s ize:3em\">ar]ba</span>z</del>" queryCommandValue("underline") before assert_equa ls: Wrong result returned expected "" but got "false"
1412 PASS [["stylewithcss","false"],["underline",""]] "<del>foo[b<span style=\"font-s ize:3em\">ar]ba</span>z</del>" queryCommandIndeterm("underline") after
1413 PASS [["stylewithcss","false"],["underline",""]] "<del>foo[b<span style=\"font-s ize:3em\">ar]ba</span>z</del>" queryCommandState("underline") after
1414 FAIL [["stylewithcss","false"],["underline",""]] "<del>foo[b<span style=\"font-s ize:3em\">ar]ba</span>z</del>" queryCommandValue("underline") after assert_equal s: Wrong result returned expected "" but got "true"
1415 PASS [["stylewithcss","true"],["underline",""]] "<del>foo[b<i>ar]ba</i>z</del>": execCommand("stylewithcss", false, "true") return value
1416 PASS [["stylewithcss","true"],["underline",""]] "<del>foo[b<i>ar]ba</i>z</del>": execCommand("underline", false, "") return value
1417 PASS [["stylewithcss","true"],["underline",""]] "<del>foo[b<i>ar]ba</i>z</del>" checks for modifications to non-editable content
1418 FAIL [["stylewithcss","true"],["underline",""]] "<del>foo[b<i>ar]ba</i>z</del>" compare innerHTML assert_equals: Unexpected innerHTML (after normalizing inline style) expected "<del>foo<span style=\"text-decoration:underline\">b</span><i><s pan style=\"text-decoration:underline\">ar</span>ba</i>z</del>" but got "<del>fo o<span style=\"text-decoration-line:underline\">b</span><i><span style=\"text-de coration-line:underline\">ar</span>ba</i>z</del>"
1419 PASS [["stylewithcss","true"],["underline",""]] "<del>foo[b<i>ar]ba</i>z</del>" queryCommandIndeterm("stylewithcss") before
1420 PASS [["stylewithcss","true"],["underline",""]] "<del>foo[b<i>ar]ba</i>z</del>" queryCommandState("stylewithcss") before
1421 FAIL [["stylewithcss","true"],["underline",""]] "<del>foo[b<i>ar]ba</i>z</del>" queryCommandValue("stylewithcss") before assert_equals: Wrong result returned ex pected "" but got "false"
1422 PASS [["stylewithcss","true"],["underline",""]] "<del>foo[b<i>ar]ba</i>z</del>" queryCommandIndeterm("stylewithcss") after
1423 PASS [["stylewithcss","true"],["underline",""]] "<del>foo[b<i>ar]ba</i>z</del>" queryCommandState("stylewithcss") after
1424 FAIL [["stylewithcss","true"],["underline",""]] "<del>foo[b<i>ar]ba</i>z</del>" queryCommandValue("stylewithcss") after assert_equals: Wrong result returned exp ected "" but got "true"
1425 PASS [["stylewithcss","true"],["underline",""]] "<del>foo[b<i>ar]ba</i>z</del>" queryCommandIndeterm("underline") before
1426 PASS [["stylewithcss","true"],["underline",""]] "<del>foo[b<i>ar]ba</i>z</del>" queryCommandState("underline") before
1427 FAIL [["stylewithcss","true"],["underline",""]] "<del>foo[b<i>ar]ba</i>z</del>" queryCommandValue("underline") before assert_equals: Wrong result returned expec ted "" but got "false"
1428 PASS [["stylewithcss","true"],["underline",""]] "<del>foo[b<i>ar]ba</i>z</del>" queryCommandIndeterm("underline") after
1429 PASS [["stylewithcss","true"],["underline",""]] "<del>foo[b<i>ar]ba</i>z</del>" queryCommandState("underline") after
1430 FAIL [["stylewithcss","true"],["underline",""]] "<del>foo[b<i>ar]ba</i>z</del>" queryCommandValue("underline") after assert_equals: Wrong result returned expect ed "" but got "true"
1431 PASS [["stylewithcss","false"],["underline",""]] "<del>foo[b<i>ar]ba</i>z</del>" : execCommand("stylewithcss", false, "false") return value
1432 PASS [["stylewithcss","false"],["underline",""]] "<del>foo[b<i>ar]ba</i>z</del>" : execCommand("underline", false, "") return value
1433 PASS [["stylewithcss","false"],["underline",""]] "<del>foo[b<i>ar]ba</i>z</del>" checks for modifications to non-editable content
1434 PASS [["stylewithcss","false"],["underline",""]] "<del>foo[b<i>ar]ba</i>z</del>" compare innerHTML
1435 PASS [["stylewithcss","false"],["underline",""]] "<del>foo[b<i>ar]ba</i>z</del>" queryCommandIndeterm("stylewithcss") before
1436 PASS [["stylewithcss","false"],["underline",""]] "<del>foo[b<i>ar]ba</i>z</del>" queryCommandState("stylewithcss") before
1437 FAIL [["stylewithcss","false"],["underline",""]] "<del>foo[b<i>ar]ba</i>z</del>" queryCommandValue("stylewithcss") before assert_equals: Wrong result returned e xpected "" but got "true"
1438 PASS [["stylewithcss","false"],["underline",""]] "<del>foo[b<i>ar]ba</i>z</del>" queryCommandIndeterm("stylewithcss") after
1439 PASS [["stylewithcss","false"],["underline",""]] "<del>foo[b<i>ar]ba</i>z</del>" queryCommandState("stylewithcss") after
1440 FAIL [["stylewithcss","false"],["underline",""]] "<del>foo[b<i>ar]ba</i>z</del>" queryCommandValue("stylewithcss") after assert_equals: Wrong result returned ex pected "" but got "false"
1441 PASS [["stylewithcss","false"],["underline",""]] "<del>foo[b<i>ar]ba</i>z</del>" queryCommandIndeterm("underline") before
1442 PASS [["stylewithcss","false"],["underline",""]] "<del>foo[b<i>ar]ba</i>z</del>" queryCommandState("underline") before
1443 FAIL [["stylewithcss","false"],["underline",""]] "<del>foo[b<i>ar]ba</i>z</del>" queryCommandValue("underline") before assert_equals: Wrong result returned expe cted "" but got "false"
1444 PASS [["stylewithcss","false"],["underline",""]] "<del>foo[b<i>ar]ba</i>z</del>" queryCommandIndeterm("underline") after
1445 PASS [["stylewithcss","false"],["underline",""]] "<del>foo[b<i>ar]ba</i>z</del>" queryCommandState("underline") after
1446 FAIL [["stylewithcss","false"],["underline",""]] "<del>foo[b<i>ar]ba</i>z</del>" queryCommandValue("underline") after assert_equals: Wrong result returned expec ted "" but got "true"
1447 PASS [["underline",""]] "foo<span style=\"text-decoration: underline line-throug h\">[bar]</span>baz": execCommand("underline", false, "") return value
1448 PASS [["underline",""]] "foo<span style=\"text-decoration: underline line-throug h\">[bar]</span>baz" checks for modifications to non-editable content
1449 FAIL [["underline",""]] "foo<span style=\"text-decoration: underline line-throug h\">[bar]</span>baz" compare innerHTML assert_equals: Unexpected innerHTML (afte r normalizing inline style) expected "foo<span style=\"text-decoration:line-thro ugh\">bar</span>baz" but got "foo<strike>bar</strike>baz"
1450 PASS [["underline",""]] "foo<span style=\"text-decoration: underline line-throug h\">[bar]</span>baz" queryCommandIndeterm("underline") before
1451 PASS [["underline",""]] "foo<span style=\"text-decoration: underline line-throug h\">[bar]</span>baz" queryCommandState("underline") before
1452 FAIL [["underline",""]] "foo<span style=\"text-decoration: underline line-throug h\">[bar]</span>baz" queryCommandValue("underline") before assert_equals: Wrong result returned expected "" but got "true"
1453 PASS [["underline",""]] "foo<span style=\"text-decoration: underline line-throug h\">[bar]</span>baz" queryCommandIndeterm("underline") after
1454 PASS [["underline",""]] "foo<span style=\"text-decoration: underline line-throug h\">[bar]</span>baz" queryCommandState("underline") after
1455 FAIL [["underline",""]] "foo<span style=\"text-decoration: underline line-throug h\">[bar]</span>baz" queryCommandValue("underline") after assert_equals: Wrong r esult returned expected "" but got "false"
1456 PASS [["stylewithcss","true"],["underline",""]] "foo<span style=\"text-decoratio n: underline line-through\">b[a]r</span>baz": execCommand("stylewithcss", false, "true") return value
1457 PASS [["stylewithcss","true"],["underline",""]] "foo<span style=\"text-decoratio n: underline line-through\">b[a]r</span>baz": execCommand("underline", false, "" ) return value
1458 PASS [["stylewithcss","true"],["underline",""]] "foo<span style=\"text-decoratio n: underline line-through\">b[a]r</span>baz" checks for modifications to non-edi table content
1459 FAIL [["stylewithcss","true"],["underline",""]] "foo<span style=\"text-decoratio n: underline line-through\">b[a]r</span>baz" compare innerHTML assert_equals: Un expected innerHTML (after normalizing inline style) expected "foo<span style=\"t ext-decoration:line-through\"><span style=\"text-decoration:underline\">b</span> a<span style=\"text-decoration:underline\">r</span></span>baz" but got "foo<span style=\"text-decoration:underline line-through\">b</span><span style=\"text-dec oration-line:line-through\">a</span><span style=\"text-decoration:underline line -through\">r</span>baz"
1460 PASS [["stylewithcss","true"],["underline",""]] "foo<span style=\"text-decoratio n: underline line-through\">b[a]r</span>baz" queryCommandIndeterm("stylewithcss" ) before
1461 PASS [["stylewithcss","true"],["underline",""]] "foo<span style=\"text-decoratio n: underline line-through\">b[a]r</span>baz" queryCommandState("stylewithcss") b efore
1462 FAIL [["stylewithcss","true"],["underline",""]] "foo<span style=\"text-decoratio n: underline line-through\">b[a]r</span>baz" queryCommandValue("stylewithcss") b efore assert_equals: Wrong result returned expected "" but got "false"
1463 PASS [["stylewithcss","true"],["underline",""]] "foo<span style=\"text-decoratio n: underline line-through\">b[a]r</span>baz" queryCommandIndeterm("stylewithcss" ) after
1464 PASS [["stylewithcss","true"],["underline",""]] "foo<span style=\"text-decoratio n: underline line-through\">b[a]r</span>baz" queryCommandState("stylewithcss") a fter
1465 FAIL [["stylewithcss","true"],["underline",""]] "foo<span style=\"text-decoratio n: underline line-through\">b[a]r</span>baz" queryCommandValue("stylewithcss") a fter assert_equals: Wrong result returned expected "" but got "true"
1466 PASS [["stylewithcss","true"],["underline",""]] "foo<span style=\"text-decoratio n: underline line-through\">b[a]r</span>baz" queryCommandIndeterm("underline") b efore
1467 PASS [["stylewithcss","true"],["underline",""]] "foo<span style=\"text-decoratio n: underline line-through\">b[a]r</span>baz" queryCommandState("underline") befo re
1468 FAIL [["stylewithcss","true"],["underline",""]] "foo<span style=\"text-decoratio n: underline line-through\">b[a]r</span>baz" queryCommandValue("underline") befo re assert_equals: Wrong result returned expected "" but got "true"
1469 PASS [["stylewithcss","true"],["underline",""]] "foo<span style=\"text-decoratio n: underline line-through\">b[a]r</span>baz" queryCommandIndeterm("underline") a fter
1470 PASS [["stylewithcss","true"],["underline",""]] "foo<span style=\"text-decoratio n: underline line-through\">b[a]r</span>baz" queryCommandState("underline") afte r
1471 FAIL [["stylewithcss","true"],["underline",""]] "foo<span style=\"text-decoratio n: underline line-through\">b[a]r</span>baz" queryCommandValue("underline") afte r assert_equals: Wrong result returned expected "" but got "false"
1472 PASS [["stylewithcss","false"],["underline",""]] "foo<span style=\"text-decorati on: underline line-through\">b[a]r</span>baz": execCommand("stylewithcss", false , "false") return value
1473 PASS [["stylewithcss","false"],["underline",""]] "foo<span style=\"text-decorati on: underline line-through\">b[a]r</span>baz": execCommand("underline", false, " ") return value
1474 PASS [["stylewithcss","false"],["underline",""]] "foo<span style=\"text-decorati on: underline line-through\">b[a]r</span>baz" checks for modifications to non-ed itable content
1475 FAIL [["stylewithcss","false"],["underline",""]] "foo<span style=\"text-decorati on: underline line-through\">b[a]r</span>baz" compare innerHTML assert_equals: U nexpected innerHTML (after normalizing inline style) expected "foo<span style=\" text-decoration:line-through\"><u>b</u>a<u>r</u></span>baz" but got "foo<span st yle=\"text-decoration:underline line-through\">b</span><strike>a</strike><span s tyle=\"text-decoration:underline line-through\">r</span>baz"
1476 PASS [["stylewithcss","false"],["underline",""]] "foo<span style=\"text-decorati on: underline line-through\">b[a]r</span>baz" queryCommandIndeterm("stylewithcss ") before
1477 PASS [["stylewithcss","false"],["underline",""]] "foo<span style=\"text-decorati on: underline line-through\">b[a]r</span>baz" queryCommandState("stylewithcss") before
1478 FAIL [["stylewithcss","false"],["underline",""]] "foo<span style=\"text-decorati on: underline line-through\">b[a]r</span>baz" queryCommandValue("stylewithcss") before assert_equals: Wrong result returned expected "" but got "true"
1479 PASS [["stylewithcss","false"],["underline",""]] "foo<span style=\"text-decorati on: underline line-through\">b[a]r</span>baz" queryCommandIndeterm("stylewithcss ") after
1480 PASS [["stylewithcss","false"],["underline",""]] "foo<span style=\"text-decorati on: underline line-through\">b[a]r</span>baz" queryCommandState("stylewithcss") after
1481 FAIL [["stylewithcss","false"],["underline",""]] "foo<span style=\"text-decorati on: underline line-through\">b[a]r</span>baz" queryCommandValue("stylewithcss") after assert_equals: Wrong result returned expected "" but got "false"
1482 PASS [["stylewithcss","false"],["underline",""]] "foo<span style=\"text-decorati on: underline line-through\">b[a]r</span>baz" queryCommandIndeterm("underline") before
1483 PASS [["stylewithcss","false"],["underline",""]] "foo<span style=\"text-decorati on: underline line-through\">b[a]r</span>baz" queryCommandState("underline") bef ore
1484 FAIL [["stylewithcss","false"],["underline",""]] "foo<span style=\"text-decorati on: underline line-through\">b[a]r</span>baz" queryCommandValue("underline") bef ore assert_equals: Wrong result returned expected "" but got "true"
1485 PASS [["stylewithcss","false"],["underline",""]] "foo<span style=\"text-decorati on: underline line-through\">b[a]r</span>baz" queryCommandIndeterm("underline") after
1486 PASS [["stylewithcss","false"],["underline",""]] "foo<span style=\"text-decorati on: underline line-through\">b[a]r</span>baz" queryCommandState("underline") aft er
1487 FAIL [["stylewithcss","false"],["underline",""]] "foo<span style=\"text-decorati on: underline line-through\">b[a]r</span>baz" queryCommandValue("underline") aft er assert_equals: Wrong result returned expected "" but got "false"
1488 PASS [["stylewithcss","true"],["underline",""]] "foo<s style=\"text-decoration: underline\">[bar]</s>baz": execCommand("stylewithcss", false, "true") return val ue
1489 PASS [["stylewithcss","true"],["underline",""]] "foo<s style=\"text-decoration: underline\">[bar]</s>baz": execCommand("underline", false, "") return value
1490 PASS [["stylewithcss","true"],["underline",""]] "foo<s style=\"text-decoration: underline\">[bar]</s>baz" checks for modifications to non-editable content
1491 PASS [["stylewithcss","true"],["underline",""]] "foo<s style=\"text-decoration: underline\">[bar]</s>baz" compare innerHTML
1492 PASS [["stylewithcss","true"],["underline",""]] "foo<s style=\"text-decoration: underline\">[bar]</s>baz" queryCommandIndeterm("stylewithcss") before
1493 PASS [["stylewithcss","true"],["underline",""]] "foo<s style=\"text-decoration: underline\">[bar]</s>baz" queryCommandState("stylewithcss") before
1494 FAIL [["stylewithcss","true"],["underline",""]] "foo<s style=\"text-decoration: underline\">[bar]</s>baz" queryCommandValue("stylewithcss") before assert_equals : Wrong result returned expected "" but got "false"
1495 PASS [["stylewithcss","true"],["underline",""]] "foo<s style=\"text-decoration: underline\">[bar]</s>baz" queryCommandIndeterm("stylewithcss") after
1496 PASS [["stylewithcss","true"],["underline",""]] "foo<s style=\"text-decoration: underline\">[bar]</s>baz" queryCommandState("stylewithcss") after
1497 FAIL [["stylewithcss","true"],["underline",""]] "foo<s style=\"text-decoration: underline\">[bar]</s>baz" queryCommandValue("stylewithcss") after assert_equals: Wrong result returned expected "" but got "true"
1498 PASS [["stylewithcss","true"],["underline",""]] "foo<s style=\"text-decoration: underline\">[bar]</s>baz" queryCommandIndeterm("underline") before
1499 PASS [["stylewithcss","true"],["underline",""]] "foo<s style=\"text-decoration: underline\">[bar]</s>baz" queryCommandState("underline") before
1500 FAIL [["stylewithcss","true"],["underline",""]] "foo<s style=\"text-decoration: underline\">[bar]</s>baz" queryCommandValue("underline") before assert_equals: W rong result returned expected "" but got "true"
1501 PASS [["stylewithcss","true"],["underline",""]] "foo<s style=\"text-decoration: underline\">[bar]</s>baz" queryCommandIndeterm("underline") after
1502 PASS [["stylewithcss","true"],["underline",""]] "foo<s style=\"text-decoration: underline\">[bar]</s>baz" queryCommandState("underline") after
1503 FAIL [["stylewithcss","true"],["underline",""]] "foo<s style=\"text-decoration: underline\">[bar]</s>baz" queryCommandValue("underline") after assert_equals: Wr ong result returned expected "" but got "false"
1504 PASS [["stylewithcss","false"],["underline",""]] "foo<s style=\"text-decoration: underline\">[bar]</s>baz": execCommand("stylewithcss", false, "false") return v alue
1505 PASS [["stylewithcss","false"],["underline",""]] "foo<s style=\"text-decoration: underline\">[bar]</s>baz": execCommand("underline", false, "") return value
1506 PASS [["stylewithcss","false"],["underline",""]] "foo<s style=\"text-decoration: underline\">[bar]</s>baz" checks for modifications to non-editable content
1507 PASS [["stylewithcss","false"],["underline",""]] "foo<s style=\"text-decoration: underline\">[bar]</s>baz" compare innerHTML
1508 PASS [["stylewithcss","false"],["underline",""]] "foo<s style=\"text-decoration: underline\">[bar]</s>baz" queryCommandIndeterm("stylewithcss") before
1509 PASS [["stylewithcss","false"],["underline",""]] "foo<s style=\"text-decoration: underline\">[bar]</s>baz" queryCommandState("stylewithcss") before
1510 FAIL [["stylewithcss","false"],["underline",""]] "foo<s style=\"text-decoration: underline\">[bar]</s>baz" queryCommandValue("stylewithcss") before assert_equal s: Wrong result returned expected "" but got "true"
1511 PASS [["stylewithcss","false"],["underline",""]] "foo<s style=\"text-decoration: underline\">[bar]</s>baz" queryCommandIndeterm("stylewithcss") after
1512 PASS [["stylewithcss","false"],["underline",""]] "foo<s style=\"text-decoration: underline\">[bar]</s>baz" queryCommandState("stylewithcss") after
1513 FAIL [["stylewithcss","false"],["underline",""]] "foo<s style=\"text-decoration: underline\">[bar]</s>baz" queryCommandValue("stylewithcss") after assert_equals : Wrong result returned expected "" but got "false"
1514 PASS [["stylewithcss","false"],["underline",""]] "foo<s style=\"text-decoration: underline\">[bar]</s>baz" queryCommandIndeterm("underline") before
1515 PASS [["stylewithcss","false"],["underline",""]] "foo<s style=\"text-decoration: underline\">[bar]</s>baz" queryCommandState("underline") before
1516 FAIL [["stylewithcss","false"],["underline",""]] "foo<s style=\"text-decoration: underline\">[bar]</s>baz" queryCommandValue("underline") before assert_equals: Wrong result returned expected "" but got "true"
1517 PASS [["stylewithcss","false"],["underline",""]] "foo<s style=\"text-decoration: underline\">[bar]</s>baz" queryCommandIndeterm("underline") after
1518 PASS [["stylewithcss","false"],["underline",""]] "foo<s style=\"text-decoration: underline\">[bar]</s>baz" queryCommandState("underline") after
1519 FAIL [["stylewithcss","false"],["underline",""]] "foo<s style=\"text-decoration: underline\">[bar]</s>baz" queryCommandValue("underline") after assert_equals: W rong result returned expected "" but got "false"
1520 PASS [["stylewithcss","true"],["underline",""]] "foo<s style=\"text-decoration: underline\">b[a]r</s>baz": execCommand("stylewithcss", false, "true") return val ue
1521 PASS [["stylewithcss","true"],["underline",""]] "foo<s style=\"text-decoration: underline\">b[a]r</s>baz": execCommand("underline", false, "") return value
1522 PASS [["stylewithcss","true"],["underline",""]] "foo<s style=\"text-decoration: underline\">b[a]r</s>baz" checks for modifications to non-editable content
1523 FAIL [["stylewithcss","true"],["underline",""]] "foo<s style=\"text-decoration: underline\">b[a]r</s>baz" compare innerHTML assert_equals: Unexpected innerHTML (after normalizing inline style) expected "foo<span style=\"text-decoration:unde rline\">b</span>a<span style=\"text-decoration:underline\">r</span>baz" but got "foo<s style=\"text-decoration:underline\">b</s>a<s style=\"text-decoration:unde rline\">r</s>baz"
1524 PASS [["stylewithcss","true"],["underline",""]] "foo<s style=\"text-decoration: underline\">b[a]r</s>baz" queryCommandIndeterm("stylewithcss") before
1525 PASS [["stylewithcss","true"],["underline",""]] "foo<s style=\"text-decoration: underline\">b[a]r</s>baz" queryCommandState("stylewithcss") before
1526 FAIL [["stylewithcss","true"],["underline",""]] "foo<s style=\"text-decoration: underline\">b[a]r</s>baz" queryCommandValue("stylewithcss") before assert_equals : Wrong result returned expected "" but got "false"
1527 PASS [["stylewithcss","true"],["underline",""]] "foo<s style=\"text-decoration: underline\">b[a]r</s>baz" queryCommandIndeterm("stylewithcss") after
1528 PASS [["stylewithcss","true"],["underline",""]] "foo<s style=\"text-decoration: underline\">b[a]r</s>baz" queryCommandState("stylewithcss") after
1529 FAIL [["stylewithcss","true"],["underline",""]] "foo<s style=\"text-decoration: underline\">b[a]r</s>baz" queryCommandValue("stylewithcss") after assert_equals: Wrong result returned expected "" but got "true"
1530 PASS [["stylewithcss","true"],["underline",""]] "foo<s style=\"text-decoration: underline\">b[a]r</s>baz" queryCommandIndeterm("underline") before
1531 PASS [["stylewithcss","true"],["underline",""]] "foo<s style=\"text-decoration: underline\">b[a]r</s>baz" queryCommandState("underline") before
1532 FAIL [["stylewithcss","true"],["underline",""]] "foo<s style=\"text-decoration: underline\">b[a]r</s>baz" queryCommandValue("underline") before assert_equals: W rong result returned expected "" but got "true"
1533 PASS [["stylewithcss","true"],["underline",""]] "foo<s style=\"text-decoration: underline\">b[a]r</s>baz" queryCommandIndeterm("underline") after
1534 PASS [["stylewithcss","true"],["underline",""]] "foo<s style=\"text-decoration: underline\">b[a]r</s>baz" queryCommandState("underline") after
1535 FAIL [["stylewithcss","true"],["underline",""]] "foo<s style=\"text-decoration: underline\">b[a]r</s>baz" queryCommandValue("underline") after assert_equals: Wr ong result returned expected "" but got "false"
1536 PASS [["stylewithcss","false"],["underline",""]] "foo<s style=\"text-decoration: underline\">b[a]r</s>baz": execCommand("stylewithcss", false, "false") return v alue
1537 PASS [["stylewithcss","false"],["underline",""]] "foo<s style=\"text-decoration: underline\">b[a]r</s>baz": execCommand("underline", false, "") return value
1538 PASS [["stylewithcss","false"],["underline",""]] "foo<s style=\"text-decoration: underline\">b[a]r</s>baz" checks for modifications to non-editable content
1539 FAIL [["stylewithcss","false"],["underline",""]] "foo<s style=\"text-decoration: underline\">b[a]r</s>baz" compare innerHTML assert_equals: Unexpected innerHTML (after normalizing inline style) expected "foo<u>b</u>a<u>r</u>baz" but got "fo o<s style=\"text-decoration:underline\">b</s>a<s style=\"text-decoration:underli ne\">r</s>baz"
1540 PASS [["stylewithcss","false"],["underline",""]] "foo<s style=\"text-decoration: underline\">b[a]r</s>baz" queryCommandIndeterm("stylewithcss") before
1541 PASS [["stylewithcss","false"],["underline",""]] "foo<s style=\"text-decoration: underline\">b[a]r</s>baz" queryCommandState("stylewithcss") before
1542 FAIL [["stylewithcss","false"],["underline",""]] "foo<s style=\"text-decoration: underline\">b[a]r</s>baz" queryCommandValue("stylewithcss") before assert_equal s: Wrong result returned expected "" but got "true"
1543 PASS [["stylewithcss","false"],["underline",""]] "foo<s style=\"text-decoration: underline\">b[a]r</s>baz" queryCommandIndeterm("stylewithcss") after
1544 PASS [["stylewithcss","false"],["underline",""]] "foo<s style=\"text-decoration: underline\">b[a]r</s>baz" queryCommandState("stylewithcss") after
1545 FAIL [["stylewithcss","false"],["underline",""]] "foo<s style=\"text-decoration: underline\">b[a]r</s>baz" queryCommandValue("stylewithcss") after assert_equals : Wrong result returned expected "" but got "false"
1546 PASS [["stylewithcss","false"],["underline",""]] "foo<s style=\"text-decoration: underline\">b[a]r</s>baz" queryCommandIndeterm("underline") before
1547 PASS [["stylewithcss","false"],["underline",""]] "foo<s style=\"text-decoration: underline\">b[a]r</s>baz" queryCommandState("underline") before
1548 FAIL [["stylewithcss","false"],["underline",""]] "foo<s style=\"text-decoration: underline\">b[a]r</s>baz" queryCommandValue("underline") before assert_equals: Wrong result returned expected "" but got "true"
1549 PASS [["stylewithcss","false"],["underline",""]] "foo<s style=\"text-decoration: underline\">b[a]r</s>baz" queryCommandIndeterm("underline") after
1550 PASS [["stylewithcss","false"],["underline",""]] "foo<s style=\"text-decoration: underline\">b[a]r</s>baz" queryCommandState("underline") after
1551 FAIL [["stylewithcss","false"],["underline",""]] "foo<s style=\"text-decoration: underline\">b[a]r</s>baz" queryCommandValue("underline") after assert_equals: W rong result returned expected "" but got "false"
1552 PASS [["stylewithcss","true"],["underline",""]] "foo<u style=\"text-decoration: line-through\">[bar]</u>baz": execCommand("stylewithcss", false, "true") return value
1553 PASS [["stylewithcss","true"],["underline",""]] "foo<u style=\"text-decoration: line-through\">[bar]</u>baz": execCommand("underline", false, "") return value
1554 PASS [["stylewithcss","true"],["underline",""]] "foo<u style=\"text-decoration: line-through\">[bar]</u>baz" checks for modifications to non-editable content
1555 FAIL [["stylewithcss","true"],["underline",""]] "foo<u style=\"text-decoration: line-through\">[bar]</u>baz" compare innerHTML assert_equals: Unexpected innerHT ML (after normalizing inline style) expected "foo<span style=\"text-decoration:u nderline\"><u style=\"text-decoration:line-through\">bar</u></span>baz" but got "foo<span style=\"text-decoration-line:line-through underline\">bar</span>baz"
1556 PASS [["stylewithcss","true"],["underline",""]] "foo<u style=\"text-decoration: line-through\">[bar]</u>baz" queryCommandIndeterm("stylewithcss") before
1557 PASS [["stylewithcss","true"],["underline",""]] "foo<u style=\"text-decoration: line-through\">[bar]</u>baz" queryCommandState("stylewithcss") before
1558 FAIL [["stylewithcss","true"],["underline",""]] "foo<u style=\"text-decoration: line-through\">[bar]</u>baz" queryCommandValue("stylewithcss") before assert_equ als: Wrong result returned expected "" but got "false"
1559 PASS [["stylewithcss","true"],["underline",""]] "foo<u style=\"text-decoration: line-through\">[bar]</u>baz" queryCommandIndeterm("stylewithcss") after
1560 PASS [["stylewithcss","true"],["underline",""]] "foo<u style=\"text-decoration: line-through\">[bar]</u>baz" queryCommandState("stylewithcss") after
1561 FAIL [["stylewithcss","true"],["underline",""]] "foo<u style=\"text-decoration: line-through\">[bar]</u>baz" queryCommandValue("stylewithcss") after assert_equa ls: Wrong result returned expected "" but got "true"
1562 PASS [["stylewithcss","true"],["underline",""]] "foo<u style=\"text-decoration: line-through\">[bar]</u>baz" queryCommandIndeterm("underline") before
1563 PASS [["stylewithcss","true"],["underline",""]] "foo<u style=\"text-decoration: line-through\">[bar]</u>baz" queryCommandState("underline") before
1564 FAIL [["stylewithcss","true"],["underline",""]] "foo<u style=\"text-decoration: line-through\">[bar]</u>baz" queryCommandValue("underline") before assert_equals : Wrong result returned expected "" but got "false"
1565 PASS [["stylewithcss","true"],["underline",""]] "foo<u style=\"text-decoration: line-through\">[bar]</u>baz" queryCommandIndeterm("underline") after
1566 PASS [["stylewithcss","true"],["underline",""]] "foo<u style=\"text-decoration: line-through\">[bar]</u>baz" queryCommandState("underline") after
1567 FAIL [["stylewithcss","true"],["underline",""]] "foo<u style=\"text-decoration: line-through\">[bar]</u>baz" queryCommandValue("underline") after assert_equals: Wrong result returned expected "" but got "true"
1568 PASS [["stylewithcss","false"],["underline",""]] "foo<u style=\"text-decoration: line-through\">[bar]</u>baz": execCommand("stylewithcss", false, "false") retur n value
1569 PASS [["stylewithcss","false"],["underline",""]] "foo<u style=\"text-decoration: line-through\">[bar]</u>baz": execCommand("underline", false, "") return value
1570 PASS [["stylewithcss","false"],["underline",""]] "foo<u style=\"text-decoration: line-through\">[bar]</u>baz" checks for modifications to non-editable content
1571 FAIL [["stylewithcss","false"],["underline",""]] "foo<u style=\"text-decoration: line-through\">[bar]</u>baz" compare innerHTML assert_equals: Unexpected innerH TML (after normalizing inline style) expected "foo<u><u style=\"text-decoration: line-through\">bar</u></u>baz" but got "foo<u><strike>bar</strike></u>baz"
1572 PASS [["stylewithcss","false"],["underline",""]] "foo<u style=\"text-decoration: line-through\">[bar]</u>baz" queryCommandIndeterm("stylewithcss") before
1573 PASS [["stylewithcss","false"],["underline",""]] "foo<u style=\"text-decoration: line-through\">[bar]</u>baz" queryCommandState("stylewithcss") before
1574 FAIL [["stylewithcss","false"],["underline",""]] "foo<u style=\"text-decoration: line-through\">[bar]</u>baz" queryCommandValue("stylewithcss") before assert_eq uals: Wrong result returned expected "" but got "true"
1575 PASS [["stylewithcss","false"],["underline",""]] "foo<u style=\"text-decoration: line-through\">[bar]</u>baz" queryCommandIndeterm("stylewithcss") after
1576 PASS [["stylewithcss","false"],["underline",""]] "foo<u style=\"text-decoration: line-through\">[bar]</u>baz" queryCommandState("stylewithcss") after
1577 FAIL [["stylewithcss","false"],["underline",""]] "foo<u style=\"text-decoration: line-through\">[bar]</u>baz" queryCommandValue("stylewithcss") after assert_equ als: Wrong result returned expected "" but got "false"
1578 PASS [["stylewithcss","false"],["underline",""]] "foo<u style=\"text-decoration: line-through\">[bar]</u>baz" queryCommandIndeterm("underline") before
1579 PASS [["stylewithcss","false"],["underline",""]] "foo<u style=\"text-decoration: line-through\">[bar]</u>baz" queryCommandState("underline") before
1580 FAIL [["stylewithcss","false"],["underline",""]] "foo<u style=\"text-decoration: line-through\">[bar]</u>baz" queryCommandValue("underline") before assert_equal s: Wrong result returned expected "" but got "false"
1581 PASS [["stylewithcss","false"],["underline",""]] "foo<u style=\"text-decoration: line-through\">[bar]</u>baz" queryCommandIndeterm("underline") after
1582 PASS [["stylewithcss","false"],["underline",""]] "foo<u style=\"text-decoration: line-through\">[bar]</u>baz" queryCommandState("underline") after
1583 FAIL [["stylewithcss","false"],["underline",""]] "foo<u style=\"text-decoration: line-through\">[bar]</u>baz" queryCommandValue("underline") after assert_equals : Wrong result returned expected "" but got "true"
1584 PASS [["stylewithcss","true"],["underline",""]] "foo<u style=\"text-decoration: line-through\">b[a]r</u>baz": execCommand("stylewithcss", false, "true") return value
1585 PASS [["stylewithcss","true"],["underline",""]] "foo<u style=\"text-decoration: line-through\">b[a]r</u>baz": execCommand("underline", false, "") return value
1586 PASS [["stylewithcss","true"],["underline",""]] "foo<u style=\"text-decoration: line-through\">b[a]r</u>baz" checks for modifications to non-editable content
1587 FAIL [["stylewithcss","true"],["underline",""]] "foo<u style=\"text-decoration: line-through\">b[a]r</u>baz" compare innerHTML assert_equals: Unexpected innerHT ML (after normalizing inline style) expected "foo<u style=\"text-decoration:line -through\">b<span style=\"text-decoration:underline\">a</span>r</u>baz" but got "foo<u style=\"text-decoration:line-through\">b</u><span style=\"text-decoration -line:line-through underline\">a</span><u style=\"text-decoration:line-through\" >r</u>baz"
1588 PASS [["stylewithcss","true"],["underline",""]] "foo<u style=\"text-decoration: line-through\">b[a]r</u>baz" queryCommandIndeterm("stylewithcss") before
1589 PASS [["stylewithcss","true"],["underline",""]] "foo<u style=\"text-decoration: line-through\">b[a]r</u>baz" queryCommandState("stylewithcss") before
1590 FAIL [["stylewithcss","true"],["underline",""]] "foo<u style=\"text-decoration: line-through\">b[a]r</u>baz" queryCommandValue("stylewithcss") before assert_equ als: Wrong result returned expected "" but got "false"
1591 PASS [["stylewithcss","true"],["underline",""]] "foo<u style=\"text-decoration: line-through\">b[a]r</u>baz" queryCommandIndeterm("stylewithcss") after
1592 PASS [["stylewithcss","true"],["underline",""]] "foo<u style=\"text-decoration: line-through\">b[a]r</u>baz" queryCommandState("stylewithcss") after
1593 FAIL [["stylewithcss","true"],["underline",""]] "foo<u style=\"text-decoration: line-through\">b[a]r</u>baz" queryCommandValue("stylewithcss") after assert_equa ls: Wrong result returned expected "" but got "true"
1594 PASS [["stylewithcss","true"],["underline",""]] "foo<u style=\"text-decoration: line-through\">b[a]r</u>baz" queryCommandIndeterm("underline") before
1595 PASS [["stylewithcss","true"],["underline",""]] "foo<u style=\"text-decoration: line-through\">b[a]r</u>baz" queryCommandState("underline") before
1596 FAIL [["stylewithcss","true"],["underline",""]] "foo<u style=\"text-decoration: line-through\">b[a]r</u>baz" queryCommandValue("underline") before assert_equals : Wrong result returned expected "" but got "false"
1597 PASS [["stylewithcss","true"],["underline",""]] "foo<u style=\"text-decoration: line-through\">b[a]r</u>baz" queryCommandIndeterm("underline") after
1598 PASS [["stylewithcss","true"],["underline",""]] "foo<u style=\"text-decoration: line-through\">b[a]r</u>baz" queryCommandState("underline") after
1599 FAIL [["stylewithcss","true"],["underline",""]] "foo<u style=\"text-decoration: line-through\">b[a]r</u>baz" queryCommandValue("underline") after assert_equals: Wrong result returned expected "" but got "true"
1600 PASS [["stylewithcss","false"],["underline",""]] "foo<u style=\"text-decoration: line-through\">b[a]r</u>baz": execCommand("stylewithcss", false, "false") retur n value
1601 PASS [["stylewithcss","false"],["underline",""]] "foo<u style=\"text-decoration: line-through\">b[a]r</u>baz": execCommand("underline", false, "") return value
1602 PASS [["stylewithcss","false"],["underline",""]] "foo<u style=\"text-decoration: line-through\">b[a]r</u>baz" checks for modifications to non-editable content
1603 FAIL [["stylewithcss","false"],["underline",""]] "foo<u style=\"text-decoration: line-through\">b[a]r</u>baz" compare innerHTML assert_equals: Unexpected innerH TML (after normalizing inline style) expected "foo<u style=\"text-decoration:lin e-through\">b<u>a</u>r</u>baz" but got "foo<u style=\"text-decoration:line-throu gh\">b</u><u><strike>a</strike></u><u style=\"text-decoration:line-through\">r</ u>baz"
1604 PASS [["stylewithcss","false"],["underline",""]] "foo<u style=\"text-decoration: line-through\">b[a]r</u>baz" queryCommandIndeterm("stylewithcss") before
1605 PASS [["stylewithcss","false"],["underline",""]] "foo<u style=\"text-decoration: line-through\">b[a]r</u>baz" queryCommandState("stylewithcss") before
1606 FAIL [["stylewithcss","false"],["underline",""]] "foo<u style=\"text-decoration: line-through\">b[a]r</u>baz" queryCommandValue("stylewithcss") before assert_eq uals: Wrong result returned expected "" but got "true"
1607 PASS [["stylewithcss","false"],["underline",""]] "foo<u style=\"text-decoration: line-through\">b[a]r</u>baz" queryCommandIndeterm("stylewithcss") after
1608 PASS [["stylewithcss","false"],["underline",""]] "foo<u style=\"text-decoration: line-through\">b[a]r</u>baz" queryCommandState("stylewithcss") after
1609 FAIL [["stylewithcss","false"],["underline",""]] "foo<u style=\"text-decoration: line-through\">b[a]r</u>baz" queryCommandValue("stylewithcss") after assert_equ als: Wrong result returned expected "" but got "false"
1610 PASS [["stylewithcss","false"],["underline",""]] "foo<u style=\"text-decoration: line-through\">b[a]r</u>baz" queryCommandIndeterm("underline") before
1611 PASS [["stylewithcss","false"],["underline",""]] "foo<u style=\"text-decoration: line-through\">b[a]r</u>baz" queryCommandState("underline") before
1612 FAIL [["stylewithcss","false"],["underline",""]] "foo<u style=\"text-decoration: line-through\">b[a]r</u>baz" queryCommandValue("underline") before assert_equal s: Wrong result returned expected "" but got "false"
1613 PASS [["stylewithcss","false"],["underline",""]] "foo<u style=\"text-decoration: line-through\">b[a]r</u>baz" queryCommandIndeterm("underline") after
1614 PASS [["stylewithcss","false"],["underline",""]] "foo<u style=\"text-decoration: line-through\">b[a]r</u>baz" queryCommandState("underline") after
1615 FAIL [["stylewithcss","false"],["underline",""]] "foo<u style=\"text-decoration: line-through\">b[a]r</u>baz" queryCommandValue("underline") after assert_equals : Wrong result returned expected "" but got "true"
1616 PASS [["stylewithcss","true"],["underline",""]] "foo<s style=\"text-decoration: overline\">[bar]</s>baz": execCommand("stylewithcss", false, "true") return valu e
1617 PASS [["stylewithcss","true"],["underline",""]] "foo<s style=\"text-decoration: overline\">[bar]</s>baz": execCommand("underline", false, "") return value
1618 PASS [["stylewithcss","true"],["underline",""]] "foo<s style=\"text-decoration: overline\">[bar]</s>baz" checks for modifications to non-editable content
1619 FAIL [["stylewithcss","true"],["underline",""]] "foo<s style=\"text-decoration: overline\">[bar]</s>baz" compare innerHTML assert_equals: Unexpected innerHTML ( after normalizing inline style) expected "foo<span style=\"text-decoration:under line\"><s style=\"text-decoration:overline\">bar</s></span>baz" but got "foo<spa n style=\"text-decoration-line:overline underline\">bar</span>baz"
1620 PASS [["stylewithcss","true"],["underline",""]] "foo<s style=\"text-decoration: overline\">[bar]</s>baz" queryCommandIndeterm("stylewithcss") before
1621 PASS [["stylewithcss","true"],["underline",""]] "foo<s style=\"text-decoration: overline\">[bar]</s>baz" queryCommandState("stylewithcss") before
1622 FAIL [["stylewithcss","true"],["underline",""]] "foo<s style=\"text-decoration: overline\">[bar]</s>baz" queryCommandValue("stylewithcss") before assert_equals: Wrong result returned expected "" but got "false"
1623 PASS [["stylewithcss","true"],["underline",""]] "foo<s style=\"text-decoration: overline\">[bar]</s>baz" queryCommandIndeterm("stylewithcss") after
1624 PASS [["stylewithcss","true"],["underline",""]] "foo<s style=\"text-decoration: overline\">[bar]</s>baz" queryCommandState("stylewithcss") after
1625 FAIL [["stylewithcss","true"],["underline",""]] "foo<s style=\"text-decoration: overline\">[bar]</s>baz" queryCommandValue("stylewithcss") after assert_equals: Wrong result returned expected "" but got "true"
1626 PASS [["stylewithcss","true"],["underline",""]] "foo<s style=\"text-decoration: overline\">[bar]</s>baz" queryCommandIndeterm("underline") before
1627 PASS [["stylewithcss","true"],["underline",""]] "foo<s style=\"text-decoration: overline\">[bar]</s>baz" queryCommandState("underline") before
1628 FAIL [["stylewithcss","true"],["underline",""]] "foo<s style=\"text-decoration: overline\">[bar]</s>baz" queryCommandValue("underline") before assert_equals: Wr ong result returned expected "" but got "false"
1629 PASS [["stylewithcss","true"],["underline",""]] "foo<s style=\"text-decoration: overline\">[bar]</s>baz" queryCommandIndeterm("underline") after
1630 PASS [["stylewithcss","true"],["underline",""]] "foo<s style=\"text-decoration: overline\">[bar]</s>baz" queryCommandState("underline") after
1631 FAIL [["stylewithcss","true"],["underline",""]] "foo<s style=\"text-decoration: overline\">[bar]</s>baz" queryCommandValue("underline") after assert_equals: Wro ng result returned expected "" but got "true"
1632 PASS [["stylewithcss","false"],["underline",""]] "foo<s style=\"text-decoration: overline\">[bar]</s>baz": execCommand("stylewithcss", false, "false") return va lue
1633 PASS [["stylewithcss","false"],["underline",""]] "foo<s style=\"text-decoration: overline\">[bar]</s>baz": execCommand("underline", false, "") return value
1634 PASS [["stylewithcss","false"],["underline",""]] "foo<s style=\"text-decoration: overline\">[bar]</s>baz" checks for modifications to non-editable content
1635 FAIL [["stylewithcss","false"],["underline",""]] "foo<s style=\"text-decoration: overline\">[bar]</s>baz" compare innerHTML assert_equals: Unexpected innerHTML (after normalizing inline style) expected "foo<u><s style=\"text-decoration:over line\">bar</s></u>baz" but got "foo<span style=\"text-decoration-line:overline\" ><u>bar</u></span>baz"
1636 PASS [["stylewithcss","false"],["underline",""]] "foo<s style=\"text-decoration: overline\">[bar]</s>baz" queryCommandIndeterm("stylewithcss") before
1637 PASS [["stylewithcss","false"],["underline",""]] "foo<s style=\"text-decoration: overline\">[bar]</s>baz" queryCommandState("stylewithcss") before
1638 FAIL [["stylewithcss","false"],["underline",""]] "foo<s style=\"text-decoration: overline\">[bar]</s>baz" queryCommandValue("stylewithcss") before assert_equals : Wrong result returned expected "" but got "true"
1639 PASS [["stylewithcss","false"],["underline",""]] "foo<s style=\"text-decoration: overline\">[bar]</s>baz" queryCommandIndeterm("stylewithcss") after
1640 PASS [["stylewithcss","false"],["underline",""]] "foo<s style=\"text-decoration: overline\">[bar]</s>baz" queryCommandState("stylewithcss") after
1641 FAIL [["stylewithcss","false"],["underline",""]] "foo<s style=\"text-decoration: overline\">[bar]</s>baz" queryCommandValue("stylewithcss") after assert_equals: Wrong result returned expected "" but got "false"
1642 PASS [["stylewithcss","false"],["underline",""]] "foo<s style=\"text-decoration: overline\">[bar]</s>baz" queryCommandIndeterm("underline") before
1643 PASS [["stylewithcss","false"],["underline",""]] "foo<s style=\"text-decoration: overline\">[bar]</s>baz" queryCommandState("underline") before
1644 FAIL [["stylewithcss","false"],["underline",""]] "foo<s style=\"text-decoration: overline\">[bar]</s>baz" queryCommandValue("underline") before assert_equals: W rong result returned expected "" but got "false"
1645 PASS [["stylewithcss","false"],["underline",""]] "foo<s style=\"text-decoration: overline\">[bar]</s>baz" queryCommandIndeterm("underline") after
1646 PASS [["stylewithcss","false"],["underline",""]] "foo<s style=\"text-decoration: overline\">[bar]</s>baz" queryCommandState("underline") after
1647 FAIL [["stylewithcss","false"],["underline",""]] "foo<s style=\"text-decoration: overline\">[bar]</s>baz" queryCommandValue("underline") after assert_equals: Wr ong result returned expected "" but got "true"
1648 PASS [["stylewithcss","true"],["underline",""]] "foo<s style=\"text-decoration: overline\">b[a]r</s>baz": execCommand("stylewithcss", false, "true") return valu e
1649 PASS [["stylewithcss","true"],["underline",""]] "foo<s style=\"text-decoration: overline\">b[a]r</s>baz": execCommand("underline", false, "") return value
1650 PASS [["stylewithcss","true"],["underline",""]] "foo<s style=\"text-decoration: overline\">b[a]r</s>baz" checks for modifications to non-editable content
1651 FAIL [["stylewithcss","true"],["underline",""]] "foo<s style=\"text-decoration: overline\">b[a]r</s>baz" compare innerHTML assert_equals: Unexpected innerHTML ( after normalizing inline style) expected "foo<s style=\"text-decoration:overline \">b<span style=\"text-decoration:underline\">a</span>r</s>baz" but got "foo<s s tyle=\"text-decoration:overline\">b</s><span style=\"text-decoration-line:overli ne underline\">a</span><s style=\"text-decoration:overline\">r</s>baz"
1652 PASS [["stylewithcss","true"],["underline",""]] "foo<s style=\"text-decoration: overline\">b[a]r</s>baz" queryCommandIndeterm("stylewithcss") before
1653 PASS [["stylewithcss","true"],["underline",""]] "foo<s style=\"text-decoration: overline\">b[a]r</s>baz" queryCommandState("stylewithcss") before
1654 FAIL [["stylewithcss","true"],["underline",""]] "foo<s style=\"text-decoration: overline\">b[a]r</s>baz" queryCommandValue("stylewithcss") before assert_equals: Wrong result returned expected "" but got "false"
1655 PASS [["stylewithcss","true"],["underline",""]] "foo<s style=\"text-decoration: overline\">b[a]r</s>baz" queryCommandIndeterm("stylewithcss") after
1656 PASS [["stylewithcss","true"],["underline",""]] "foo<s style=\"text-decoration: overline\">b[a]r</s>baz" queryCommandState("stylewithcss") after
1657 FAIL [["stylewithcss","true"],["underline",""]] "foo<s style=\"text-decoration: overline\">b[a]r</s>baz" queryCommandValue("stylewithcss") after assert_equals: Wrong result returned expected "" but got "true"
1658 PASS [["stylewithcss","true"],["underline",""]] "foo<s style=\"text-decoration: overline\">b[a]r</s>baz" queryCommandIndeterm("underline") before
1659 PASS [["stylewithcss","true"],["underline",""]] "foo<s style=\"text-decoration: overline\">b[a]r</s>baz" queryCommandState("underline") before
1660 FAIL [["stylewithcss","true"],["underline",""]] "foo<s style=\"text-decoration: overline\">b[a]r</s>baz" queryCommandValue("underline") before assert_equals: Wr ong result returned expected "" but got "false"
1661 PASS [["stylewithcss","true"],["underline",""]] "foo<s style=\"text-decoration: overline\">b[a]r</s>baz" queryCommandIndeterm("underline") after
1662 PASS [["stylewithcss","true"],["underline",""]] "foo<s style=\"text-decoration: overline\">b[a]r</s>baz" queryCommandState("underline") after
1663 FAIL [["stylewithcss","true"],["underline",""]] "foo<s style=\"text-decoration: overline\">b[a]r</s>baz" queryCommandValue("underline") after assert_equals: Wro ng result returned expected "" but got "true"
1664 PASS [["stylewithcss","false"],["underline",""]] "foo<s style=\"text-decoration: overline\">b[a]r</s>baz": execCommand("stylewithcss", false, "false") return va lue
1665 PASS [["stylewithcss","false"],["underline",""]] "foo<s style=\"text-decoration: overline\">b[a]r</s>baz": execCommand("underline", false, "") return value
1666 PASS [["stylewithcss","false"],["underline",""]] "foo<s style=\"text-decoration: overline\">b[a]r</s>baz" checks for modifications to non-editable content
1667 FAIL [["stylewithcss","false"],["underline",""]] "foo<s style=\"text-decoration: overline\">b[a]r</s>baz" compare innerHTML assert_equals: Unexpected innerHTML (after normalizing inline style) expected "foo<s style=\"text-decoration:overlin e\">b<u>a</u>r</s>baz" but got "foo<s style=\"text-decoration:overline\">b</s><s pan style=\"text-decoration-line:overline\"><u>a</u></span><s style=\"text-decor ation:overline\">r</s>baz"
1668 PASS [["stylewithcss","false"],["underline",""]] "foo<s style=\"text-decoration: overline\">b[a]r</s>baz" queryCommandIndeterm("stylewithcss") before
1669 PASS [["stylewithcss","false"],["underline",""]] "foo<s style=\"text-decoration: overline\">b[a]r</s>baz" queryCommandState("stylewithcss") before
1670 FAIL [["stylewithcss","false"],["underline",""]] "foo<s style=\"text-decoration: overline\">b[a]r</s>baz" queryCommandValue("stylewithcss") before assert_equals : Wrong result returned expected "" but got "true"
1671 PASS [["stylewithcss","false"],["underline",""]] "foo<s style=\"text-decoration: overline\">b[a]r</s>baz" queryCommandIndeterm("stylewithcss") after
1672 PASS [["stylewithcss","false"],["underline",""]] "foo<s style=\"text-decoration: overline\">b[a]r</s>baz" queryCommandState("stylewithcss") after
1673 FAIL [["stylewithcss","false"],["underline",""]] "foo<s style=\"text-decoration: overline\">b[a]r</s>baz" queryCommandValue("stylewithcss") after assert_equals: Wrong result returned expected "" but got "false"
1674 PASS [["stylewithcss","false"],["underline",""]] "foo<s style=\"text-decoration: overline\">b[a]r</s>baz" queryCommandIndeterm("underline") before
1675 PASS [["stylewithcss","false"],["underline",""]] "foo<s style=\"text-decoration: overline\">b[a]r</s>baz" queryCommandState("underline") before
1676 FAIL [["stylewithcss","false"],["underline",""]] "foo<s style=\"text-decoration: overline\">b[a]r</s>baz" queryCommandValue("underline") before assert_equals: W rong result returned expected "" but got "false"
1677 PASS [["stylewithcss","false"],["underline",""]] "foo<s style=\"text-decoration: overline\">b[a]r</s>baz" queryCommandIndeterm("underline") after
1678 PASS [["stylewithcss","false"],["underline",""]] "foo<s style=\"text-decoration: overline\">b[a]r</s>baz" queryCommandState("underline") after
1679 FAIL [["stylewithcss","false"],["underline",""]] "foo<s style=\"text-decoration: overline\">b[a]r</s>baz" queryCommandValue("underline") after assert_equals: Wr ong result returned expected "" but got "true"
1680 PASS [["stylewithcss","true"],["underline",""]] "foo<u style=\"text-decoration: overline\">[bar]</u>baz": execCommand("stylewithcss", false, "true") return valu e
1681 PASS [["stylewithcss","true"],["underline",""]] "foo<u style=\"text-decoration: overline\">[bar]</u>baz": execCommand("underline", false, "") return value
1682 PASS [["stylewithcss","true"],["underline",""]] "foo<u style=\"text-decoration: overline\">[bar]</u>baz" checks for modifications to non-editable content
1683 FAIL [["stylewithcss","true"],["underline",""]] "foo<u style=\"text-decoration: overline\">[bar]</u>baz" compare innerHTML assert_equals: Unexpected innerHTML ( after normalizing inline style) expected "foo<span style=\"text-decoration:under line\"><u style=\"text-decoration:overline\">bar</u></span>baz" but got "foo<spa n style=\"text-decoration-line:overline underline\">bar</span>baz"
1684 PASS [["stylewithcss","true"],["underline",""]] "foo<u style=\"text-decoration: overline\">[bar]</u>baz" queryCommandIndeterm("stylewithcss") before
1685 PASS [["stylewithcss","true"],["underline",""]] "foo<u style=\"text-decoration: overline\">[bar]</u>baz" queryCommandState("stylewithcss") before
1686 FAIL [["stylewithcss","true"],["underline",""]] "foo<u style=\"text-decoration: overline\">[bar]</u>baz" queryCommandValue("stylewithcss") before assert_equals: Wrong result returned expected "" but got "false"
1687 PASS [["stylewithcss","true"],["underline",""]] "foo<u style=\"text-decoration: overline\">[bar]</u>baz" queryCommandIndeterm("stylewithcss") after
1688 PASS [["stylewithcss","true"],["underline",""]] "foo<u style=\"text-decoration: overline\">[bar]</u>baz" queryCommandState("stylewithcss") after
1689 FAIL [["stylewithcss","true"],["underline",""]] "foo<u style=\"text-decoration: overline\">[bar]</u>baz" queryCommandValue("stylewithcss") after assert_equals: Wrong result returned expected "" but got "true"
1690 PASS [["stylewithcss","true"],["underline",""]] "foo<u style=\"text-decoration: overline\">[bar]</u>baz" queryCommandIndeterm("underline") before
1691 PASS [["stylewithcss","true"],["underline",""]] "foo<u style=\"text-decoration: overline\">[bar]</u>baz" queryCommandState("underline") before
1692 FAIL [["stylewithcss","true"],["underline",""]] "foo<u style=\"text-decoration: overline\">[bar]</u>baz" queryCommandValue("underline") before assert_equals: Wr ong result returned expected "" but got "false"
1693 PASS [["stylewithcss","true"],["underline",""]] "foo<u style=\"text-decoration: overline\">[bar]</u>baz" queryCommandIndeterm("underline") after
1694 PASS [["stylewithcss","true"],["underline",""]] "foo<u style=\"text-decoration: overline\">[bar]</u>baz" queryCommandState("underline") after
1695 FAIL [["stylewithcss","true"],["underline",""]] "foo<u style=\"text-decoration: overline\">[bar]</u>baz" queryCommandValue("underline") after assert_equals: Wro ng result returned expected "" but got "true"
1696 PASS [["stylewithcss","false"],["underline",""]] "foo<u style=\"text-decoration: overline\">[bar]</u>baz": execCommand("stylewithcss", false, "false") return va lue
1697 PASS [["stylewithcss","false"],["underline",""]] "foo<u style=\"text-decoration: overline\">[bar]</u>baz": execCommand("underline", false, "") return value
1698 PASS [["stylewithcss","false"],["underline",""]] "foo<u style=\"text-decoration: overline\">[bar]</u>baz" checks for modifications to non-editable content
1699 FAIL [["stylewithcss","false"],["underline",""]] "foo<u style=\"text-decoration: overline\">[bar]</u>baz" compare innerHTML assert_equals: Unexpected innerHTML (after normalizing inline style) expected "foo<u><u style=\"text-decoration:over line\">bar</u></u>baz" but got "foo<span style=\"text-decoration-line:overline\" ><u>bar</u></span>baz"
1700 PASS [["stylewithcss","false"],["underline",""]] "foo<u style=\"text-decoration: overline\">[bar]</u>baz" queryCommandIndeterm("stylewithcss") before
1701 PASS [["stylewithcss","false"],["underline",""]] "foo<u style=\"text-decoration: overline\">[bar]</u>baz" queryCommandState("stylewithcss") before
1702 FAIL [["stylewithcss","false"],["underline",""]] "foo<u style=\"text-decoration: overline\">[bar]</u>baz" queryCommandValue("stylewithcss") before assert_equals : Wrong result returned expected "" but got "true"
1703 PASS [["stylewithcss","false"],["underline",""]] "foo<u style=\"text-decoration: overline\">[bar]</u>baz" queryCommandIndeterm("stylewithcss") after
1704 PASS [["stylewithcss","false"],["underline",""]] "foo<u style=\"text-decoration: overline\">[bar]</u>baz" queryCommandState("stylewithcss") after
1705 FAIL [["stylewithcss","false"],["underline",""]] "foo<u style=\"text-decoration: overline\">[bar]</u>baz" queryCommandValue("stylewithcss") after assert_equals: Wrong result returned expected "" but got "false"
1706 PASS [["stylewithcss","false"],["underline",""]] "foo<u style=\"text-decoration: overline\">[bar]</u>baz" queryCommandIndeterm("underline") before
1707 PASS [["stylewithcss","false"],["underline",""]] "foo<u style=\"text-decoration: overline\">[bar]</u>baz" queryCommandState("underline") before
1708 FAIL [["stylewithcss","false"],["underline",""]] "foo<u style=\"text-decoration: overline\">[bar]</u>baz" queryCommandValue("underline") before assert_equals: W rong result returned expected "" but got "false"
1709 PASS [["stylewithcss","false"],["underline",""]] "foo<u style=\"text-decoration: overline\">[bar]</u>baz" queryCommandIndeterm("underline") after
1710 PASS [["stylewithcss","false"],["underline",""]] "foo<u style=\"text-decoration: overline\">[bar]</u>baz" queryCommandState("underline") after
1711 FAIL [["stylewithcss","false"],["underline",""]] "foo<u style=\"text-decoration: overline\">[bar]</u>baz" queryCommandValue("underline") after assert_equals: Wr ong result returned expected "" but got "true"
1712 PASS [["stylewithcss","true"],["underline",""]] "foo<u style=\"text-decoration: overline\">b[a]r</u>baz": execCommand("stylewithcss", false, "true") return valu e
1713 PASS [["stylewithcss","true"],["underline",""]] "foo<u style=\"text-decoration: overline\">b[a]r</u>baz": execCommand("underline", false, "") return value
1714 PASS [["stylewithcss","true"],["underline",""]] "foo<u style=\"text-decoration: overline\">b[a]r</u>baz" checks for modifications to non-editable content
1715 FAIL [["stylewithcss","true"],["underline",""]] "foo<u style=\"text-decoration: overline\">b[a]r</u>baz" compare innerHTML assert_equals: Unexpected innerHTML ( after normalizing inline style) expected "foo<u style=\"text-decoration:overline \">b<span style=\"text-decoration:underline\">a</span>r</u>baz" but got "foo<u s tyle=\"text-decoration:overline\">b</u><span style=\"text-decoration-line:overli ne underline\">a</span><u style=\"text-decoration:overline\">r</u>baz"
1716 PASS [["stylewithcss","true"],["underline",""]] "foo<u style=\"text-decoration: overline\">b[a]r</u>baz" queryCommandIndeterm("stylewithcss") before
1717 PASS [["stylewithcss","true"],["underline",""]] "foo<u style=\"text-decoration: overline\">b[a]r</u>baz" queryCommandState("stylewithcss") before
1718 FAIL [["stylewithcss","true"],["underline",""]] "foo<u style=\"text-decoration: overline\">b[a]r</u>baz" queryCommandValue("stylewithcss") before assert_equals: Wrong result returned expected "" but got "false"
1719 PASS [["stylewithcss","true"],["underline",""]] "foo<u style=\"text-decoration: overline\">b[a]r</u>baz" queryCommandIndeterm("stylewithcss") after
1720 PASS [["stylewithcss","true"],["underline",""]] "foo<u style=\"text-decoration: overline\">b[a]r</u>baz" queryCommandState("stylewithcss") after
1721 FAIL [["stylewithcss","true"],["underline",""]] "foo<u style=\"text-decoration: overline\">b[a]r</u>baz" queryCommandValue("stylewithcss") after assert_equals: Wrong result returned expected "" but got "true"
1722 PASS [["stylewithcss","true"],["underline",""]] "foo<u style=\"text-decoration: overline\">b[a]r</u>baz" queryCommandIndeterm("underline") before
1723 PASS [["stylewithcss","true"],["underline",""]] "foo<u style=\"text-decoration: overline\">b[a]r</u>baz" queryCommandState("underline") before
1724 FAIL [["stylewithcss","true"],["underline",""]] "foo<u style=\"text-decoration: overline\">b[a]r</u>baz" queryCommandValue("underline") before assert_equals: Wr ong result returned expected "" but got "false"
1725 PASS [["stylewithcss","true"],["underline",""]] "foo<u style=\"text-decoration: overline\">b[a]r</u>baz" queryCommandIndeterm("underline") after
1726 PASS [["stylewithcss","true"],["underline",""]] "foo<u style=\"text-decoration: overline\">b[a]r</u>baz" queryCommandState("underline") after
1727 FAIL [["stylewithcss","true"],["underline",""]] "foo<u style=\"text-decoration: overline\">b[a]r</u>baz" queryCommandValue("underline") after assert_equals: Wro ng result returned expected "" but got "true"
1728 PASS [["stylewithcss","false"],["underline",""]] "foo<u style=\"text-decoration: overline\">b[a]r</u>baz": execCommand("stylewithcss", false, "false") return va lue
1729 PASS [["stylewithcss","false"],["underline",""]] "foo<u style=\"text-decoration: overline\">b[a]r</u>baz": execCommand("underline", false, "") return value
1730 PASS [["stylewithcss","false"],["underline",""]] "foo<u style=\"text-decoration: overline\">b[a]r</u>baz" checks for modifications to non-editable content
1731 FAIL [["stylewithcss","false"],["underline",""]] "foo<u style=\"text-decoration: overline\">b[a]r</u>baz" compare innerHTML assert_equals: Unexpected innerHTML (after normalizing inline style) expected "foo<u style=\"text-decoration:overlin e\">b<u>a</u>r</u>baz" but got "foo<u style=\"text-decoration:overline\">b</u><s pan style=\"text-decoration-line:overline\"><u>a</u></span><u style=\"text-decor ation:overline\">r</u>baz"
1732 PASS [["stylewithcss","false"],["underline",""]] "foo<u style=\"text-decoration: overline\">b[a]r</u>baz" queryCommandIndeterm("stylewithcss") before
1733 PASS [["stylewithcss","false"],["underline",""]] "foo<u style=\"text-decoration: overline\">b[a]r</u>baz" queryCommandState("stylewithcss") before
1734 FAIL [["stylewithcss","false"],["underline",""]] "foo<u style=\"text-decoration: overline\">b[a]r</u>baz" queryCommandValue("stylewithcss") before assert_equals : Wrong result returned expected "" but got "true"
1735 PASS [["stylewithcss","false"],["underline",""]] "foo<u style=\"text-decoration: overline\">b[a]r</u>baz" queryCommandIndeterm("stylewithcss") after
1736 PASS [["stylewithcss","false"],["underline",""]] "foo<u style=\"text-decoration: overline\">b[a]r</u>baz" queryCommandState("stylewithcss") after
1737 FAIL [["stylewithcss","false"],["underline",""]] "foo<u style=\"text-decoration: overline\">b[a]r</u>baz" queryCommandValue("stylewithcss") after assert_equals: Wrong result returned expected "" but got "false"
1738 PASS [["stylewithcss","false"],["underline",""]] "foo<u style=\"text-decoration: overline\">b[a]r</u>baz" queryCommandIndeterm("underline") before
1739 PASS [["stylewithcss","false"],["underline",""]] "foo<u style=\"text-decoration: overline\">b[a]r</u>baz" queryCommandState("underline") before
1740 FAIL [["stylewithcss","false"],["underline",""]] "foo<u style=\"text-decoration: overline\">b[a]r</u>baz" queryCommandValue("underline") before assert_equals: W rong result returned expected "" but got "false"
1741 PASS [["stylewithcss","false"],["underline",""]] "foo<u style=\"text-decoration: overline\">b[a]r</u>baz" queryCommandIndeterm("underline") after
1742 PASS [["stylewithcss","false"],["underline",""]] "foo<u style=\"text-decoration: overline\">b[a]r</u>baz" queryCommandState("underline") after
1743 FAIL [["stylewithcss","false"],["underline",""]] "foo<u style=\"text-decoration: overline\">b[a]r</u>baz" queryCommandValue("underline") after assert_equals: Wr ong result returned expected "" but got "true"
1744 PASS [["stylewithcss","true"],["underline",""]] "<p style=\"text-decoration: lin e-through\">foo[bar]baz</p>": execCommand("stylewithcss", false, "true") return value
1745 PASS [["stylewithcss","true"],["underline",""]] "<p style=\"text-decoration: lin e-through\">foo[bar]baz</p>": execCommand("underline", false, "") return value
1746 PASS [["stylewithcss","true"],["underline",""]] "<p style=\"text-decoration: lin e-through\">foo[bar]baz</p>" checks for modifications to non-editable content
1747 FAIL [["stylewithcss","true"],["underline",""]] "<p style=\"text-decoration: lin e-through\">foo[bar]baz</p>" compare innerHTML assert_equals: Unexpected innerHT ML (after normalizing inline style) expected "<p style=\"text-decoration:line-th rough\">foo<span style=\"text-decoration:underline\">bar</span>baz</p>" but got "<p><span style=\"text-decoration-line:line-through\">foo</span><span style=\"te xt-decoration-line:line-through underline\">bar</span><span style=\"text-decorat ion-line:line-through\">baz</span></p>"
1748 PASS [["stylewithcss","true"],["underline",""]] "<p style=\"text-decoration: lin e-through\">foo[bar]baz</p>" queryCommandIndeterm("stylewithcss") before
1749 PASS [["stylewithcss","true"],["underline",""]] "<p style=\"text-decoration: lin e-through\">foo[bar]baz</p>" queryCommandState("stylewithcss") before
1750 FAIL [["stylewithcss","true"],["underline",""]] "<p style=\"text-decoration: lin e-through\">foo[bar]baz</p>" queryCommandValue("stylewithcss") before assert_equ als: Wrong result returned expected "" but got "false"
1751 PASS [["stylewithcss","true"],["underline",""]] "<p style=\"text-decoration: lin e-through\">foo[bar]baz</p>" queryCommandIndeterm("stylewithcss") after
1752 PASS [["stylewithcss","true"],["underline",""]] "<p style=\"text-decoration: lin e-through\">foo[bar]baz</p>" queryCommandState("stylewithcss") after
1753 FAIL [["stylewithcss","true"],["underline",""]] "<p style=\"text-decoration: lin e-through\">foo[bar]baz</p>" queryCommandValue("stylewithcss") after assert_equa ls: Wrong result returned expected "" but got "true"
1754 PASS [["stylewithcss","true"],["underline",""]] "<p style=\"text-decoration: lin e-through\">foo[bar]baz</p>" queryCommandIndeterm("underline") before
1755 PASS [["stylewithcss","true"],["underline",""]] "<p style=\"text-decoration: lin e-through\">foo[bar]baz</p>" queryCommandState("underline") before
1756 FAIL [["stylewithcss","true"],["underline",""]] "<p style=\"text-decoration: lin e-through\">foo[bar]baz</p>" queryCommandValue("underline") before assert_equals : Wrong result returned expected "" but got "false"
1757 PASS [["stylewithcss","true"],["underline",""]] "<p style=\"text-decoration: lin e-through\">foo[bar]baz</p>" queryCommandIndeterm("underline") after
1758 PASS [["stylewithcss","true"],["underline",""]] "<p style=\"text-decoration: lin e-through\">foo[bar]baz</p>" queryCommandState("underline") after
1759 FAIL [["stylewithcss","true"],["underline",""]] "<p style=\"text-decoration: lin e-through\">foo[bar]baz</p>" queryCommandValue("underline") after assert_equals: Wrong result returned expected "" but got "true"
1760 PASS [["stylewithcss","false"],["underline",""]] "<p style=\"text-decoration: li ne-through\">foo[bar]baz</p>": execCommand("stylewithcss", false, "false") retur n value
1761 PASS [["stylewithcss","false"],["underline",""]] "<p style=\"text-decoration: li ne-through\">foo[bar]baz</p>": execCommand("underline", false, "") return value
1762 PASS [["stylewithcss","false"],["underline",""]] "<p style=\"text-decoration: li ne-through\">foo[bar]baz</p>" checks for modifications to non-editable content
1763 FAIL [["stylewithcss","false"],["underline",""]] "<p style=\"text-decoration: li ne-through\">foo[bar]baz</p>" compare innerHTML assert_equals: Unexpected innerH TML (after normalizing inline style) expected "<p style=\"text-decoration:line-t hrough\">foo<u>bar</u>baz</p>" but got "<p><span style=\"text-decoration-line:li ne-through\">foo</span><u><strike>bar</strike></u><strike>baz</strike></p>"
1764 PASS [["stylewithcss","false"],["underline",""]] "<p style=\"text-decoration: li ne-through\">foo[bar]baz</p>" queryCommandIndeterm("stylewithcss") before
1765 PASS [["stylewithcss","false"],["underline",""]] "<p style=\"text-decoration: li ne-through\">foo[bar]baz</p>" queryCommandState("stylewithcss") before
1766 FAIL [["stylewithcss","false"],["underline",""]] "<p style=\"text-decoration: li ne-through\">foo[bar]baz</p>" queryCommandValue("stylewithcss") before assert_eq uals: Wrong result returned expected "" but got "true"
1767 PASS [["stylewithcss","false"],["underline",""]] "<p style=\"text-decoration: li ne-through\">foo[bar]baz</p>" queryCommandIndeterm("stylewithcss") after
1768 PASS [["stylewithcss","false"],["underline",""]] "<p style=\"text-decoration: li ne-through\">foo[bar]baz</p>" queryCommandState("stylewithcss") after
1769 FAIL [["stylewithcss","false"],["underline",""]] "<p style=\"text-decoration: li ne-through\">foo[bar]baz</p>" queryCommandValue("stylewithcss") after assert_equ als: Wrong result returned expected "" but got "false"
1770 PASS [["stylewithcss","false"],["underline",""]] "<p style=\"text-decoration: li ne-through\">foo[bar]baz</p>" queryCommandIndeterm("underline") before
1771 PASS [["stylewithcss","false"],["underline",""]] "<p style=\"text-decoration: li ne-through\">foo[bar]baz</p>" queryCommandState("underline") before
1772 FAIL [["stylewithcss","false"],["underline",""]] "<p style=\"text-decoration: li ne-through\">foo[bar]baz</p>" queryCommandValue("underline") before assert_equal s: Wrong result returned expected "" but got "false"
1773 PASS [["stylewithcss","false"],["underline",""]] "<p style=\"text-decoration: li ne-through\">foo[bar]baz</p>" queryCommandIndeterm("underline") after
1774 PASS [["stylewithcss","false"],["underline",""]] "<p style=\"text-decoration: li ne-through\">foo[bar]baz</p>" queryCommandState("underline") after
1775 FAIL [["stylewithcss","false"],["underline",""]] "<p style=\"text-decoration: li ne-through\">foo[bar]baz</p>" queryCommandValue("underline") after assert_equals : Wrong result returned expected "" but got "true"
1776 PASS [["stylewithcss","true"],["underline",""]] "<p style=\"text-decoration: ove rline\">foo[bar]baz</p>": execCommand("stylewithcss", false, "true") return valu e
1777 PASS [["stylewithcss","true"],["underline",""]] "<p style=\"text-decoration: ove rline\">foo[bar]baz</p>": execCommand("underline", false, "") return value
1778 PASS [["stylewithcss","true"],["underline",""]] "<p style=\"text-decoration: ove rline\">foo[bar]baz</p>" checks for modifications to non-editable content
1779 FAIL [["stylewithcss","true"],["underline",""]] "<p style=\"text-decoration: ove rline\">foo[bar]baz</p>" compare innerHTML assert_equals: Unexpected innerHTML ( after normalizing inline style) expected "<p style=\"text-decoration:overline\"> foo<span style=\"text-decoration:underline\">bar</span>baz</p>" but got "<p><spa n style=\"text-decoration-line:overline\">foo</span><span style=\"text-decoratio n-line:overline underline\">bar</span><span style=\"text-decoration-line:overlin e\">baz</span></p>"
1780 PASS [["stylewithcss","true"],["underline",""]] "<p style=\"text-decoration: ove rline\">foo[bar]baz</p>" queryCommandIndeterm("stylewithcss") before
1781 PASS [["stylewithcss","true"],["underline",""]] "<p style=\"text-decoration: ove rline\">foo[bar]baz</p>" queryCommandState("stylewithcss") before
1782 FAIL [["stylewithcss","true"],["underline",""]] "<p style=\"text-decoration: ove rline\">foo[bar]baz</p>" queryCommandValue("stylewithcss") before assert_equals: Wrong result returned expected "" but got "false"
1783 PASS [["stylewithcss","true"],["underline",""]] "<p style=\"text-decoration: ove rline\">foo[bar]baz</p>" queryCommandIndeterm("stylewithcss") after
1784 PASS [["stylewithcss","true"],["underline",""]] "<p style=\"text-decoration: ove rline\">foo[bar]baz</p>" queryCommandState("stylewithcss") after
1785 FAIL [["stylewithcss","true"],["underline",""]] "<p style=\"text-decoration: ove rline\">foo[bar]baz</p>" queryCommandValue("stylewithcss") after assert_equals: Wrong result returned expected "" but got "true"
1786 PASS [["stylewithcss","true"],["underline",""]] "<p style=\"text-decoration: ove rline\">foo[bar]baz</p>" queryCommandIndeterm("underline") before
1787 PASS [["stylewithcss","true"],["underline",""]] "<p style=\"text-decoration: ove rline\">foo[bar]baz</p>" queryCommandState("underline") before
1788 FAIL [["stylewithcss","true"],["underline",""]] "<p style=\"text-decoration: ove rline\">foo[bar]baz</p>" queryCommandValue("underline") before assert_equals: Wr ong result returned expected "" but got "false"
1789 PASS [["stylewithcss","true"],["underline",""]] "<p style=\"text-decoration: ove rline\">foo[bar]baz</p>" queryCommandIndeterm("underline") after
1790 PASS [["stylewithcss","true"],["underline",""]] "<p style=\"text-decoration: ove rline\">foo[bar]baz</p>" queryCommandState("underline") after
1791 FAIL [["stylewithcss","true"],["underline",""]] "<p style=\"text-decoration: ove rline\">foo[bar]baz</p>" queryCommandValue("underline") after assert_equals: Wro ng result returned expected "" but got "true"
1792 PASS [["stylewithcss","false"],["underline",""]] "<p style=\"text-decoration: ov erline\">foo[bar]baz</p>": execCommand("stylewithcss", false, "false") return va lue
1793 PASS [["stylewithcss","false"],["underline",""]] "<p style=\"text-decoration: ov erline\">foo[bar]baz</p>": execCommand("underline", false, "") return value
1794 PASS [["stylewithcss","false"],["underline",""]] "<p style=\"text-decoration: ov erline\">foo[bar]baz</p>" checks for modifications to non-editable content
1795 FAIL [["stylewithcss","false"],["underline",""]] "<p style=\"text-decoration: ov erline\">foo[bar]baz</p>" compare innerHTML assert_equals: Unexpected innerHTML (after normalizing inline style) expected "<p style=\"text-decoration:overline\" >foo<u>bar</u>baz</p>" but got "<p><span style=\"text-decoration-line:overline\" >foo<u>bar</u>baz</span></p>"
1796 PASS [["stylewithcss","false"],["underline",""]] "<p style=\"text-decoration: ov erline\">foo[bar]baz</p>" queryCommandIndeterm("stylewithcss") before
1797 PASS [["stylewithcss","false"],["underline",""]] "<p style=\"text-decoration: ov erline\">foo[bar]baz</p>" queryCommandState("stylewithcss") before
1798 FAIL [["stylewithcss","false"],["underline",""]] "<p style=\"text-decoration: ov erline\">foo[bar]baz</p>" queryCommandValue("stylewithcss") before assert_equals : Wrong result returned expected "" but got "true"
1799 PASS [["stylewithcss","false"],["underline",""]] "<p style=\"text-decoration: ov erline\">foo[bar]baz</p>" queryCommandIndeterm("stylewithcss") after
1800 PASS [["stylewithcss","false"],["underline",""]] "<p style=\"text-decoration: ov erline\">foo[bar]baz</p>" queryCommandState("stylewithcss") after
1801 FAIL [["stylewithcss","false"],["underline",""]] "<p style=\"text-decoration: ov erline\">foo[bar]baz</p>" queryCommandValue("stylewithcss") after assert_equals: Wrong result returned expected "" but got "false"
1802 PASS [["stylewithcss","false"],["underline",""]] "<p style=\"text-decoration: ov erline\">foo[bar]baz</p>" queryCommandIndeterm("underline") before
1803 PASS [["stylewithcss","false"],["underline",""]] "<p style=\"text-decoration: ov erline\">foo[bar]baz</p>" queryCommandState("underline") before
1804 FAIL [["stylewithcss","false"],["underline",""]] "<p style=\"text-decoration: ov erline\">foo[bar]baz</p>" queryCommandValue("underline") before assert_equals: W rong result returned expected "" but got "false"
1805 PASS [["stylewithcss","false"],["underline",""]] "<p style=\"text-decoration: ov erline\">foo[bar]baz</p>" queryCommandIndeterm("underline") after
1806 PASS [["stylewithcss","false"],["underline",""]] "<p style=\"text-decoration: ov erline\">foo[bar]baz</p>" queryCommandState("underline") after
1807 FAIL [["stylewithcss","false"],["underline",""]] "<p style=\"text-decoration: ov erline\">foo[bar]baz</p>" queryCommandValue("underline") after assert_equals: Wr ong result returned expected "" but got "true"
1808 PASS [["underline",""]] "foo<span class=\"underline\">[bar]</span>baz": execComm and("underline", false, "") return value
1809 PASS [["underline",""]] "foo<span class=\"underline\">[bar]</span>baz" checks fo r modifications to non-editable content
1810 PASS [["underline",""]] "foo<span class=\"underline\">[bar]</span>baz" compare i nnerHTML
1811 PASS [["underline",""]] "foo<span class=\"underline\">[bar]</span>baz" queryComm andIndeterm("underline") before
1812 PASS [["underline",""]] "foo<span class=\"underline\">[bar]</span>baz" queryComm andState("underline") before
1813 FAIL [["underline",""]] "foo<span class=\"underline\">[bar]</span>baz" queryComm andValue("underline") before assert_equals: Wrong result returned expected "" bu t got "true"
1814 PASS [["underline",""]] "foo<span class=\"underline\">[bar]</span>baz" queryComm andIndeterm("underline") after
1815 PASS [["underline",""]] "foo<span class=\"underline\">[bar]</span>baz" queryComm andState("underline") after
1816 FAIL [["underline",""]] "foo<span class=\"underline\">[bar]</span>baz" queryComm andValue("underline") after assert_equals: Wrong result returned expected "" but got "true"
1817 PASS [["underline",""]] "foo<span class=\"underline\">b[a]r</span>baz": execComm and("underline", false, "") return value
1818 PASS [["underline",""]] "foo<span class=\"underline\">b[a]r</span>baz" checks fo r modifications to non-editable content
1819 PASS [["underline",""]] "foo<span class=\"underline\">b[a]r</span>baz" compare i nnerHTML
1820 PASS [["underline",""]] "foo<span class=\"underline\">b[a]r</span>baz" queryComm andIndeterm("underline") before
1821 PASS [["underline",""]] "foo<span class=\"underline\">b[a]r</span>baz" queryComm andState("underline") before
1822 FAIL [["underline",""]] "foo<span class=\"underline\">b[a]r</span>baz" queryComm andValue("underline") before assert_equals: Wrong result returned expected "" bu t got "true"
1823 PASS [["underline",""]] "foo<span class=\"underline\">b[a]r</span>baz" queryComm andIndeterm("underline") after
1824 PASS [["underline",""]] "foo<span class=\"underline\">b[a]r</span>baz" queryComm andState("underline") after
1825 FAIL [["underline",""]] "foo<span class=\"underline\">b[a]r</span>baz" queryComm andValue("underline") after assert_equals: Wrong result returned expected "" but got "true"
1826 PASS [["stylewithcss","true"],["underline",""]] "foo<span class=\"line-through\" >[bar]</span>baz": execCommand("stylewithcss", false, "true") return value
1827 PASS [["stylewithcss","true"],["underline",""]] "foo<span class=\"line-through\" >[bar]</span>baz": execCommand("underline", false, "") return value
1828 PASS [["stylewithcss","true"],["underline",""]] "foo<span class=\"line-through\" >[bar]</span>baz" checks for modifications to non-editable content
1829 FAIL [["stylewithcss","true"],["underline",""]] "foo<span class=\"line-through\" >[bar]</span>baz" compare innerHTML assert_equals: Unexpected innerHTML (after n ormalizing inline style) expected "foo<span style=\"text-decoration:underline\"> <span class=\"line-through\">bar</span></span>baz" but got "foo<span class=\"lin e-through\" style=\"text-decoration-line:underline\">bar</span>baz"
1830 PASS [["stylewithcss","true"],["underline",""]] "foo<span class=\"line-through\" >[bar]</span>baz" queryCommandIndeterm("stylewithcss") before
1831 PASS [["stylewithcss","true"],["underline",""]] "foo<span class=\"line-through\" >[bar]</span>baz" queryCommandState("stylewithcss") before
1832 FAIL [["stylewithcss","true"],["underline",""]] "foo<span class=\"line-through\" >[bar]</span>baz" queryCommandValue("stylewithcss") before assert_equals: Wrong result returned expected "" but got "false"
1833 PASS [["stylewithcss","true"],["underline",""]] "foo<span class=\"line-through\" >[bar]</span>baz" queryCommandIndeterm("stylewithcss") after
1834 PASS [["stylewithcss","true"],["underline",""]] "foo<span class=\"line-through\" >[bar]</span>baz" queryCommandState("stylewithcss") after
1835 FAIL [["stylewithcss","true"],["underline",""]] "foo<span class=\"line-through\" >[bar]</span>baz" queryCommandValue("stylewithcss") after assert_equals: Wrong r esult returned expected "" but got "true"
1836 PASS [["stylewithcss","true"],["underline",""]] "foo<span class=\"line-through\" >[bar]</span>baz" queryCommandIndeterm("underline") before
1837 PASS [["stylewithcss","true"],["underline",""]] "foo<span class=\"line-through\" >[bar]</span>baz" queryCommandState("underline") before
1838 FAIL [["stylewithcss","true"],["underline",""]] "foo<span class=\"line-through\" >[bar]</span>baz" queryCommandValue("underline") before assert_equals: Wrong res ult returned expected "" but got "false"
1839 PASS [["stylewithcss","true"],["underline",""]] "foo<span class=\"line-through\" >[bar]</span>baz" queryCommandIndeterm("underline") after
1840 PASS [["stylewithcss","true"],["underline",""]] "foo<span class=\"line-through\" >[bar]</span>baz" queryCommandState("underline") after
1841 FAIL [["stylewithcss","true"],["underline",""]] "foo<span class=\"line-through\" >[bar]</span>baz" queryCommandValue("underline") after assert_equals: Wrong resu lt returned expected "" but got "true"
1842 PASS [["stylewithcss","false"],["underline",""]] "foo<span class=\"line-through\ ">[bar]</span>baz": execCommand("stylewithcss", false, "false") return value
1843 PASS [["stylewithcss","false"],["underline",""]] "foo<span class=\"line-through\ ">[bar]</span>baz": execCommand("underline", false, "") return value
1844 PASS [["stylewithcss","false"],["underline",""]] "foo<span class=\"line-through\ ">[bar]</span>baz" checks for modifications to non-editable content
1845 FAIL [["stylewithcss","false"],["underline",""]] "foo<span class=\"line-through\ ">[bar]</span>baz" compare innerHTML assert_equals: Unexpected innerHTML (after normalizing inline style) expected "foo<u><span class=\"line-through\">bar</span ></u>baz" but got "foo<span class=\"line-through\"><u>bar</u></span>baz"
1846 PASS [["stylewithcss","false"],["underline",""]] "foo<span class=\"line-through\ ">[bar]</span>baz" queryCommandIndeterm("stylewithcss") before
1847 PASS [["stylewithcss","false"],["underline",""]] "foo<span class=\"line-through\ ">[bar]</span>baz" queryCommandState("stylewithcss") before
1848 FAIL [["stylewithcss","false"],["underline",""]] "foo<span class=\"line-through\ ">[bar]</span>baz" queryCommandValue("stylewithcss") before assert_equals: Wrong result returned expected "" but got "true"
1849 PASS [["stylewithcss","false"],["underline",""]] "foo<span class=\"line-through\ ">[bar]</span>baz" queryCommandIndeterm("stylewithcss") after
1850 PASS [["stylewithcss","false"],["underline",""]] "foo<span class=\"line-through\ ">[bar]</span>baz" queryCommandState("stylewithcss") after
1851 FAIL [["stylewithcss","false"],["underline",""]] "foo<span class=\"line-through\ ">[bar]</span>baz" queryCommandValue("stylewithcss") after assert_equals: Wrong result returned expected "" but got "false"
1852 PASS [["stylewithcss","false"],["underline",""]] "foo<span class=\"line-through\ ">[bar]</span>baz" queryCommandIndeterm("underline") before
1853 PASS [["stylewithcss","false"],["underline",""]] "foo<span class=\"line-through\ ">[bar]</span>baz" queryCommandState("underline") before
1854 FAIL [["stylewithcss","false"],["underline",""]] "foo<span class=\"line-through\ ">[bar]</span>baz" queryCommandValue("underline") before assert_equals: Wrong re sult returned expected "" but got "false"
1855 PASS [["stylewithcss","false"],["underline",""]] "foo<span class=\"line-through\ ">[bar]</span>baz" queryCommandIndeterm("underline") after
1856 PASS [["stylewithcss","false"],["underline",""]] "foo<span class=\"line-through\ ">[bar]</span>baz" queryCommandState("underline") after
1857 FAIL [["stylewithcss","false"],["underline",""]] "foo<span class=\"line-through\ ">[bar]</span>baz" queryCommandValue("underline") after assert_equals: Wrong res ult returned expected "" but got "true"
1858 PASS [["stylewithcss","true"],["underline",""]] "foo<span class=\"line-through\" >b[a]r</span>baz": execCommand("stylewithcss", false, "true") return value
1859 PASS [["stylewithcss","true"],["underline",""]] "foo<span class=\"line-through\" >b[a]r</span>baz": execCommand("underline", false, "") return value
1860 PASS [["stylewithcss","true"],["underline",""]] "foo<span class=\"line-through\" >b[a]r</span>baz" checks for modifications to non-editable content
1861 FAIL [["stylewithcss","true"],["underline",""]] "foo<span class=\"line-through\" >b[a]r</span>baz" compare innerHTML assert_equals: Unexpected innerHTML (after n ormalizing inline style) expected "foo<span class=\"line-through\">b<span style= \"text-decoration:underline\">a</span>r</span>baz" but got "foo<span class=\"lin e-through\">b<span style=\"text-decoration-line:underline\">a</span>r</span>baz"
1862 PASS [["stylewithcss","true"],["underline",""]] "foo<span class=\"line-through\" >b[a]r</span>baz" queryCommandIndeterm("stylewithcss") before
1863 PASS [["stylewithcss","true"],["underline",""]] "foo<span class=\"line-through\" >b[a]r</span>baz" queryCommandState("stylewithcss") before
1864 FAIL [["stylewithcss","true"],["underline",""]] "foo<span class=\"line-through\" >b[a]r</span>baz" queryCommandValue("stylewithcss") before assert_equals: Wrong result returned expected "" but got "false"
1865 PASS [["stylewithcss","true"],["underline",""]] "foo<span class=\"line-through\" >b[a]r</span>baz" queryCommandIndeterm("stylewithcss") after
1866 PASS [["stylewithcss","true"],["underline",""]] "foo<span class=\"line-through\" >b[a]r</span>baz" queryCommandState("stylewithcss") after
1867 FAIL [["stylewithcss","true"],["underline",""]] "foo<span class=\"line-through\" >b[a]r</span>baz" queryCommandValue("stylewithcss") after assert_equals: Wrong r esult returned expected "" but got "true"
1868 PASS [["stylewithcss","true"],["underline",""]] "foo<span class=\"line-through\" >b[a]r</span>baz" queryCommandIndeterm("underline") before
1869 PASS [["stylewithcss","true"],["underline",""]] "foo<span class=\"line-through\" >b[a]r</span>baz" queryCommandState("underline") before
1870 FAIL [["stylewithcss","true"],["underline",""]] "foo<span class=\"line-through\" >b[a]r</span>baz" queryCommandValue("underline") before assert_equals: Wrong res ult returned expected "" but got "false"
1871 PASS [["stylewithcss","true"],["underline",""]] "foo<span class=\"line-through\" >b[a]r</span>baz" queryCommandIndeterm("underline") after
1872 PASS [["stylewithcss","true"],["underline",""]] "foo<span class=\"line-through\" >b[a]r</span>baz" queryCommandState("underline") after
1873 FAIL [["stylewithcss","true"],["underline",""]] "foo<span class=\"line-through\" >b[a]r</span>baz" queryCommandValue("underline") after assert_equals: Wrong resu lt returned expected "" but got "true"
1874 PASS [["stylewithcss","false"],["underline",""]] "foo<span class=\"line-through\ ">b[a]r</span>baz": execCommand("stylewithcss", false, "false") return value
1875 PASS [["stylewithcss","false"],["underline",""]] "foo<span class=\"line-through\ ">b[a]r</span>baz": execCommand("underline", false, "") return value
1876 PASS [["stylewithcss","false"],["underline",""]] "foo<span class=\"line-through\ ">b[a]r</span>baz" checks for modifications to non-editable content
1877 PASS [["stylewithcss","false"],["underline",""]] "foo<span class=\"line-through\ ">b[a]r</span>baz" compare innerHTML
1878 PASS [["stylewithcss","false"],["underline",""]] "foo<span class=\"line-through\ ">b[a]r</span>baz" queryCommandIndeterm("stylewithcss") before
1879 PASS [["stylewithcss","false"],["underline",""]] "foo<span class=\"line-through\ ">b[a]r</span>baz" queryCommandState("stylewithcss") before
1880 FAIL [["stylewithcss","false"],["underline",""]] "foo<span class=\"line-through\ ">b[a]r</span>baz" queryCommandValue("stylewithcss") before assert_equals: Wrong result returned expected "" but got "true"
1881 PASS [["stylewithcss","false"],["underline",""]] "foo<span class=\"line-through\ ">b[a]r</span>baz" queryCommandIndeterm("stylewithcss") after
1882 PASS [["stylewithcss","false"],["underline",""]] "foo<span class=\"line-through\ ">b[a]r</span>baz" queryCommandState("stylewithcss") after
1883 FAIL [["stylewithcss","false"],["underline",""]] "foo<span class=\"line-through\ ">b[a]r</span>baz" queryCommandValue("stylewithcss") after assert_equals: Wrong result returned expected "" but got "false"
1884 PASS [["stylewithcss","false"],["underline",""]] "foo<span class=\"line-through\ ">b[a]r</span>baz" queryCommandIndeterm("underline") before
1885 PASS [["stylewithcss","false"],["underline",""]] "foo<span class=\"line-through\ ">b[a]r</span>baz" queryCommandState("underline") before
1886 FAIL [["stylewithcss","false"],["underline",""]] "foo<span class=\"line-through\ ">b[a]r</span>baz" queryCommandValue("underline") before assert_equals: Wrong re sult returned expected "" but got "false"
1887 PASS [["stylewithcss","false"],["underline",""]] "foo<span class=\"line-through\ ">b[a]r</span>baz" queryCommandIndeterm("underline") after
1888 PASS [["stylewithcss","false"],["underline",""]] "foo<span class=\"line-through\ ">b[a]r</span>baz" queryCommandState("underline") after
1889 FAIL [["stylewithcss","false"],["underline",""]] "foo<span class=\"line-through\ ">b[a]r</span>baz" queryCommandValue("underline") after assert_equals: Wrong res ult returned expected "" but got "true"
1890 PASS [["underline",""]] "foo<span class=\"underline-and-line-through\">[bar]</sp an>baz": execCommand("underline", false, "") return value
1891 PASS [["underline",""]] "foo<span class=\"underline-and-line-through\">[bar]</sp an>baz" checks for modifications to non-editable content
1892 PASS [["underline",""]] "foo<span class=\"underline-and-line-through\">[bar]</sp an>baz" compare innerHTML
1893 PASS [["underline",""]] "foo<span class=\"underline-and-line-through\">[bar]</sp an>baz" queryCommandIndeterm("underline") before
1894 PASS [["underline",""]] "foo<span class=\"underline-and-line-through\">[bar]</sp an>baz" queryCommandState("underline") before
1895 FAIL [["underline",""]] "foo<span class=\"underline-and-line-through\">[bar]</sp an>baz" queryCommandValue("underline") before assert_equals: Wrong result return ed expected "" but got "true"
1896 PASS [["underline",""]] "foo<span class=\"underline-and-line-through\">[bar]</sp an>baz" queryCommandIndeterm("underline") after
1897 PASS [["underline",""]] "foo<span class=\"underline-and-line-through\">[bar]</sp an>baz" queryCommandState("underline") after
1898 FAIL [["underline",""]] "foo<span class=\"underline-and-line-through\">[bar]</sp an>baz" queryCommandValue("underline") after assert_equals: Wrong result returne d expected "" but got "true"
1899 PASS [["underline",""]] "foo<span class=\"underline-and-line-through\">b[a]r</sp an>baz": execCommand("underline", false, "") return value
1900 PASS [["underline",""]] "foo<span class=\"underline-and-line-through\">b[a]r</sp an>baz" checks for modifications to non-editable content
1901 PASS [["underline",""]] "foo<span class=\"underline-and-line-through\">b[a]r</sp an>baz" compare innerHTML
1902 PASS [["underline",""]] "foo<span class=\"underline-and-line-through\">b[a]r</sp an>baz" queryCommandIndeterm("underline") before
1903 PASS [["underline",""]] "foo<span class=\"underline-and-line-through\">b[a]r</sp an>baz" queryCommandState("underline") before
1904 FAIL [["underline",""]] "foo<span class=\"underline-and-line-through\">b[a]r</sp an>baz" queryCommandValue("underline") before assert_equals: Wrong result return ed expected "" but got "true"
1905 PASS [["underline",""]] "foo<span class=\"underline-and-line-through\">b[a]r</sp an>baz" queryCommandIndeterm("underline") after
1906 PASS [["underline",""]] "foo<span class=\"underline-and-line-through\">b[a]r</sp an>baz" queryCommandState("underline") after
1907 FAIL [["underline",""]] "foo<span class=\"underline-and-line-through\">b[a]r</sp an>baz" queryCommandValue("underline") after assert_equals: Wrong result returne d expected "" but got "true"
1908 PASS [["underline",""]] "fo[o<u>b]ar</u>baz": execCommand("underline", false, "" ) return value
1909 PASS [["underline",""]] "fo[o<u>b]ar</u>baz" checks for modifications to non-edi table content
1910 PASS [["underline",""]] "fo[o<u>b]ar</u>baz" compare innerHTML
1911 FAIL [["underline",""]] "fo[o<u>b]ar</u>baz" queryCommandIndeterm("underline") b efore assert_equals: Wrong result returned expected true but got false
1912 PASS [["underline",""]] "fo[o<u>b]ar</u>baz" queryCommandState("underline") befo re
1913 FAIL [["underline",""]] "fo[o<u>b]ar</u>baz" queryCommandValue("underline") befo re assert_equals: Wrong result returned expected "" but got "false"
1914 PASS [["underline",""]] "fo[o<u>b]ar</u>baz" queryCommandIndeterm("underline") a fter
1915 PASS [["underline",""]] "fo[o<u>b]ar</u>baz" queryCommandState("underline") afte r
1916 FAIL [["underline",""]] "fo[o<u>b]ar</u>baz" queryCommandValue("underline") afte r assert_equals: Wrong result returned expected "" but got "true"
1917 PASS [["underline",""]] "foo<u>ba[r</u>b]az": execCommand("underline", false, "" ) return value
1918 PASS [["underline",""]] "foo<u>ba[r</u>b]az" checks for modifications to non-edi table content
1919 FAIL [["underline",""]] "foo<u>ba[r</u>b]az" compare innerHTML assert_equals: Un expected innerHTML (after normalizing inline style) expected "foo<u>barb</u>az" but got "foo<u>ba</u>rbaz"
1920 FAIL [["underline",""]] "foo<u>ba[r</u>b]az" queryCommandIndeterm("underline") b efore assert_equals: Wrong result returned expected true but got false
1921 FAIL [["underline",""]] "foo<u>ba[r</u>b]az" queryCommandState("underline") befo re assert_equals: Wrong result returned expected false but got true
1922 FAIL [["underline",""]] "foo<u>ba[r</u>b]az" queryCommandValue("underline") befo re assert_equals: Wrong result returned expected "" but got "true"
1923 PASS [["underline",""]] "foo<u>ba[r</u>b]az" queryCommandIndeterm("underline") a fter
1924 FAIL [["underline",""]] "foo<u>ba[r</u>b]az" queryCommandState("underline") afte r assert_equals: Wrong result returned expected true but got false
1925 FAIL [["underline",""]] "foo<u>ba[r</u>b]az" queryCommandValue("underline") afte r assert_equals: Wrong result returned expected "" but got "false"
1926 PASS [["stylewithcss","true"],["underline",""]] "fo[o<u>bar</u>b]az": execComman d("stylewithcss", false, "true") return value
1927 PASS [["stylewithcss","true"],["underline",""]] "fo[o<u>bar</u>b]az": execComman d("underline", false, "") return value
1928 PASS [["stylewithcss","true"],["underline",""]] "fo[o<u>bar</u>b]az" checks for modifications to non-editable content
1929 FAIL [["stylewithcss","true"],["underline",""]] "fo[o<u>bar</u>b]az" compare inn erHTML assert_equals: Unexpected innerHTML (after normalizing inline style) expe cted "fo<span style=\"text-decoration:underline\">obarb</span>az" but got "fo<sp an style=\"text-decoration-line:underline\">obarb</span>az"
1930 PASS [["stylewithcss","true"],["underline",""]] "fo[o<u>bar</u>b]az" queryComman dIndeterm("stylewithcss") before
1931 PASS [["stylewithcss","true"],["underline",""]] "fo[o<u>bar</u>b]az" queryComman dState("stylewithcss") before
1932 FAIL [["stylewithcss","true"],["underline",""]] "fo[o<u>bar</u>b]az" queryComman dValue("stylewithcss") before assert_equals: Wrong result returned expected "" b ut got "false"
1933 PASS [["stylewithcss","true"],["underline",""]] "fo[o<u>bar</u>b]az" queryComman dIndeterm("stylewithcss") after
1934 PASS [["stylewithcss","true"],["underline",""]] "fo[o<u>bar</u>b]az" queryComman dState("stylewithcss") after
1935 FAIL [["stylewithcss","true"],["underline",""]] "fo[o<u>bar</u>b]az" queryComman dValue("stylewithcss") after assert_equals: Wrong result returned expected "" bu t got "true"
1936 FAIL [["stylewithcss","true"],["underline",""]] "fo[o<u>bar</u>b]az" queryComman dIndeterm("underline") before assert_equals: Wrong result returned expected true but got false
1937 PASS [["stylewithcss","true"],["underline",""]] "fo[o<u>bar</u>b]az" queryComman dState("underline") before
1938 FAIL [["stylewithcss","true"],["underline",""]] "fo[o<u>bar</u>b]az" queryComman dValue("underline") before assert_equals: Wrong result returned expected "" but got "false"
1939 PASS [["stylewithcss","true"],["underline",""]] "fo[o<u>bar</u>b]az" queryComman dIndeterm("underline") after
1940 PASS [["stylewithcss","true"],["underline",""]] "fo[o<u>bar</u>b]az" queryComman dState("underline") after
1941 FAIL [["stylewithcss","true"],["underline",""]] "fo[o<u>bar</u>b]az" queryComman dValue("underline") after assert_equals: Wrong result returned expected "" but g ot "true"
1942 PASS [["stylewithcss","false"],["underline",""]] "fo[o<u>bar</u>b]az": execComma nd("stylewithcss", false, "false") return value
1943 PASS [["stylewithcss","false"],["underline",""]] "fo[o<u>bar</u>b]az": execComma nd("underline", false, "") return value
1944 PASS [["stylewithcss","false"],["underline",""]] "fo[o<u>bar</u>b]az" checks for modifications to non-editable content
1945 PASS [["stylewithcss","false"],["underline",""]] "fo[o<u>bar</u>b]az" compare in nerHTML
1946 PASS [["stylewithcss","false"],["underline",""]] "fo[o<u>bar</u>b]az" queryComma ndIndeterm("stylewithcss") before
1947 PASS [["stylewithcss","false"],["underline",""]] "fo[o<u>bar</u>b]az" queryComma ndState("stylewithcss") before
1948 FAIL [["stylewithcss","false"],["underline",""]] "fo[o<u>bar</u>b]az" queryComma ndValue("stylewithcss") before assert_equals: Wrong result returned expected "" but got "true"
1949 PASS [["stylewithcss","false"],["underline",""]] "fo[o<u>bar</u>b]az" queryComma ndIndeterm("stylewithcss") after
1950 PASS [["stylewithcss","false"],["underline",""]] "fo[o<u>bar</u>b]az" queryComma ndState("stylewithcss") after
1951 FAIL [["stylewithcss","false"],["underline",""]] "fo[o<u>bar</u>b]az" queryComma ndValue("stylewithcss") after assert_equals: Wrong result returned expected "" b ut got "false"
1952 FAIL [["stylewithcss","false"],["underline",""]] "fo[o<u>bar</u>b]az" queryComma ndIndeterm("underline") before assert_equals: Wrong result returned expected tru e but got false
1953 PASS [["stylewithcss","false"],["underline",""]] "fo[o<u>bar</u>b]az" queryComma ndState("underline") before
1954 FAIL [["stylewithcss","false"],["underline",""]] "fo[o<u>bar</u>b]az" queryComma ndValue("underline") before assert_equals: Wrong result returned expected "" but got "false"
1955 PASS [["stylewithcss","false"],["underline",""]] "fo[o<u>bar</u>b]az" queryComma ndIndeterm("underline") after
1956 PASS [["stylewithcss","false"],["underline",""]] "fo[o<u>bar</u>b]az" queryComma ndState("underline") after
1957 FAIL [["stylewithcss","false"],["underline",""]] "fo[o<u>bar</u>b]az" queryComma ndValue("underline") after assert_equals: Wrong result returned expected "" but got "true"
1958 PASS [["stylewithcss","true"],["underline",""]] "foo[<u>b]ar</u>baz": execComman d("stylewithcss", false, "true") return value
1959 PASS [["stylewithcss","true"],["underline",""]] "foo[<u>b]ar</u>baz": execComman d("underline", false, "") return value
1960 PASS [["stylewithcss","true"],["underline",""]] "foo[<u>b]ar</u>baz" checks for modifications to non-editable content
1961 FAIL [["stylewithcss","true"],["underline",""]] "foo[<u>b]ar</u>baz" compare inn erHTML assert_equals: Unexpected innerHTML (after normalizing inline style) expe cted "foob<span style=\"text-decoration:underline\">ar</span>baz" but got "foob< u>ar</u>baz"
1962 PASS [["stylewithcss","true"],["underline",""]] "foo[<u>b]ar</u>baz" queryComman dIndeterm("stylewithcss") before
1963 PASS [["stylewithcss","true"],["underline",""]] "foo[<u>b]ar</u>baz" queryComman dState("stylewithcss") before
1964 FAIL [["stylewithcss","true"],["underline",""]] "foo[<u>b]ar</u>baz" queryComman dValue("stylewithcss") before assert_equals: Wrong result returned expected "" b ut got "false"
1965 PASS [["stylewithcss","true"],["underline",""]] "foo[<u>b]ar</u>baz" queryComman dIndeterm("stylewithcss") after
1966 PASS [["stylewithcss","true"],["underline",""]] "foo[<u>b]ar</u>baz" queryComman dState("stylewithcss") after
1967 FAIL [["stylewithcss","true"],["underline",""]] "foo[<u>b]ar</u>baz" queryComman dValue("stylewithcss") after assert_equals: Wrong result returned expected "" bu t got "true"
1968 PASS [["stylewithcss","true"],["underline",""]] "foo[<u>b]ar</u>baz" queryComman dIndeterm("underline") before
1969 PASS [["stylewithcss","true"],["underline",""]] "foo[<u>b]ar</u>baz" queryComman dState("underline") before
1970 FAIL [["stylewithcss","true"],["underline",""]] "foo[<u>b]ar</u>baz" queryComman dValue("underline") before assert_equals: Wrong result returned expected "" but got "true"
1971 PASS [["stylewithcss","true"],["underline",""]] "foo[<u>b]ar</u>baz" queryComman dIndeterm("underline") after
1972 PASS [["stylewithcss","true"],["underline",""]] "foo[<u>b]ar</u>baz" queryComman dState("underline") after
1973 FAIL [["stylewithcss","true"],["underline",""]] "foo[<u>b]ar</u>baz" queryComman dValue("underline") after assert_equals: Wrong result returned expected "" but g ot "false"
1974 PASS [["stylewithcss","false"],["underline",""]] "foo[<u>b]ar</u>baz": execComma nd("stylewithcss", false, "false") return value
1975 PASS [["stylewithcss","false"],["underline",""]] "foo[<u>b]ar</u>baz": execComma nd("underline", false, "") return value
1976 PASS [["stylewithcss","false"],["underline",""]] "foo[<u>b]ar</u>baz" checks for modifications to non-editable content
1977 PASS [["stylewithcss","false"],["underline",""]] "foo[<u>b]ar</u>baz" compare in nerHTML
1978 PASS [["stylewithcss","false"],["underline",""]] "foo[<u>b]ar</u>baz" queryComma ndIndeterm("stylewithcss") before
1979 PASS [["stylewithcss","false"],["underline",""]] "foo[<u>b]ar</u>baz" queryComma ndState("stylewithcss") before
1980 FAIL [["stylewithcss","false"],["underline",""]] "foo[<u>b]ar</u>baz" queryComma ndValue("stylewithcss") before assert_equals: Wrong result returned expected "" but got "true"
1981 PASS [["stylewithcss","false"],["underline",""]] "foo[<u>b]ar</u>baz" queryComma ndIndeterm("stylewithcss") after
1982 PASS [["stylewithcss","false"],["underline",""]] "foo[<u>b]ar</u>baz" queryComma ndState("stylewithcss") after
1983 FAIL [["stylewithcss","false"],["underline",""]] "foo[<u>b]ar</u>baz" queryComma ndValue("stylewithcss") after assert_equals: Wrong result returned expected "" b ut got "false"
1984 PASS [["stylewithcss","false"],["underline",""]] "foo[<u>b]ar</u>baz" queryComma ndIndeterm("underline") before
1985 PASS [["stylewithcss","false"],["underline",""]] "foo[<u>b]ar</u>baz" queryComma ndState("underline") before
1986 FAIL [["stylewithcss","false"],["underline",""]] "foo[<u>b]ar</u>baz" queryComma ndValue("underline") before assert_equals: Wrong result returned expected "" but got "true"
1987 PASS [["stylewithcss","false"],["underline",""]] "foo[<u>b]ar</u>baz" queryComma ndIndeterm("underline") after
1988 PASS [["stylewithcss","false"],["underline",""]] "foo[<u>b]ar</u>baz" queryComma ndState("underline") after
1989 FAIL [["stylewithcss","false"],["underline",""]] "foo[<u>b]ar</u>baz" queryComma ndValue("underline") after assert_equals: Wrong result returned expected "" but got "false"
1990 PASS [["stylewithcss","true"],["underline",""]] "foo<u>ba[r</u>]baz": execComman d("stylewithcss", false, "true") return value
1991 PASS [["stylewithcss","true"],["underline",""]] "foo<u>ba[r</u>]baz": execComman d("underline", false, "") return value
1992 PASS [["stylewithcss","true"],["underline",""]] "foo<u>ba[r</u>]baz" checks for modifications to non-editable content
1993 FAIL [["stylewithcss","true"],["underline",""]] "foo<u>ba[r</u>]baz" compare inn erHTML assert_equals: Unexpected innerHTML (after normalizing inline style) expe cted "foo<span style=\"text-decoration:underline\">ba</span>rbaz" but got "foo<u >ba</u>rbaz"
1994 PASS [["stylewithcss","true"],["underline",""]] "foo<u>ba[r</u>]baz" queryComman dIndeterm("stylewithcss") before
1995 PASS [["stylewithcss","true"],["underline",""]] "foo<u>ba[r</u>]baz" queryComman dState("stylewithcss") before
1996 FAIL [["stylewithcss","true"],["underline",""]] "foo<u>ba[r</u>]baz" queryComman dValue("stylewithcss") before assert_equals: Wrong result returned expected "" b ut got "false"
1997 PASS [["stylewithcss","true"],["underline",""]] "foo<u>ba[r</u>]baz" queryComman dIndeterm("stylewithcss") after
1998 PASS [["stylewithcss","true"],["underline",""]] "foo<u>ba[r</u>]baz" queryComman dState("stylewithcss") after
1999 FAIL [["stylewithcss","true"],["underline",""]] "foo<u>ba[r</u>]baz" queryComman dValue("stylewithcss") after assert_equals: Wrong result returned expected "" bu t got "true"
2000 PASS [["stylewithcss","true"],["underline",""]] "foo<u>ba[r</u>]baz" queryComman dIndeterm("underline") before
2001 PASS [["stylewithcss","true"],["underline",""]] "foo<u>ba[r</u>]baz" queryComman dState("underline") before
2002 FAIL [["stylewithcss","true"],["underline",""]] "foo<u>ba[r</u>]baz" queryComman dValue("underline") before assert_equals: Wrong result returned expected "" but got "true"
2003 PASS [["stylewithcss","true"],["underline",""]] "foo<u>ba[r</u>]baz" queryComman dIndeterm("underline") after
2004 PASS [["stylewithcss","true"],["underline",""]] "foo<u>ba[r</u>]baz" queryComman dState("underline") after
2005 FAIL [["stylewithcss","true"],["underline",""]] "foo<u>ba[r</u>]baz" queryComman dValue("underline") after assert_equals: Wrong result returned expected "" but g ot "false"
2006 PASS [["stylewithcss","false"],["underline",""]] "foo<u>ba[r</u>]baz": execComma nd("stylewithcss", false, "false") return value
2007 PASS [["stylewithcss","false"],["underline",""]] "foo<u>ba[r</u>]baz": execComma nd("underline", false, "") return value
2008 PASS [["stylewithcss","false"],["underline",""]] "foo<u>ba[r</u>]baz" checks for modifications to non-editable content
2009 PASS [["stylewithcss","false"],["underline",""]] "foo<u>ba[r</u>]baz" compare in nerHTML
2010 PASS [["stylewithcss","false"],["underline",""]] "foo<u>ba[r</u>]baz" queryComma ndIndeterm("stylewithcss") before
2011 PASS [["stylewithcss","false"],["underline",""]] "foo<u>ba[r</u>]baz" queryComma ndState("stylewithcss") before
2012 FAIL [["stylewithcss","false"],["underline",""]] "foo<u>ba[r</u>]baz" queryComma ndValue("stylewithcss") before assert_equals: Wrong result returned expected "" but got "true"
2013 PASS [["stylewithcss","false"],["underline",""]] "foo<u>ba[r</u>]baz" queryComma ndIndeterm("stylewithcss") after
2014 PASS [["stylewithcss","false"],["underline",""]] "foo<u>ba[r</u>]baz" queryComma ndState("stylewithcss") after
2015 FAIL [["stylewithcss","false"],["underline",""]] "foo<u>ba[r</u>]baz" queryComma ndValue("stylewithcss") after assert_equals: Wrong result returned expected "" b ut got "false"
2016 PASS [["stylewithcss","false"],["underline",""]] "foo<u>ba[r</u>]baz" queryComma ndIndeterm("underline") before
2017 PASS [["stylewithcss","false"],["underline",""]] "foo<u>ba[r</u>]baz" queryComma ndState("underline") before
2018 FAIL [["stylewithcss","false"],["underline",""]] "foo<u>ba[r</u>]baz" queryComma ndValue("underline") before assert_equals: Wrong result returned expected "" but got "true"
2019 PASS [["stylewithcss","false"],["underline",""]] "foo<u>ba[r</u>]baz" queryComma ndIndeterm("underline") after
2020 PASS [["stylewithcss","false"],["underline",""]] "foo<u>ba[r</u>]baz" queryComma ndState("underline") after
2021 FAIL [["stylewithcss","false"],["underline",""]] "foo<u>ba[r</u>]baz" queryComma ndValue("underline") after assert_equals: Wrong result returned expected "" but got "false"
2022 PASS [["stylewithcss","true"],["underline",""]] "foo[<u>bar</u>]baz": execComman d("stylewithcss", false, "true") return value
2023 PASS [["stylewithcss","true"],["underline",""]] "foo[<u>bar</u>]baz": execComman d("underline", false, "") return value
2024 PASS [["stylewithcss","true"],["underline",""]] "foo[<u>bar</u>]baz" checks for modifications to non-editable content
2025 PASS [["stylewithcss","true"],["underline",""]] "foo[<u>bar</u>]baz" compare inn erHTML
2026 PASS [["stylewithcss","true"],["underline",""]] "foo[<u>bar</u>]baz" queryComman dIndeterm("stylewithcss") before
2027 PASS [["stylewithcss","true"],["underline",""]] "foo[<u>bar</u>]baz" queryComman dState("stylewithcss") before
2028 FAIL [["stylewithcss","true"],["underline",""]] "foo[<u>bar</u>]baz" queryComman dValue("stylewithcss") before assert_equals: Wrong result returned expected "" b ut got "false"
2029 PASS [["stylewithcss","true"],["underline",""]] "foo[<u>bar</u>]baz" queryComman dIndeterm("stylewithcss") after
2030 PASS [["stylewithcss","true"],["underline",""]] "foo[<u>bar</u>]baz" queryComman dState("stylewithcss") after
2031 FAIL [["stylewithcss","true"],["underline",""]] "foo[<u>bar</u>]baz" queryComman dValue("stylewithcss") after assert_equals: Wrong result returned expected "" bu t got "true"
2032 PASS [["stylewithcss","true"],["underline",""]] "foo[<u>bar</u>]baz" queryComman dIndeterm("underline") before
2033 PASS [["stylewithcss","true"],["underline",""]] "foo[<u>bar</u>]baz" queryComman dState("underline") before
2034 FAIL [["stylewithcss","true"],["underline",""]] "foo[<u>bar</u>]baz" queryComman dValue("underline") before assert_equals: Wrong result returned expected "" but got "true"
2035 PASS [["stylewithcss","true"],["underline",""]] "foo[<u>bar</u>]baz" queryComman dIndeterm("underline") after
2036 PASS [["stylewithcss","true"],["underline",""]] "foo[<u>bar</u>]baz" queryComman dState("underline") after
2037 FAIL [["stylewithcss","true"],["underline",""]] "foo[<u>bar</u>]baz" queryComman dValue("underline") after assert_equals: Wrong result returned expected "" but g ot "false"
2038 PASS [["stylewithcss","false"],["underline",""]] "foo[<u>bar</u>]baz": execComma nd("stylewithcss", false, "false") return value
2039 PASS [["stylewithcss","false"],["underline",""]] "foo[<u>bar</u>]baz": execComma nd("underline", false, "") return value
2040 PASS [["stylewithcss","false"],["underline",""]] "foo[<u>bar</u>]baz" checks for modifications to non-editable content
2041 PASS [["stylewithcss","false"],["underline",""]] "foo[<u>bar</u>]baz" compare in nerHTML
2042 PASS [["stylewithcss","false"],["underline",""]] "foo[<u>bar</u>]baz" queryComma ndIndeterm("stylewithcss") before
2043 PASS [["stylewithcss","false"],["underline",""]] "foo[<u>bar</u>]baz" queryComma ndState("stylewithcss") before
2044 FAIL [["stylewithcss","false"],["underline",""]] "foo[<u>bar</u>]baz" queryComma ndValue("stylewithcss") before assert_equals: Wrong result returned expected "" but got "true"
2045 PASS [["stylewithcss","false"],["underline",""]] "foo[<u>bar</u>]baz" queryComma ndIndeterm("stylewithcss") after
2046 PASS [["stylewithcss","false"],["underline",""]] "foo[<u>bar</u>]baz" queryComma ndState("stylewithcss") after
2047 FAIL [["stylewithcss","false"],["underline",""]] "foo[<u>bar</u>]baz" queryComma ndValue("stylewithcss") after assert_equals: Wrong result returned expected "" b ut got "false"
2048 PASS [["stylewithcss","false"],["underline",""]] "foo[<u>bar</u>]baz" queryComma ndIndeterm("underline") before
2049 PASS [["stylewithcss","false"],["underline",""]] "foo[<u>bar</u>]baz" queryComma ndState("underline") before
2050 FAIL [["stylewithcss","false"],["underline",""]] "foo[<u>bar</u>]baz" queryComma ndValue("underline") before assert_equals: Wrong result returned expected "" but got "true"
2051 PASS [["stylewithcss","false"],["underline",""]] "foo[<u>bar</u>]baz" queryComma ndIndeterm("underline") after
2052 PASS [["stylewithcss","false"],["underline",""]] "foo[<u>bar</u>]baz" queryComma ndState("underline") after
2053 FAIL [["stylewithcss","false"],["underline",""]] "foo[<u>bar</u>]baz" queryComma ndValue("underline") after assert_equals: Wrong result returned expected "" but got "false"
2054 PASS [["stylewithcss","true"],["underline",""]] "foo<u>[bar]</u>baz": execComman d("stylewithcss", false, "true") return value
2055 PASS [["stylewithcss","true"],["underline",""]] "foo<u>[bar]</u>baz": execComman d("underline", false, "") return value
2056 PASS [["stylewithcss","true"],["underline",""]] "foo<u>[bar]</u>baz" checks for modifications to non-editable content
2057 PASS [["stylewithcss","true"],["underline",""]] "foo<u>[bar]</u>baz" compare inn erHTML
2058 PASS [["stylewithcss","true"],["underline",""]] "foo<u>[bar]</u>baz" queryComman dIndeterm("stylewithcss") before
2059 PASS [["stylewithcss","true"],["underline",""]] "foo<u>[bar]</u>baz" queryComman dState("stylewithcss") before
2060 FAIL [["stylewithcss","true"],["underline",""]] "foo<u>[bar]</u>baz" queryComman dValue("stylewithcss") before assert_equals: Wrong result returned expected "" b ut got "false"
2061 PASS [["stylewithcss","true"],["underline",""]] "foo<u>[bar]</u>baz" queryComman dIndeterm("stylewithcss") after
2062 PASS [["stylewithcss","true"],["underline",""]] "foo<u>[bar]</u>baz" queryComman dState("stylewithcss") after
2063 FAIL [["stylewithcss","true"],["underline",""]] "foo<u>[bar]</u>baz" queryComman dValue("stylewithcss") after assert_equals: Wrong result returned expected "" bu t got "true"
2064 PASS [["stylewithcss","true"],["underline",""]] "foo<u>[bar]</u>baz" queryComman dIndeterm("underline") before
2065 PASS [["stylewithcss","true"],["underline",""]] "foo<u>[bar]</u>baz" queryComman dState("underline") before
2066 FAIL [["stylewithcss","true"],["underline",""]] "foo<u>[bar]</u>baz" queryComman dValue("underline") before assert_equals: Wrong result returned expected "" but got "true"
2067 PASS [["stylewithcss","true"],["underline",""]] "foo<u>[bar]</u>baz" queryComman dIndeterm("underline") after
2068 PASS [["stylewithcss","true"],["underline",""]] "foo<u>[bar]</u>baz" queryComman dState("underline") after
2069 FAIL [["stylewithcss","true"],["underline",""]] "foo<u>[bar]</u>baz" queryComman dValue("underline") after assert_equals: Wrong result returned expected "" but g ot "false"
2070 PASS [["stylewithcss","false"],["underline",""]] "foo<u>[bar]</u>baz": execComma nd("stylewithcss", false, "false") return value
2071 PASS [["stylewithcss","false"],["underline",""]] "foo<u>[bar]</u>baz": execComma nd("underline", false, "") return value
2072 PASS [["stylewithcss","false"],["underline",""]] "foo<u>[bar]</u>baz" checks for modifications to non-editable content
2073 PASS [["stylewithcss","false"],["underline",""]] "foo<u>[bar]</u>baz" compare in nerHTML
2074 PASS [["stylewithcss","false"],["underline",""]] "foo<u>[bar]</u>baz" queryComma ndIndeterm("stylewithcss") before
2075 PASS [["stylewithcss","false"],["underline",""]] "foo<u>[bar]</u>baz" queryComma ndState("stylewithcss") before
2076 FAIL [["stylewithcss","false"],["underline",""]] "foo<u>[bar]</u>baz" queryComma ndValue("stylewithcss") before assert_equals: Wrong result returned expected "" but got "true"
2077 PASS [["stylewithcss","false"],["underline",""]] "foo<u>[bar]</u>baz" queryComma ndIndeterm("stylewithcss") after
2078 PASS [["stylewithcss","false"],["underline",""]] "foo<u>[bar]</u>baz" queryComma ndState("stylewithcss") after
2079 FAIL [["stylewithcss","false"],["underline",""]] "foo<u>[bar]</u>baz" queryComma ndValue("stylewithcss") after assert_equals: Wrong result returned expected "" b ut got "false"
2080 PASS [["stylewithcss","false"],["underline",""]] "foo<u>[bar]</u>baz" queryComma ndIndeterm("underline") before
2081 PASS [["stylewithcss","false"],["underline",""]] "foo<u>[bar]</u>baz" queryComma ndState("underline") before
2082 FAIL [["stylewithcss","false"],["underline",""]] "foo<u>[bar]</u>baz" queryComma ndValue("underline") before assert_equals: Wrong result returned expected "" but got "true"
2083 PASS [["stylewithcss","false"],["underline",""]] "foo<u>[bar]</u>baz" queryComma ndIndeterm("underline") after
2084 PASS [["stylewithcss","false"],["underline",""]] "foo<u>[bar]</u>baz" queryComma ndState("underline") after
2085 FAIL [["stylewithcss","false"],["underline",""]] "foo<u>[bar]</u>baz" queryComma ndValue("underline") after assert_equals: Wrong result returned expected "" but got "false"
2086 PASS [["stylewithcss","true"],["underline",""]] "foo{<u>bar</u>}baz": execComman d("stylewithcss", false, "true") return value
2087 PASS [["stylewithcss","true"],["underline",""]] "foo{<u>bar</u>}baz": execComman d("underline", false, "") return value
2088 PASS [["stylewithcss","true"],["underline",""]] "foo{<u>bar</u>}baz" checks for modifications to non-editable content
2089 PASS [["stylewithcss","true"],["underline",""]] "foo{<u>bar</u>}baz" compare inn erHTML
2090 PASS [["stylewithcss","true"],["underline",""]] "foo{<u>bar</u>}baz" queryComman dIndeterm("stylewithcss") before
2091 PASS [["stylewithcss","true"],["underline",""]] "foo{<u>bar</u>}baz" queryComman dState("stylewithcss") before
2092 FAIL [["stylewithcss","true"],["underline",""]] "foo{<u>bar</u>}baz" queryComman dValue("stylewithcss") before assert_equals: Wrong result returned expected "" b ut got "false"
2093 PASS [["stylewithcss","true"],["underline",""]] "foo{<u>bar</u>}baz" queryComman dIndeterm("stylewithcss") after
2094 PASS [["stylewithcss","true"],["underline",""]] "foo{<u>bar</u>}baz" queryComman dState("stylewithcss") after
2095 FAIL [["stylewithcss","true"],["underline",""]] "foo{<u>bar</u>}baz" queryComman dValue("stylewithcss") after assert_equals: Wrong result returned expected "" bu t got "true"
2096 PASS [["stylewithcss","true"],["underline",""]] "foo{<u>bar</u>}baz" queryComman dIndeterm("underline") before
2097 PASS [["stylewithcss","true"],["underline",""]] "foo{<u>bar</u>}baz" queryComman dState("underline") before
2098 FAIL [["stylewithcss","true"],["underline",""]] "foo{<u>bar</u>}baz" queryComman dValue("underline") before assert_equals: Wrong result returned expected "" but got "true"
2099 PASS [["stylewithcss","true"],["underline",""]] "foo{<u>bar</u>}baz" queryComman dIndeterm("underline") after
2100 PASS [["stylewithcss","true"],["underline",""]] "foo{<u>bar</u>}baz" queryComman dState("underline") after
2101 FAIL [["stylewithcss","true"],["underline",""]] "foo{<u>bar</u>}baz" queryComman dValue("underline") after assert_equals: Wrong result returned expected "" but g ot "false"
2102 PASS [["stylewithcss","false"],["underline",""]] "foo{<u>bar</u>}baz": execComma nd("stylewithcss", false, "false") return value
2103 PASS [["stylewithcss","false"],["underline",""]] "foo{<u>bar</u>}baz": execComma nd("underline", false, "") return value
2104 PASS [["stylewithcss","false"],["underline",""]] "foo{<u>bar</u>}baz" checks for modifications to non-editable content
2105 PASS [["stylewithcss","false"],["underline",""]] "foo{<u>bar</u>}baz" compare in nerHTML
2106 PASS [["stylewithcss","false"],["underline",""]] "foo{<u>bar</u>}baz" queryComma ndIndeterm("stylewithcss") before
2107 PASS [["stylewithcss","false"],["underline",""]] "foo{<u>bar</u>}baz" queryComma ndState("stylewithcss") before
2108 FAIL [["stylewithcss","false"],["underline",""]] "foo{<u>bar</u>}baz" queryComma ndValue("stylewithcss") before assert_equals: Wrong result returned expected "" but got "true"
2109 PASS [["stylewithcss","false"],["underline",""]] "foo{<u>bar</u>}baz" queryComma ndIndeterm("stylewithcss") after
2110 PASS [["stylewithcss","false"],["underline",""]] "foo{<u>bar</u>}baz" queryComma ndState("stylewithcss") after
2111 FAIL [["stylewithcss","false"],["underline",""]] "foo{<u>bar</u>}baz" queryComma ndValue("stylewithcss") after assert_equals: Wrong result returned expected "" b ut got "false"
2112 PASS [["stylewithcss","false"],["underline",""]] "foo{<u>bar</u>}baz" queryComma ndIndeterm("underline") before
2113 PASS [["stylewithcss","false"],["underline",""]] "foo{<u>bar</u>}baz" queryComma ndState("underline") before
2114 FAIL [["stylewithcss","false"],["underline",""]] "foo{<u>bar</u>}baz" queryComma ndValue("underline") before assert_equals: Wrong result returned expected "" but got "true"
2115 PASS [["stylewithcss","false"],["underline",""]] "foo{<u>bar</u>}baz" queryComma ndIndeterm("underline") after
2116 PASS [["stylewithcss","false"],["underline",""]] "foo{<u>bar</u>}baz" queryComma ndState("underline") after
2117 FAIL [["stylewithcss","false"],["underline",""]] "foo{<u>bar</u>}baz" queryComma ndValue("underline") after assert_equals: Wrong result returned expected "" but got "false"
2118 PASS [["underline",""]] "fo[o<span style=text-decoration:underline>b]ar</span>ba z": execCommand("underline", false, "") return value
2119 PASS [["underline",""]] "fo[o<span style=text-decoration:underline>b]ar</span>ba z" checks for modifications to non-editable content
2120 FAIL [["underline",""]] "fo[o<span style=text-decoration:underline>b]ar</span>ba z" compare innerHTML assert_equals: Unexpected innerHTML (after normalizing inli ne style) expected "fo<span style=\"text-decoration:underline\">obar</span>baz" but got "fo<u>ob</u><span style=\"text-decoration:underline\">ar</span>baz"
2121 FAIL [["underline",""]] "fo[o<span style=text-decoration:underline>b]ar</span>ba z" queryCommandIndeterm("underline") before assert_equals: Wrong result returned expected true but got false
2122 PASS [["underline",""]] "fo[o<span style=text-decoration:underline>b]ar</span>ba z" queryCommandState("underline") before
2123 FAIL [["underline",""]] "fo[o<span style=text-decoration:underline>b]ar</span>ba z" queryCommandValue("underline") before assert_equals: Wrong result returned ex pected "" but got "false"
2124 PASS [["underline",""]] "fo[o<span style=text-decoration:underline>b]ar</span>ba z" queryCommandIndeterm("underline") after
2125 PASS [["underline",""]] "fo[o<span style=text-decoration:underline>b]ar</span>ba z" queryCommandState("underline") after
2126 FAIL [["underline",""]] "fo[o<span style=text-decoration:underline>b]ar</span>ba z" queryCommandValue("underline") after assert_equals: Wrong result returned exp ected "" but got "true"
2127 PASS [["stylewithcss","true"],["underline",""]] "<ins>fo[o</ins><u>b]ar</u>": ex ecCommand("stylewithcss", false, "true") return value
2128 PASS [["stylewithcss","true"],["underline",""]] "<ins>fo[o</ins><u>b]ar</u>": ex ecCommand("underline", false, "") return value
2129 PASS [["stylewithcss","true"],["underline",""]] "<ins>fo[o</ins><u>b]ar</u>" che cks for modifications to non-editable content
2130 FAIL [["stylewithcss","true"],["underline",""]] "<ins>fo[o</ins><u>b]ar</u>" com pare innerHTML assert_equals: Unexpected innerHTML (after normalizing inline sty le) expected "<ins>foo</ins>b<span style=\"text-decoration:underline\">ar</span> " but got "<ins>foo</ins>b<u>ar</u>"
2131 PASS [["stylewithcss","true"],["underline",""]] "<ins>fo[o</ins><u>b]ar</u>" que ryCommandIndeterm("stylewithcss") before
2132 PASS [["stylewithcss","true"],["underline",""]] "<ins>fo[o</ins><u>b]ar</u>" que ryCommandState("stylewithcss") before
2133 FAIL [["stylewithcss","true"],["underline",""]] "<ins>fo[o</ins><u>b]ar</u>" que ryCommandValue("stylewithcss") before assert_equals: Wrong result returned expec ted "" but got "false"
2134 PASS [["stylewithcss","true"],["underline",""]] "<ins>fo[o</ins><u>b]ar</u>" que ryCommandIndeterm("stylewithcss") after
2135 PASS [["stylewithcss","true"],["underline",""]] "<ins>fo[o</ins><u>b]ar</u>" que ryCommandState("stylewithcss") after
2136 FAIL [["stylewithcss","true"],["underline",""]] "<ins>fo[o</ins><u>b]ar</u>" que ryCommandValue("stylewithcss") after assert_equals: Wrong result returned expect ed "" but got "true"
2137 PASS [["stylewithcss","true"],["underline",""]] "<ins>fo[o</ins><u>b]ar</u>" que ryCommandIndeterm("underline") before
2138 PASS [["stylewithcss","true"],["underline",""]] "<ins>fo[o</ins><u>b]ar</u>" que ryCommandState("underline") before
2139 FAIL [["stylewithcss","true"],["underline",""]] "<ins>fo[o</ins><u>b]ar</u>" que ryCommandValue("underline") before assert_equals: Wrong result returned expected "" but got "true"
2140 FAIL [["stylewithcss","true"],["underline",""]] "<ins>fo[o</ins><u>b]ar</u>" que ryCommandIndeterm("underline") after assert_equals: Wrong result returned expect ed true but got false
2141 FAIL [["stylewithcss","true"],["underline",""]] "<ins>fo[o</ins><u>b]ar</u>" que ryCommandState("underline") after assert_equals: Wrong result returned expected false but got true
2142 FAIL [["stylewithcss","true"],["underline",""]] "<ins>fo[o</ins><u>b]ar</u>" que ryCommandValue("underline") after assert_equals: Wrong result returned expected "" but got "true"
2143 PASS [["stylewithcss","false"],["underline",""]] "<ins>fo[o</ins><u>b]ar</u>": e xecCommand("stylewithcss", false, "false") return value
2144 PASS [["stylewithcss","false"],["underline",""]] "<ins>fo[o</ins><u>b]ar</u>": e xecCommand("underline", false, "") return value
2145 PASS [["stylewithcss","false"],["underline",""]] "<ins>fo[o</ins><u>b]ar</u>" ch ecks for modifications to non-editable content
2146 PASS [["stylewithcss","false"],["underline",""]] "<ins>fo[o</ins><u>b]ar</u>" co mpare innerHTML
2147 PASS [["stylewithcss","false"],["underline",""]] "<ins>fo[o</ins><u>b]ar</u>" qu eryCommandIndeterm("stylewithcss") before
2148 PASS [["stylewithcss","false"],["underline",""]] "<ins>fo[o</ins><u>b]ar</u>" qu eryCommandState("stylewithcss") before
2149 FAIL [["stylewithcss","false"],["underline",""]] "<ins>fo[o</ins><u>b]ar</u>" qu eryCommandValue("stylewithcss") before assert_equals: Wrong result returned expe cted "" but got "true"
2150 PASS [["stylewithcss","false"],["underline",""]] "<ins>fo[o</ins><u>b]ar</u>" qu eryCommandIndeterm("stylewithcss") after
2151 PASS [["stylewithcss","false"],["underline",""]] "<ins>fo[o</ins><u>b]ar</u>" qu eryCommandState("stylewithcss") after
2152 FAIL [["stylewithcss","false"],["underline",""]] "<ins>fo[o</ins><u>b]ar</u>" qu eryCommandValue("stylewithcss") after assert_equals: Wrong result returned expec ted "" but got "false"
2153 PASS [["stylewithcss","false"],["underline",""]] "<ins>fo[o</ins><u>b]ar</u>" qu eryCommandIndeterm("underline") before
2154 PASS [["stylewithcss","false"],["underline",""]] "<ins>fo[o</ins><u>b]ar</u>" qu eryCommandState("underline") before
2155 FAIL [["stylewithcss","false"],["underline",""]] "<ins>fo[o</ins><u>b]ar</u>" qu eryCommandValue("underline") before assert_equals: Wrong result returned expecte d "" but got "true"
2156 FAIL [["stylewithcss","false"],["underline",""]] "<ins>fo[o</ins><u>b]ar</u>" qu eryCommandIndeterm("underline") after assert_equals: Wrong result returned expec ted true but got false
2157 FAIL [["stylewithcss","false"],["underline",""]] "<ins>fo[o</ins><u>b]ar</u>" qu eryCommandState("underline") after assert_equals: Wrong result returned expected false but got true
2158 FAIL [["stylewithcss","false"],["underline",""]] "<ins>fo[o</ins><u>b]ar</u>" qu eryCommandValue("underline") after assert_equals: Wrong result returned expected "" but got "true"
2159 PASS [["stylewithcss","true"],["underline",""]] "<u>fo[o</u><ins>b]ar</ins>": ex ecCommand("stylewithcss", false, "true") return value
2160 PASS [["stylewithcss","true"],["underline",""]] "<u>fo[o</u><ins>b]ar</ins>": ex ecCommand("underline", false, "") return value
2161 PASS [["stylewithcss","true"],["underline",""]] "<u>fo[o</u><ins>b]ar</ins>" che cks for modifications to non-editable content
2162 FAIL [["stylewithcss","true"],["underline",""]] "<u>fo[o</u><ins>b]ar</ins>" com pare innerHTML assert_equals: Unexpected innerHTML (after normalizing inline sty le) expected "<span style=\"text-decoration:underline\">fo</span>o<ins>bar</ins> " but got "<u>fo</u>o<ins>bar</ins>"
2163 PASS [["stylewithcss","true"],["underline",""]] "<u>fo[o</u><ins>b]ar</ins>" que ryCommandIndeterm("stylewithcss") before
2164 PASS [["stylewithcss","true"],["underline",""]] "<u>fo[o</u><ins>b]ar</ins>" que ryCommandState("stylewithcss") before
2165 FAIL [["stylewithcss","true"],["underline",""]] "<u>fo[o</u><ins>b]ar</ins>" que ryCommandValue("stylewithcss") before assert_equals: Wrong result returned expec ted "" but got "false"
2166 PASS [["stylewithcss","true"],["underline",""]] "<u>fo[o</u><ins>b]ar</ins>" que ryCommandIndeterm("stylewithcss") after
2167 PASS [["stylewithcss","true"],["underline",""]] "<u>fo[o</u><ins>b]ar</ins>" que ryCommandState("stylewithcss") after
2168 FAIL [["stylewithcss","true"],["underline",""]] "<u>fo[o</u><ins>b]ar</ins>" que ryCommandValue("stylewithcss") after assert_equals: Wrong result returned expect ed "" but got "true"
2169 PASS [["stylewithcss","true"],["underline",""]] "<u>fo[o</u><ins>b]ar</ins>" que ryCommandIndeterm("underline") before
2170 PASS [["stylewithcss","true"],["underline",""]] "<u>fo[o</u><ins>b]ar</ins>" que ryCommandState("underline") before
2171 FAIL [["stylewithcss","true"],["underline",""]] "<u>fo[o</u><ins>b]ar</ins>" que ryCommandValue("underline") before assert_equals: Wrong result returned expected "" but got "true"
2172 FAIL [["stylewithcss","true"],["underline",""]] "<u>fo[o</u><ins>b]ar</ins>" que ryCommandIndeterm("underline") after assert_equals: Wrong result returned expect ed true but got false
2173 PASS [["stylewithcss","true"],["underline",""]] "<u>fo[o</u><ins>b]ar</ins>" que ryCommandState("underline") after
2174 FAIL [["stylewithcss","true"],["underline",""]] "<u>fo[o</u><ins>b]ar</ins>" que ryCommandValue("underline") after assert_equals: Wrong result returned expected "" but got "false"
2175 PASS [["stylewithcss","false"],["underline",""]] "<u>fo[o</u><ins>b]ar</ins>": e xecCommand("stylewithcss", false, "false") return value
2176 PASS [["stylewithcss","false"],["underline",""]] "<u>fo[o</u><ins>b]ar</ins>": e xecCommand("underline", false, "") return value
2177 PASS [["stylewithcss","false"],["underline",""]] "<u>fo[o</u><ins>b]ar</ins>" ch ecks for modifications to non-editable content
2178 PASS [["stylewithcss","false"],["underline",""]] "<u>fo[o</u><ins>b]ar</ins>" co mpare innerHTML
2179 PASS [["stylewithcss","false"],["underline",""]] "<u>fo[o</u><ins>b]ar</ins>" qu eryCommandIndeterm("stylewithcss") before
2180 PASS [["stylewithcss","false"],["underline",""]] "<u>fo[o</u><ins>b]ar</ins>" qu eryCommandState("stylewithcss") before
2181 FAIL [["stylewithcss","false"],["underline",""]] "<u>fo[o</u><ins>b]ar</ins>" qu eryCommandValue("stylewithcss") before assert_equals: Wrong result returned expe cted "" but got "true"
2182 PASS [["stylewithcss","false"],["underline",""]] "<u>fo[o</u><ins>b]ar</ins>" qu eryCommandIndeterm("stylewithcss") after
2183 PASS [["stylewithcss","false"],["underline",""]] "<u>fo[o</u><ins>b]ar</ins>" qu eryCommandState("stylewithcss") after
2184 FAIL [["stylewithcss","false"],["underline",""]] "<u>fo[o</u><ins>b]ar</ins>" qu eryCommandValue("stylewithcss") after assert_equals: Wrong result returned expec ted "" but got "false"
2185 PASS [["stylewithcss","false"],["underline",""]] "<u>fo[o</u><ins>b]ar</ins>" qu eryCommandIndeterm("underline") before
2186 PASS [["stylewithcss","false"],["underline",""]] "<u>fo[o</u><ins>b]ar</ins>" qu eryCommandState("underline") before
2187 FAIL [["stylewithcss","false"],["underline",""]] "<u>fo[o</u><ins>b]ar</ins>" qu eryCommandValue("underline") before assert_equals: Wrong result returned expecte d "" but got "true"
2188 FAIL [["stylewithcss","false"],["underline",""]] "<u>fo[o</u><ins>b]ar</ins>" qu eryCommandIndeterm("underline") after assert_equals: Wrong result returned expec ted true but got false
2189 PASS [["stylewithcss","false"],["underline",""]] "<u>fo[o</u><ins>b]ar</ins>" qu eryCommandState("underline") after
2190 FAIL [["stylewithcss","false"],["underline",""]] "<u>fo[o</u><ins>b]ar</ins>" qu eryCommandValue("underline") after assert_equals: Wrong result returned expected "" but got "false"
2191 Harness: the test ran to completion.
2192
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698