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

Side by Side Diff: third_party/WebKit/LayoutTests/imported/wpt/editing/run/inserttext-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.060 min.
2
3 This is a testharness.js-based test.
4 PASS [["inserttext","a"]] "foo[bar]baz": execCommand("inserttext", false, "a") r eturn value
5 PASS [["inserttext","a"]] "foo[bar]baz" checks for modifications to non-editable content
6 PASS [["inserttext","a"]] "foo[bar]baz" compare innerHTML
7 PASS [["inserttext","a"]] "foo[bar]baz" queryCommandIndeterm("inserttext") befor e
8 PASS [["inserttext","a"]] "foo[bar]baz" queryCommandState("inserttext") before
9 PASS [["inserttext","a"]] "foo[bar]baz" queryCommandValue("inserttext") before
10 PASS [["inserttext","a"]] "foo[bar]baz" queryCommandIndeterm("inserttext") after
11 PASS [["inserttext","a"]] "foo[bar]baz" queryCommandState("inserttext") after
12 PASS [["inserttext","a"]] "foo[bar]baz" queryCommandValue("inserttext") after
13 PASS [["inserttext",""]] "foo[bar]baz": execCommand("inserttext", false, "") ret urn value
14 PASS [["inserttext",""]] "foo[bar]baz" checks for modifications to non-editable content
15 PASS [["inserttext",""]] "foo[bar]baz" compare innerHTML
16 PASS [["inserttext",""]] "foo[bar]baz" queryCommandIndeterm("inserttext") before
17 PASS [["inserttext",""]] "foo[bar]baz" queryCommandState("inserttext") before
18 PASS [["inserttext",""]] "foo[bar]baz" queryCommandValue("inserttext") before
19 PASS [["inserttext",""]] "foo[bar]baz" queryCommandIndeterm("inserttext") after
20 PASS [["inserttext",""]] "foo[bar]baz" queryCommandState("inserttext") after
21 PASS [["inserttext",""]] "foo[bar]baz" queryCommandValue("inserttext") after
22 PASS [["inserttext","\t"]] "foo[]bar": execCommand("inserttext", false, "\t") re turn value
23 PASS [["inserttext","\t"]] "foo[]bar" checks for modifications to non-editable c ontent
24 FAIL [["inserttext","\t"]] "foo[]bar" compare innerHTML assert_equals: Unexpecte d innerHTML (after normalizing inline style) expected "foo\tbar" but got "foo<sp an class=\"Apple-tab-span\" style=\"white-space:pre\">\t</span>bar"
25 PASS [["inserttext","\t"]] "foo[]bar" queryCommandIndeterm("inserttext") before
26 PASS [["inserttext","\t"]] "foo[]bar" queryCommandState("inserttext") before
27 PASS [["inserttext","\t"]] "foo[]bar" queryCommandValue("inserttext") before
28 PASS [["inserttext","\t"]] "foo[]bar" queryCommandIndeterm("inserttext") after
29 PASS [["inserttext","\t"]] "foo[]bar" queryCommandState("inserttext") after
30 PASS [["inserttext","\t"]] "foo[]bar" queryCommandValue("inserttext") after
31 PASS [["inserttext","&"]] "foo[]bar": execCommand("inserttext", false, "&") retu rn value
32 PASS [["inserttext","&"]] "foo[]bar" checks for modifications to non-editable co ntent
33 PASS [["inserttext","&"]] "foo[]bar" compare innerHTML
34 PASS [["inserttext","&"]] "foo[]bar" queryCommandIndeterm("inserttext") before
35 PASS [["inserttext","&"]] "foo[]bar" queryCommandState("inserttext") before
36 PASS [["inserttext","&"]] "foo[]bar" queryCommandValue("inserttext") before
37 PASS [["inserttext","&"]] "foo[]bar" queryCommandIndeterm("inserttext") after
38 PASS [["inserttext","&"]] "foo[]bar" queryCommandState("inserttext") after
39 PASS [["inserttext","&"]] "foo[]bar" queryCommandValue("inserttext") after
40 PASS [["defaultparagraphseparator","div"],["inserttext","\n"]] "foo[]bar": execC ommand("defaultparagraphseparator", false, "div") return value
41 PASS [["defaultparagraphseparator","div"],["inserttext","\n"]] "foo[]bar": execC ommand("inserttext", false, "\n") return value
42 PASS [["defaultparagraphseparator","div"],["inserttext","\n"]] "foo[]bar" checks for modifications to non-editable content
43 FAIL [["defaultparagraphseparator","div"],["inserttext","\n"]] "foo[]bar" compar e innerHTML assert_equals: Unexpected innerHTML (after normalizing inline style) expected "<div>foo</div><div>bar</div>" but got "foo<div>bar</div>"
44 PASS [["defaultparagraphseparator","div"],["inserttext","\n"]] "foo[]bar" queryC ommandIndeterm("defaultparagraphseparator") before
45 PASS [["defaultparagraphseparator","div"],["inserttext","\n"]] "foo[]bar" queryC ommandState("defaultparagraphseparator") before
46 PASS [["defaultparagraphseparator","div"],["inserttext","\n"]] "foo[]bar" queryC ommandValue("defaultparagraphseparator") before
47 PASS [["defaultparagraphseparator","div"],["inserttext","\n"]] "foo[]bar" queryC ommandIndeterm("defaultparagraphseparator") after
48 PASS [["defaultparagraphseparator","div"],["inserttext","\n"]] "foo[]bar" queryC ommandState("defaultparagraphseparator") after
49 PASS [["defaultparagraphseparator","div"],["inserttext","\n"]] "foo[]bar" queryC ommandValue("defaultparagraphseparator") after
50 PASS [["defaultparagraphseparator","div"],["inserttext","\n"]] "foo[]bar" queryC ommandIndeterm("inserttext") before
51 PASS [["defaultparagraphseparator","div"],["inserttext","\n"]] "foo[]bar" queryC ommandState("inserttext") before
52 PASS [["defaultparagraphseparator","div"],["inserttext","\n"]] "foo[]bar" queryC ommandValue("inserttext") before
53 PASS [["defaultparagraphseparator","div"],["inserttext","\n"]] "foo[]bar" queryC ommandIndeterm("inserttext") after
54 PASS [["defaultparagraphseparator","div"],["inserttext","\n"]] "foo[]bar" queryC ommandState("inserttext") after
55 PASS [["defaultparagraphseparator","div"],["inserttext","\n"]] "foo[]bar" queryC ommandValue("inserttext") after
56 PASS [["defaultparagraphseparator","p"],["inserttext","\n"]] "foo[]bar": execCom mand("defaultparagraphseparator", false, "p") return value
57 PASS [["defaultparagraphseparator","p"],["inserttext","\n"]] "foo[]bar": execCom mand("inserttext", false, "\n") return value
58 PASS [["defaultparagraphseparator","p"],["inserttext","\n"]] "foo[]bar" checks f or modifications to non-editable content
59 FAIL [["defaultparagraphseparator","p"],["inserttext","\n"]] "foo[]bar" compare innerHTML assert_equals: Unexpected innerHTML (after normalizing inline style) e xpected "<p>foo</p><p>bar</p>" but got "foo<p>bar</p>"
60 PASS [["defaultparagraphseparator","p"],["inserttext","\n"]] "foo[]bar" queryCom mandIndeterm("defaultparagraphseparator") before
61 PASS [["defaultparagraphseparator","p"],["inserttext","\n"]] "foo[]bar" queryCom mandState("defaultparagraphseparator") before
62 PASS [["defaultparagraphseparator","p"],["inserttext","\n"]] "foo[]bar" queryCom mandValue("defaultparagraphseparator") before
63 PASS [["defaultparagraphseparator","p"],["inserttext","\n"]] "foo[]bar" queryCom mandIndeterm("defaultparagraphseparator") after
64 PASS [["defaultparagraphseparator","p"],["inserttext","\n"]] "foo[]bar" queryCom mandState("defaultparagraphseparator") after
65 PASS [["defaultparagraphseparator","p"],["inserttext","\n"]] "foo[]bar" queryCom mandValue("defaultparagraphseparator") after
66 PASS [["defaultparagraphseparator","p"],["inserttext","\n"]] "foo[]bar" queryCom mandIndeterm("inserttext") before
67 PASS [["defaultparagraphseparator","p"],["inserttext","\n"]] "foo[]bar" queryCom mandState("inserttext") before
68 PASS [["defaultparagraphseparator","p"],["inserttext","\n"]] "foo[]bar" queryCom mandValue("inserttext") before
69 PASS [["defaultparagraphseparator","p"],["inserttext","\n"]] "foo[]bar" queryCom mandIndeterm("inserttext") after
70 PASS [["defaultparagraphseparator","p"],["inserttext","\n"]] "foo[]bar" queryCom mandState("inserttext") after
71 PASS [["defaultparagraphseparator","p"],["inserttext","\n"]] "foo[]bar" queryCom mandValue("inserttext") after
72 PASS [["defaultparagraphseparator","div"],["inserttext","abc\ndef"]] "foo[]bar": execCommand("defaultparagraphseparator", false, "div") return value
73 PASS [["defaultparagraphseparator","div"],["inserttext","abc\ndef"]] "foo[]bar": execCommand("inserttext", false, "abc\ndef") return value
74 PASS [["defaultparagraphseparator","div"],["inserttext","abc\ndef"]] "foo[]bar" checks for modifications to non-editable content
75 FAIL [["defaultparagraphseparator","div"],["inserttext","abc\ndef"]] "foo[]bar" compare innerHTML assert_equals: Unexpected innerHTML (after normalizing inline style) expected "<div>fooabc</div><div>defbar</div>" but got "fooabc<div>bar</di v>"
76 PASS [["defaultparagraphseparator","div"],["inserttext","abc\ndef"]] "foo[]bar" queryCommandIndeterm("defaultparagraphseparator") before
77 PASS [["defaultparagraphseparator","div"],["inserttext","abc\ndef"]] "foo[]bar" queryCommandState("defaultparagraphseparator") before
78 PASS [["defaultparagraphseparator","div"],["inserttext","abc\ndef"]] "foo[]bar" queryCommandValue("defaultparagraphseparator") before
79 PASS [["defaultparagraphseparator","div"],["inserttext","abc\ndef"]] "foo[]bar" queryCommandIndeterm("defaultparagraphseparator") after
80 PASS [["defaultparagraphseparator","div"],["inserttext","abc\ndef"]] "foo[]bar" queryCommandState("defaultparagraphseparator") after
81 PASS [["defaultparagraphseparator","div"],["inserttext","abc\ndef"]] "foo[]bar" queryCommandValue("defaultparagraphseparator") after
82 PASS [["defaultparagraphseparator","div"],["inserttext","abc\ndef"]] "foo[]bar" queryCommandIndeterm("inserttext") before
83 PASS [["defaultparagraphseparator","div"],["inserttext","abc\ndef"]] "foo[]bar" queryCommandState("inserttext") before
84 PASS [["defaultparagraphseparator","div"],["inserttext","abc\ndef"]] "foo[]bar" queryCommandValue("inserttext") before
85 PASS [["defaultparagraphseparator","div"],["inserttext","abc\ndef"]] "foo[]bar" queryCommandIndeterm("inserttext") after
86 PASS [["defaultparagraphseparator","div"],["inserttext","abc\ndef"]] "foo[]bar" queryCommandState("inserttext") after
87 PASS [["defaultparagraphseparator","div"],["inserttext","abc\ndef"]] "foo[]bar" queryCommandValue("inserttext") after
88 PASS [["defaultparagraphseparator","p"],["inserttext","abc\ndef"]] "foo[]bar": e xecCommand("defaultparagraphseparator", false, "p") return value
89 PASS [["defaultparagraphseparator","p"],["inserttext","abc\ndef"]] "foo[]bar": e xecCommand("inserttext", false, "abc\ndef") return value
90 PASS [["defaultparagraphseparator","p"],["inserttext","abc\ndef"]] "foo[]bar" ch ecks for modifications to non-editable content
91 FAIL [["defaultparagraphseparator","p"],["inserttext","abc\ndef"]] "foo[]bar" co mpare innerHTML assert_equals: Unexpected innerHTML (after normalizing inline st yle) expected "<p>fooabc</p><p>defbar</p>" but got "fooabc<p>bar</p>"
92 PASS [["defaultparagraphseparator","p"],["inserttext","abc\ndef"]] "foo[]bar" qu eryCommandIndeterm("defaultparagraphseparator") before
93 PASS [["defaultparagraphseparator","p"],["inserttext","abc\ndef"]] "foo[]bar" qu eryCommandState("defaultparagraphseparator") before
94 PASS [["defaultparagraphseparator","p"],["inserttext","abc\ndef"]] "foo[]bar" qu eryCommandValue("defaultparagraphseparator") before
95 PASS [["defaultparagraphseparator","p"],["inserttext","abc\ndef"]] "foo[]bar" qu eryCommandIndeterm("defaultparagraphseparator") after
96 PASS [["defaultparagraphseparator","p"],["inserttext","abc\ndef"]] "foo[]bar" qu eryCommandState("defaultparagraphseparator") after
97 PASS [["defaultparagraphseparator","p"],["inserttext","abc\ndef"]] "foo[]bar" qu eryCommandValue("defaultparagraphseparator") after
98 PASS [["defaultparagraphseparator","p"],["inserttext","abc\ndef"]] "foo[]bar" qu eryCommandIndeterm("inserttext") before
99 PASS [["defaultparagraphseparator","p"],["inserttext","abc\ndef"]] "foo[]bar" qu eryCommandState("inserttext") before
100 PASS [["defaultparagraphseparator","p"],["inserttext","abc\ndef"]] "foo[]bar" qu eryCommandValue("inserttext") before
101 PASS [["defaultparagraphseparator","p"],["inserttext","abc\ndef"]] "foo[]bar" qu eryCommandIndeterm("inserttext") after
102 PASS [["defaultparagraphseparator","p"],["inserttext","abc\ndef"]] "foo[]bar" qu eryCommandState("inserttext") after
103 PASS [["defaultparagraphseparator","p"],["inserttext","abc\ndef"]] "foo[]bar" qu eryCommandValue("inserttext") after
104 PASS [["inserttext","\u0007"]] "foo[]bar": execCommand("inserttext", false, "\x0 7") return value
105 PASS [["inserttext","\u0007"]] "foo[]bar" checks for modifications to non-editab le content
106 PASS [["inserttext","\u0007"]] "foo[]bar" compare innerHTML
107 PASS [["inserttext","\u0007"]] "foo[]bar" queryCommandIndeterm("inserttext") bef ore
108 PASS [["inserttext","\u0007"]] "foo[]bar" queryCommandState("inserttext") before
109 PASS [["inserttext","\u0007"]] "foo[]bar" queryCommandValue("inserttext") before
110 PASS [["inserttext","\u0007"]] "foo[]bar" queryCommandIndeterm("inserttext") aft er
111 PASS [["inserttext","\u0007"]] "foo[]bar" queryCommandState("inserttext") after
112 PASS [["inserttext","\u0007"]] "foo[]bar" queryCommandValue("inserttext") after
113 PASS [["inserttext","<b>hi</b>"]] "foo[]bar": execCommand("inserttext", false, " <b>hi</b>") return value
114 PASS [["inserttext","<b>hi</b>"]] "foo[]bar" checks for modifications to non-edi table content
115 PASS [["inserttext","<b>hi</b>"]] "foo[]bar" compare innerHTML
116 PASS [["inserttext","<b>hi</b>"]] "foo[]bar" queryCommandIndeterm("inserttext") before
117 PASS [["inserttext","<b>hi</b>"]] "foo[]bar" queryCommandState("inserttext") bef ore
118 PASS [["inserttext","<b>hi</b>"]] "foo[]bar" queryCommandValue("inserttext") bef ore
119 PASS [["inserttext","<b>hi</b>"]] "foo[]bar" queryCommandIndeterm("inserttext") after
120 PASS [["inserttext","<b>hi</b>"]] "foo[]bar" queryCommandState("inserttext") aft er
121 PASS [["inserttext","<b>hi</b>"]] "foo[]bar" queryCommandValue("inserttext") aft er
122 PASS [["inserttext","<"]] "foo[]bar": execCommand("inserttext", false, "<") retu rn value
123 PASS [["inserttext","<"]] "foo[]bar" checks for modifications to non-editable co ntent
124 PASS [["inserttext","<"]] "foo[]bar" compare innerHTML
125 PASS [["inserttext","<"]] "foo[]bar" queryCommandIndeterm("inserttext") before
126 PASS [["inserttext","<"]] "foo[]bar" queryCommandState("inserttext") before
127 PASS [["inserttext","<"]] "foo[]bar" queryCommandValue("inserttext") before
128 PASS [["inserttext","<"]] "foo[]bar" queryCommandIndeterm("inserttext") after
129 PASS [["inserttext","<"]] "foo[]bar" queryCommandState("inserttext") after
130 PASS [["inserttext","<"]] "foo[]bar" queryCommandValue("inserttext") after
131 PASS [["inserttext","&amp;"]] "foo[]bar": execCommand("inserttext", false, "&amp ;") return value
132 PASS [["inserttext","&amp;"]] "foo[]bar" checks for modifications to non-editabl e content
133 PASS [["inserttext","&amp;"]] "foo[]bar" compare innerHTML
134 PASS [["inserttext","&amp;"]] "foo[]bar" queryCommandIndeterm("inserttext") befo re
135 PASS [["inserttext","&amp;"]] "foo[]bar" queryCommandState("inserttext") before
136 PASS [["inserttext","&amp;"]] "foo[]bar" queryCommandValue("inserttext") before
137 PASS [["inserttext","&amp;"]] "foo[]bar" queryCommandIndeterm("inserttext") afte r
138 PASS [["inserttext","&amp;"]] "foo[]bar" queryCommandState("inserttext") after
139 PASS [["inserttext","&amp;"]] "foo[]bar" queryCommandValue("inserttext") after
140 PASS [["inserttext"," "]] "foo[]bar": execCommand("inserttext", false, " ") retu rn value
141 PASS [["inserttext"," "]] "foo[]bar" checks for modifications to non-editable co ntent
142 PASS [["inserttext"," "]] "foo[]bar" compare innerHTML
143 PASS [["inserttext"," "]] "foo[]bar" queryCommandIndeterm("inserttext") before
144 PASS [["inserttext"," "]] "foo[]bar" queryCommandState("inserttext") before
145 PASS [["inserttext"," "]] "foo[]bar" queryCommandValue("inserttext") before
146 PASS [["inserttext"," "]] "foo[]bar" queryCommandIndeterm("inserttext") after
147 PASS [["inserttext"," "]] "foo[]bar" queryCommandState("inserttext") after
148 PASS [["inserttext"," "]] "foo[]bar" queryCommandValue("inserttext") after
149 PASS [["inserttext"," "]] "foo []bar": execCommand("inserttext", false, " ") ret urn value
150 PASS [["inserttext"," "]] "foo []bar" checks for modifications to non-editable c ontent
151 FAIL [["inserttext"," "]] "foo []bar" compare innerHTML assert_equals: Unexpecte d innerHTML (after normalizing inline style) expected "foo&nbsp; bar" but got "f oo &nbsp;bar"
152 PASS [["inserttext"," "]] "foo []bar" queryCommandIndeterm("inserttext") before
153 PASS [["inserttext"," "]] "foo []bar" queryCommandState("inserttext") before
154 PASS [["inserttext"," "]] "foo []bar" queryCommandValue("inserttext") before
155 PASS [["inserttext"," "]] "foo []bar" queryCommandIndeterm("inserttext") after
156 PASS [["inserttext"," "]] "foo []bar" queryCommandState("inserttext") after
157 PASS [["inserttext"," "]] "foo []bar" queryCommandValue("inserttext") after
158 PASS [["inserttext"," "]] "foo[] bar": execCommand("inserttext", false, " ") ret urn value
159 PASS [["inserttext"," "]] "foo[] bar" checks for modifications to non-editable c ontent
160 FAIL [["inserttext"," "]] "foo[] bar" compare innerHTML assert_equals: Unexpecte d innerHTML (after normalizing inline style) expected "foo&nbsp; bar" but got "f oo &nbsp;bar"
161 PASS [["inserttext"," "]] "foo[] bar" queryCommandIndeterm("inserttext") before
162 PASS [["inserttext"," "]] "foo[] bar" queryCommandState("inserttext") before
163 PASS [["inserttext"," "]] "foo[] bar" queryCommandValue("inserttext") before
164 PASS [["inserttext"," "]] "foo[] bar" queryCommandIndeterm("inserttext") after
165 PASS [["inserttext"," "]] "foo[] bar" queryCommandState("inserttext") after
166 PASS [["inserttext"," "]] "foo[] bar" queryCommandValue("inserttext") after
167 PASS [["inserttext"," "]] "foo &nbsp;[]bar": execCommand("inserttext", false, " ") return value
168 PASS [["inserttext"," "]] "foo &nbsp;[]bar" checks for modifications to non-edit able content
169 PASS [["inserttext"," "]] "foo &nbsp;[]bar" compare innerHTML
170 PASS [["inserttext"," "]] "foo &nbsp;[]bar" queryCommandIndeterm("inserttext") b efore
171 PASS [["inserttext"," "]] "foo &nbsp;[]bar" queryCommandState("inserttext") befo re
172 PASS [["inserttext"," "]] "foo &nbsp;[]bar" queryCommandValue("inserttext") befo re
173 PASS [["inserttext"," "]] "foo &nbsp;[]bar" queryCommandIndeterm("inserttext") a fter
174 PASS [["inserttext"," "]] "foo &nbsp;[]bar" queryCommandState("inserttext") afte r
175 PASS [["inserttext"," "]] "foo &nbsp;[]bar" queryCommandValue("inserttext") afte r
176 PASS [["inserttext"," "]] "foo []&nbsp;bar": execCommand("inserttext", false, " ") return value
177 PASS [["inserttext"," "]] "foo []&nbsp;bar" checks for modifications to non-edit able content
178 PASS [["inserttext"," "]] "foo []&nbsp;bar" compare innerHTML
179 PASS [["inserttext"," "]] "foo []&nbsp;bar" queryCommandIndeterm("inserttext") b efore
180 PASS [["inserttext"," "]] "foo []&nbsp;bar" queryCommandState("inserttext") befo re
181 PASS [["inserttext"," "]] "foo []&nbsp;bar" queryCommandValue("inserttext") befo re
182 PASS [["inserttext"," "]] "foo []&nbsp;bar" queryCommandIndeterm("inserttext") a fter
183 PASS [["inserttext"," "]] "foo []&nbsp;bar" queryCommandState("inserttext") afte r
184 PASS [["inserttext"," "]] "foo []&nbsp;bar" queryCommandValue("inserttext") afte r
185 PASS [["inserttext"," "]] "foo[] &nbsp;bar": execCommand("inserttext", false, " ") return value
186 PASS [["inserttext"," "]] "foo[] &nbsp;bar" checks for modifications to non-edit able content
187 PASS [["inserttext"," "]] "foo[] &nbsp;bar" compare innerHTML
188 PASS [["inserttext"," "]] "foo[] &nbsp;bar" queryCommandIndeterm("inserttext") b efore
189 PASS [["inserttext"," "]] "foo[] &nbsp;bar" queryCommandState("inserttext") befo re
190 PASS [["inserttext"," "]] "foo[] &nbsp;bar" queryCommandValue("inserttext") befo re
191 PASS [["inserttext"," "]] "foo[] &nbsp;bar" queryCommandIndeterm("inserttext") a fter
192 PASS [["inserttext"," "]] "foo[] &nbsp;bar" queryCommandState("inserttext") afte r
193 PASS [["inserttext"," "]] "foo[] &nbsp;bar" queryCommandValue("inserttext") afte r
194 PASS [["inserttext"," "]] "foo&nbsp; []bar": execCommand("inserttext", false, " ") return value
195 PASS [["inserttext"," "]] "foo&nbsp; []bar" checks for modifications to non-edit able content
196 PASS [["inserttext"," "]] "foo&nbsp; []bar" compare innerHTML
197 PASS [["inserttext"," "]] "foo&nbsp; []bar" queryCommandIndeterm("inserttext") b efore
198 PASS [["inserttext"," "]] "foo&nbsp; []bar" queryCommandState("inserttext") befo re
199 PASS [["inserttext"," "]] "foo&nbsp; []bar" queryCommandValue("inserttext") befo re
200 PASS [["inserttext"," "]] "foo&nbsp; []bar" queryCommandIndeterm("inserttext") a fter
201 PASS [["inserttext"," "]] "foo&nbsp; []bar" queryCommandState("inserttext") afte r
202 PASS [["inserttext"," "]] "foo&nbsp; []bar" queryCommandValue("inserttext") afte r
203 PASS [["inserttext"," "]] "foo&nbsp;[] bar": execCommand("inserttext", false, " ") return value
204 PASS [["inserttext"," "]] "foo&nbsp;[] bar" checks for modifications to non-edit able content
205 PASS [["inserttext"," "]] "foo&nbsp;[] bar" compare innerHTML
206 PASS [["inserttext"," "]] "foo&nbsp;[] bar" queryCommandIndeterm("inserttext") b efore
207 PASS [["inserttext"," "]] "foo&nbsp;[] bar" queryCommandState("inserttext") befo re
208 PASS [["inserttext"," "]] "foo&nbsp;[] bar" queryCommandValue("inserttext") befo re
209 PASS [["inserttext"," "]] "foo&nbsp;[] bar" queryCommandIndeterm("inserttext") a fter
210 PASS [["inserttext"," "]] "foo&nbsp;[] bar" queryCommandState("inserttext") afte r
211 PASS [["inserttext"," "]] "foo&nbsp;[] bar" queryCommandValue("inserttext") afte r
212 PASS [["inserttext"," "]] "foo[]&nbsp; bar": execCommand("inserttext", false, " ") return value
213 PASS [["inserttext"," "]] "foo[]&nbsp; bar" checks for modifications to non-edit able content
214 PASS [["inserttext"," "]] "foo[]&nbsp; bar" compare innerHTML
215 PASS [["inserttext"," "]] "foo[]&nbsp; bar" queryCommandIndeterm("inserttext") b efore
216 PASS [["inserttext"," "]] "foo[]&nbsp; bar" queryCommandState("inserttext") befo re
217 PASS [["inserttext"," "]] "foo[]&nbsp; bar" queryCommandValue("inserttext") befo re
218 PASS [["inserttext"," "]] "foo[]&nbsp; bar" queryCommandIndeterm("inserttext") a fter
219 PASS [["inserttext"," "]] "foo[]&nbsp; bar" queryCommandState("inserttext") afte r
220 PASS [["inserttext"," "]] "foo[]&nbsp; bar" queryCommandValue("inserttext") afte r
221 PASS [["inserttext"," "]] "foo&nbsp;&nbsp;[]bar": execCommand("inserttext", fals e, " ") return value
222 PASS [["inserttext"," "]] "foo&nbsp;&nbsp;[]bar" checks for modifications to non -editable content
223 PASS [["inserttext"," "]] "foo&nbsp;&nbsp;[]bar" compare innerHTML
224 PASS [["inserttext"," "]] "foo&nbsp;&nbsp;[]bar" queryCommandIndeterm("inserttex t") before
225 PASS [["inserttext"," "]] "foo&nbsp;&nbsp;[]bar" queryCommandState("inserttext") before
226 PASS [["inserttext"," "]] "foo&nbsp;&nbsp;[]bar" queryCommandValue("inserttext") before
227 PASS [["inserttext"," "]] "foo&nbsp;&nbsp;[]bar" queryCommandIndeterm("inserttex t") after
228 PASS [["inserttext"," "]] "foo&nbsp;&nbsp;[]bar" queryCommandState("inserttext") after
229 PASS [["inserttext"," "]] "foo&nbsp;&nbsp;[]bar" queryCommandValue("inserttext") after
230 PASS [["inserttext"," "]] "foo&nbsp;[]&nbsp;bar": execCommand("inserttext", fals e, " ") return value
231 PASS [["inserttext"," "]] "foo&nbsp;[]&nbsp;bar" checks for modifications to non -editable content
232 PASS [["inserttext"," "]] "foo&nbsp;[]&nbsp;bar" compare innerHTML
233 PASS [["inserttext"," "]] "foo&nbsp;[]&nbsp;bar" queryCommandIndeterm("inserttex t") before
234 PASS [["inserttext"," "]] "foo&nbsp;[]&nbsp;bar" queryCommandState("inserttext") before
235 PASS [["inserttext"," "]] "foo&nbsp;[]&nbsp;bar" queryCommandValue("inserttext") before
236 PASS [["inserttext"," "]] "foo&nbsp;[]&nbsp;bar" queryCommandIndeterm("inserttex t") after
237 PASS [["inserttext"," "]] "foo&nbsp;[]&nbsp;bar" queryCommandState("inserttext") after
238 PASS [["inserttext"," "]] "foo&nbsp;[]&nbsp;bar" queryCommandValue("inserttext") after
239 PASS [["inserttext"," "]] "foo[]&nbsp;&nbsp;bar": execCommand("inserttext", fals e, " ") return value
240 PASS [["inserttext"," "]] "foo[]&nbsp;&nbsp;bar" checks for modifications to non -editable content
241 PASS [["inserttext"," "]] "foo[]&nbsp;&nbsp;bar" compare innerHTML
242 PASS [["inserttext"," "]] "foo[]&nbsp;&nbsp;bar" queryCommandIndeterm("inserttex t") before
243 PASS [["inserttext"," "]] "foo[]&nbsp;&nbsp;bar" queryCommandState("inserttext") before
244 PASS [["inserttext"," "]] "foo[]&nbsp;&nbsp;bar" queryCommandValue("inserttext") before
245 PASS [["inserttext"," "]] "foo[]&nbsp;&nbsp;bar" queryCommandIndeterm("inserttex t") after
246 PASS [["inserttext"," "]] "foo[]&nbsp;&nbsp;bar" queryCommandState("inserttext") after
247 PASS [["inserttext"," "]] "foo[]&nbsp;&nbsp;bar" queryCommandValue("inserttext") after
248 PASS [["inserttext"," "]] "foo []&nbsp; bar": execCommand("inserttext", f alse, " ") return value
249 PASS [["inserttext"," "]] "foo []&nbsp; bar" checks for modifications to non-editable content
250 FAIL [["inserttext"," "]] "foo []&nbsp; bar" compare innerHTML assert_equ als: Unexpected innerHTML (after normalizing inline style) expected "foo &nbsp;& nbsp; bar" but got "foo &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; bar"
251 PASS [["inserttext"," "]] "foo []&nbsp; bar" queryCommandIndeterm("insert text") before
252 PASS [["inserttext"," "]] "foo []&nbsp; bar" queryCommandState("inserttex t") before
253 PASS [["inserttext"," "]] "foo []&nbsp; bar" queryCommandValue("inserttex t") before
254 PASS [["inserttext"," "]] "foo []&nbsp; bar" queryCommandIndeterm("insert text") after
255 PASS [["inserttext"," "]] "foo []&nbsp; bar" queryCommandState("inserttex t") after
256 PASS [["inserttext"," "]] "foo []&nbsp; bar" queryCommandValue("inserttex t") after
257 PASS [["inserttext"," "]] "foo []bar": execCommand("inserttext", false, " ") re turn value
258 PASS [["inserttext"," "]] "foo []bar" checks for modifications to non-editable content
259 FAIL [["inserttext"," "]] "foo []bar" compare innerHTML assert_equals: Unexpect ed innerHTML (after normalizing inline style) expected "foo&nbsp; bar" but got " foo &nbsp;bar"
260 PASS [["inserttext"," "]] "foo []bar" queryCommandIndeterm("inserttext") before
261 PASS [["inserttext"," "]] "foo []bar" queryCommandState("inserttext") before
262 PASS [["inserttext"," "]] "foo []bar" queryCommandValue("inserttext") before
263 PASS [["inserttext"," "]] "foo []bar" queryCommandIndeterm("inserttext") after
264 PASS [["inserttext"," "]] "foo []bar" queryCommandState("inserttext") after
265 PASS [["inserttext"," "]] "foo []bar" queryCommandValue("inserttext") after
266 PASS [["inserttext"," "]] "foo []&nbsp;&nbsp; &nbsp; bar": execCommand("insertte xt", false, " ") return value
267 PASS [["inserttext"," "]] "foo []&nbsp;&nbsp; &nbsp; bar" checks for modificatio ns to non-editable content
268 PASS [["inserttext"," "]] "foo []&nbsp;&nbsp; &nbsp; bar" compare innerHTML
269 PASS [["inserttext"," "]] "foo []&nbsp;&nbsp; &nbsp; bar" queryCommandIndeterm(" inserttext") before
270 PASS [["inserttext"," "]] "foo []&nbsp;&nbsp; &nbsp; bar" queryCommandState("ins erttext") before
271 PASS [["inserttext"," "]] "foo []&nbsp;&nbsp; &nbsp; bar" queryCommandValue("ins erttext") before
272 PASS [["inserttext"," "]] "foo []&nbsp;&nbsp; &nbsp; bar" queryCommandIndeterm(" inserttext") after
273 PASS [["inserttext"," "]] "foo []&nbsp;&nbsp; &nbsp; bar" queryCommandState("ins erttext") after
274 PASS [["inserttext"," "]] "foo []&nbsp;&nbsp; &nbsp; bar" queryCommandValue("ins erttext") after
275 PASS [["inserttext"," "]] "[]foo": execCommand("inserttext", false, " ") return value
276 PASS [["inserttext"," "]] "[]foo" checks for modifications to non-editable conte nt
277 PASS [["inserttext"," "]] "[]foo" compare innerHTML
278 PASS [["inserttext"," "]] "[]foo" queryCommandIndeterm("inserttext") before
279 PASS [["inserttext"," "]] "[]foo" queryCommandState("inserttext") before
280 PASS [["inserttext"," "]] "[]foo" queryCommandValue("inserttext") before
281 PASS [["inserttext"," "]] "[]foo" queryCommandIndeterm("inserttext") after
282 PASS [["inserttext"," "]] "[]foo" queryCommandState("inserttext") after
283 PASS [["inserttext"," "]] "[]foo" queryCommandValue("inserttext") after
284 PASS [["inserttext"," "]] "{}foo": execCommand("inserttext", false, " ") return value
285 PASS [["inserttext"," "]] "{}foo" checks for modifications to non-editable conte nt
286 PASS [["inserttext"," "]] "{}foo" compare innerHTML
287 PASS [["inserttext"," "]] "{}foo" queryCommandIndeterm("inserttext") before
288 PASS [["inserttext"," "]] "{}foo" queryCommandState("inserttext") before
289 PASS [["inserttext"," "]] "{}foo" queryCommandValue("inserttext") before
290 PASS [["inserttext"," "]] "{}foo" queryCommandIndeterm("inserttext") after
291 PASS [["inserttext"," "]] "{}foo" queryCommandState("inserttext") after
292 PASS [["inserttext"," "]] "{}foo" queryCommandValue("inserttext") after
293 PASS [["inserttext"," "]] "foo[]": execCommand("inserttext", false, " ") return value
294 PASS [["inserttext"," "]] "foo[]" checks for modifications to non-editable conte nt
295 PASS [["inserttext"," "]] "foo[]" compare innerHTML
296 PASS [["inserttext"," "]] "foo[]" queryCommandIndeterm("inserttext") before
297 PASS [["inserttext"," "]] "foo[]" queryCommandState("inserttext") before
298 PASS [["inserttext"," "]] "foo[]" queryCommandValue("inserttext") before
299 PASS [["inserttext"," "]] "foo[]" queryCommandIndeterm("inserttext") after
300 PASS [["inserttext"," "]] "foo[]" queryCommandState("inserttext") after
301 PASS [["inserttext"," "]] "foo[]" queryCommandValue("inserttext") after
302 PASS [["inserttext"," "]] "foo{}": execCommand("inserttext", false, " ") return value
303 PASS [["inserttext"," "]] "foo{}" checks for modifications to non-editable conte nt
304 PASS [["inserttext"," "]] "foo{}" compare innerHTML
305 PASS [["inserttext"," "]] "foo{}" queryCommandIndeterm("inserttext") before
306 PASS [["inserttext"," "]] "foo{}" queryCommandState("inserttext") before
307 PASS [["inserttext"," "]] "foo{}" queryCommandValue("inserttext") before
308 PASS [["inserttext"," "]] "foo{}" queryCommandIndeterm("inserttext") after
309 PASS [["inserttext"," "]] "foo{}" queryCommandState("inserttext") after
310 PASS [["inserttext"," "]] "foo{}" queryCommandValue("inserttext") after
311 PASS [["inserttext"," "]] "foo&nbsp;[]": execCommand("inserttext", false, " ") r eturn value
312 PASS [["inserttext"," "]] "foo&nbsp;[]" checks for modifications to non-editable content
313 PASS [["inserttext"," "]] "foo&nbsp;[]" compare innerHTML
314 PASS [["inserttext"," "]] "foo&nbsp;[]" queryCommandIndeterm("inserttext") befor e
315 PASS [["inserttext"," "]] "foo&nbsp;[]" queryCommandState("inserttext") before
316 PASS [["inserttext"," "]] "foo&nbsp;[]" queryCommandValue("inserttext") before
317 PASS [["inserttext"," "]] "foo&nbsp;[]" queryCommandIndeterm("inserttext") after
318 PASS [["inserttext"," "]] "foo&nbsp;[]" queryCommandState("inserttext") after
319 PASS [["inserttext"," "]] "foo&nbsp;[]" queryCommandValue("inserttext") after
320 PASS [["inserttext"," "]] "foo&nbsp;{}": execCommand("inserttext", false, " ") r eturn value
321 PASS [["inserttext"," "]] "foo&nbsp;{}" checks for modifications to non-editable content
322 PASS [["inserttext"," "]] "foo&nbsp;{}" compare innerHTML
323 PASS [["inserttext"," "]] "foo&nbsp;{}" queryCommandIndeterm("inserttext") befor e
324 PASS [["inserttext"," "]] "foo&nbsp;{}" queryCommandState("inserttext") before
325 PASS [["inserttext"," "]] "foo&nbsp;{}" queryCommandValue("inserttext") before
326 PASS [["inserttext"," "]] "foo&nbsp;{}" queryCommandIndeterm("inserttext") after
327 PASS [["inserttext"," "]] "foo&nbsp;{}" queryCommandState("inserttext") after
328 PASS [["inserttext"," "]] "foo&nbsp;{}" queryCommandValue("inserttext") after
329 PASS [["inserttext"," "]] "foo&nbsp;&nbsp;[]": execCommand("inserttext", false, " ") return value
330 PASS [["inserttext"," "]] "foo&nbsp;&nbsp;[]" checks for modifications to non-ed itable content
331 PASS [["inserttext"," "]] "foo&nbsp;&nbsp;[]" compare innerHTML
332 PASS [["inserttext"," "]] "foo&nbsp;&nbsp;[]" queryCommandIndeterm("inserttext") before
333 PASS [["inserttext"," "]] "foo&nbsp;&nbsp;[]" queryCommandState("inserttext") be fore
334 PASS [["inserttext"," "]] "foo&nbsp;&nbsp;[]" queryCommandValue("inserttext") be fore
335 PASS [["inserttext"," "]] "foo&nbsp;&nbsp;[]" queryCommandIndeterm("inserttext") after
336 PASS [["inserttext"," "]] "foo&nbsp;&nbsp;[]" queryCommandState("inserttext") af ter
337 PASS [["inserttext"," "]] "foo&nbsp;&nbsp;[]" queryCommandValue("inserttext") af ter
338 PASS [["inserttext"," "]] "foo&nbsp;&nbsp;{}": execCommand("inserttext", false, " ") return value
339 PASS [["inserttext"," "]] "foo&nbsp;&nbsp;{}" checks for modifications to non-ed itable content
340 PASS [["inserttext"," "]] "foo&nbsp;&nbsp;{}" compare innerHTML
341 PASS [["inserttext"," "]] "foo&nbsp;&nbsp;{}" queryCommandIndeterm("inserttext") before
342 PASS [["inserttext"," "]] "foo&nbsp;&nbsp;{}" queryCommandState("inserttext") be fore
343 PASS [["inserttext"," "]] "foo&nbsp;&nbsp;{}" queryCommandValue("inserttext") be fore
344 PASS [["inserttext"," "]] "foo&nbsp;&nbsp;{}" queryCommandIndeterm("inserttext") after
345 PASS [["inserttext"," "]] "foo&nbsp;&nbsp;{}" queryCommandState("inserttext") af ter
346 PASS [["inserttext"," "]] "foo&nbsp;&nbsp;{}" queryCommandValue("inserttext") af ter
347 PASS [["inserttext"," "]] "<b>foo[]</b>bar": execCommand("inserttext", false, " ") return value
348 PASS [["inserttext"," "]] "<b>foo[]</b>bar" checks for modifications to non-edit able content
349 FAIL [["inserttext"," "]] "<b>foo[]</b>bar" compare innerHTML assert_equals: Une xpected innerHTML (after normalizing inline style) expected "<b>foo </b>bar" but got "<b>foo&nbsp;</b>bar"
350 PASS [["inserttext"," "]] "<b>foo[]</b>bar" queryCommandIndeterm("inserttext") b efore
351 PASS [["inserttext"," "]] "<b>foo[]</b>bar" queryCommandState("inserttext") befo re
352 PASS [["inserttext"," "]] "<b>foo[]</b>bar" queryCommandValue("inserttext") befo re
353 PASS [["inserttext"," "]] "<b>foo[]</b>bar" queryCommandIndeterm("inserttext") a fter
354 PASS [["inserttext"," "]] "<b>foo[]</b>bar" queryCommandState("inserttext") afte r
355 PASS [["inserttext"," "]] "<b>foo[]</b>bar" queryCommandValue("inserttext") afte r
356 PASS [["inserttext"," "]] "foo[]<b>bar</b>": execCommand("inserttext", false, " ") return value
357 PASS [["inserttext"," "]] "foo[]<b>bar</b>" checks for modifications to non-edit able content
358 FAIL [["inserttext"," "]] "foo[]<b>bar</b>" compare innerHTML assert_equals: Une xpected innerHTML (after normalizing inline style) expected "foo <b>bar</b>" but got "foo&nbsp;<b>bar</b>"
359 PASS [["inserttext"," "]] "foo[]<b>bar</b>" queryCommandIndeterm("inserttext") b efore
360 PASS [["inserttext"," "]] "foo[]<b>bar</b>" queryCommandState("inserttext") befo re
361 PASS [["inserttext"," "]] "foo[]<b>bar</b>" queryCommandValue("inserttext") befo re
362 PASS [["inserttext"," "]] "foo[]<b>bar</b>" queryCommandIndeterm("inserttext") a fter
363 PASS [["inserttext"," "]] "foo[]<b>bar</b>" queryCommandState("inserttext") afte r
364 PASS [["inserttext"," "]] "foo[]<b>bar</b>" queryCommandValue("inserttext") afte r
365 PASS [["inserttext"," "]] "foo[] ": execCommand("inserttext", false, " ") return value
366 PASS [["inserttext"," "]] "foo[] " checks for modifications to non-editable cont ent
367 PASS [["inserttext"," "]] "foo[] " compare innerHTML
368 PASS [["inserttext"," "]] "foo[] " queryCommandIndeterm("inserttext") before
369 PASS [["inserttext"," "]] "foo[] " queryCommandState("inserttext") before
370 PASS [["inserttext"," "]] "foo[] " queryCommandValue("inserttext") before
371 PASS [["inserttext"," "]] "foo[] " queryCommandIndeterm("inserttext") after
372 PASS [["inserttext"," "]] "foo[] " queryCommandState("inserttext") after
373 PASS [["inserttext"," "]] "foo[] " queryCommandValue("inserttext") after
374 PASS [["inserttext"," "]] " foo [] ": execCommand("inserttext", false, " ") return value
375 PASS [["inserttext"," "]] " foo [] " checks for modifications to non-editabl e content
376 PASS [["inserttext"," "]] " foo [] " compare innerHTML
377 PASS [["inserttext"," "]] " foo [] " queryCommandIndeterm("inserttext") befo re
378 PASS [["inserttext"," "]] " foo [] " queryCommandState("inserttext") before
379 PASS [["inserttext"," "]] " foo [] " queryCommandValue("inserttext") before
380 PASS [["inserttext"," "]] " foo [] " queryCommandIndeterm("inserttext") afte r
381 PASS [["inserttext"," "]] " foo [] " queryCommandState("inserttext") after
382 PASS [["inserttext"," "]] " foo [] " queryCommandValue("inserttext") after
383 PASS [["inserttext"," "]] "foo[]<span> </span>": execCommand("inserttext", false , " ") return value
384 PASS [["inserttext"," "]] "foo[]<span> </span>" checks for modifications to non- editable content
385 FAIL [["inserttext"," "]] "foo[]<span> </span>" compare innerHTML assert_equals: Unexpected innerHTML (after normalizing inline style) expected "foo&nbsp;<span> </span>" but got "foo&nbsp;<span></span>"
386 PASS [["inserttext"," "]] "foo[]<span> </span>" queryCommandIndeterm("inserttext ") before
387 PASS [["inserttext"," "]] "foo[]<span> </span>" queryCommandState("inserttext") before
388 PASS [["inserttext"," "]] "foo[]<span> </span>" queryCommandValue("inserttext") before
389 PASS [["inserttext"," "]] "foo[]<span> </span>" queryCommandIndeterm("inserttext ") after
390 PASS [["inserttext"," "]] "foo[]<span> </span>" queryCommandState("inserttext") after
391 PASS [["inserttext"," "]] "foo[]<span> </span>" queryCommandValue("inserttext") after
392 PASS [["inserttext"," "]] "foo[]<span> </span> ": execCommand("inserttext", fals e, " ") return value
393 PASS [["inserttext"," "]] "foo[]<span> </span> " checks for modifications to non -editable content
394 FAIL [["inserttext"," "]] "foo[]<span> </span> " compare innerHTML assert_equals : Unexpected innerHTML (after normalizing inline style) expected "foo&nbsp;<span > </span> " but got "foo&nbsp;<span></span>"
395 PASS [["inserttext"," "]] "foo[]<span> </span> " queryCommandIndeterm("inserttex t") before
396 PASS [["inserttext"," "]] "foo[]<span> </span> " queryCommandState("inserttext") before
397 PASS [["inserttext"," "]] "foo[]<span> </span> " queryCommandValue("inserttext") before
398 PASS [["inserttext"," "]] "foo[]<span> </span> " queryCommandIndeterm("inserttex t") after
399 PASS [["inserttext"," "]] "foo[]<span> </span> " queryCommandState("inserttext") after
400 PASS [["inserttext"," "]] "foo[]<span> </span> " queryCommandValue("inserttext") after
401 PASS [["inserttext"," "]] " []foo": execCommand("inserttext", false, " ") return value
402 PASS [["inserttext"," "]] " []foo" checks for modifications to non-editable cont ent
403 PASS [["inserttext"," "]] " []foo" compare innerHTML
404 PASS [["inserttext"," "]] " []foo" queryCommandIndeterm("inserttext") before
405 PASS [["inserttext"," "]] " []foo" queryCommandState("inserttext") before
406 PASS [["inserttext"," "]] " []foo" queryCommandValue("inserttext") before
407 PASS [["inserttext"," "]] " []foo" queryCommandIndeterm("inserttext") after
408 PASS [["inserttext"," "]] " []foo" queryCommandState("inserttext") after
409 PASS [["inserttext"," "]] " []foo" queryCommandValue("inserttext") after
410 PASS [["inserttext"," "]] " [] foo ": execCommand("inserttext", false, " ") return value
411 PASS [["inserttext"," "]] " [] foo " checks for modifications to non-editabl e content
412 PASS [["inserttext"," "]] " [] foo " compare innerHTML
413 PASS [["inserttext"," "]] " [] foo " queryCommandIndeterm("inserttext") befo re
414 PASS [["inserttext"," "]] " [] foo " queryCommandState("inserttext") before
415 PASS [["inserttext"," "]] " [] foo " queryCommandValue("inserttext") before
416 PASS [["inserttext"," "]] " [] foo " queryCommandIndeterm("inserttext") afte r
417 PASS [["inserttext"," "]] " [] foo " queryCommandState("inserttext") after
418 PASS [["inserttext"," "]] " [] foo " queryCommandValue("inserttext") after
419 PASS [["inserttext"," "]] "<span> </span>[]foo": execCommand("inserttext", false , " ") return value
420 PASS [["inserttext"," "]] "<span> </span>[]foo" checks for modifications to non- editable content
421 FAIL [["inserttext"," "]] "<span> </span>[]foo" compare innerHTML assert_equals: Unexpected innerHTML (after normalizing inline style) expected "<span> </span>& nbsp;foo" but got "<span></span>&nbsp;foo"
422 PASS [["inserttext"," "]] "<span> </span>[]foo" queryCommandIndeterm("inserttext ") before
423 PASS [["inserttext"," "]] "<span> </span>[]foo" queryCommandState("inserttext") before
424 PASS [["inserttext"," "]] "<span> </span>[]foo" queryCommandValue("inserttext") before
425 PASS [["inserttext"," "]] "<span> </span>[]foo" queryCommandIndeterm("inserttext ") after
426 PASS [["inserttext"," "]] "<span> </span>[]foo" queryCommandState("inserttext") after
427 PASS [["inserttext"," "]] "<span> </span>[]foo" queryCommandValue("inserttext") after
428 PASS [["inserttext"," "]] " <span> </span>[]foo": execCommand("inserttext", fals e, " ") return value
429 PASS [["inserttext"," "]] " <span> </span>[]foo" checks for modifications to non -editable content
430 FAIL [["inserttext"," "]] " <span> </span>[]foo" compare innerHTML assert_equals : Unexpected innerHTML (after normalizing inline style) expected " <span> </span >&nbsp;foo" but got " <span></span>&nbsp;foo"
431 PASS [["inserttext"," "]] " <span> </span>[]foo" queryCommandIndeterm("inserttex t") before
432 PASS [["inserttext"," "]] " <span> </span>[]foo" queryCommandState("inserttext") before
433 PASS [["inserttext"," "]] " <span> </span>[]foo" queryCommandValue("inserttext") before
434 PASS [["inserttext"," "]] " <span> </span>[]foo" queryCommandIndeterm("inserttex t") after
435 PASS [["inserttext"," "]] " <span> </span>[]foo" queryCommandState("inserttext") after
436 PASS [["inserttext"," "]] " <span> </span>[]foo" queryCommandValue("inserttext") after
437 PASS [["inserttext"," "]] "{}<br>": execCommand("inserttext", false, " ") return value
438 PASS [["inserttext"," "]] "{}<br>" checks for modifications to non-editable cont ent
439 PASS [["inserttext"," "]] "{}<br>" compare innerHTML
440 PASS [["inserttext"," "]] "{}<br>" queryCommandIndeterm("inserttext") before
441 PASS [["inserttext"," "]] "{}<br>" queryCommandState("inserttext") before
442 PASS [["inserttext"," "]] "{}<br>" queryCommandValue("inserttext") before
443 PASS [["inserttext"," "]] "{}<br>" queryCommandIndeterm("inserttext") after
444 PASS [["inserttext"," "]] "{}<br>" queryCommandState("inserttext") after
445 PASS [["inserttext"," "]] "{}<br>" queryCommandValue("inserttext") after
446 PASS [["inserttext"," "]] "<p>{}<br>": execCommand("inserttext", false, " ") ret urn value
447 PASS [["inserttext"," "]] "<p>{}<br>" checks for modifications to non-editable c ontent
448 PASS [["inserttext"," "]] "<p>{}<br>" compare innerHTML
449 PASS [["inserttext"," "]] "<p>{}<br>" queryCommandIndeterm("inserttext") before
450 PASS [["inserttext"," "]] "<p>{}<br>" queryCommandState("inserttext") before
451 PASS [["inserttext"," "]] "<p>{}<br>" queryCommandValue("inserttext") before
452 PASS [["inserttext"," "]] "<p>{}<br>" queryCommandIndeterm("inserttext") after
453 PASS [["inserttext"," "]] "<p>{}<br>" queryCommandState("inserttext") after
454 PASS [["inserttext"," "]] "<p>{}<br>" queryCommandValue("inserttext") after
455 PASS [["inserttext"," "]] "<p>foo[]<p>bar": execCommand("inserttext", false, " " ) return value
456 PASS [["inserttext"," "]] "<p>foo[]<p>bar" checks for modifications to non-edita ble content
457 PASS [["inserttext"," "]] "<p>foo[]<p>bar" compare innerHTML
458 PASS [["inserttext"," "]] "<p>foo[]<p>bar" queryCommandIndeterm("inserttext") be fore
459 PASS [["inserttext"," "]] "<p>foo[]<p>bar" queryCommandState("inserttext") befor e
460 PASS [["inserttext"," "]] "<p>foo[]<p>bar" queryCommandValue("inserttext") befor e
461 PASS [["inserttext"," "]] "<p>foo[]<p>bar" queryCommandIndeterm("inserttext") af ter
462 PASS [["inserttext"," "]] "<p>foo[]<p>bar" queryCommandState("inserttext") after
463 PASS [["inserttext"," "]] "<p>foo[]<p>bar" queryCommandValue("inserttext") after
464 PASS [["inserttext"," "]] "<p>foo&nbsp;[]<p>bar": execCommand("inserttext", fals e, " ") return value
465 PASS [["inserttext"," "]] "<p>foo&nbsp;[]<p>bar" checks for modifications to non -editable content
466 PASS [["inserttext"," "]] "<p>foo&nbsp;[]<p>bar" compare innerHTML
467 PASS [["inserttext"," "]] "<p>foo&nbsp;[]<p>bar" queryCommandIndeterm("inserttex t") before
468 PASS [["inserttext"," "]] "<p>foo&nbsp;[]<p>bar" queryCommandState("inserttext") before
469 PASS [["inserttext"," "]] "<p>foo&nbsp;[]<p>bar" queryCommandValue("inserttext") before
470 PASS [["inserttext"," "]] "<p>foo&nbsp;[]<p>bar" queryCommandIndeterm("inserttex t") after
471 PASS [["inserttext"," "]] "<p>foo&nbsp;[]<p>bar" queryCommandState("inserttext") after
472 PASS [["inserttext"," "]] "<p>foo&nbsp;[]<p>bar" queryCommandValue("inserttext") after
473 PASS [["inserttext"," "]] "<p>foo[]<p>&nbsp;bar": execCommand("inserttext", fals e, " ") return value
474 PASS [["inserttext"," "]] "<p>foo[]<p>&nbsp;bar" checks for modifications to non -editable content
475 PASS [["inserttext"," "]] "<p>foo[]<p>&nbsp;bar" compare innerHTML
476 PASS [["inserttext"," "]] "<p>foo[]<p>&nbsp;bar" queryCommandIndeterm("inserttex t") before
477 PASS [["inserttext"," "]] "<p>foo[]<p>&nbsp;bar" queryCommandState("inserttext") before
478 PASS [["inserttext"," "]] "<p>foo[]<p>&nbsp;bar" queryCommandValue("inserttext") before
479 PASS [["inserttext"," "]] "<p>foo[]<p>&nbsp;bar" queryCommandIndeterm("inserttex t") after
480 PASS [["inserttext"," "]] "<p>foo[]<p>&nbsp;bar" queryCommandState("inserttext") after
481 PASS [["inserttext"," "]] "<p>foo[]<p>&nbsp;bar" queryCommandValue("inserttext") after
482 PASS [["inserttext"," "]] "<pre>foo[]bar</pre>": execCommand("inserttext", false , " ") return value
483 PASS [["inserttext"," "]] "<pre>foo[]bar</pre>" checks for modifications to non- editable content
484 PASS [["inserttext"," "]] "<pre>foo[]bar</pre>" compare innerHTML
485 PASS [["inserttext"," "]] "<pre>foo[]bar</pre>" queryCommandIndeterm("inserttext ") before
486 PASS [["inserttext"," "]] "<pre>foo[]bar</pre>" queryCommandState("inserttext") before
487 PASS [["inserttext"," "]] "<pre>foo[]bar</pre>" queryCommandValue("inserttext") before
488 PASS [["inserttext"," "]] "<pre>foo[]bar</pre>" queryCommandIndeterm("inserttext ") after
489 PASS [["inserttext"," "]] "<pre>foo[]bar</pre>" queryCommandState("inserttext") after
490 PASS [["inserttext"," "]] "<pre>foo[]bar</pre>" queryCommandValue("inserttext") after
491 PASS [["inserttext"," "]] "<pre>foo []bar</pre>": execCommand("inserttext", fals e, " ") return value
492 PASS [["inserttext"," "]] "<pre>foo []bar</pre>" checks for modifications to non -editable content
493 PASS [["inserttext"," "]] "<pre>foo []bar</pre>" compare innerHTML
494 PASS [["inserttext"," "]] "<pre>foo []bar</pre>" queryCommandIndeterm("inserttex t") before
495 PASS [["inserttext"," "]] "<pre>foo []bar</pre>" queryCommandState("inserttext") before
496 PASS [["inserttext"," "]] "<pre>foo []bar</pre>" queryCommandValue("inserttext") before
497 PASS [["inserttext"," "]] "<pre>foo []bar</pre>" queryCommandIndeterm("inserttex t") after
498 PASS [["inserttext"," "]] "<pre>foo []bar</pre>" queryCommandState("inserttext") after
499 PASS [["inserttext"," "]] "<pre>foo []bar</pre>" queryCommandValue("inserttext") after
500 PASS [["inserttext"," "]] "<pre>foo[] bar</pre>": execCommand("inserttext", fals e, " ") return value
501 PASS [["inserttext"," "]] "<pre>foo[] bar</pre>" checks for modifications to non -editable content
502 PASS [["inserttext"," "]] "<pre>foo[] bar</pre>" compare innerHTML
503 PASS [["inserttext"," "]] "<pre>foo[] bar</pre>" queryCommandIndeterm("inserttex t") before
504 PASS [["inserttext"," "]] "<pre>foo[] bar</pre>" queryCommandState("inserttext") before
505 PASS [["inserttext"," "]] "<pre>foo[] bar</pre>" queryCommandValue("inserttext") before
506 PASS [["inserttext"," "]] "<pre>foo[] bar</pre>" queryCommandIndeterm("inserttex t") after
507 PASS [["inserttext"," "]] "<pre>foo[] bar</pre>" queryCommandState("inserttext") after
508 PASS [["inserttext"," "]] "<pre>foo[] bar</pre>" queryCommandValue("inserttext") after
509 PASS [["inserttext"," "]] "<pre>foo &nbsp;[]bar</pre>": execCommand("inserttext" , false, " ") return value
510 PASS [["inserttext"," "]] "<pre>foo &nbsp;[]bar</pre>" checks for modifications to non-editable content
511 PASS [["inserttext"," "]] "<pre>foo &nbsp;[]bar</pre>" compare innerHTML
512 PASS [["inserttext"," "]] "<pre>foo &nbsp;[]bar</pre>" queryCommandIndeterm("ins erttext") before
513 PASS [["inserttext"," "]] "<pre>foo &nbsp;[]bar</pre>" queryCommandState("insert text") before
514 PASS [["inserttext"," "]] "<pre>foo &nbsp;[]bar</pre>" queryCommandValue("insert text") before
515 PASS [["inserttext"," "]] "<pre>foo &nbsp;[]bar</pre>" queryCommandIndeterm("ins erttext") after
516 PASS [["inserttext"," "]] "<pre>foo &nbsp;[]bar</pre>" queryCommandState("insert text") after
517 PASS [["inserttext"," "]] "<pre>foo &nbsp;[]bar</pre>" queryCommandValue("insert text") after
518 PASS [["inserttext"," "]] "<pre>[]foo</pre>": execCommand("inserttext", false, " ") return value
519 PASS [["inserttext"," "]] "<pre>[]foo</pre>" checks for modifications to non-edi table content
520 PASS [["inserttext"," "]] "<pre>[]foo</pre>" compare innerHTML
521 PASS [["inserttext"," "]] "<pre>[]foo</pre>" queryCommandIndeterm("inserttext") before
522 PASS [["inserttext"," "]] "<pre>[]foo</pre>" queryCommandState("inserttext") bef ore
523 PASS [["inserttext"," "]] "<pre>[]foo</pre>" queryCommandValue("inserttext") bef ore
524 PASS [["inserttext"," "]] "<pre>[]foo</pre>" queryCommandIndeterm("inserttext") after
525 PASS [["inserttext"," "]] "<pre>[]foo</pre>" queryCommandState("inserttext") aft er
526 PASS [["inserttext"," "]] "<pre>[]foo</pre>" queryCommandValue("inserttext") aft er
527 PASS [["inserttext"," "]] "<pre>foo[]</pre>": execCommand("inserttext", false, " ") return value
528 PASS [["inserttext"," "]] "<pre>foo[]</pre>" checks for modifications to non-edi table content
529 PASS [["inserttext"," "]] "<pre>foo[]</pre>" compare innerHTML
530 PASS [["inserttext"," "]] "<pre>foo[]</pre>" queryCommandIndeterm("inserttext") before
531 PASS [["inserttext"," "]] "<pre>foo[]</pre>" queryCommandState("inserttext") bef ore
532 PASS [["inserttext"," "]] "<pre>foo[]</pre>" queryCommandValue("inserttext") bef ore
533 PASS [["inserttext"," "]] "<pre>foo[]</pre>" queryCommandIndeterm("inserttext") after
534 PASS [["inserttext"," "]] "<pre>foo[]</pre>" queryCommandState("inserttext") aft er
535 PASS [["inserttext"," "]] "<pre>foo[]</pre>" queryCommandValue("inserttext") aft er
536 PASS [["inserttext"," "]] "<pre>foo&nbsp;[]</pre>": execCommand("inserttext", fa lse, " ") return value
537 PASS [["inserttext"," "]] "<pre>foo&nbsp;[]</pre>" checks for modifications to n on-editable content
538 PASS [["inserttext"," "]] "<pre>foo&nbsp;[]</pre>" compare innerHTML
539 PASS [["inserttext"," "]] "<pre>foo&nbsp;[]</pre>" queryCommandIndeterm("insertt ext") before
540 PASS [["inserttext"," "]] "<pre>foo&nbsp;[]</pre>" queryCommandState("inserttext ") before
541 PASS [["inserttext"," "]] "<pre>foo&nbsp;[]</pre>" queryCommandValue("inserttext ") before
542 PASS [["inserttext"," "]] "<pre>foo&nbsp;[]</pre>" queryCommandIndeterm("insertt ext") after
543 PASS [["inserttext"," "]] "<pre>foo&nbsp;[]</pre>" queryCommandState("inserttext ") after
544 PASS [["inserttext"," "]] "<pre>foo&nbsp;[]</pre>" queryCommandValue("inserttext ") after
545 PASS [["inserttext"," "]] "<pre> foo [] </pre>": execCommand("inserttext", f alse, " ") return value
546 PASS [["inserttext"," "]] "<pre> foo [] </pre>" checks for modifications to non-editable content
547 PASS [["inserttext"," "]] "<pre> foo [] </pre>" compare innerHTML
548 PASS [["inserttext"," "]] "<pre> foo [] </pre>" queryCommandIndeterm("insert text") before
549 PASS [["inserttext"," "]] "<pre> foo [] </pre>" queryCommandState("inserttex t") before
550 PASS [["inserttext"," "]] "<pre> foo [] </pre>" queryCommandValue("inserttex t") before
551 PASS [["inserttext"," "]] "<pre> foo [] </pre>" queryCommandIndeterm("insert text") after
552 PASS [["inserttext"," "]] "<pre> foo [] </pre>" queryCommandState("inserttex t") after
553 PASS [["inserttext"," "]] "<pre> foo [] </pre>" queryCommandValue("inserttex t") after
554 PASS [["inserttext"," "]] "<div style=white-space:pre>foo[]bar</div>": execComma nd("inserttext", false, " ") return value
555 PASS [["inserttext"," "]] "<div style=white-space:pre>foo[]bar</div>" checks for modifications to non-editable content
556 PASS [["inserttext"," "]] "<div style=white-space:pre>foo[]bar</div>" compare in nerHTML
557 PASS [["inserttext"," "]] "<div style=white-space:pre>foo[]bar</div>" queryComma ndIndeterm("inserttext") before
558 PASS [["inserttext"," "]] "<div style=white-space:pre>foo[]bar</div>" queryComma ndState("inserttext") before
559 PASS [["inserttext"," "]] "<div style=white-space:pre>foo[]bar</div>" queryComma ndValue("inserttext") before
560 PASS [["inserttext"," "]] "<div style=white-space:pre>foo[]bar</div>" queryComma ndIndeterm("inserttext") after
561 PASS [["inserttext"," "]] "<div style=white-space:pre>foo[]bar</div>" queryComma ndState("inserttext") after
562 PASS [["inserttext"," "]] "<div style=white-space:pre>foo[]bar</div>" queryComma ndValue("inserttext") after
563 PASS [["inserttext"," "]] "<div style=white-space:pre>foo []bar</div>": execComm and("inserttext", false, " ") return value
564 PASS [["inserttext"," "]] "<div style=white-space:pre>foo []bar</div>" checks fo r modifications to non-editable content
565 PASS [["inserttext"," "]] "<div style=white-space:pre>foo []bar</div>" compare i nnerHTML
566 PASS [["inserttext"," "]] "<div style=white-space:pre>foo []bar</div>" queryComm andIndeterm("inserttext") before
567 PASS [["inserttext"," "]] "<div style=white-space:pre>foo []bar</div>" queryComm andState("inserttext") before
568 PASS [["inserttext"," "]] "<div style=white-space:pre>foo []bar</div>" queryComm andValue("inserttext") before
569 PASS [["inserttext"," "]] "<div style=white-space:pre>foo []bar</div>" queryComm andIndeterm("inserttext") after
570 PASS [["inserttext"," "]] "<div style=white-space:pre>foo []bar</div>" queryComm andState("inserttext") after
571 PASS [["inserttext"," "]] "<div style=white-space:pre>foo []bar</div>" queryComm andValue("inserttext") after
572 PASS [["inserttext"," "]] "<div style=white-space:pre>foo[] bar</div>": execComm and("inserttext", false, " ") return value
573 PASS [["inserttext"," "]] "<div style=white-space:pre>foo[] bar</div>" checks fo r modifications to non-editable content
574 PASS [["inserttext"," "]] "<div style=white-space:pre>foo[] bar</div>" compare i nnerHTML
575 PASS [["inserttext"," "]] "<div style=white-space:pre>foo[] bar</div>" queryComm andIndeterm("inserttext") before
576 PASS [["inserttext"," "]] "<div style=white-space:pre>foo[] bar</div>" queryComm andState("inserttext") before
577 PASS [["inserttext"," "]] "<div style=white-space:pre>foo[] bar</div>" queryComm andValue("inserttext") before
578 PASS [["inserttext"," "]] "<div style=white-space:pre>foo[] bar</div>" queryComm andIndeterm("inserttext") after
579 PASS [["inserttext"," "]] "<div style=white-space:pre>foo[] bar</div>" queryComm andState("inserttext") after
580 PASS [["inserttext"," "]] "<div style=white-space:pre>foo[] bar</div>" queryComm andValue("inserttext") after
581 PASS [["inserttext"," "]] "<div style=white-space:pre>foo &nbsp;[]bar</div>": ex ecCommand("inserttext", false, " ") return value
582 PASS [["inserttext"," "]] "<div style=white-space:pre>foo &nbsp;[]bar</div>" che cks for modifications to non-editable content
583 PASS [["inserttext"," "]] "<div style=white-space:pre>foo &nbsp;[]bar</div>" com pare innerHTML
584 PASS [["inserttext"," "]] "<div style=white-space:pre>foo &nbsp;[]bar</div>" que ryCommandIndeterm("inserttext") before
585 PASS [["inserttext"," "]] "<div style=white-space:pre>foo &nbsp;[]bar</div>" que ryCommandState("inserttext") before
586 PASS [["inserttext"," "]] "<div style=white-space:pre>foo &nbsp;[]bar</div>" que ryCommandValue("inserttext") before
587 PASS [["inserttext"," "]] "<div style=white-space:pre>foo &nbsp;[]bar</div>" que ryCommandIndeterm("inserttext") after
588 PASS [["inserttext"," "]] "<div style=white-space:pre>foo &nbsp;[]bar</div>" que ryCommandState("inserttext") after
589 PASS [["inserttext"," "]] "<div style=white-space:pre>foo &nbsp;[]bar</div>" que ryCommandValue("inserttext") after
590 PASS [["inserttext"," "]] "<div style=white-space:pre>[]foo</div>": execCommand( "inserttext", false, " ") return value
591 PASS [["inserttext"," "]] "<div style=white-space:pre>[]foo</div>" checks for mo difications to non-editable content
592 PASS [["inserttext"," "]] "<div style=white-space:pre>[]foo</div>" compare inner HTML
593 PASS [["inserttext"," "]] "<div style=white-space:pre>[]foo</div>" queryCommandI ndeterm("inserttext") before
594 PASS [["inserttext"," "]] "<div style=white-space:pre>[]foo</div>" queryCommandS tate("inserttext") before
595 PASS [["inserttext"," "]] "<div style=white-space:pre>[]foo</div>" queryCommandV alue("inserttext") before
596 PASS [["inserttext"," "]] "<div style=white-space:pre>[]foo</div>" queryCommandI ndeterm("inserttext") after
597 PASS [["inserttext"," "]] "<div style=white-space:pre>[]foo</div>" queryCommandS tate("inserttext") after
598 PASS [["inserttext"," "]] "<div style=white-space:pre>[]foo</div>" queryCommandV alue("inserttext") after
599 PASS [["inserttext"," "]] "<div style=white-space:pre>foo[]</div>": execCommand( "inserttext", false, " ") return value
600 PASS [["inserttext"," "]] "<div style=white-space:pre>foo[]</div>" checks for mo difications to non-editable content
601 PASS [["inserttext"," "]] "<div style=white-space:pre>foo[]</div>" compare inner HTML
602 PASS [["inserttext"," "]] "<div style=white-space:pre>foo[]</div>" queryCommandI ndeterm("inserttext") before
603 PASS [["inserttext"," "]] "<div style=white-space:pre>foo[]</div>" queryCommandS tate("inserttext") before
604 PASS [["inserttext"," "]] "<div style=white-space:pre>foo[]</div>" queryCommandV alue("inserttext") before
605 PASS [["inserttext"," "]] "<div style=white-space:pre>foo[]</div>" queryCommandI ndeterm("inserttext") after
606 PASS [["inserttext"," "]] "<div style=white-space:pre>foo[]</div>" queryCommandS tate("inserttext") after
607 PASS [["inserttext"," "]] "<div style=white-space:pre>foo[]</div>" queryCommandV alue("inserttext") after
608 PASS [["inserttext"," "]] "<div style=white-space:pre>foo&nbsp;[]</div>": execCo mmand("inserttext", false, " ") return value
609 PASS [["inserttext"," "]] "<div style=white-space:pre>foo&nbsp;[]</div>" checks for modifications to non-editable content
610 PASS [["inserttext"," "]] "<div style=white-space:pre>foo&nbsp;[]</div>" compare innerHTML
611 PASS [["inserttext"," "]] "<div style=white-space:pre>foo&nbsp;[]</div>" queryCo mmandIndeterm("inserttext") before
612 PASS [["inserttext"," "]] "<div style=white-space:pre>foo&nbsp;[]</div>" queryCo mmandState("inserttext") before
613 PASS [["inserttext"," "]] "<div style=white-space:pre>foo&nbsp;[]</div>" queryCo mmandValue("inserttext") before
614 PASS [["inserttext"," "]] "<div style=white-space:pre>foo&nbsp;[]</div>" queryCo mmandIndeterm("inserttext") after
615 PASS [["inserttext"," "]] "<div style=white-space:pre>foo&nbsp;[]</div>" queryCo mmandState("inserttext") after
616 PASS [["inserttext"," "]] "<div style=white-space:pre>foo&nbsp;[]</div>" queryCo mmandValue("inserttext") after
617 PASS [["inserttext"," "]] "<div style=white-space:pre> foo [] </div>": execC ommand("inserttext", false, " ") return value
618 PASS [["inserttext"," "]] "<div style=white-space:pre> foo [] </div>" checks for modifications to non-editable content
619 PASS [["inserttext"," "]] "<div style=white-space:pre> foo [] </div>" compar e innerHTML
620 PASS [["inserttext"," "]] "<div style=white-space:pre> foo [] </div>" queryC ommandIndeterm("inserttext") before
621 PASS [["inserttext"," "]] "<div style=white-space:pre> foo [] </div>" queryC ommandState("inserttext") before
622 PASS [["inserttext"," "]] "<div style=white-space:pre> foo [] </div>" queryC ommandValue("inserttext") before
623 PASS [["inserttext"," "]] "<div style=white-space:pre> foo [] </div>" queryC ommandIndeterm("inserttext") after
624 PASS [["inserttext"," "]] "<div style=white-space:pre> foo [] </div>" queryC ommandState("inserttext") after
625 PASS [["inserttext"," "]] "<div style=white-space:pre> foo [] </div>" queryC ommandValue("inserttext") after
626 PASS [["inserttext"," "]] "<div style=white-space:pre-wrap>foo[]bar</div>": exec Command("inserttext", false, " ") return value
627 PASS [["inserttext"," "]] "<div style=white-space:pre-wrap>foo[]bar</div>" check s for modifications to non-editable content
628 PASS [["inserttext"," "]] "<div style=white-space:pre-wrap>foo[]bar</div>" compa re innerHTML
629 PASS [["inserttext"," "]] "<div style=white-space:pre-wrap>foo[]bar</div>" query CommandIndeterm("inserttext") before
630 PASS [["inserttext"," "]] "<div style=white-space:pre-wrap>foo[]bar</div>" query CommandState("inserttext") before
631 PASS [["inserttext"," "]] "<div style=white-space:pre-wrap>foo[]bar</div>" query CommandValue("inserttext") before
632 PASS [["inserttext"," "]] "<div style=white-space:pre-wrap>foo[]bar</div>" query CommandIndeterm("inserttext") after
633 PASS [["inserttext"," "]] "<div style=white-space:pre-wrap>foo[]bar</div>" query CommandState("inserttext") after
634 PASS [["inserttext"," "]] "<div style=white-space:pre-wrap>foo[]bar</div>" query CommandValue("inserttext") after
635 PASS [["inserttext"," "]] "<div style=white-space:pre-wrap>foo []bar</div>": exe cCommand("inserttext", false, " ") return value
636 PASS [["inserttext"," "]] "<div style=white-space:pre-wrap>foo []bar</div>" chec ks for modifications to non-editable content
637 PASS [["inserttext"," "]] "<div style=white-space:pre-wrap>foo []bar</div>" comp are innerHTML
638 PASS [["inserttext"," "]] "<div style=white-space:pre-wrap>foo []bar</div>" quer yCommandIndeterm("inserttext") before
639 PASS [["inserttext"," "]] "<div style=white-space:pre-wrap>foo []bar</div>" quer yCommandState("inserttext") before
640 PASS [["inserttext"," "]] "<div style=white-space:pre-wrap>foo []bar</div>" quer yCommandValue("inserttext") before
641 PASS [["inserttext"," "]] "<div style=white-space:pre-wrap>foo []bar</div>" quer yCommandIndeterm("inserttext") after
642 PASS [["inserttext"," "]] "<div style=white-space:pre-wrap>foo []bar</div>" quer yCommandState("inserttext") after
643 PASS [["inserttext"," "]] "<div style=white-space:pre-wrap>foo []bar</div>" quer yCommandValue("inserttext") after
644 PASS [["inserttext"," "]] "<div style=white-space:pre-wrap>foo[] bar</div>": exe cCommand("inserttext", false, " ") return value
645 PASS [["inserttext"," "]] "<div style=white-space:pre-wrap>foo[] bar</div>" chec ks for modifications to non-editable content
646 PASS [["inserttext"," "]] "<div style=white-space:pre-wrap>foo[] bar</div>" comp are innerHTML
647 PASS [["inserttext"," "]] "<div style=white-space:pre-wrap>foo[] bar</div>" quer yCommandIndeterm("inserttext") before
648 PASS [["inserttext"," "]] "<div style=white-space:pre-wrap>foo[] bar</div>" quer yCommandState("inserttext") before
649 PASS [["inserttext"," "]] "<div style=white-space:pre-wrap>foo[] bar</div>" quer yCommandValue("inserttext") before
650 PASS [["inserttext"," "]] "<div style=white-space:pre-wrap>foo[] bar</div>" quer yCommandIndeterm("inserttext") after
651 PASS [["inserttext"," "]] "<div style=white-space:pre-wrap>foo[] bar</div>" quer yCommandState("inserttext") after
652 PASS [["inserttext"," "]] "<div style=white-space:pre-wrap>foo[] bar</div>" quer yCommandValue("inserttext") after
653 PASS [["inserttext"," "]] "<div style=white-space:pre-wrap>foo &nbsp;[]bar</div> ": execCommand("inserttext", false, " ") return value
654 PASS [["inserttext"," "]] "<div style=white-space:pre-wrap>foo &nbsp;[]bar</div> " checks for modifications to non-editable content
655 PASS [["inserttext"," "]] "<div style=white-space:pre-wrap>foo &nbsp;[]bar</div> " compare innerHTML
656 PASS [["inserttext"," "]] "<div style=white-space:pre-wrap>foo &nbsp;[]bar</div> " queryCommandIndeterm("inserttext") before
657 PASS [["inserttext"," "]] "<div style=white-space:pre-wrap>foo &nbsp;[]bar</div> " queryCommandState("inserttext") before
658 PASS [["inserttext"," "]] "<div style=white-space:pre-wrap>foo &nbsp;[]bar</div> " queryCommandValue("inserttext") before
659 PASS [["inserttext"," "]] "<div style=white-space:pre-wrap>foo &nbsp;[]bar</div> " queryCommandIndeterm("inserttext") after
660 PASS [["inserttext"," "]] "<div style=white-space:pre-wrap>foo &nbsp;[]bar</div> " queryCommandState("inserttext") after
661 PASS [["inserttext"," "]] "<div style=white-space:pre-wrap>foo &nbsp;[]bar</div> " queryCommandValue("inserttext") after
662 PASS [["inserttext"," "]] "<div style=white-space:pre-wrap>[]foo</div>": execCom mand("inserttext", false, " ") return value
663 PASS [["inserttext"," "]] "<div style=white-space:pre-wrap>[]foo</div>" checks f or modifications to non-editable content
664 PASS [["inserttext"," "]] "<div style=white-space:pre-wrap>[]foo</div>" compare innerHTML
665 PASS [["inserttext"," "]] "<div style=white-space:pre-wrap>[]foo</div>" queryCom mandIndeterm("inserttext") before
666 PASS [["inserttext"," "]] "<div style=white-space:pre-wrap>[]foo</div>" queryCom mandState("inserttext") before
667 PASS [["inserttext"," "]] "<div style=white-space:pre-wrap>[]foo</div>" queryCom mandValue("inserttext") before
668 PASS [["inserttext"," "]] "<div style=white-space:pre-wrap>[]foo</div>" queryCom mandIndeterm("inserttext") after
669 PASS [["inserttext"," "]] "<div style=white-space:pre-wrap>[]foo</div>" queryCom mandState("inserttext") after
670 PASS [["inserttext"," "]] "<div style=white-space:pre-wrap>[]foo</div>" queryCom mandValue("inserttext") after
671 PASS [["inserttext"," "]] "<div style=white-space:pre-wrap>foo[]</div>": execCom mand("inserttext", false, " ") return value
672 PASS [["inserttext"," "]] "<div style=white-space:pre-wrap>foo[]</div>" checks f or modifications to non-editable content
673 PASS [["inserttext"," "]] "<div style=white-space:pre-wrap>foo[]</div>" compare innerHTML
674 PASS [["inserttext"," "]] "<div style=white-space:pre-wrap>foo[]</div>" queryCom mandIndeterm("inserttext") before
675 PASS [["inserttext"," "]] "<div style=white-space:pre-wrap>foo[]</div>" queryCom mandState("inserttext") before
676 PASS [["inserttext"," "]] "<div style=white-space:pre-wrap>foo[]</div>" queryCom mandValue("inserttext") before
677 PASS [["inserttext"," "]] "<div style=white-space:pre-wrap>foo[]</div>" queryCom mandIndeterm("inserttext") after
678 PASS [["inserttext"," "]] "<div style=white-space:pre-wrap>foo[]</div>" queryCom mandState("inserttext") after
679 PASS [["inserttext"," "]] "<div style=white-space:pre-wrap>foo[]</div>" queryCom mandValue("inserttext") after
680 PASS [["inserttext"," "]] "<div style=white-space:pre-wrap>foo&nbsp;[]</div>": e xecCommand("inserttext", false, " ") return value
681 PASS [["inserttext"," "]] "<div style=white-space:pre-wrap>foo&nbsp;[]</div>" ch ecks for modifications to non-editable content
682 PASS [["inserttext"," "]] "<div style=white-space:pre-wrap>foo&nbsp;[]</div>" co mpare innerHTML
683 PASS [["inserttext"," "]] "<div style=white-space:pre-wrap>foo&nbsp;[]</div>" qu eryCommandIndeterm("inserttext") before
684 PASS [["inserttext"," "]] "<div style=white-space:pre-wrap>foo&nbsp;[]</div>" qu eryCommandState("inserttext") before
685 PASS [["inserttext"," "]] "<div style=white-space:pre-wrap>foo&nbsp;[]</div>" qu eryCommandValue("inserttext") before
686 PASS [["inserttext"," "]] "<div style=white-space:pre-wrap>foo&nbsp;[]</div>" qu eryCommandIndeterm("inserttext") after
687 PASS [["inserttext"," "]] "<div style=white-space:pre-wrap>foo&nbsp;[]</div>" qu eryCommandState("inserttext") after
688 PASS [["inserttext"," "]] "<div style=white-space:pre-wrap>foo&nbsp;[]</div>" qu eryCommandValue("inserttext") after
689 PASS [["inserttext"," "]] "<div style=white-space:pre-wrap> foo [] </div>": execCommand("inserttext", false, " ") return value
690 PASS [["inserttext"," "]] "<div style=white-space:pre-wrap> foo [] </div>" c hecks for modifications to non-editable content
691 PASS [["inserttext"," "]] "<div style=white-space:pre-wrap> foo [] </div>" c ompare innerHTML
692 PASS [["inserttext"," "]] "<div style=white-space:pre-wrap> foo [] </div>" q ueryCommandIndeterm("inserttext") before
693 PASS [["inserttext"," "]] "<div style=white-space:pre-wrap> foo [] </div>" q ueryCommandState("inserttext") before
694 PASS [["inserttext"," "]] "<div style=white-space:pre-wrap> foo [] </div>" q ueryCommandValue("inserttext") before
695 PASS [["inserttext"," "]] "<div style=white-space:pre-wrap> foo [] </div>" q ueryCommandIndeterm("inserttext") after
696 PASS [["inserttext"," "]] "<div style=white-space:pre-wrap> foo [] </div>" q ueryCommandState("inserttext") after
697 PASS [["inserttext"," "]] "<div style=white-space:pre-wrap> foo [] </div>" q ueryCommandValue("inserttext") after
698 PASS [["inserttext"," "]] "<div style=white-space:pre-line>foo[]bar</div>": exec Command("inserttext", false, " ") return value
699 PASS [["inserttext"," "]] "<div style=white-space:pre-line>foo[]bar</div>" check s for modifications to non-editable content
700 PASS [["inserttext"," "]] "<div style=white-space:pre-line>foo[]bar</div>" compa re innerHTML
701 PASS [["inserttext"," "]] "<div style=white-space:pre-line>foo[]bar</div>" query CommandIndeterm("inserttext") before
702 PASS [["inserttext"," "]] "<div style=white-space:pre-line>foo[]bar</div>" query CommandState("inserttext") before
703 PASS [["inserttext"," "]] "<div style=white-space:pre-line>foo[]bar</div>" query CommandValue("inserttext") before
704 PASS [["inserttext"," "]] "<div style=white-space:pre-line>foo[]bar</div>" query CommandIndeterm("inserttext") after
705 PASS [["inserttext"," "]] "<div style=white-space:pre-line>foo[]bar</div>" query CommandState("inserttext") after
706 PASS [["inserttext"," "]] "<div style=white-space:pre-line>foo[]bar</div>" query CommandValue("inserttext") after
707 PASS [["inserttext"," "]] "<div style=white-space:pre-line>foo []bar</div>": exe cCommand("inserttext", false, " ") return value
708 PASS [["inserttext"," "]] "<div style=white-space:pre-line>foo []bar</div>" chec ks for modifications to non-editable content
709 FAIL [["inserttext"," "]] "<div style=white-space:pre-line>foo []bar</div>" comp are innerHTML assert_equals: Unexpected innerHTML (after normalizing inline styl e) expected "<div style=\"white-space:pre-line\">foo&nbsp; bar</div>" but got "< div style=\"white-space:pre-line\">foo &nbsp;bar</div>"
710 PASS [["inserttext"," "]] "<div style=white-space:pre-line>foo []bar</div>" quer yCommandIndeterm("inserttext") before
711 PASS [["inserttext"," "]] "<div style=white-space:pre-line>foo []bar</div>" quer yCommandState("inserttext") before
712 PASS [["inserttext"," "]] "<div style=white-space:pre-line>foo []bar</div>" quer yCommandValue("inserttext") before
713 PASS [["inserttext"," "]] "<div style=white-space:pre-line>foo []bar</div>" quer yCommandIndeterm("inserttext") after
714 PASS [["inserttext"," "]] "<div style=white-space:pre-line>foo []bar</div>" quer yCommandState("inserttext") after
715 PASS [["inserttext"," "]] "<div style=white-space:pre-line>foo []bar</div>" quer yCommandValue("inserttext") after
716 PASS [["inserttext"," "]] "<div style=white-space:pre-line>foo[] bar</div>": exe cCommand("inserttext", false, " ") return value
717 PASS [["inserttext"," "]] "<div style=white-space:pre-line>foo[] bar</div>" chec ks for modifications to non-editable content
718 FAIL [["inserttext"," "]] "<div style=white-space:pre-line>foo[] bar</div>" comp are innerHTML assert_equals: Unexpected innerHTML (after normalizing inline styl e) expected "<div style=\"white-space:pre-line\">foo&nbsp; bar</div>" but got "< div style=\"white-space:pre-line\">foo &nbsp;bar</div>"
719 PASS [["inserttext"," "]] "<div style=white-space:pre-line>foo[] bar</div>" quer yCommandIndeterm("inserttext") before
720 PASS [["inserttext"," "]] "<div style=white-space:pre-line>foo[] bar</div>" quer yCommandState("inserttext") before
721 PASS [["inserttext"," "]] "<div style=white-space:pre-line>foo[] bar</div>" quer yCommandValue("inserttext") before
722 PASS [["inserttext"," "]] "<div style=white-space:pre-line>foo[] bar</div>" quer yCommandIndeterm("inserttext") after
723 PASS [["inserttext"," "]] "<div style=white-space:pre-line>foo[] bar</div>" quer yCommandState("inserttext") after
724 PASS [["inserttext"," "]] "<div style=white-space:pre-line>foo[] bar</div>" quer yCommandValue("inserttext") after
725 PASS [["inserttext"," "]] "<div style=white-space:pre-line>foo &nbsp;[]bar</div> ": execCommand("inserttext", false, " ") return value
726 PASS [["inserttext"," "]] "<div style=white-space:pre-line>foo &nbsp;[]bar</div> " checks for modifications to non-editable content
727 PASS [["inserttext"," "]] "<div style=white-space:pre-line>foo &nbsp;[]bar</div> " compare innerHTML
728 PASS [["inserttext"," "]] "<div style=white-space:pre-line>foo &nbsp;[]bar</div> " queryCommandIndeterm("inserttext") before
729 PASS [["inserttext"," "]] "<div style=white-space:pre-line>foo &nbsp;[]bar</div> " queryCommandState("inserttext") before
730 PASS [["inserttext"," "]] "<div style=white-space:pre-line>foo &nbsp;[]bar</div> " queryCommandValue("inserttext") before
731 PASS [["inserttext"," "]] "<div style=white-space:pre-line>foo &nbsp;[]bar</div> " queryCommandIndeterm("inserttext") after
732 PASS [["inserttext"," "]] "<div style=white-space:pre-line>foo &nbsp;[]bar</div> " queryCommandState("inserttext") after
733 PASS [["inserttext"," "]] "<div style=white-space:pre-line>foo &nbsp;[]bar</div> " queryCommandValue("inserttext") after
734 PASS [["inserttext"," "]] "<div style=white-space:pre-line>[]foo</div>": execCom mand("inserttext", false, " ") return value
735 PASS [["inserttext"," "]] "<div style=white-space:pre-line>[]foo</div>" checks f or modifications to non-editable content
736 PASS [["inserttext"," "]] "<div style=white-space:pre-line>[]foo</div>" compare innerHTML
737 PASS [["inserttext"," "]] "<div style=white-space:pre-line>[]foo</div>" queryCom mandIndeterm("inserttext") before
738 PASS [["inserttext"," "]] "<div style=white-space:pre-line>[]foo</div>" queryCom mandState("inserttext") before
739 PASS [["inserttext"," "]] "<div style=white-space:pre-line>[]foo</div>" queryCom mandValue("inserttext") before
740 PASS [["inserttext"," "]] "<div style=white-space:pre-line>[]foo</div>" queryCom mandIndeterm("inserttext") after
741 PASS [["inserttext"," "]] "<div style=white-space:pre-line>[]foo</div>" queryCom mandState("inserttext") after
742 PASS [["inserttext"," "]] "<div style=white-space:pre-line>[]foo</div>" queryCom mandValue("inserttext") after
743 PASS [["inserttext"," "]] "<div style=white-space:pre-line>foo[]</div>": execCom mand("inserttext", false, " ") return value
744 PASS [["inserttext"," "]] "<div style=white-space:pre-line>foo[]</div>" checks f or modifications to non-editable content
745 PASS [["inserttext"," "]] "<div style=white-space:pre-line>foo[]</div>" compare innerHTML
746 PASS [["inserttext"," "]] "<div style=white-space:pre-line>foo[]</div>" queryCom mandIndeterm("inserttext") before
747 PASS [["inserttext"," "]] "<div style=white-space:pre-line>foo[]</div>" queryCom mandState("inserttext") before
748 PASS [["inserttext"," "]] "<div style=white-space:pre-line>foo[]</div>" queryCom mandValue("inserttext") before
749 PASS [["inserttext"," "]] "<div style=white-space:pre-line>foo[]</div>" queryCom mandIndeterm("inserttext") after
750 PASS [["inserttext"," "]] "<div style=white-space:pre-line>foo[]</div>" queryCom mandState("inserttext") after
751 PASS [["inserttext"," "]] "<div style=white-space:pre-line>foo[]</div>" queryCom mandValue("inserttext") after
752 PASS [["inserttext"," "]] "<div style=white-space:pre-line>foo&nbsp;[]</div>": e xecCommand("inserttext", false, " ") return value
753 PASS [["inserttext"," "]] "<div style=white-space:pre-line>foo&nbsp;[]</div>" ch ecks for modifications to non-editable content
754 PASS [["inserttext"," "]] "<div style=white-space:pre-line>foo&nbsp;[]</div>" co mpare innerHTML
755 PASS [["inserttext"," "]] "<div style=white-space:pre-line>foo&nbsp;[]</div>" qu eryCommandIndeterm("inserttext") before
756 PASS [["inserttext"," "]] "<div style=white-space:pre-line>foo&nbsp;[]</div>" qu eryCommandState("inserttext") before
757 PASS [["inserttext"," "]] "<div style=white-space:pre-line>foo&nbsp;[]</div>" qu eryCommandValue("inserttext") before
758 PASS [["inserttext"," "]] "<div style=white-space:pre-line>foo&nbsp;[]</div>" qu eryCommandIndeterm("inserttext") after
759 PASS [["inserttext"," "]] "<div style=white-space:pre-line>foo&nbsp;[]</div>" qu eryCommandState("inserttext") after
760 PASS [["inserttext"," "]] "<div style=white-space:pre-line>foo&nbsp;[]</div>" qu eryCommandValue("inserttext") after
761 PASS [["inserttext"," "]] "<div style=white-space:pre-line> foo [] </div>": execCommand("inserttext", false, " ") return value
762 PASS [["inserttext"," "]] "<div style=white-space:pre-line> foo [] </div>" c hecks for modifications to non-editable content
763 PASS [["inserttext"," "]] "<div style=white-space:pre-line> foo [] </div>" c ompare innerHTML
764 PASS [["inserttext"," "]] "<div style=white-space:pre-line> foo [] </div>" q ueryCommandIndeterm("inserttext") before
765 PASS [["inserttext"," "]] "<div style=white-space:pre-line> foo [] </div>" q ueryCommandState("inserttext") before
766 PASS [["inserttext"," "]] "<div style=white-space:pre-line> foo [] </div>" q ueryCommandValue("inserttext") before
767 PASS [["inserttext"," "]] "<div style=white-space:pre-line> foo [] </div>" q ueryCommandIndeterm("inserttext") after
768 PASS [["inserttext"," "]] "<div style=white-space:pre-line> foo [] </div>" q ueryCommandState("inserttext") after
769 PASS [["inserttext"," "]] "<div style=white-space:pre-line> foo [] </div>" q ueryCommandValue("inserttext") after
770 PASS [["inserttext"," "]] "<div style=white-space:nowrap>foo[]bar</div>": execCo mmand("inserttext", false, " ") return value
771 PASS [["inserttext"," "]] "<div style=white-space:nowrap>foo[]bar</div>" checks for modifications to non-editable content
772 PASS [["inserttext"," "]] "<div style=white-space:nowrap>foo[]bar</div>" compare innerHTML
773 PASS [["inserttext"," "]] "<div style=white-space:nowrap>foo[]bar</div>" queryCo mmandIndeterm("inserttext") before
774 PASS [["inserttext"," "]] "<div style=white-space:nowrap>foo[]bar</div>" queryCo mmandState("inserttext") before
775 PASS [["inserttext"," "]] "<div style=white-space:nowrap>foo[]bar</div>" queryCo mmandValue("inserttext") before
776 PASS [["inserttext"," "]] "<div style=white-space:nowrap>foo[]bar</div>" queryCo mmandIndeterm("inserttext") after
777 PASS [["inserttext"," "]] "<div style=white-space:nowrap>foo[]bar</div>" queryCo mmandState("inserttext") after
778 PASS [["inserttext"," "]] "<div style=white-space:nowrap>foo[]bar</div>" queryCo mmandValue("inserttext") after
779 PASS [["inserttext"," "]] "<div style=white-space:nowrap>foo []bar</div>": execC ommand("inserttext", false, " ") return value
780 PASS [["inserttext"," "]] "<div style=white-space:nowrap>foo []bar</div>" checks for modifications to non-editable content
781 FAIL [["inserttext"," "]] "<div style=white-space:nowrap>foo []bar</div>" compar e innerHTML assert_equals: Unexpected innerHTML (after normalizing inline style) expected "<div style=\"white-space:nowrap\">foo&nbsp; bar</div>" but got "<div style=\"white-space:nowrap\">foo &nbsp;bar</div>"
782 PASS [["inserttext"," "]] "<div style=white-space:nowrap>foo []bar</div>" queryC ommandIndeterm("inserttext") before
783 PASS [["inserttext"," "]] "<div style=white-space:nowrap>foo []bar</div>" queryC ommandState("inserttext") before
784 PASS [["inserttext"," "]] "<div style=white-space:nowrap>foo []bar</div>" queryC ommandValue("inserttext") before
785 PASS [["inserttext"," "]] "<div style=white-space:nowrap>foo []bar</div>" queryC ommandIndeterm("inserttext") after
786 PASS [["inserttext"," "]] "<div style=white-space:nowrap>foo []bar</div>" queryC ommandState("inserttext") after
787 PASS [["inserttext"," "]] "<div style=white-space:nowrap>foo []bar</div>" queryC ommandValue("inserttext") after
788 PASS [["inserttext"," "]] "<div style=white-space:nowrap>foo[] bar</div>": execC ommand("inserttext", false, " ") return value
789 PASS [["inserttext"," "]] "<div style=white-space:nowrap>foo[] bar</div>" checks for modifications to non-editable content
790 FAIL [["inserttext"," "]] "<div style=white-space:nowrap>foo[] bar</div>" compar e innerHTML assert_equals: Unexpected innerHTML (after normalizing inline style) expected "<div style=\"white-space:nowrap\">foo&nbsp; bar</div>" but got "<div style=\"white-space:nowrap\">foo &nbsp;bar</div>"
791 PASS [["inserttext"," "]] "<div style=white-space:nowrap>foo[] bar</div>" queryC ommandIndeterm("inserttext") before
792 PASS [["inserttext"," "]] "<div style=white-space:nowrap>foo[] bar</div>" queryC ommandState("inserttext") before
793 PASS [["inserttext"," "]] "<div style=white-space:nowrap>foo[] bar</div>" queryC ommandValue("inserttext") before
794 PASS [["inserttext"," "]] "<div style=white-space:nowrap>foo[] bar</div>" queryC ommandIndeterm("inserttext") after
795 PASS [["inserttext"," "]] "<div style=white-space:nowrap>foo[] bar</div>" queryC ommandState("inserttext") after
796 PASS [["inserttext"," "]] "<div style=white-space:nowrap>foo[] bar</div>" queryC ommandValue("inserttext") after
797 PASS [["inserttext"," "]] "<div style=white-space:nowrap>foo &nbsp;[]bar</div>": execCommand("inserttext", false, " ") return value
798 PASS [["inserttext"," "]] "<div style=white-space:nowrap>foo &nbsp;[]bar</div>" checks for modifications to non-editable content
799 PASS [["inserttext"," "]] "<div style=white-space:nowrap>foo &nbsp;[]bar</div>" compare innerHTML
800 PASS [["inserttext"," "]] "<div style=white-space:nowrap>foo &nbsp;[]bar</div>" queryCommandIndeterm("inserttext") before
801 PASS [["inserttext"," "]] "<div style=white-space:nowrap>foo &nbsp;[]bar</div>" queryCommandState("inserttext") before
802 PASS [["inserttext"," "]] "<div style=white-space:nowrap>foo &nbsp;[]bar</div>" queryCommandValue("inserttext") before
803 PASS [["inserttext"," "]] "<div style=white-space:nowrap>foo &nbsp;[]bar</div>" queryCommandIndeterm("inserttext") after
804 PASS [["inserttext"," "]] "<div style=white-space:nowrap>foo &nbsp;[]bar</div>" queryCommandState("inserttext") after
805 PASS [["inserttext"," "]] "<div style=white-space:nowrap>foo &nbsp;[]bar</div>" queryCommandValue("inserttext") after
806 PASS [["inserttext"," "]] "<div style=white-space:nowrap>[]foo</div>": execComma nd("inserttext", false, " ") return value
807 PASS [["inserttext"," "]] "<div style=white-space:nowrap>[]foo</div>" checks for modifications to non-editable content
808 PASS [["inserttext"," "]] "<div style=white-space:nowrap>[]foo</div>" compare in nerHTML
809 PASS [["inserttext"," "]] "<div style=white-space:nowrap>[]foo</div>" queryComma ndIndeterm("inserttext") before
810 PASS [["inserttext"," "]] "<div style=white-space:nowrap>[]foo</div>" queryComma ndState("inserttext") before
811 PASS [["inserttext"," "]] "<div style=white-space:nowrap>[]foo</div>" queryComma ndValue("inserttext") before
812 PASS [["inserttext"," "]] "<div style=white-space:nowrap>[]foo</div>" queryComma ndIndeterm("inserttext") after
813 PASS [["inserttext"," "]] "<div style=white-space:nowrap>[]foo</div>" queryComma ndState("inserttext") after
814 PASS [["inserttext"," "]] "<div style=white-space:nowrap>[]foo</div>" queryComma ndValue("inserttext") after
815 PASS [["inserttext"," "]] "<div style=white-space:nowrap>foo[]</div>": execComma nd("inserttext", false, " ") return value
816 PASS [["inserttext"," "]] "<div style=white-space:nowrap>foo[]</div>" checks for modifications to non-editable content
817 PASS [["inserttext"," "]] "<div style=white-space:nowrap>foo[]</div>" compare in nerHTML
818 PASS [["inserttext"," "]] "<div style=white-space:nowrap>foo[]</div>" queryComma ndIndeterm("inserttext") before
819 PASS [["inserttext"," "]] "<div style=white-space:nowrap>foo[]</div>" queryComma ndState("inserttext") before
820 PASS [["inserttext"," "]] "<div style=white-space:nowrap>foo[]</div>" queryComma ndValue("inserttext") before
821 PASS [["inserttext"," "]] "<div style=white-space:nowrap>foo[]</div>" queryComma ndIndeterm("inserttext") after
822 PASS [["inserttext"," "]] "<div style=white-space:nowrap>foo[]</div>" queryComma ndState("inserttext") after
823 PASS [["inserttext"," "]] "<div style=white-space:nowrap>foo[]</div>" queryComma ndValue("inserttext") after
824 PASS [["inserttext"," "]] "<div style=white-space:nowrap>foo&nbsp;[]</div>": exe cCommand("inserttext", false, " ") return value
825 PASS [["inserttext"," "]] "<div style=white-space:nowrap>foo&nbsp;[]</div>" chec ks for modifications to non-editable content
826 PASS [["inserttext"," "]] "<div style=white-space:nowrap>foo&nbsp;[]</div>" comp are innerHTML
827 PASS [["inserttext"," "]] "<div style=white-space:nowrap>foo&nbsp;[]</div>" quer yCommandIndeterm("inserttext") before
828 PASS [["inserttext"," "]] "<div style=white-space:nowrap>foo&nbsp;[]</div>" quer yCommandState("inserttext") before
829 PASS [["inserttext"," "]] "<div style=white-space:nowrap>foo&nbsp;[]</div>" quer yCommandValue("inserttext") before
830 PASS [["inserttext"," "]] "<div style=white-space:nowrap>foo&nbsp;[]</div>" quer yCommandIndeterm("inserttext") after
831 PASS [["inserttext"," "]] "<div style=white-space:nowrap>foo&nbsp;[]</div>" quer yCommandState("inserttext") after
832 PASS [["inserttext"," "]] "<div style=white-space:nowrap>foo&nbsp;[]</div>" quer yCommandValue("inserttext") after
833 PASS [["inserttext"," "]] "<div style=white-space:nowrap> foo [] </div>": ex ecCommand("inserttext", false, " ") return value
834 PASS [["inserttext"," "]] "<div style=white-space:nowrap> foo [] </div>" che cks for modifications to non-editable content
835 PASS [["inserttext"," "]] "<div style=white-space:nowrap> foo [] </div>" com pare innerHTML
836 PASS [["inserttext"," "]] "<div style=white-space:nowrap> foo [] </div>" que ryCommandIndeterm("inserttext") before
837 PASS [["inserttext"," "]] "<div style=white-space:nowrap> foo [] </div>" que ryCommandState("inserttext") before
838 PASS [["inserttext"," "]] "<div style=white-space:nowrap> foo [] </div>" que ryCommandValue("inserttext") before
839 PASS [["inserttext"," "]] "<div style=white-space:nowrap> foo [] </div>" que ryCommandIndeterm("inserttext") after
840 PASS [["inserttext"," "]] "<div style=white-space:nowrap> foo [] </div>" que ryCommandState("inserttext") after
841 PASS [["inserttext"," "]] "<div style=white-space:nowrap> foo [] </div>" que ryCommandValue("inserttext") after
842 PASS [["inserttext"," "]] "http://a[]": execCommand("inserttext", false, " ") re turn value
843 PASS [["inserttext"," "]] "http://a[]" checks for modifications to non-editable content
844 FAIL [["inserttext"," "]] "http://a[]" compare innerHTML assert_equals: Unexpect ed innerHTML (after normalizing inline style) expected "<a href=\"http://a\">htt p://a</a>&nbsp;" but got "http://a&nbsp;"
845 PASS [["inserttext"," "]] "http://a[]" queryCommandIndeterm("inserttext") before
846 PASS [["inserttext"," "]] "http://a[]" queryCommandState("inserttext") before
847 PASS [["inserttext"," "]] "http://a[]" queryCommandValue("inserttext") before
848 PASS [["inserttext"," "]] "http://a[]" queryCommandIndeterm("inserttext") after
849 PASS [["inserttext"," "]] "http://a[]" queryCommandState("inserttext") after
850 PASS [["inserttext"," "]] "http://a[]" queryCommandValue("inserttext") after
851 PASS [["inserttext"," "]] "ftp://a[]": execCommand("inserttext", false, " ") ret urn value
852 PASS [["inserttext"," "]] "ftp://a[]" checks for modifications to non-editable c ontent
853 FAIL [["inserttext"," "]] "ftp://a[]" compare innerHTML assert_equals: Unexpecte d innerHTML (after normalizing inline style) expected "<a href=\"ftp://a\">ftp:/ /a</a>&nbsp;" but got "ftp://a&nbsp;"
854 PASS [["inserttext"," "]] "ftp://a[]" queryCommandIndeterm("inserttext") before
855 PASS [["inserttext"," "]] "ftp://a[]" queryCommandState("inserttext") before
856 PASS [["inserttext"," "]] "ftp://a[]" queryCommandValue("inserttext") before
857 PASS [["inserttext"," "]] "ftp://a[]" queryCommandIndeterm("inserttext") after
858 PASS [["inserttext"," "]] "ftp://a[]" queryCommandState("inserttext") after
859 PASS [["inserttext"," "]] "ftp://a[]" queryCommandValue("inserttext") after
860 PASS [["inserttext"," "]] "quasit://a[]": execCommand("inserttext", false, " ") return value
861 PASS [["inserttext"," "]] "quasit://a[]" checks for modifications to non-editabl e content
862 FAIL [["inserttext"," "]] "quasit://a[]" compare innerHTML assert_equals: Unexpe cted innerHTML (after normalizing inline style) expected "<a href=\"quasit://a\" >quasit://a</a>&nbsp;" but got "quasit://a&nbsp;"
863 PASS [["inserttext"," "]] "quasit://a[]" queryCommandIndeterm("inserttext") befo re
864 PASS [["inserttext"," "]] "quasit://a[]" queryCommandState("inserttext") before
865 PASS [["inserttext"," "]] "quasit://a[]" queryCommandValue("inserttext") before
866 PASS [["inserttext"," "]] "quasit://a[]" queryCommandIndeterm("inserttext") afte r
867 PASS [["inserttext"," "]] "quasit://a[]" queryCommandState("inserttext") after
868 PASS [["inserttext"," "]] "quasit://a[]" queryCommandValue("inserttext") after
869 PASS [["inserttext"," "]] ".x-++-.://a[]": execCommand("inserttext", false, " ") return value
870 PASS [["inserttext"," "]] ".x-++-.://a[]" checks for modifications to non-editab le content
871 FAIL [["inserttext"," "]] ".x-++-.://a[]" compare innerHTML assert_equals: Unexp ected innerHTML (after normalizing inline style) expected ".<a href=\"x-++-.://a \">x-++-.://a</a>&nbsp;" but got ".x-++-.://a&nbsp;"
872 PASS [["inserttext"," "]] ".x-++-.://a[]" queryCommandIndeterm("inserttext") bef ore
873 PASS [["inserttext"," "]] ".x-++-.://a[]" queryCommandState("inserttext") before
874 PASS [["inserttext"," "]] ".x-++-.://a[]" queryCommandValue("inserttext") before
875 PASS [["inserttext"," "]] ".x-++-.://a[]" queryCommandIndeterm("inserttext") aft er
876 PASS [["inserttext"," "]] ".x-++-.://a[]" queryCommandState("inserttext") after
877 PASS [["inserttext"," "]] ".x-++-.://a[]" queryCommandValue("inserttext") after
878 PASS [["inserttext"," "]] "(http://a)[]": execCommand("inserttext", false, " ") return value
879 PASS [["inserttext"," "]] "(http://a)[]" checks for modifications to non-editabl e content
880 FAIL [["inserttext"," "]] "(http://a)[]" compare innerHTML assert_equals: Unexpe cted innerHTML (after normalizing inline style) expected "(<a href=\"http://a\"> http://a</a>)&nbsp;" but got "(http://a)&nbsp;"
881 PASS [["inserttext"," "]] "(http://a)[]" queryCommandIndeterm("inserttext") befo re
882 PASS [["inserttext"," "]] "(http://a)[]" queryCommandState("inserttext") before
883 PASS [["inserttext"," "]] "(http://a)[]" queryCommandValue("inserttext") before
884 PASS [["inserttext"," "]] "(http://a)[]" queryCommandIndeterm("inserttext") afte r
885 PASS [["inserttext"," "]] "(http://a)[]" queryCommandState("inserttext") after
886 PASS [["inserttext"," "]] "(http://a)[]" queryCommandValue("inserttext") after
887 PASS [["inserttext"," "]] "&lt;http://a>[]": execCommand("inserttext", false, " ") return value
888 PASS [["inserttext"," "]] "&lt;http://a>[]" checks for modifications to non-edit able content
889 FAIL [["inserttext"," "]] "&lt;http://a>[]" compare innerHTML assert_equals: Une xpected innerHTML (after normalizing inline style) expected "&lt;<a href=\"http: //a\">http://a</a>&gt;&nbsp;" but got "&lt;http://a&gt;&nbsp;"
890 PASS [["inserttext"," "]] "&lt;http://a>[]" queryCommandIndeterm("inserttext") b efore
891 PASS [["inserttext"," "]] "&lt;http://a>[]" queryCommandState("inserttext") befo re
892 PASS [["inserttext"," "]] "&lt;http://a>[]" queryCommandValue("inserttext") befo re
893 PASS [["inserttext"," "]] "&lt;http://a>[]" queryCommandIndeterm("inserttext") a fter
894 PASS [["inserttext"," "]] "&lt;http://a>[]" queryCommandState("inserttext") afte r
895 PASS [["inserttext"," "]] "&lt;http://a>[]" queryCommandValue("inserttext") afte r
896 PASS [["inserttext"," "]] "http://a![]": execCommand("inserttext", false, " ") r eturn value
897 PASS [["inserttext"," "]] "http://a![]" checks for modifications to non-editable content
898 FAIL [["inserttext"," "]] "http://a![]" compare innerHTML assert_equals: Unexpec ted innerHTML (after normalizing inline style) expected "<a href=\"http://a\">ht tp://a</a>!&nbsp;" but got "http://a!&nbsp;"
899 PASS [["inserttext"," "]] "http://a![]" queryCommandIndeterm("inserttext") befor e
900 PASS [["inserttext"," "]] "http://a![]" queryCommandState("inserttext") before
901 PASS [["inserttext"," "]] "http://a![]" queryCommandValue("inserttext") before
902 PASS [["inserttext"," "]] "http://a![]" queryCommandIndeterm("inserttext") after
903 PASS [["inserttext"," "]] "http://a![]" queryCommandState("inserttext") after
904 PASS [["inserttext"," "]] "http://a![]" queryCommandValue("inserttext") after
905 PASS [["inserttext"," "]] "!\"#$%&amp;'()*+,-./:;&lt;=>?^_`|~http://a!\"#$%&amp; '()*+,-./:;&lt;=>?^_`|~[]": execCommand("inserttext", false, " ") return value
906 PASS [["inserttext"," "]] "!\"#$%&amp;'()*+,-./:;&lt;=>?^_`|~http://a!\"#$%&amp; '()*+,-./:;&lt;=>?^_`|~[]" checks for modifications to non-editable content
907 FAIL [["inserttext"," "]] "!\"#$%&amp;'()*+,-./:;&lt;=>?^_`|~http://a!\"#$%&amp; '()*+,-./:;&lt;=>?^_`|~[]" compare innerHTML assert_equals: Unexpected innerHTML (after normalizing inline style) expected "!\"#$%&amp;'()*+,-./:;&lt;=&gt;?^_`| ~<a href=\"http://a!&quot;#$%&amp;'()*+,-./:;&lt;=&gt;?^_`|~\">http://a!\"#$%&am p;'()*+,-./:;&lt;=&gt;?^_`|~</a>&nbsp;" but got "!\"#$%&amp;'()*+,-./:;&lt;=&gt; ?^_`|~http://a!\"#$%&amp;'()*+,-./:;&lt;=&gt;?^_`|~&nbsp;"
908 PASS [["inserttext"," "]] "!\"#$%&amp;'()*+,-./:;&lt;=>?^_`|~http://a!\"#$%&amp; '()*+,-./:;&lt;=>?^_`|~[]" queryCommandIndeterm("inserttext") before
909 PASS [["inserttext"," "]] "!\"#$%&amp;'()*+,-./:;&lt;=>?^_`|~http://a!\"#$%&amp; '()*+,-./:;&lt;=>?^_`|~[]" queryCommandState("inserttext") before
910 PASS [["inserttext"," "]] "!\"#$%&amp;'()*+,-./:;&lt;=>?^_`|~http://a!\"#$%&amp; '()*+,-./:;&lt;=>?^_`|~[]" queryCommandValue("inserttext") before
911 PASS [["inserttext"," "]] "!\"#$%&amp;'()*+,-./:;&lt;=>?^_`|~http://a!\"#$%&amp; '()*+,-./:;&lt;=>?^_`|~[]" queryCommandIndeterm("inserttext") after
912 PASS [["inserttext"," "]] "!\"#$%&amp;'()*+,-./:;&lt;=>?^_`|~http://a!\"#$%&amp; '()*+,-./:;&lt;=>?^_`|~[]" queryCommandState("inserttext") after
913 PASS [["inserttext"," "]] "!\"#$%&amp;'()*+,-./:;&lt;=>?^_`|~http://a!\"#$%&amp; '()*+,-./:;&lt;=>?^_`|~[]" queryCommandValue("inserttext") after
914 PASS [["inserttext"," "]] "http://a!\"'(),-.:;&lt;>`[]": execCommand("inserttext ", false, " ") return value
915 PASS [["inserttext"," "]] "http://a!\"'(),-.:;&lt;>`[]" checks for modifications to non-editable content
916 FAIL [["inserttext"," "]] "http://a!\"'(),-.:;&lt;>`[]" compare innerHTML assert _equals: Unexpected innerHTML (after normalizing inline style) expected "<a href =\"http://a\">http://a</a>!\"'(),-.:;&lt;&gt;`&nbsp;" but got "http://a!\"'(),-. :;&lt;&gt;`&nbsp;"
917 PASS [["inserttext"," "]] "http://a!\"'(),-.:;&lt;>`[]" queryCommandIndeterm("in serttext") before
918 PASS [["inserttext"," "]] "http://a!\"'(),-.:;&lt;>`[]" queryCommandState("inser ttext") before
919 PASS [["inserttext"," "]] "http://a!\"'(),-.:;&lt;>`[]" queryCommandValue("inser ttext") before
920 PASS [["inserttext"," "]] "http://a!\"'(),-.:;&lt;>`[]" queryCommandIndeterm("in serttext") after
921 PASS [["inserttext"," "]] "http://a!\"'(),-.:;&lt;>`[]" queryCommandState("inser ttext") after
922 PASS [["inserttext"," "]] "http://a!\"'(),-.:;&lt;>`[]" queryCommandValue("inser ttext") after
923 PASS [["inserttext"," "]] "http://a#$%&amp;*+/=?^_|~[]": execCommand("inserttext ", false, " ") return value
924 PASS [["inserttext"," "]] "http://a#$%&amp;*+/=?^_|~[]" checks for modifications to non-editable content
925 FAIL [["inserttext"," "]] "http://a#$%&amp;*+/=?^_|~[]" compare innerHTML assert _equals: Unexpected innerHTML (after normalizing inline style) expected "<a href =\"http://a#$%&amp;*+/=?^_|~\">http://a#$%&amp;*+/=?^_|~</a>&nbsp;" but got "htt p://a#$%&amp;*+/=?^_|~&nbsp;"
926 PASS [["inserttext"," "]] "http://a#$%&amp;*+/=?^_|~[]" queryCommandIndeterm("in serttext") before
927 PASS [["inserttext"," "]] "http://a#$%&amp;*+/=?^_|~[]" queryCommandState("inser ttext") before
928 PASS [["inserttext"," "]] "http://a#$%&amp;*+/=?^_|~[]" queryCommandValue("inser ttext") before
929 PASS [["inserttext"," "]] "http://a#$%&amp;*+/=?^_|~[]" queryCommandIndeterm("in serttext") after
930 PASS [["inserttext"," "]] "http://a#$%&amp;*+/=?^_|~[]" queryCommandState("inser ttext") after
931 PASS [["inserttext"," "]] "http://a#$%&amp;*+/=?^_|~[]" queryCommandValue("inser ttext") after
932 PASS [["inserttext"," "]] "mailto:a[]": execCommand("inserttext", false, " ") re turn value
933 PASS [["inserttext"," "]] "mailto:a[]" checks for modifications to non-editable content
934 FAIL [["inserttext"," "]] "mailto:a[]" compare innerHTML assert_equals: Unexpect ed innerHTML (after normalizing inline style) expected "<a href=\"mailto:a\">mai lto:a</a>&nbsp;" but got "mailto:a&nbsp;"
935 PASS [["inserttext"," "]] "mailto:a[]" queryCommandIndeterm("inserttext") before
936 PASS [["inserttext"," "]] "mailto:a[]" queryCommandState("inserttext") before
937 PASS [["inserttext"," "]] "mailto:a[]" queryCommandValue("inserttext") before
938 PASS [["inserttext"," "]] "mailto:a[]" queryCommandIndeterm("inserttext") after
939 PASS [["inserttext"," "]] "mailto:a[]" queryCommandState("inserttext") after
940 PASS [["inserttext"," "]] "mailto:a[]" queryCommandValue("inserttext") after
941 PASS [["inserttext"," "]] "a@b[]": execCommand("inserttext", false, " ") return value
942 PASS [["inserttext"," "]] "a@b[]" checks for modifications to non-editable conte nt
943 FAIL [["inserttext"," "]] "a@b[]" compare innerHTML assert_equals: Unexpected in nerHTML (after normalizing inline style) expected "<a href=\"mailto:a@b\">a@b</a >&nbsp;" but got "a@b&nbsp;"
944 PASS [["inserttext"," "]] "a@b[]" queryCommandIndeterm("inserttext") before
945 PASS [["inserttext"," "]] "a@b[]" queryCommandState("inserttext") before
946 PASS [["inserttext"," "]] "a@b[]" queryCommandValue("inserttext") before
947 PASS [["inserttext"," "]] "a@b[]" queryCommandIndeterm("inserttext") after
948 PASS [["inserttext"," "]] "a@b[]" queryCommandState("inserttext") after
949 PASS [["inserttext"," "]] "a@b[]" queryCommandValue("inserttext") after
950 PASS [["inserttext"," "]] "a@[]": execCommand("inserttext", false, " ") return v alue
951 PASS [["inserttext"," "]] "a@[]" checks for modifications to non-editable conten t
952 PASS [["inserttext"," "]] "a@[]" compare innerHTML
953 PASS [["inserttext"," "]] "a@[]" queryCommandIndeterm("inserttext") before
954 PASS [["inserttext"," "]] "a@[]" queryCommandState("inserttext") before
955 PASS [["inserttext"," "]] "a@[]" queryCommandValue("inserttext") before
956 PASS [["inserttext"," "]] "a@[]" queryCommandIndeterm("inserttext") after
957 PASS [["inserttext"," "]] "a@[]" queryCommandState("inserttext") after
958 PASS [["inserttext"," "]] "a@[]" queryCommandValue("inserttext") after
959 PASS [["inserttext"," "]] "@b[]": execCommand("inserttext", false, " ") return v alue
960 PASS [["inserttext"," "]] "@b[]" checks for modifications to non-editable conten t
961 PASS [["inserttext"," "]] "@b[]" compare innerHTML
962 PASS [["inserttext"," "]] "@b[]" queryCommandIndeterm("inserttext") before
963 PASS [["inserttext"," "]] "@b[]" queryCommandState("inserttext") before
964 PASS [["inserttext"," "]] "@b[]" queryCommandValue("inserttext") before
965 PASS [["inserttext"," "]] "@b[]" queryCommandIndeterm("inserttext") after
966 PASS [["inserttext"," "]] "@b[]" queryCommandState("inserttext") after
967 PASS [["inserttext"," "]] "@b[]" queryCommandValue("inserttext") after
968 PASS [["inserttext"," "]] "#@x[]": execCommand("inserttext", false, " ") return value
969 PASS [["inserttext"," "]] "#@x[]" checks for modifications to non-editable conte nt
970 FAIL [["inserttext"," "]] "#@x[]" compare innerHTML assert_equals: Unexpected in nerHTML (after normalizing inline style) expected "<a href=\"mailto:#@x\">#@x</a >&nbsp;" but got "#@x&nbsp;"
971 PASS [["inserttext"," "]] "#@x[]" queryCommandIndeterm("inserttext") before
972 PASS [["inserttext"," "]] "#@x[]" queryCommandState("inserttext") before
973 PASS [["inserttext"," "]] "#@x[]" queryCommandValue("inserttext") before
974 PASS [["inserttext"," "]] "#@x[]" queryCommandIndeterm("inserttext") after
975 PASS [["inserttext"," "]] "#@x[]" queryCommandState("inserttext") after
976 PASS [["inserttext"," "]] "#@x[]" queryCommandValue("inserttext") after
977 PASS [["inserttext"," "]] "a@.[]": execCommand("inserttext", false, " ") return value
978 PASS [["inserttext"," "]] "a@.[]" checks for modifications to non-editable conte nt
979 PASS [["inserttext"," "]] "a@.[]" compare innerHTML
980 PASS [["inserttext"," "]] "a@.[]" queryCommandIndeterm("inserttext") before
981 PASS [["inserttext"," "]] "a@.[]" queryCommandState("inserttext") before
982 PASS [["inserttext"," "]] "a@.[]" queryCommandValue("inserttext") before
983 PASS [["inserttext"," "]] "a@.[]" queryCommandIndeterm("inserttext") after
984 PASS [["inserttext"," "]] "a@.[]" queryCommandState("inserttext") after
985 PASS [["inserttext"," "]] "a@.[]" queryCommandValue("inserttext") after
986 PASS [["inserttext"," "]] "!\"#$%&amp;'()*+,-./:;&lt;=>?^_`|~a@b!\"#$%&amp;'()*+ ,-./:;&lt;=>?^_`|~[]": execCommand("inserttext", false, " ") return value
987 PASS [["inserttext"," "]] "!\"#$%&amp;'()*+,-./:;&lt;=>?^_`|~a@b!\"#$%&amp;'()*+ ,-./:;&lt;=>?^_`|~[]" checks for modifications to non-editable content
988 FAIL [["inserttext"," "]] "!\"#$%&amp;'()*+,-./:;&lt;=>?^_`|~a@b!\"#$%&amp;'()*+ ,-./:;&lt;=>?^_`|~[]" compare innerHTML assert_equals: Unexpected innerHTML (aft er normalizing inline style) expected "!\"#$%&amp;'()*+,-./:;&lt;=&gt;<a href=\" mailto:?^_`|~a@b\">?^_`|~a@b</a>!\"#$%&amp;'()*+,-./:;&lt;=&gt;?^_`|~&nbsp;" but got "!\"#$%&amp;'()*+,-./:;&lt;=&gt;?^_`|~a@b!\"#$%&amp;'()*+,-./:;&lt;=&gt;?^_ `|~&nbsp;"
989 PASS [["inserttext"," "]] "!\"#$%&amp;'()*+,-./:;&lt;=>?^_`|~a@b!\"#$%&amp;'()*+ ,-./:;&lt;=>?^_`|~[]" queryCommandIndeterm("inserttext") before
990 PASS [["inserttext"," "]] "!\"#$%&amp;'()*+,-./:;&lt;=>?^_`|~a@b!\"#$%&amp;'()*+ ,-./:;&lt;=>?^_`|~[]" queryCommandState("inserttext") before
991 PASS [["inserttext"," "]] "!\"#$%&amp;'()*+,-./:;&lt;=>?^_`|~a@b!\"#$%&amp;'()*+ ,-./:;&lt;=>?^_`|~[]" queryCommandValue("inserttext") before
992 PASS [["inserttext"," "]] "!\"#$%&amp;'()*+,-./:;&lt;=>?^_`|~a@b!\"#$%&amp;'()*+ ,-./:;&lt;=>?^_`|~[]" queryCommandIndeterm("inserttext") after
993 PASS [["inserttext"," "]] "!\"#$%&amp;'()*+,-./:;&lt;=>?^_`|~a@b!\"#$%&amp;'()*+ ,-./:;&lt;=>?^_`|~[]" queryCommandState("inserttext") after
994 PASS [["inserttext"," "]] "!\"#$%&amp;'()*+,-./:;&lt;=>?^_`|~a@b!\"#$%&amp;'()*+ ,-./:;&lt;=>?^_`|~[]" queryCommandValue("inserttext") after
995 PASS [["inserttext"," "]] "<b>a@b</b>{}": execCommand("inserttext", false, " ") return value
996 PASS [["inserttext"," "]] "<b>a@b</b>{}" checks for modifications to non-editabl e content
997 FAIL [["inserttext"," "]] "<b>a@b</b>{}" compare innerHTML assert_equals: Unexpe cted innerHTML (after normalizing inline style) expected "<a href=\"mailto:a@b\" ><b>a@b</b></a> " but got "<b>a@b&nbsp;</b>"
998 PASS [["inserttext"," "]] "<b>a@b</b>{}" queryCommandIndeterm("inserttext") befo re
999 PASS [["inserttext"," "]] "<b>a@b</b>{}" queryCommandState("inserttext") before
1000 PASS [["inserttext"," "]] "<b>a@b</b>{}" queryCommandValue("inserttext") before
1001 PASS [["inserttext"," "]] "<b>a@b</b>{}" queryCommandIndeterm("inserttext") afte r
1002 PASS [["inserttext"," "]] "<b>a@b</b>{}" queryCommandState("inserttext") after
1003 PASS [["inserttext"," "]] "<b>a@b</b>{}" queryCommandValue("inserttext") after
1004 PASS [["inserttext"," "]] "<b>a</b><i>@</i><u>b</u>{}": execCommand("inserttext" , false, " ") return value
1005 PASS [["inserttext"," "]] "<b>a</b><i>@</i><u>b</u>{}" checks for modifications to non-editable content
1006 FAIL [["inserttext"," "]] "<b>a</b><i>@</i><u>b</u>{}" compare innerHTML assert_ equals: Unexpected innerHTML (after normalizing inline style) expected "<b>a</b> <i>@</i><u>b</u> " but got "<b>a</b><i>@</i><u>b&nbsp;</u>"
1007 PASS [["inserttext"," "]] "<b>a</b><i>@</i><u>b</u>{}" queryCommandIndeterm("ins erttext") before
1008 PASS [["inserttext"," "]] "<b>a</b><i>@</i><u>b</u>{}" queryCommandState("insert text") before
1009 PASS [["inserttext"," "]] "<b>a</b><i>@</i><u>b</u>{}" queryCommandValue("insert text") before
1010 PASS [["inserttext"," "]] "<b>a</b><i>@</i><u>b</u>{}" queryCommandIndeterm("ins erttext") after
1011 PASS [["inserttext"," "]] "<b>a</b><i>@</i><u>b</u>{}" queryCommandState("insert text") after
1012 PASS [["inserttext"," "]] "<b>a</b><i>@</i><u>b</u>{}" queryCommandValue("insert text") after
1013 PASS [["inserttext"," "]] "a@b<b>[]c</b>": execCommand("inserttext", false, " ") return value
1014 PASS [["inserttext"," "]] "a@b<b>[]c</b>" checks for modifications to non-editab le content
1015 FAIL [["inserttext"," "]] "a@b<b>[]c</b>" compare innerHTML assert_equals: Unexp ected innerHTML (after normalizing inline style) expected "<a href=\"mailto:a@b\ ">a@b</a><b> c</b>" but got "a@b&nbsp;<b>c</b>"
1016 PASS [["inserttext"," "]] "a@b<b>[]c</b>" queryCommandIndeterm("inserttext") bef ore
1017 PASS [["inserttext"," "]] "a@b<b>[]c</b>" queryCommandState("inserttext") before
1018 PASS [["inserttext"," "]] "a@b<b>[]c</b>" queryCommandValue("inserttext") before
1019 PASS [["inserttext"," "]] "a@b<b>[]c</b>" queryCommandIndeterm("inserttext") aft er
1020 PASS [["inserttext"," "]] "a@b<b>[]c</b>" queryCommandState("inserttext") after
1021 PASS [["inserttext"," "]] "a@b<b>[]c</b>" queryCommandValue("inserttext") after
1022 PASS [["inserttext"," "]] "<p>a@b</p><p>[]c</p>": execCommand("inserttext", fals e, " ") return value
1023 PASS [["inserttext"," "]] "<p>a@b</p><p>[]c</p>" checks for modifications to non -editable content
1024 PASS [["inserttext"," "]] "<p>a@b</p><p>[]c</p>" compare innerHTML
1025 PASS [["inserttext"," "]] "<p>a@b</p><p>[]c</p>" queryCommandIndeterm("inserttex t") before
1026 PASS [["inserttext"," "]] "<p>a@b</p><p>[]c</p>" queryCommandState("inserttext") before
1027 PASS [["inserttext"," "]] "<p>a@b</p><p>[]c</p>" queryCommandValue("inserttext") before
1028 PASS [["inserttext"," "]] "<p>a@b</p><p>[]c</p>" queryCommandIndeterm("inserttex t") after
1029 PASS [["inserttext"," "]] "<p>a@b</p><p>[]c</p>" queryCommandState("inserttext") after
1030 PASS [["inserttext"," "]] "<p>a@b</p><p>[]c</p>" queryCommandValue("inserttext") after
1031 PASS [["inserttext","a"]] "http://a[]": execCommand("inserttext", false, "a") re turn value
1032 PASS [["inserttext","a"]] "http://a[]" checks for modifications to non-editable content
1033 PASS [["inserttext","a"]] "http://a[]" compare innerHTML
1034 PASS [["inserttext","a"]] "http://a[]" queryCommandIndeterm("inserttext") before
1035 PASS [["inserttext","a"]] "http://a[]" queryCommandState("inserttext") before
1036 PASS [["inserttext","a"]] "http://a[]" queryCommandValue("inserttext") before
1037 PASS [["inserttext","a"]] "http://a[]" queryCommandIndeterm("inserttext") after
1038 PASS [["inserttext","a"]] "http://a[]" queryCommandState("inserttext") after
1039 PASS [["inserttext","a"]] "http://a[]" queryCommandValue("inserttext") after
1040 PASS [["inserttext","\t"]] "http://a[]": execCommand("inserttext", false, "\t") return value
1041 PASS [["inserttext","\t"]] "http://a[]" checks for modifications to non-editable content
1042 FAIL [["inserttext","\t"]] "http://a[]" compare innerHTML assert_equals: Unexpec ted innerHTML (after normalizing inline style) expected "<a href=\"http://a\">ht tp://a</a>\t" but got "http://a<span class=\"Apple-tab-span\" style=\"white-spac e:pre\">\t</span>"
1043 PASS [["inserttext","\t"]] "http://a[]" queryCommandIndeterm("inserttext") befor e
1044 PASS [["inserttext","\t"]] "http://a[]" queryCommandState("inserttext") before
1045 PASS [["inserttext","\t"]] "http://a[]" queryCommandValue("inserttext") before
1046 PASS [["inserttext","\t"]] "http://a[]" queryCommandIndeterm("inserttext") after
1047 PASS [["inserttext","\t"]] "http://a[]" queryCommandState("inserttext") after
1048 PASS [["inserttext","\t"]] "http://a[]" queryCommandValue("inserttext") after
1049 PASS [["inserttext","\f"]] "http://a[]": execCommand("inserttext", false, "\f") return value
1050 PASS [["inserttext","\f"]] "http://a[]" checks for modifications to non-editable content
1051 FAIL [["inserttext","\f"]] "http://a[]" compare innerHTML assert_equals: Unexpec ted innerHTML (after normalizing inline style) expected "<a href=\"http://a\">ht tp://a</a>\f" but got "http://a\f"
1052 PASS [["inserttext","\f"]] "http://a[]" queryCommandIndeterm("inserttext") befor e
1053 PASS [["inserttext","\f"]] "http://a[]" queryCommandState("inserttext") before
1054 PASS [["inserttext","\f"]] "http://a[]" queryCommandValue("inserttext") before
1055 PASS [["inserttext","\f"]] "http://a[]" queryCommandIndeterm("inserttext") after
1056 PASS [["inserttext","\f"]] "http://a[]" queryCommandState("inserttext") after
1057 PASS [["inserttext","\f"]] "http://a[]" queryCommandValue("inserttext") after
1058 PASS [["inserttext"," "]] "http://a[]": execCommand("inserttext", false, " ") re turn value
1059 PASS [["inserttext"," "]] "http://a[]" checks for modifications to non-editable content
1060 PASS [["inserttext"," "]] "http://a[]" compare innerHTML
1061 PASS [["inserttext"," "]] "http://a[]" queryCommandIndeterm("inserttext") before
1062 PASS [["inserttext"," "]] "http://a[]" queryCommandState("inserttext") before
1063 PASS [["inserttext"," "]] "http://a[]" queryCommandValue("inserttext") before
1064 PASS [["inserttext"," "]] "http://a[]" queryCommandIndeterm("inserttext") after
1065 PASS [["inserttext"," "]] "http://a[]" queryCommandState("inserttext") after
1066 PASS [["inserttext"," "]] "http://a[]" queryCommandValue("inserttext") after
1067 PASS [["inserttext"," "]] "foo[]": execCommand("inserttext", false, " ") ret urn value
1068 PASS [["inserttext"," "]] "foo[]" checks for modifications to non-editable con tent
1069 PASS [["inserttext"," "]] "foo[]" compare innerHTML
1070 PASS [["inserttext"," "]] "foo[]" queryCommandIndeterm("inserttext") before
1071 PASS [["inserttext"," "]] "foo[]" queryCommandState("inserttext") before
1072 PASS [["inserttext"," "]] "foo[]" queryCommandValue("inserttext") before
1073 PASS [["inserttext"," "]] "foo[]" queryCommandIndeterm("inserttext") after
1074 PASS [["inserttext"," "]] "foo[]" queryCommandState("inserttext") after
1075 PASS [["inserttext"," "]] "foo[]" queryCommandValue("inserttext") after
1076 PASS [["inserttext","a"]] "foo[]bar": execCommand("inserttext", false, "a") retu rn value
1077 PASS [["inserttext","a"]] "foo[]bar" checks for modifications to non-editable co ntent
1078 PASS [["inserttext","a"]] "foo[]bar" compare innerHTML
1079 PASS [["inserttext","a"]] "foo[]bar" queryCommandIndeterm("inserttext") before
1080 PASS [["inserttext","a"]] "foo[]bar" queryCommandState("inserttext") before
1081 PASS [["inserttext","a"]] "foo[]bar" queryCommandValue("inserttext") before
1082 PASS [["inserttext","a"]] "foo[]bar" queryCommandIndeterm("inserttext") after
1083 PASS [["inserttext","a"]] "foo[]bar" queryCommandState("inserttext") after
1084 PASS [["inserttext","a"]] "foo[]bar" queryCommandValue("inserttext") after
1085 PASS [["inserttext","a"]] "foo&nbsp;[]": execCommand("inserttext", false, "a") r eturn value
1086 PASS [["inserttext","a"]] "foo&nbsp;[]" checks for modifications to non-editable content
1087 PASS [["inserttext","a"]] "foo&nbsp;[]" compare innerHTML
1088 PASS [["inserttext","a"]] "foo&nbsp;[]" queryCommandIndeterm("inserttext") befor e
1089 PASS [["inserttext","a"]] "foo&nbsp;[]" queryCommandState("inserttext") before
1090 PASS [["inserttext","a"]] "foo&nbsp;[]" queryCommandValue("inserttext") before
1091 PASS [["inserttext","a"]] "foo&nbsp;[]" queryCommandIndeterm("inserttext") after
1092 PASS [["inserttext","a"]] "foo&nbsp;[]" queryCommandState("inserttext") after
1093 PASS [["inserttext","a"]] "foo&nbsp;[]" queryCommandValue("inserttext") after
1094 PASS [["inserttext","a"]] "foo []": execCommand("inserttext", false, "a") return value
1095 PASS [["inserttext","a"]] "foo []" checks for modifications to non-editable cont ent
1096 PASS [["inserttext","a"]] "foo []" compare innerHTML
1097 PASS [["inserttext","a"]] "foo []" queryCommandIndeterm("inserttext") before
1098 PASS [["inserttext","a"]] "foo []" queryCommandState("inserttext") before
1099 PASS [["inserttext","a"]] "foo []" queryCommandValue("inserttext") before
1100 PASS [["inserttext","a"]] "foo []" queryCommandIndeterm("inserttext") after
1101 PASS [["inserttext","a"]] "foo []" queryCommandState("inserttext") after
1102 PASS [["inserttext","a"]] "foo []" queryCommandValue("inserttext") after
1103 PASS [["inserttext","a"]] "<p>foo[]": execCommand("inserttext", false, "a") retu rn value
1104 PASS [["inserttext","a"]] "<p>foo[]" checks for modifications to non-editable co ntent
1105 PASS [["inserttext","a"]] "<p>foo[]" compare innerHTML
1106 PASS [["inserttext","a"]] "<p>foo[]" queryCommandIndeterm("inserttext") before
1107 PASS [["inserttext","a"]] "<p>foo[]" queryCommandState("inserttext") before
1108 PASS [["inserttext","a"]] "<p>foo[]" queryCommandValue("inserttext") before
1109 PASS [["inserttext","a"]] "<p>foo[]" queryCommandIndeterm("inserttext") after
1110 PASS [["inserttext","a"]] "<p>foo[]" queryCommandState("inserttext") after
1111 PASS [["inserttext","a"]] "<p>foo[]" queryCommandValue("inserttext") after
1112 PASS [["inserttext","a"]] "<p>foo</p>{}": execCommand("inserttext", false, "a") return value
1113 PASS [["inserttext","a"]] "<p>foo</p>{}" checks for modifications to non-editabl e content
1114 FAIL [["inserttext","a"]] "<p>foo</p>{}" compare innerHTML assert_equals: Unexpe cted innerHTML (after normalizing inline style) expected "<p>foo</p>a" but got " <p>fooa</p>"
1115 PASS [["inserttext","a"]] "<p>foo</p>{}" queryCommandIndeterm("inserttext") befo re
1116 PASS [["inserttext","a"]] "<p>foo</p>{}" queryCommandState("inserttext") before
1117 PASS [["inserttext","a"]] "<p>foo</p>{}" queryCommandValue("inserttext") before
1118 PASS [["inserttext","a"]] "<p>foo</p>{}" queryCommandIndeterm("inserttext") afte r
1119 PASS [["inserttext","a"]] "<p>foo</p>{}" queryCommandState("inserttext") after
1120 PASS [["inserttext","a"]] "<p>foo</p>{}" queryCommandValue("inserttext") after
1121 PASS [["inserttext","a"]] "<p>[]foo": execCommand("inserttext", false, "a") retu rn value
1122 PASS [["inserttext","a"]] "<p>[]foo" checks for modifications to non-editable co ntent
1123 PASS [["inserttext","a"]] "<p>[]foo" compare innerHTML
1124 PASS [["inserttext","a"]] "<p>[]foo" queryCommandIndeterm("inserttext") before
1125 PASS [["inserttext","a"]] "<p>[]foo" queryCommandState("inserttext") before
1126 PASS [["inserttext","a"]] "<p>[]foo" queryCommandValue("inserttext") before
1127 PASS [["inserttext","a"]] "<p>[]foo" queryCommandIndeterm("inserttext") after
1128 PASS [["inserttext","a"]] "<p>[]foo" queryCommandState("inserttext") after
1129 PASS [["inserttext","a"]] "<p>[]foo" queryCommandValue("inserttext") after
1130 PASS [["inserttext","a"]] "<p>{}foo": execCommand("inserttext", false, "a") retu rn value
1131 PASS [["inserttext","a"]] "<p>{}foo" checks for modifications to non-editable co ntent
1132 PASS [["inserttext","a"]] "<p>{}foo" compare innerHTML
1133 PASS [["inserttext","a"]] "<p>{}foo" queryCommandIndeterm("inserttext") before
1134 PASS [["inserttext","a"]] "<p>{}foo" queryCommandState("inserttext") before
1135 PASS [["inserttext","a"]] "<p>{}foo" queryCommandValue("inserttext") before
1136 PASS [["inserttext","a"]] "<p>{}foo" queryCommandIndeterm("inserttext") after
1137 PASS [["inserttext","a"]] "<p>{}foo" queryCommandState("inserttext") after
1138 PASS [["inserttext","a"]] "<p>{}foo" queryCommandValue("inserttext") after
1139 PASS [["inserttext","a"]] "{}<p>foo": execCommand("inserttext", false, "a") retu rn value
1140 PASS [["inserttext","a"]] "{}<p>foo" checks for modifications to non-editable co ntent
1141 FAIL [["inserttext","a"]] "{}<p>foo" compare innerHTML assert_equals: Unexpected innerHTML (after normalizing inline style) expected "a<p>foo</p>" but got "<p>a foo</p>"
1142 PASS [["inserttext","a"]] "{}<p>foo" queryCommandIndeterm("inserttext") before
1143 PASS [["inserttext","a"]] "{}<p>foo" queryCommandState("inserttext") before
1144 PASS [["inserttext","a"]] "{}<p>foo" queryCommandValue("inserttext") before
1145 PASS [["inserttext","a"]] "{}<p>foo" queryCommandIndeterm("inserttext") after
1146 PASS [["inserttext","a"]] "{}<p>foo" queryCommandState("inserttext") after
1147 PASS [["inserttext","a"]] "{}<p>foo" queryCommandValue("inserttext") after
1148 PASS [["inserttext","a"]] "<p>foo</p>{}<p>bar</p>": execCommand("inserttext", fa lse, "a") return value
1149 PASS [["inserttext","a"]] "<p>foo</p>{}<p>bar</p>" checks for modifications to n on-editable content
1150 FAIL [["inserttext","a"]] "<p>foo</p>{}<p>bar</p>" compare innerHTML assert_equa ls: Unexpected innerHTML (after normalizing inline style) expected "<p>foo</p>a< p>bar</p>" but got "<p>foo</p><p>abar</p>"
1151 PASS [["inserttext","a"]] "<p>foo</p>{}<p>bar</p>" queryCommandIndeterm("insertt ext") before
1152 PASS [["inserttext","a"]] "<p>foo</p>{}<p>bar</p>" queryCommandState("inserttext ") before
1153 PASS [["inserttext","a"]] "<p>foo</p>{}<p>bar</p>" queryCommandValue("inserttext ") before
1154 PASS [["inserttext","a"]] "<p>foo</p>{}<p>bar</p>" queryCommandIndeterm("insertt ext") after
1155 PASS [["inserttext","a"]] "<p>foo</p>{}<p>bar</p>" queryCommandState("inserttext ") after
1156 PASS [["inserttext","a"]] "<p>foo</p>{}<p>bar</p>" queryCommandValue("inserttext ") after
1157 PASS [["inserttext","a"]] "<b>foo[]</b>bar": execCommand("inserttext", false, "a ") return value
1158 PASS [["inserttext","a"]] "<b>foo[]</b>bar" checks for modifications to non-edit able content
1159 PASS [["inserttext","a"]] "<b>foo[]</b>bar" compare innerHTML
1160 PASS [["inserttext","a"]] "<b>foo[]</b>bar" queryCommandIndeterm("inserttext") b efore
1161 PASS [["inserttext","a"]] "<b>foo[]</b>bar" queryCommandState("inserttext") befo re
1162 PASS [["inserttext","a"]] "<b>foo[]</b>bar" queryCommandValue("inserttext") befo re
1163 PASS [["inserttext","a"]] "<b>foo[]</b>bar" queryCommandIndeterm("inserttext") a fter
1164 PASS [["inserttext","a"]] "<b>foo[]</b>bar" queryCommandState("inserttext") afte r
1165 PASS [["inserttext","a"]] "<b>foo[]</b>bar" queryCommandValue("inserttext") afte r
1166 PASS [["inserttext","a"]] "<b>foo</b>[]bar": execCommand("inserttext", false, "a ") return value
1167 PASS [["inserttext","a"]] "<b>foo</b>[]bar" checks for modifications to non-edit able content
1168 FAIL [["inserttext","a"]] "<b>foo</b>[]bar" compare innerHTML assert_equals: Une xpected innerHTML (after normalizing inline style) expected "<b>foo</b>abar" but got "<b>fooa</b>bar"
1169 PASS [["inserttext","a"]] "<b>foo</b>[]bar" queryCommandIndeterm("inserttext") b efore
1170 PASS [["inserttext","a"]] "<b>foo</b>[]bar" queryCommandState("inserttext") befo re
1171 PASS [["inserttext","a"]] "<b>foo</b>[]bar" queryCommandValue("inserttext") befo re
1172 PASS [["inserttext","a"]] "<b>foo</b>[]bar" queryCommandIndeterm("inserttext") a fter
1173 PASS [["inserttext","a"]] "<b>foo</b>[]bar" queryCommandState("inserttext") afte r
1174 PASS [["inserttext","a"]] "<b>foo</b>[]bar" queryCommandValue("inserttext") afte r
1175 PASS [["inserttext","a"]] "foo<b>{}</b>bar": execCommand("inserttext", false, "a ") return value
1176 PASS [["inserttext","a"]] "foo<b>{}</b>bar" checks for modifications to non-edit able content
1177 FAIL [["inserttext","a"]] "foo<b>{}</b>bar" compare innerHTML assert_equals: Une xpected innerHTML (after normalizing inline style) expected "foo<b>a</b>bar" but got "fooa<b></b>bar"
1178 PASS [["inserttext","a"]] "foo<b>{}</b>bar" queryCommandIndeterm("inserttext") b efore
1179 PASS [["inserttext","a"]] "foo<b>{}</b>bar" queryCommandState("inserttext") befo re
1180 PASS [["inserttext","a"]] "foo<b>{}</b>bar" queryCommandValue("inserttext") befo re
1181 PASS [["inserttext","a"]] "foo<b>{}</b>bar" queryCommandIndeterm("inserttext") a fter
1182 PASS [["inserttext","a"]] "foo<b>{}</b>bar" queryCommandState("inserttext") afte r
1183 PASS [["inserttext","a"]] "foo<b>{}</b>bar" queryCommandValue("inserttext") afte r
1184 PASS [["inserttext","a"]] "<a>foo[]</a>bar": execCommand("inserttext", false, "a ") return value
1185 PASS [["inserttext","a"]] "<a>foo[]</a>bar" checks for modifications to non-edit able content
1186 PASS [["inserttext","a"]] "<a>foo[]</a>bar" compare innerHTML
1187 PASS [["inserttext","a"]] "<a>foo[]</a>bar" queryCommandIndeterm("inserttext") b efore
1188 PASS [["inserttext","a"]] "<a>foo[]</a>bar" queryCommandState("inserttext") befo re
1189 PASS [["inserttext","a"]] "<a>foo[]</a>bar" queryCommandValue("inserttext") befo re
1190 PASS [["inserttext","a"]] "<a>foo[]</a>bar" queryCommandIndeterm("inserttext") a fter
1191 PASS [["inserttext","a"]] "<a>foo[]</a>bar" queryCommandState("inserttext") afte r
1192 PASS [["inserttext","a"]] "<a>foo[]</a>bar" queryCommandValue("inserttext") afte r
1193 PASS [["inserttext","a"]] "<a>foo</a>[]bar": execCommand("inserttext", false, "a ") return value
1194 PASS [["inserttext","a"]] "<a>foo</a>[]bar" checks for modifications to non-edit able content
1195 FAIL [["inserttext","a"]] "<a>foo</a>[]bar" compare innerHTML assert_equals: Une xpected innerHTML (after normalizing inline style) expected "<a>foo</a>abar" but got "<a>fooa</a>bar"
1196 PASS [["inserttext","a"]] "<a>foo</a>[]bar" queryCommandIndeterm("inserttext") b efore
1197 PASS [["inserttext","a"]] "<a>foo</a>[]bar" queryCommandState("inserttext") befo re
1198 PASS [["inserttext","a"]] "<a>foo</a>[]bar" queryCommandValue("inserttext") befo re
1199 PASS [["inserttext","a"]] "<a>foo</a>[]bar" queryCommandIndeterm("inserttext") a fter
1200 PASS [["inserttext","a"]] "<a>foo</a>[]bar" queryCommandState("inserttext") afte r
1201 PASS [["inserttext","a"]] "<a>foo</a>[]bar" queryCommandValue("inserttext") afte r
1202 PASS [["inserttext","a"]] "<a href=/>foo[]</a>bar": execCommand("inserttext", fa lse, "a") return value
1203 PASS [["inserttext","a"]] "<a href=/>foo[]</a>bar" checks for modifications to n on-editable content
1204 FAIL [["inserttext","a"]] "<a href=/>foo[]</a>bar" compare innerHTML assert_equa ls: Unexpected innerHTML (after normalizing inline style) expected "<a href=\"/\ ">fooa</a>bar" but got "<a href=\"/\">foo</a>abar"
1205 PASS [["inserttext","a"]] "<a href=/>foo[]</a>bar" queryCommandIndeterm("insertt ext") before
1206 PASS [["inserttext","a"]] "<a href=/>foo[]</a>bar" queryCommandState("inserttext ") before
1207 PASS [["inserttext","a"]] "<a href=/>foo[]</a>bar" queryCommandValue("inserttext ") before
1208 PASS [["inserttext","a"]] "<a href=/>foo[]</a>bar" queryCommandIndeterm("insertt ext") after
1209 PASS [["inserttext","a"]] "<a href=/>foo[]</a>bar" queryCommandState("inserttext ") after
1210 PASS [["inserttext","a"]] "<a href=/>foo[]</a>bar" queryCommandValue("inserttext ") after
1211 PASS [["inserttext","a"]] "<a href=/>foo</a>[]bar": execCommand("inserttext", fa lse, "a") return value
1212 PASS [["inserttext","a"]] "<a href=/>foo</a>[]bar" checks for modifications to n on-editable content
1213 PASS [["inserttext","a"]] "<a href=/>foo</a>[]bar" compare innerHTML
1214 PASS [["inserttext","a"]] "<a href=/>foo</a>[]bar" queryCommandIndeterm("insertt ext") before
1215 PASS [["inserttext","a"]] "<a href=/>foo</a>[]bar" queryCommandState("inserttext ") before
1216 PASS [["inserttext","a"]] "<a href=/>foo</a>[]bar" queryCommandValue("inserttext ") before
1217 PASS [["inserttext","a"]] "<a href=/>foo</a>[]bar" queryCommandIndeterm("insertt ext") after
1218 PASS [["inserttext","a"]] "<a href=/>foo</a>[]bar" queryCommandState("inserttext ") after
1219 PASS [["inserttext","a"]] "<a href=/>foo</a>[]bar" queryCommandValue("inserttext ") after
1220 PASS [["defaultparagraphseparator","div"],["inserttext","a"]] "<p>fo[o<p>b]ar": execCommand("defaultparagraphseparator", false, "div") return value
1221 PASS [["defaultparagraphseparator","div"],["inserttext","a"]] "<p>fo[o<p>b]ar": execCommand("inserttext", false, "a") return value
1222 PASS [["defaultparagraphseparator","div"],["inserttext","a"]] "<p>fo[o<p>b]ar" c hecks for modifications to non-editable content
1223 PASS [["defaultparagraphseparator","div"],["inserttext","a"]] "<p>fo[o<p>b]ar" c ompare innerHTML
1224 PASS [["defaultparagraphseparator","div"],["inserttext","a"]] "<p>fo[o<p>b]ar" q ueryCommandIndeterm("defaultparagraphseparator") before
1225 PASS [["defaultparagraphseparator","div"],["inserttext","a"]] "<p>fo[o<p>b]ar" q ueryCommandState("defaultparagraphseparator") before
1226 PASS [["defaultparagraphseparator","div"],["inserttext","a"]] "<p>fo[o<p>b]ar" q ueryCommandValue("defaultparagraphseparator") before
1227 PASS [["defaultparagraphseparator","div"],["inserttext","a"]] "<p>fo[o<p>b]ar" q ueryCommandIndeterm("defaultparagraphseparator") after
1228 PASS [["defaultparagraphseparator","div"],["inserttext","a"]] "<p>fo[o<p>b]ar" q ueryCommandState("defaultparagraphseparator") after
1229 PASS [["defaultparagraphseparator","div"],["inserttext","a"]] "<p>fo[o<p>b]ar" q ueryCommandValue("defaultparagraphseparator") after
1230 PASS [["defaultparagraphseparator","div"],["inserttext","a"]] "<p>fo[o<p>b]ar" q ueryCommandIndeterm("inserttext") before
1231 PASS [["defaultparagraphseparator","div"],["inserttext","a"]] "<p>fo[o<p>b]ar" q ueryCommandState("inserttext") before
1232 PASS [["defaultparagraphseparator","div"],["inserttext","a"]] "<p>fo[o<p>b]ar" q ueryCommandValue("inserttext") before
1233 PASS [["defaultparagraphseparator","div"],["inserttext","a"]] "<p>fo[o<p>b]ar" q ueryCommandIndeterm("inserttext") after
1234 PASS [["defaultparagraphseparator","div"],["inserttext","a"]] "<p>fo[o<p>b]ar" q ueryCommandState("inserttext") after
1235 PASS [["defaultparagraphseparator","div"],["inserttext","a"]] "<p>fo[o<p>b]ar" q ueryCommandValue("inserttext") after
1236 PASS [["defaultparagraphseparator","p"],["inserttext","a"]] "<p>fo[o<p>b]ar": ex ecCommand("defaultparagraphseparator", false, "p") return value
1237 PASS [["defaultparagraphseparator","p"],["inserttext","a"]] "<p>fo[o<p>b]ar": ex ecCommand("inserttext", false, "a") return value
1238 PASS [["defaultparagraphseparator","p"],["inserttext","a"]] "<p>fo[o<p>b]ar" che cks for modifications to non-editable content
1239 PASS [["defaultparagraphseparator","p"],["inserttext","a"]] "<p>fo[o<p>b]ar" com pare innerHTML
1240 PASS [["defaultparagraphseparator","p"],["inserttext","a"]] "<p>fo[o<p>b]ar" que ryCommandIndeterm("defaultparagraphseparator") before
1241 PASS [["defaultparagraphseparator","p"],["inserttext","a"]] "<p>fo[o<p>b]ar" que ryCommandState("defaultparagraphseparator") before
1242 PASS [["defaultparagraphseparator","p"],["inserttext","a"]] "<p>fo[o<p>b]ar" que ryCommandValue("defaultparagraphseparator") before
1243 PASS [["defaultparagraphseparator","p"],["inserttext","a"]] "<p>fo[o<p>b]ar" que ryCommandIndeterm("defaultparagraphseparator") after
1244 PASS [["defaultparagraphseparator","p"],["inserttext","a"]] "<p>fo[o<p>b]ar" que ryCommandState("defaultparagraphseparator") after
1245 PASS [["defaultparagraphseparator","p"],["inserttext","a"]] "<p>fo[o<p>b]ar" que ryCommandValue("defaultparagraphseparator") after
1246 PASS [["defaultparagraphseparator","p"],["inserttext","a"]] "<p>fo[o<p>b]ar" que ryCommandIndeterm("inserttext") before
1247 PASS [["defaultparagraphseparator","p"],["inserttext","a"]] "<p>fo[o<p>b]ar" que ryCommandState("inserttext") before
1248 PASS [["defaultparagraphseparator","p"],["inserttext","a"]] "<p>fo[o<p>b]ar" que ryCommandValue("inserttext") before
1249 PASS [["defaultparagraphseparator","p"],["inserttext","a"]] "<p>fo[o<p>b]ar" que ryCommandIndeterm("inserttext") after
1250 PASS [["defaultparagraphseparator","p"],["inserttext","a"]] "<p>fo[o<p>b]ar" que ryCommandState("inserttext") after
1251 PASS [["defaultparagraphseparator","p"],["inserttext","a"]] "<p>fo[o<p>b]ar" que ryCommandValue("inserttext") after
1252 PASS [["defaultparagraphseparator","div"],["inserttext","a"]] "<p>fo[o<p>bar<p>b ]az": execCommand("defaultparagraphseparator", false, "div") return value
1253 PASS [["defaultparagraphseparator","div"],["inserttext","a"]] "<p>fo[o<p>bar<p>b ]az": execCommand("inserttext", false, "a") return value
1254 PASS [["defaultparagraphseparator","div"],["inserttext","a"]] "<p>fo[o<p>bar<p>b ]az" checks for modifications to non-editable content
1255 PASS [["defaultparagraphseparator","div"],["inserttext","a"]] "<p>fo[o<p>bar<p>b ]az" compare innerHTML
1256 PASS [["defaultparagraphseparator","div"],["inserttext","a"]] "<p>fo[o<p>bar<p>b ]az" queryCommandIndeterm("defaultparagraphseparator") before
1257 PASS [["defaultparagraphseparator","div"],["inserttext","a"]] "<p>fo[o<p>bar<p>b ]az" queryCommandState("defaultparagraphseparator") before
1258 PASS [["defaultparagraphseparator","div"],["inserttext","a"]] "<p>fo[o<p>bar<p>b ]az" queryCommandValue("defaultparagraphseparator") before
1259 PASS [["defaultparagraphseparator","div"],["inserttext","a"]] "<p>fo[o<p>bar<p>b ]az" queryCommandIndeterm("defaultparagraphseparator") after
1260 PASS [["defaultparagraphseparator","div"],["inserttext","a"]] "<p>fo[o<p>bar<p>b ]az" queryCommandState("defaultparagraphseparator") after
1261 PASS [["defaultparagraphseparator","div"],["inserttext","a"]] "<p>fo[o<p>bar<p>b ]az" queryCommandValue("defaultparagraphseparator") after
1262 PASS [["defaultparagraphseparator","div"],["inserttext","a"]] "<p>fo[o<p>bar<p>b ]az" queryCommandIndeterm("inserttext") before
1263 PASS [["defaultparagraphseparator","div"],["inserttext","a"]] "<p>fo[o<p>bar<p>b ]az" queryCommandState("inserttext") before
1264 PASS [["defaultparagraphseparator","div"],["inserttext","a"]] "<p>fo[o<p>bar<p>b ]az" queryCommandValue("inserttext") before
1265 PASS [["defaultparagraphseparator","div"],["inserttext","a"]] "<p>fo[o<p>bar<p>b ]az" queryCommandIndeterm("inserttext") after
1266 PASS [["defaultparagraphseparator","div"],["inserttext","a"]] "<p>fo[o<p>bar<p>b ]az" queryCommandState("inserttext") after
1267 PASS [["defaultparagraphseparator","div"],["inserttext","a"]] "<p>fo[o<p>bar<p>b ]az" queryCommandValue("inserttext") after
1268 PASS [["defaultparagraphseparator","p"],["inserttext","a"]] "<p>fo[o<p>bar<p>b]a z": execCommand("defaultparagraphseparator", false, "p") return value
1269 PASS [["defaultparagraphseparator","p"],["inserttext","a"]] "<p>fo[o<p>bar<p>b]a z": execCommand("inserttext", false, "a") return value
1270 PASS [["defaultparagraphseparator","p"],["inserttext","a"]] "<p>fo[o<p>bar<p>b]a z" checks for modifications to non-editable content
1271 PASS [["defaultparagraphseparator","p"],["inserttext","a"]] "<p>fo[o<p>bar<p>b]a z" compare innerHTML
1272 PASS [["defaultparagraphseparator","p"],["inserttext","a"]] "<p>fo[o<p>bar<p>b]a z" queryCommandIndeterm("defaultparagraphseparator") before
1273 PASS [["defaultparagraphseparator","p"],["inserttext","a"]] "<p>fo[o<p>bar<p>b]a z" queryCommandState("defaultparagraphseparator") before
1274 PASS [["defaultparagraphseparator","p"],["inserttext","a"]] "<p>fo[o<p>bar<p>b]a z" queryCommandValue("defaultparagraphseparator") before
1275 PASS [["defaultparagraphseparator","p"],["inserttext","a"]] "<p>fo[o<p>bar<p>b]a z" queryCommandIndeterm("defaultparagraphseparator") after
1276 PASS [["defaultparagraphseparator","p"],["inserttext","a"]] "<p>fo[o<p>bar<p>b]a z" queryCommandState("defaultparagraphseparator") after
1277 PASS [["defaultparagraphseparator","p"],["inserttext","a"]] "<p>fo[o<p>bar<p>b]a z" queryCommandValue("defaultparagraphseparator") after
1278 PASS [["defaultparagraphseparator","p"],["inserttext","a"]] "<p>fo[o<p>bar<p>b]a z" queryCommandIndeterm("inserttext") before
1279 PASS [["defaultparagraphseparator","p"],["inserttext","a"]] "<p>fo[o<p>bar<p>b]a z" queryCommandState("inserttext") before
1280 PASS [["defaultparagraphseparator","p"],["inserttext","a"]] "<p>fo[o<p>bar<p>b]a z" queryCommandValue("inserttext") before
1281 PASS [["defaultparagraphseparator","p"],["inserttext","a"]] "<p>fo[o<p>bar<p>b]a z" queryCommandIndeterm("inserttext") after
1282 PASS [["defaultparagraphseparator","p"],["inserttext","a"]] "<p>fo[o<p>bar<p>b]a z" queryCommandState("inserttext") after
1283 PASS [["defaultparagraphseparator","p"],["inserttext","a"]] "<p>fo[o<p>bar<p>b]a z" queryCommandValue("inserttext") after
1284 PASS [["inserttext","a"]] "{}<br>": execCommand("inserttext", false, "a") return value
1285 PASS [["inserttext","a"]] "{}<br>" checks for modifications to non-editable cont ent
1286 PASS [["inserttext","a"]] "{}<br>" compare innerHTML
1287 PASS [["inserttext","a"]] "{}<br>" queryCommandIndeterm("inserttext") before
1288 PASS [["inserttext","a"]] "{}<br>" queryCommandState("inserttext") before
1289 PASS [["inserttext","a"]] "{}<br>" queryCommandValue("inserttext") before
1290 PASS [["inserttext","a"]] "{}<br>" queryCommandIndeterm("inserttext") after
1291 PASS [["inserttext","a"]] "{}<br>" queryCommandState("inserttext") after
1292 PASS [["inserttext","a"]] "{}<br>" queryCommandValue("inserttext") after
1293 PASS [["inserttext","a"]] "<p>{}<br>": execCommand("inserttext", false, "a") ret urn value
1294 PASS [["inserttext","a"]] "<p>{}<br>" checks for modifications to non-editable c ontent
1295 PASS [["inserttext","a"]] "<p>{}<br>" compare innerHTML
1296 PASS [["inserttext","a"]] "<p>{}<br>" queryCommandIndeterm("inserttext") before
1297 PASS [["inserttext","a"]] "<p>{}<br>" queryCommandState("inserttext") before
1298 PASS [["inserttext","a"]] "<p>{}<br>" queryCommandValue("inserttext") before
1299 PASS [["inserttext","a"]] "<p>{}<br>" queryCommandIndeterm("inserttext") after
1300 PASS [["inserttext","a"]] "<p>{}<br>" queryCommandState("inserttext") after
1301 PASS [["inserttext","a"]] "<p>{}<br>" queryCommandValue("inserttext") after
1302 PASS [["inserttext","a"]] "<p><span>{}<br></span>": execCommand("inserttext", fa lse, "a") return value
1303 PASS [["inserttext","a"]] "<p><span>{}<br></span>" checks for modifications to n on-editable content
1304 PASS [["inserttext","a"]] "<p><span>{}<br></span>" compare innerHTML
1305 PASS [["inserttext","a"]] "<p><span>{}<br></span>" queryCommandIndeterm("insertt ext") before
1306 PASS [["inserttext","a"]] "<p><span>{}<br></span>" queryCommandState("inserttext ") before
1307 PASS [["inserttext","a"]] "<p><span>{}<br></span>" queryCommandValue("inserttext ") before
1308 PASS [["inserttext","a"]] "<p><span>{}<br></span>" queryCommandIndeterm("insertt ext") after
1309 PASS [["inserttext","a"]] "<p><span>{}<br></span>" queryCommandState("inserttext ") after
1310 PASS [["inserttext","a"]] "<p><span>{}<br></span>" queryCommandValue("inserttext ") after
1311 PASS [["inserttext","a"]] "<p>foo<span style=color:#aBcDeF>[bar]</span>baz": exe cCommand("inserttext", false, "a") return value
1312 PASS [["inserttext","a"]] "<p>foo<span style=color:#aBcDeF>[bar]</span>baz" chec ks for modifications to non-editable content
1313 PASS [["inserttext","a"]] "<p>foo<span style=color:#aBcDeF>[bar]</span>baz" comp are innerHTML
1314 PASS [["inserttext","a"]] "<p>foo<span style=color:#aBcDeF>[bar]</span>baz" quer yCommandIndeterm("inserttext") before
1315 PASS [["inserttext","a"]] "<p>foo<span style=color:#aBcDeF>[bar]</span>baz" quer yCommandState("inserttext") before
1316 PASS [["inserttext","a"]] "<p>foo<span style=color:#aBcDeF>[bar]</span>baz" quer yCommandValue("inserttext") before
1317 PASS [["inserttext","a"]] "<p>foo<span style=color:#aBcDeF>[bar]</span>baz" quer yCommandIndeterm("inserttext") after
1318 PASS [["inserttext","a"]] "<p>foo<span style=color:#aBcDeF>[bar]</span>baz" quer yCommandState("inserttext") after
1319 PASS [["inserttext","a"]] "<p>foo<span style=color:#aBcDeF>[bar]</span>baz" quer yCommandValue("inserttext") after
1320 PASS [["inserttext","a"]] "<p>foo<span style=color:#aBcDeF>{bar}</span>baz": exe cCommand("inserttext", false, "a") return value
1321 PASS [["inserttext","a"]] "<p>foo<span style=color:#aBcDeF>{bar}</span>baz" chec ks for modifications to non-editable content
1322 PASS [["inserttext","a"]] "<p>foo<span style=color:#aBcDeF>{bar}</span>baz" comp are innerHTML
1323 PASS [["inserttext","a"]] "<p>foo<span style=color:#aBcDeF>{bar}</span>baz" quer yCommandIndeterm("inserttext") before
1324 PASS [["inserttext","a"]] "<p>foo<span style=color:#aBcDeF>{bar}</span>baz" quer yCommandState("inserttext") before
1325 PASS [["inserttext","a"]] "<p>foo<span style=color:#aBcDeF>{bar}</span>baz" quer yCommandValue("inserttext") before
1326 PASS [["inserttext","a"]] "<p>foo<span style=color:#aBcDeF>{bar}</span>baz" quer yCommandIndeterm("inserttext") after
1327 PASS [["inserttext","a"]] "<p>foo<span style=color:#aBcDeF>{bar}</span>baz" quer yCommandState("inserttext") after
1328 PASS [["inserttext","a"]] "<p>foo<span style=color:#aBcDeF>{bar}</span>baz" quer yCommandValue("inserttext") after
1329 PASS [["inserttext","a"]] "<p>foo{<span style=color:#aBcDeF>bar</span>}baz": exe cCommand("inserttext", false, "a") return value
1330 PASS [["inserttext","a"]] "<p>foo{<span style=color:#aBcDeF>bar</span>}baz" chec ks for modifications to non-editable content
1331 PASS [["inserttext","a"]] "<p>foo{<span style=color:#aBcDeF>bar</span>}baz" comp are innerHTML
1332 PASS [["inserttext","a"]] "<p>foo{<span style=color:#aBcDeF>bar</span>}baz" quer yCommandIndeterm("inserttext") before
1333 PASS [["inserttext","a"]] "<p>foo{<span style=color:#aBcDeF>bar</span>}baz" quer yCommandState("inserttext") before
1334 PASS [["inserttext","a"]] "<p>foo{<span style=color:#aBcDeF>bar</span>}baz" quer yCommandValue("inserttext") before
1335 PASS [["inserttext","a"]] "<p>foo{<span style=color:#aBcDeF>bar</span>}baz" quer yCommandIndeterm("inserttext") after
1336 PASS [["inserttext","a"]] "<p>foo{<span style=color:#aBcDeF>bar</span>}baz" quer yCommandState("inserttext") after
1337 PASS [["inserttext","a"]] "<p>foo{<span style=color:#aBcDeF>bar</span>}baz" quer yCommandValue("inserttext") after
1338 PASS [["stylewithcss","true"],["inserttext","a"]] "<p>[foo<span style=color:#aBc DeF>bar]</span>baz": execCommand("stylewithcss", false, "true") return value
1339 PASS [["stylewithcss","true"],["inserttext","a"]] "<p>[foo<span style=color:#aBc DeF>bar]</span>baz": execCommand("inserttext", false, "a") return value
1340 PASS [["stylewithcss","true"],["inserttext","a"]] "<p>[foo<span style=color:#aBc DeF>bar]</span>baz" checks for modifications to non-editable content
1341 PASS [["stylewithcss","true"],["inserttext","a"]] "<p>[foo<span style=color:#aBc DeF>bar]</span>baz" compare innerHTML
1342 PASS [["stylewithcss","true"],["inserttext","a"]] "<p>[foo<span style=color:#aBc DeF>bar]</span>baz" queryCommandIndeterm("stylewithcss") before
1343 FAIL [["stylewithcss","true"],["inserttext","a"]] "<p>[foo<span style=color:#aBc DeF>bar]</span>baz" queryCommandState("stylewithcss") before assert_equals: Wron g result returned expected false but got true
1344 FAIL [["stylewithcss","true"],["inserttext","a"]] "<p>[foo<span style=color:#aBc DeF>bar]</span>baz" queryCommandValue("stylewithcss") before assert_equals: Wron g result returned expected "" but got "true"
1345 PASS [["stylewithcss","true"],["inserttext","a"]] "<p>[foo<span style=color:#aBc DeF>bar]</span>baz" queryCommandIndeterm("stylewithcss") after
1346 PASS [["stylewithcss","true"],["inserttext","a"]] "<p>[foo<span style=color:#aBc DeF>bar]</span>baz" queryCommandState("stylewithcss") after
1347 FAIL [["stylewithcss","true"],["inserttext","a"]] "<p>[foo<span style=color:#aBc DeF>bar]</span>baz" queryCommandValue("stylewithcss") after assert_equals: Wrong result returned expected "" but got "true"
1348 PASS [["stylewithcss","true"],["inserttext","a"]] "<p>[foo<span style=color:#aBc DeF>bar]</span>baz" queryCommandIndeterm("inserttext") before
1349 PASS [["stylewithcss","true"],["inserttext","a"]] "<p>[foo<span style=color:#aBc DeF>bar]</span>baz" queryCommandState("inserttext") before
1350 PASS [["stylewithcss","true"],["inserttext","a"]] "<p>[foo<span style=color:#aBc DeF>bar]</span>baz" queryCommandValue("inserttext") before
1351 PASS [["stylewithcss","true"],["inserttext","a"]] "<p>[foo<span style=color:#aBc DeF>bar]</span>baz" queryCommandIndeterm("inserttext") after
1352 PASS [["stylewithcss","true"],["inserttext","a"]] "<p>[foo<span style=color:#aBc DeF>bar]</span>baz" queryCommandState("inserttext") after
1353 PASS [["stylewithcss","true"],["inserttext","a"]] "<p>[foo<span style=color:#aBc DeF>bar]</span>baz" queryCommandValue("inserttext") after
1354 PASS [["stylewithcss","false"],["inserttext","a"]] "<p>[foo<span style=color:#aB cDeF>bar]</span>baz": execCommand("stylewithcss", false, "false") return value
1355 PASS [["stylewithcss","false"],["inserttext","a"]] "<p>[foo<span style=color:#aB cDeF>bar]</span>baz": execCommand("inserttext", false, "a") return value
1356 PASS [["stylewithcss","false"],["inserttext","a"]] "<p>[foo<span style=color:#aB cDeF>bar]</span>baz" checks for modifications to non-editable content
1357 PASS [["stylewithcss","false"],["inserttext","a"]] "<p>[foo<span style=color:#aB cDeF>bar]</span>baz" compare innerHTML
1358 PASS [["stylewithcss","false"],["inserttext","a"]] "<p>[foo<span style=color:#aB cDeF>bar]</span>baz" queryCommandIndeterm("stylewithcss") before
1359 PASS [["stylewithcss","false"],["inserttext","a"]] "<p>[foo<span style=color:#aB cDeF>bar]</span>baz" queryCommandState("stylewithcss") before
1360 FAIL [["stylewithcss","false"],["inserttext","a"]] "<p>[foo<span style=color:#aB cDeF>bar]</span>baz" queryCommandValue("stylewithcss") before assert_equals: Wro ng result returned expected "" but got "true"
1361 PASS [["stylewithcss","false"],["inserttext","a"]] "<p>[foo<span style=color:#aB cDeF>bar]</span>baz" queryCommandIndeterm("stylewithcss") after
1362 PASS [["stylewithcss","false"],["inserttext","a"]] "<p>[foo<span style=color:#aB cDeF>bar]</span>baz" queryCommandState("stylewithcss") after
1363 FAIL [["stylewithcss","false"],["inserttext","a"]] "<p>[foo<span style=color:#aB cDeF>bar]</span>baz" queryCommandValue("stylewithcss") after assert_equals: Wron g result returned expected "" but got "false"
1364 PASS [["stylewithcss","false"],["inserttext","a"]] "<p>[foo<span style=color:#aB cDeF>bar]</span>baz" queryCommandIndeterm("inserttext") before
1365 PASS [["stylewithcss","false"],["inserttext","a"]] "<p>[foo<span style=color:#aB cDeF>bar]</span>baz" queryCommandState("inserttext") before
1366 PASS [["stylewithcss","false"],["inserttext","a"]] "<p>[foo<span style=color:#aB cDeF>bar]</span>baz" queryCommandValue("inserttext") before
1367 PASS [["stylewithcss","false"],["inserttext","a"]] "<p>[foo<span style=color:#aB cDeF>bar]</span>baz" queryCommandIndeterm("inserttext") after
1368 PASS [["stylewithcss","false"],["inserttext","a"]] "<p>[foo<span style=color:#aB cDeF>bar]</span>baz" queryCommandState("inserttext") after
1369 PASS [["stylewithcss","false"],["inserttext","a"]] "<p>[foo<span style=color:#aB cDeF>bar]</span>baz" queryCommandValue("inserttext") after
1370 PASS [["stylewithcss","true"],["inserttext","a"]] "<p>{foo<span style=color:#aBc DeF>bar}</span>baz": execCommand("stylewithcss", false, "true") return value
1371 PASS [["stylewithcss","true"],["inserttext","a"]] "<p>{foo<span style=color:#aBc DeF>bar}</span>baz": execCommand("inserttext", false, "a") return value
1372 PASS [["stylewithcss","true"],["inserttext","a"]] "<p>{foo<span style=color:#aBc DeF>bar}</span>baz" checks for modifications to non-editable content
1373 PASS [["stylewithcss","true"],["inserttext","a"]] "<p>{foo<span style=color:#aBc DeF>bar}</span>baz" compare innerHTML
1374 PASS [["stylewithcss","true"],["inserttext","a"]] "<p>{foo<span style=color:#aBc DeF>bar}</span>baz" queryCommandIndeterm("stylewithcss") before
1375 PASS [["stylewithcss","true"],["inserttext","a"]] "<p>{foo<span style=color:#aBc DeF>bar}</span>baz" queryCommandState("stylewithcss") before
1376 FAIL [["stylewithcss","true"],["inserttext","a"]] "<p>{foo<span style=color:#aBc DeF>bar}</span>baz" queryCommandValue("stylewithcss") before assert_equals: Wron g result returned expected "" but got "false"
1377 PASS [["stylewithcss","true"],["inserttext","a"]] "<p>{foo<span style=color:#aBc DeF>bar}</span>baz" queryCommandIndeterm("stylewithcss") after
1378 PASS [["stylewithcss","true"],["inserttext","a"]] "<p>{foo<span style=color:#aBc DeF>bar}</span>baz" queryCommandState("stylewithcss") after
1379 FAIL [["stylewithcss","true"],["inserttext","a"]] "<p>{foo<span style=color:#aBc DeF>bar}</span>baz" queryCommandValue("stylewithcss") after assert_equals: Wrong result returned expected "" but got "true"
1380 PASS [["stylewithcss","true"],["inserttext","a"]] "<p>{foo<span style=color:#aBc DeF>bar}</span>baz" queryCommandIndeterm("inserttext") before
1381 PASS [["stylewithcss","true"],["inserttext","a"]] "<p>{foo<span style=color:#aBc DeF>bar}</span>baz" queryCommandState("inserttext") before
1382 PASS [["stylewithcss","true"],["inserttext","a"]] "<p>{foo<span style=color:#aBc DeF>bar}</span>baz" queryCommandValue("inserttext") before
1383 PASS [["stylewithcss","true"],["inserttext","a"]] "<p>{foo<span style=color:#aBc DeF>bar}</span>baz" queryCommandIndeterm("inserttext") after
1384 PASS [["stylewithcss","true"],["inserttext","a"]] "<p>{foo<span style=color:#aBc DeF>bar}</span>baz" queryCommandState("inserttext") after
1385 PASS [["stylewithcss","true"],["inserttext","a"]] "<p>{foo<span style=color:#aBc DeF>bar}</span>baz" queryCommandValue("inserttext") after
1386 PASS [["stylewithcss","false"],["inserttext","a"]] "<p>{foo<span style=color:#aB cDeF>bar}</span>baz": execCommand("stylewithcss", false, "false") return value
1387 PASS [["stylewithcss","false"],["inserttext","a"]] "<p>{foo<span style=color:#aB cDeF>bar}</span>baz": execCommand("inserttext", false, "a") return value
1388 PASS [["stylewithcss","false"],["inserttext","a"]] "<p>{foo<span style=color:#aB cDeF>bar}</span>baz" checks for modifications to non-editable content
1389 PASS [["stylewithcss","false"],["inserttext","a"]] "<p>{foo<span style=color:#aB cDeF>bar}</span>baz" compare innerHTML
1390 PASS [["stylewithcss","false"],["inserttext","a"]] "<p>{foo<span style=color:#aB cDeF>bar}</span>baz" queryCommandIndeterm("stylewithcss") before
1391 PASS [["stylewithcss","false"],["inserttext","a"]] "<p>{foo<span style=color:#aB cDeF>bar}</span>baz" queryCommandState("stylewithcss") before
1392 FAIL [["stylewithcss","false"],["inserttext","a"]] "<p>{foo<span style=color:#aB cDeF>bar}</span>baz" queryCommandValue("stylewithcss") before assert_equals: Wro ng result returned expected "" but got "true"
1393 PASS [["stylewithcss","false"],["inserttext","a"]] "<p>{foo<span style=color:#aB cDeF>bar}</span>baz" queryCommandIndeterm("stylewithcss") after
1394 PASS [["stylewithcss","false"],["inserttext","a"]] "<p>{foo<span style=color:#aB cDeF>bar}</span>baz" queryCommandState("stylewithcss") after
1395 FAIL [["stylewithcss","false"],["inserttext","a"]] "<p>{foo<span style=color:#aB cDeF>bar}</span>baz" queryCommandValue("stylewithcss") after assert_equals: Wron g result returned expected "" but got "false"
1396 PASS [["stylewithcss","false"],["inserttext","a"]] "<p>{foo<span style=color:#aB cDeF>bar}</span>baz" queryCommandIndeterm("inserttext") before
1397 PASS [["stylewithcss","false"],["inserttext","a"]] "<p>{foo<span style=color:#aB cDeF>bar}</span>baz" queryCommandState("inserttext") before
1398 PASS [["stylewithcss","false"],["inserttext","a"]] "<p>{foo<span style=color:#aB cDeF>bar}</span>baz" queryCommandValue("inserttext") before
1399 PASS [["stylewithcss","false"],["inserttext","a"]] "<p>{foo<span style=color:#aB cDeF>bar}</span>baz" queryCommandIndeterm("inserttext") after
1400 PASS [["stylewithcss","false"],["inserttext","a"]] "<p>{foo<span style=color:#aB cDeF>bar}</span>baz" queryCommandState("inserttext") after
1401 PASS [["stylewithcss","false"],["inserttext","a"]] "<p>{foo<span style=color:#aB cDeF>bar}</span>baz" queryCommandValue("inserttext") after
1402 PASS [["inserttext","a"]] "<p>foo<span style=color:#aBcDeF>[bar</span>baz]": exe cCommand("inserttext", false, "a") return value
1403 PASS [["inserttext","a"]] "<p>foo<span style=color:#aBcDeF>[bar</span>baz]" chec ks for modifications to non-editable content
1404 FAIL [["inserttext","a"]] "<p>foo<span style=color:#aBcDeF>[bar</span>baz]" comp are innerHTML assert_equals: Unexpected innerHTML (after normalizing inline styl e) expected "<p>foo<span style=\"color:rgb(171, 205, 239)\">a</span></p>" but go t "<p>foo<font color=\"#abcdef\">a</font></p>"
1405 PASS [["inserttext","a"]] "<p>foo<span style=color:#aBcDeF>[bar</span>baz]" quer yCommandIndeterm("inserttext") before
1406 PASS [["inserttext","a"]] "<p>foo<span style=color:#aBcDeF>[bar</span>baz]" quer yCommandState("inserttext") before
1407 PASS [["inserttext","a"]] "<p>foo<span style=color:#aBcDeF>[bar</span>baz]" quer yCommandValue("inserttext") before
1408 PASS [["inserttext","a"]] "<p>foo<span style=color:#aBcDeF>[bar</span>baz]" quer yCommandIndeterm("inserttext") after
1409 PASS [["inserttext","a"]] "<p>foo<span style=color:#aBcDeF>[bar</span>baz]" quer yCommandState("inserttext") after
1410 PASS [["inserttext","a"]] "<p>foo<span style=color:#aBcDeF>[bar</span>baz]" quer yCommandValue("inserttext") after
1411 PASS [["inserttext","a"]] "<p>foo<span style=color:#aBcDeF>{bar</span>baz}": exe cCommand("inserttext", false, "a") return value
1412 PASS [["inserttext","a"]] "<p>foo<span style=color:#aBcDeF>{bar</span>baz}" chec ks for modifications to non-editable content
1413 FAIL [["inserttext","a"]] "<p>foo<span style=color:#aBcDeF>{bar</span>baz}" comp are innerHTML assert_equals: Unexpected innerHTML (after normalizing inline styl e) expected "<p>foo<span style=\"color:rgb(171, 205, 239)\">a</span></p>" but go t "<p>foo<font color=\"#abcdef\">a</font></p>"
1414 PASS [["inserttext","a"]] "<p>foo<span style=color:#aBcDeF>{bar</span>baz}" quer yCommandIndeterm("inserttext") before
1415 PASS [["inserttext","a"]] "<p>foo<span style=color:#aBcDeF>{bar</span>baz}" quer yCommandState("inserttext") before
1416 PASS [["inserttext","a"]] "<p>foo<span style=color:#aBcDeF>{bar</span>baz}" quer yCommandValue("inserttext") before
1417 PASS [["inserttext","a"]] "<p>foo<span style=color:#aBcDeF>{bar</span>baz}" quer yCommandIndeterm("inserttext") after
1418 PASS [["inserttext","a"]] "<p>foo<span style=color:#aBcDeF>{bar</span>baz}" quer yCommandState("inserttext") after
1419 PASS [["inserttext","a"]] "<p>foo<span style=color:#aBcDeF>{bar</span>baz}" quer yCommandValue("inserttext") after
1420 PASS [["stylewithcss","true"],["inserttext","a"]] "<p>foo<span style=color:#aBcD eF>[bar</span><span style=color:#fEdCbA>baz]</span>quz": execCommand("stylewithc ss", false, "true") return value
1421 PASS [["stylewithcss","true"],["inserttext","a"]] "<p>foo<span style=color:#aBcD eF>[bar</span><span style=color:#fEdCbA>baz]</span>quz": execCommand("inserttext ", false, "a") return value
1422 PASS [["stylewithcss","true"],["inserttext","a"]] "<p>foo<span style=color:#aBcD eF>[bar</span><span style=color:#fEdCbA>baz]</span>quz" checks for modifications to non-editable content
1423 PASS [["stylewithcss","true"],["inserttext","a"]] "<p>foo<span style=color:#aBcD eF>[bar</span><span style=color:#fEdCbA>baz]</span>quz" compare innerHTML
1424 PASS [["stylewithcss","true"],["inserttext","a"]] "<p>foo<span style=color:#aBcD eF>[bar</span><span style=color:#fEdCbA>baz]</span>quz" queryCommandIndeterm("st ylewithcss") before
1425 PASS [["stylewithcss","true"],["inserttext","a"]] "<p>foo<span style=color:#aBcD eF>[bar</span><span style=color:#fEdCbA>baz]</span>quz" queryCommandState("style withcss") before
1426 FAIL [["stylewithcss","true"],["inserttext","a"]] "<p>foo<span style=color:#aBcD eF>[bar</span><span style=color:#fEdCbA>baz]</span>quz" queryCommandValue("style withcss") before assert_equals: Wrong result returned expected "" but got "false "
1427 PASS [["stylewithcss","true"],["inserttext","a"]] "<p>foo<span style=color:#aBcD eF>[bar</span><span style=color:#fEdCbA>baz]</span>quz" queryCommandIndeterm("st ylewithcss") after
1428 PASS [["stylewithcss","true"],["inserttext","a"]] "<p>foo<span style=color:#aBcD eF>[bar</span><span style=color:#fEdCbA>baz]</span>quz" queryCommandState("style withcss") after
1429 FAIL [["stylewithcss","true"],["inserttext","a"]] "<p>foo<span style=color:#aBcD eF>[bar</span><span style=color:#fEdCbA>baz]</span>quz" queryCommandValue("style withcss") after assert_equals: Wrong result returned expected "" but got "true"
1430 PASS [["stylewithcss","true"],["inserttext","a"]] "<p>foo<span style=color:#aBcD eF>[bar</span><span style=color:#fEdCbA>baz]</span>quz" queryCommandIndeterm("in serttext") before
1431 PASS [["stylewithcss","true"],["inserttext","a"]] "<p>foo<span style=color:#aBcD eF>[bar</span><span style=color:#fEdCbA>baz]</span>quz" queryCommandState("inser ttext") before
1432 PASS [["stylewithcss","true"],["inserttext","a"]] "<p>foo<span style=color:#aBcD eF>[bar</span><span style=color:#fEdCbA>baz]</span>quz" queryCommandValue("inser ttext") before
1433 PASS [["stylewithcss","true"],["inserttext","a"]] "<p>foo<span style=color:#aBcD eF>[bar</span><span style=color:#fEdCbA>baz]</span>quz" queryCommandIndeterm("in serttext") after
1434 PASS [["stylewithcss","true"],["inserttext","a"]] "<p>foo<span style=color:#aBcD eF>[bar</span><span style=color:#fEdCbA>baz]</span>quz" queryCommandState("inser ttext") after
1435 PASS [["stylewithcss","true"],["inserttext","a"]] "<p>foo<span style=color:#aBcD eF>[bar</span><span style=color:#fEdCbA>baz]</span>quz" queryCommandValue("inser ttext") after
1436 PASS [["stylewithcss","false"],["inserttext","a"]] "<p>foo<span style=color:#aBc DeF>[bar</span><span style=color:#fEdCbA>baz]</span>quz": execCommand("stylewith css", false, "false") return value
1437 PASS [["stylewithcss","false"],["inserttext","a"]] "<p>foo<span style=color:#aBc DeF>[bar</span><span style=color:#fEdCbA>baz]</span>quz": execCommand("inserttex t", false, "a") return value
1438 PASS [["stylewithcss","false"],["inserttext","a"]] "<p>foo<span style=color:#aBc DeF>[bar</span><span style=color:#fEdCbA>baz]</span>quz" checks for modification s to non-editable content
1439 FAIL [["stylewithcss","false"],["inserttext","a"]] "<p>foo<span style=color:#aBc DeF>[bar</span><span style=color:#fEdCbA>baz]</span>quz" compare innerHTML asser t_equals: Unexpected innerHTML (after normalizing inline style) expected "<p>foo <span style=\"color:rgb(171, 205, 239)\">a</span>quz</p>" but got "<p>foo<font c olor=\"#abcdef\">a</font>quz</p>"
1440 PASS [["stylewithcss","false"],["inserttext","a"]] "<p>foo<span style=color:#aBc DeF>[bar</span><span style=color:#fEdCbA>baz]</span>quz" queryCommandIndeterm("s tylewithcss") before
1441 PASS [["stylewithcss","false"],["inserttext","a"]] "<p>foo<span style=color:#aBc DeF>[bar</span><span style=color:#fEdCbA>baz]</span>quz" queryCommandState("styl ewithcss") before
1442 FAIL [["stylewithcss","false"],["inserttext","a"]] "<p>foo<span style=color:#aBc DeF>[bar</span><span style=color:#fEdCbA>baz]</span>quz" queryCommandValue("styl ewithcss") before assert_equals: Wrong result returned expected "" but got "true "
1443 PASS [["stylewithcss","false"],["inserttext","a"]] "<p>foo<span style=color:#aBc DeF>[bar</span><span style=color:#fEdCbA>baz]</span>quz" queryCommandIndeterm("s tylewithcss") after
1444 PASS [["stylewithcss","false"],["inserttext","a"]] "<p>foo<span style=color:#aBc DeF>[bar</span><span style=color:#fEdCbA>baz]</span>quz" queryCommandState("styl ewithcss") after
1445 FAIL [["stylewithcss","false"],["inserttext","a"]] "<p>foo<span style=color:#aBc DeF>[bar</span><span style=color:#fEdCbA>baz]</span>quz" queryCommandValue("styl ewithcss") after assert_equals: Wrong result returned expected "" but got "false "
1446 PASS [["stylewithcss","false"],["inserttext","a"]] "<p>foo<span style=color:#aBc DeF>[bar</span><span style=color:#fEdCbA>baz]</span>quz" queryCommandIndeterm("i nserttext") before
1447 PASS [["stylewithcss","false"],["inserttext","a"]] "<p>foo<span style=color:#aBc DeF>[bar</span><span style=color:#fEdCbA>baz]</span>quz" queryCommandState("inse rttext") before
1448 PASS [["stylewithcss","false"],["inserttext","a"]] "<p>foo<span style=color:#aBc DeF>[bar</span><span style=color:#fEdCbA>baz]</span>quz" queryCommandValue("inse rttext") before
1449 PASS [["stylewithcss","false"],["inserttext","a"]] "<p>foo<span style=color:#aBc DeF>[bar</span><span style=color:#fEdCbA>baz]</span>quz" queryCommandIndeterm("i nserttext") after
1450 PASS [["stylewithcss","false"],["inserttext","a"]] "<p>foo<span style=color:#aBc DeF>[bar</span><span style=color:#fEdCbA>baz]</span>quz" queryCommandState("inse rttext") after
1451 PASS [["stylewithcss","false"],["inserttext","a"]] "<p>foo<span style=color:#aBc DeF>[bar</span><span style=color:#fEdCbA>baz]</span>quz" queryCommandValue("inse rttext") after
1452 PASS [["inserttext","a"]] "foo<b>[bar]</b>baz": execCommand("inserttext", false, "a") return value
1453 PASS [["inserttext","a"]] "foo<b>[bar]</b>baz" checks for modifications to non-e ditable content
1454 PASS [["inserttext","a"]] "foo<b>[bar]</b>baz" compare innerHTML
1455 PASS [["inserttext","a"]] "foo<b>[bar]</b>baz" queryCommandIndeterm("inserttext" ) before
1456 PASS [["inserttext","a"]] "foo<b>[bar]</b>baz" queryCommandState("inserttext") b efore
1457 PASS [["inserttext","a"]] "foo<b>[bar]</b>baz" queryCommandValue("inserttext") b efore
1458 PASS [["inserttext","a"]] "foo<b>[bar]</b>baz" queryCommandIndeterm("inserttext" ) after
1459 PASS [["inserttext","a"]] "foo<b>[bar]</b>baz" queryCommandState("inserttext") a fter
1460 PASS [["inserttext","a"]] "foo<b>[bar]</b>baz" queryCommandValue("inserttext") a fter
1461 PASS [["inserttext","a"]] "foo<i>[bar]</i>baz": execCommand("inserttext", false, "a") return value
1462 PASS [["inserttext","a"]] "foo<i>[bar]</i>baz" checks for modifications to non-e ditable content
1463 PASS [["inserttext","a"]] "foo<i>[bar]</i>baz" compare innerHTML
1464 PASS [["inserttext","a"]] "foo<i>[bar]</i>baz" queryCommandIndeterm("inserttext" ) before
1465 PASS [["inserttext","a"]] "foo<i>[bar]</i>baz" queryCommandState("inserttext") b efore
1466 PASS [["inserttext","a"]] "foo<i>[bar]</i>baz" queryCommandValue("inserttext") b efore
1467 PASS [["inserttext","a"]] "foo<i>[bar]</i>baz" queryCommandIndeterm("inserttext" ) after
1468 PASS [["inserttext","a"]] "foo<i>[bar]</i>baz" queryCommandState("inserttext") a fter
1469 PASS [["inserttext","a"]] "foo<i>[bar]</i>baz" queryCommandValue("inserttext") a fter
1470 PASS [["inserttext","a"]] "foo<s>[bar]</s>baz": execCommand("inserttext", false, "a") return value
1471 PASS [["inserttext","a"]] "foo<s>[bar]</s>baz" checks for modifications to non-e ditable content
1472 PASS [["inserttext","a"]] "foo<s>[bar]</s>baz" compare innerHTML
1473 PASS [["inserttext","a"]] "foo<s>[bar]</s>baz" queryCommandIndeterm("inserttext" ) before
1474 PASS [["inserttext","a"]] "foo<s>[bar]</s>baz" queryCommandState("inserttext") b efore
1475 PASS [["inserttext","a"]] "foo<s>[bar]</s>baz" queryCommandValue("inserttext") b efore
1476 PASS [["inserttext","a"]] "foo<s>[bar]</s>baz" queryCommandIndeterm("inserttext" ) after
1477 PASS [["inserttext","a"]] "foo<s>[bar]</s>baz" queryCommandState("inserttext") a fter
1478 PASS [["inserttext","a"]] "foo<s>[bar]</s>baz" queryCommandValue("inserttext") a fter
1479 PASS [["inserttext","a"]] "foo<sub>[bar]</sub>baz": execCommand("inserttext", fa lse, "a") return value
1480 PASS [["inserttext","a"]] "foo<sub>[bar]</sub>baz" checks for modifications to n on-editable content
1481 PASS [["inserttext","a"]] "foo<sub>[bar]</sub>baz" compare innerHTML
1482 PASS [["inserttext","a"]] "foo<sub>[bar]</sub>baz" queryCommandIndeterm("insertt ext") before
1483 PASS [["inserttext","a"]] "foo<sub>[bar]</sub>baz" queryCommandState("inserttext ") before
1484 PASS [["inserttext","a"]] "foo<sub>[bar]</sub>baz" queryCommandValue("inserttext ") before
1485 PASS [["inserttext","a"]] "foo<sub>[bar]</sub>baz" queryCommandIndeterm("insertt ext") after
1486 PASS [["inserttext","a"]] "foo<sub>[bar]</sub>baz" queryCommandState("inserttext ") after
1487 PASS [["inserttext","a"]] "foo<sub>[bar]</sub>baz" queryCommandValue("inserttext ") after
1488 PASS [["inserttext","a"]] "foo<sup>[bar]</sup>baz": execCommand("inserttext", fa lse, "a") return value
1489 PASS [["inserttext","a"]] "foo<sup>[bar]</sup>baz" checks for modifications to n on-editable content
1490 PASS [["inserttext","a"]] "foo<sup>[bar]</sup>baz" compare innerHTML
1491 PASS [["inserttext","a"]] "foo<sup>[bar]</sup>baz" queryCommandIndeterm("insertt ext") before
1492 PASS [["inserttext","a"]] "foo<sup>[bar]</sup>baz" queryCommandState("inserttext ") before
1493 PASS [["inserttext","a"]] "foo<sup>[bar]</sup>baz" queryCommandValue("inserttext ") before
1494 PASS [["inserttext","a"]] "foo<sup>[bar]</sup>baz" queryCommandIndeterm("insertt ext") after
1495 PASS [["inserttext","a"]] "foo<sup>[bar]</sup>baz" queryCommandState("inserttext ") after
1496 PASS [["inserttext","a"]] "foo<sup>[bar]</sup>baz" queryCommandValue("inserttext ") after
1497 PASS [["inserttext","a"]] "foo<u>[bar]</u>baz": execCommand("inserttext", false, "a") return value
1498 PASS [["inserttext","a"]] "foo<u>[bar]</u>baz" checks for modifications to non-e ditable content
1499 PASS [["inserttext","a"]] "foo<u>[bar]</u>baz" compare innerHTML
1500 PASS [["inserttext","a"]] "foo<u>[bar]</u>baz" queryCommandIndeterm("inserttext" ) before
1501 PASS [["inserttext","a"]] "foo<u>[bar]</u>baz" queryCommandState("inserttext") b efore
1502 PASS [["inserttext","a"]] "foo<u>[bar]</u>baz" queryCommandValue("inserttext") b efore
1503 PASS [["inserttext","a"]] "foo<u>[bar]</u>baz" queryCommandIndeterm("inserttext" ) after
1504 PASS [["inserttext","a"]] "foo<u>[bar]</u>baz" queryCommandState("inserttext") a fter
1505 PASS [["inserttext","a"]] "foo<u>[bar]</u>baz" queryCommandValue("inserttext") a fter
1506 PASS [["inserttext","a"]] "foo<a href=http://www.google.com>[bar]</a>baz": execC ommand("inserttext", false, "a") return value
1507 PASS [["inserttext","a"]] "foo<a href=http://www.google.com>[bar]</a>baz" checks for modifications to non-editable content
1508 PASS [["inserttext","a"]] "foo<a href=http://www.google.com>[bar]</a>baz" compar e innerHTML
1509 PASS [["inserttext","a"]] "foo<a href=http://www.google.com>[bar]</a>baz" queryC ommandIndeterm("inserttext") before
1510 PASS [["inserttext","a"]] "foo<a href=http://www.google.com>[bar]</a>baz" queryC ommandState("inserttext") before
1511 PASS [["inserttext","a"]] "foo<a href=http://www.google.com>[bar]</a>baz" queryC ommandValue("inserttext") before
1512 PASS [["inserttext","a"]] "foo<a href=http://www.google.com>[bar]</a>baz" queryC ommandIndeterm("inserttext") after
1513 PASS [["inserttext","a"]] "foo<a href=http://www.google.com>[bar]</a>baz" queryC ommandState("inserttext") after
1514 PASS [["inserttext","a"]] "foo<a href=http://www.google.com>[bar]</a>baz" queryC ommandValue("inserttext") after
1515 PASS [["inserttext","a"]] "foo<font face=sans-serif>[bar]</font>baz": execComman d("inserttext", false, "a") return value
1516 PASS [["inserttext","a"]] "foo<font face=sans-serif>[bar]</font>baz" checks for modifications to non-editable content
1517 PASS [["inserttext","a"]] "foo<font face=sans-serif>[bar]</font>baz" compare inn erHTML
1518 PASS [["inserttext","a"]] "foo<font face=sans-serif>[bar]</font>baz" queryComman dIndeterm("inserttext") before
1519 PASS [["inserttext","a"]] "foo<font face=sans-serif>[bar]</font>baz" queryComman dState("inserttext") before
1520 PASS [["inserttext","a"]] "foo<font face=sans-serif>[bar]</font>baz" queryComman dValue("inserttext") before
1521 PASS [["inserttext","a"]] "foo<font face=sans-serif>[bar]</font>baz" queryComman dIndeterm("inserttext") after
1522 PASS [["inserttext","a"]] "foo<font face=sans-serif>[bar]</font>baz" queryComman dState("inserttext") after
1523 PASS [["inserttext","a"]] "foo<font face=sans-serif>[bar]</font>baz" queryComman dValue("inserttext") after
1524 PASS [["inserttext","a"]] "foo<font size=4>[bar]</font>baz": execCommand("insert text", false, "a") return value
1525 PASS [["inserttext","a"]] "foo<font size=4>[bar]</font>baz" checks for modificat ions to non-editable content
1526 PASS [["inserttext","a"]] "foo<font size=4>[bar]</font>baz" compare innerHTML
1527 PASS [["inserttext","a"]] "foo<font size=4>[bar]</font>baz" queryCommandIndeterm ("inserttext") before
1528 PASS [["inserttext","a"]] "foo<font size=4>[bar]</font>baz" queryCommandState("i nserttext") before
1529 PASS [["inserttext","a"]] "foo<font size=4>[bar]</font>baz" queryCommandValue("i nserttext") before
1530 PASS [["inserttext","a"]] "foo<font size=4>[bar]</font>baz" queryCommandIndeterm ("inserttext") after
1531 PASS [["inserttext","a"]] "foo<font size=4>[bar]</font>baz" queryCommandState("i nserttext") after
1532 PASS [["inserttext","a"]] "foo<font size=4>[bar]</font>baz" queryCommandValue("i nserttext") after
1533 PASS [["inserttext","a"]] "foo<font color=#0000FF>[bar]</font>baz": execCommand( "inserttext", false, "a") return value
1534 PASS [["inserttext","a"]] "foo<font color=#0000FF>[bar]</font>baz" checks for mo difications to non-editable content
1535 PASS [["inserttext","a"]] "foo<font color=#0000FF>[bar]</font>baz" compare inner HTML
1536 PASS [["inserttext","a"]] "foo<font color=#0000FF>[bar]</font>baz" queryCommandI ndeterm("inserttext") before
1537 PASS [["inserttext","a"]] "foo<font color=#0000FF>[bar]</font>baz" queryCommandS tate("inserttext") before
1538 PASS [["inserttext","a"]] "foo<font color=#0000FF>[bar]</font>baz" queryCommandV alue("inserttext") before
1539 PASS [["inserttext","a"]] "foo<font color=#0000FF>[bar]</font>baz" queryCommandI ndeterm("inserttext") after
1540 PASS [["inserttext","a"]] "foo<font color=#0000FF>[bar]</font>baz" queryCommandS tate("inserttext") after
1541 PASS [["inserttext","a"]] "foo<font color=#0000FF>[bar]</font>baz" queryCommandV alue("inserttext") after
1542 PASS [["inserttext","a"]] "foo<span style=background-color:#00FFFF>[bar]</span>b az": execCommand("inserttext", false, "a") return value
1543 PASS [["inserttext","a"]] "foo<span style=background-color:#00FFFF>[bar]</span>b az" checks for modifications to non-editable content
1544 PASS [["inserttext","a"]] "foo<span style=background-color:#00FFFF>[bar]</span>b az" compare innerHTML
1545 PASS [["inserttext","a"]] "foo<span style=background-color:#00FFFF>[bar]</span>b az" queryCommandIndeterm("inserttext") before
1546 PASS [["inserttext","a"]] "foo<span style=background-color:#00FFFF>[bar]</span>b az" queryCommandState("inserttext") before
1547 PASS [["inserttext","a"]] "foo<span style=background-color:#00FFFF>[bar]</span>b az" queryCommandValue("inserttext") before
1548 PASS [["inserttext","a"]] "foo<span style=background-color:#00FFFF>[bar]</span>b az" queryCommandIndeterm("inserttext") after
1549 PASS [["inserttext","a"]] "foo<span style=background-color:#00FFFF>[bar]</span>b az" queryCommandState("inserttext") after
1550 PASS [["inserttext","a"]] "foo<span style=background-color:#00FFFF>[bar]</span>b az" queryCommandValue("inserttext") after
1551 PASS [["inserttext","a"]] "foo<a href=http://www.google.com><font color=blue>[ba r]</font></a>baz": execCommand("inserttext", false, "a") return value
1552 PASS [["inserttext","a"]] "foo<a href=http://www.google.com><font color=blue>[ba r]</font></a>baz" checks for modifications to non-editable content
1553 PASS [["inserttext","a"]] "foo<a href=http://www.google.com><font color=blue>[ba r]</font></a>baz" compare innerHTML
1554 PASS [["inserttext","a"]] "foo<a href=http://www.google.com><font color=blue>[ba r]</font></a>baz" queryCommandIndeterm("inserttext") before
1555 PASS [["inserttext","a"]] "foo<a href=http://www.google.com><font color=blue>[ba r]</font></a>baz" queryCommandState("inserttext") before
1556 PASS [["inserttext","a"]] "foo<a href=http://www.google.com><font color=blue>[ba r]</font></a>baz" queryCommandValue("inserttext") before
1557 PASS [["inserttext","a"]] "foo<a href=http://www.google.com><font color=blue>[ba r]</font></a>baz" queryCommandIndeterm("inserttext") after
1558 PASS [["inserttext","a"]] "foo<a href=http://www.google.com><font color=blue>[ba r]</font></a>baz" queryCommandState("inserttext") after
1559 PASS [["inserttext","a"]] "foo<a href=http://www.google.com><font color=blue>[ba r]</font></a>baz" queryCommandValue("inserttext") after
1560 PASS [["inserttext","a"]] "foo<font color=blue><a href=http://www.google.com>[ba r]</a></font>baz": execCommand("inserttext", false, "a") return value
1561 PASS [["inserttext","a"]] "foo<font color=blue><a href=http://www.google.com>[ba r]</a></font>baz" checks for modifications to non-editable content
1562 PASS [["inserttext","a"]] "foo<font color=blue><a href=http://www.google.com>[ba r]</a></font>baz" compare innerHTML
1563 PASS [["inserttext","a"]] "foo<font color=blue><a href=http://www.google.com>[ba r]</a></font>baz" queryCommandIndeterm("inserttext") before
1564 PASS [["inserttext","a"]] "foo<font color=blue><a href=http://www.google.com>[ba r]</a></font>baz" queryCommandState("inserttext") before
1565 PASS [["inserttext","a"]] "foo<font color=blue><a href=http://www.google.com>[ba r]</a></font>baz" queryCommandValue("inserttext") before
1566 PASS [["inserttext","a"]] "foo<font color=blue><a href=http://www.google.com>[ba r]</a></font>baz" queryCommandIndeterm("inserttext") after
1567 PASS [["inserttext","a"]] "foo<font color=blue><a href=http://www.google.com>[ba r]</a></font>baz" queryCommandState("inserttext") after
1568 PASS [["inserttext","a"]] "foo<font color=blue><a href=http://www.google.com>[ba r]</a></font>baz" queryCommandValue("inserttext") after
1569 PASS [["inserttext","a"]] "foo<a href=http://www.google.com><font color=brown>[b ar]</font></a>baz": execCommand("inserttext", false, "a") return value
1570 PASS [["inserttext","a"]] "foo<a href=http://www.google.com><font color=brown>[b ar]</font></a>baz" checks for modifications to non-editable content
1571 PASS [["inserttext","a"]] "foo<a href=http://www.google.com><font color=brown>[b ar]</font></a>baz" compare innerHTML
1572 PASS [["inserttext","a"]] "foo<a href=http://www.google.com><font color=brown>[b ar]</font></a>baz" queryCommandIndeterm("inserttext") before
1573 PASS [["inserttext","a"]] "foo<a href=http://www.google.com><font color=brown>[b ar]</font></a>baz" queryCommandState("inserttext") before
1574 PASS [["inserttext","a"]] "foo<a href=http://www.google.com><font color=brown>[b ar]</font></a>baz" queryCommandValue("inserttext") before
1575 PASS [["inserttext","a"]] "foo<a href=http://www.google.com><font color=brown>[b ar]</font></a>baz" queryCommandIndeterm("inserttext") after
1576 PASS [["inserttext","a"]] "foo<a href=http://www.google.com><font color=brown>[b ar]</font></a>baz" queryCommandState("inserttext") after
1577 PASS [["inserttext","a"]] "foo<a href=http://www.google.com><font color=brown>[b ar]</font></a>baz" queryCommandValue("inserttext") after
1578 PASS [["inserttext","a"]] "foo<font color=brown><a href=http://www.google.com>[b ar]</a></font>baz": execCommand("inserttext", false, "a") return value
1579 PASS [["inserttext","a"]] "foo<font color=brown><a href=http://www.google.com>[b ar]</a></font>baz" checks for modifications to non-editable content
1580 PASS [["inserttext","a"]] "foo<font color=brown><a href=http://www.google.com>[b ar]</a></font>baz" compare innerHTML
1581 PASS [["inserttext","a"]] "foo<font color=brown><a href=http://www.google.com>[b ar]</a></font>baz" queryCommandIndeterm("inserttext") before
1582 PASS [["inserttext","a"]] "foo<font color=brown><a href=http://www.google.com>[b ar]</a></font>baz" queryCommandState("inserttext") before
1583 PASS [["inserttext","a"]] "foo<font color=brown><a href=http://www.google.com>[b ar]</a></font>baz" queryCommandValue("inserttext") before
1584 PASS [["inserttext","a"]] "foo<font color=brown><a href=http://www.google.com>[b ar]</a></font>baz" queryCommandIndeterm("inserttext") after
1585 PASS [["inserttext","a"]] "foo<font color=brown><a href=http://www.google.com>[b ar]</a></font>baz" queryCommandState("inserttext") after
1586 PASS [["inserttext","a"]] "foo<font color=brown><a href=http://www.google.com>[b ar]</a></font>baz" queryCommandValue("inserttext") after
1587 PASS [["inserttext","a"]] "foo<a href=http://www.google.com><font color=black>[b ar]</font></a>baz": execCommand("inserttext", false, "a") return value
1588 PASS [["inserttext","a"]] "foo<a href=http://www.google.com><font color=black>[b ar]</font></a>baz" checks for modifications to non-editable content
1589 PASS [["inserttext","a"]] "foo<a href=http://www.google.com><font color=black>[b ar]</font></a>baz" compare innerHTML
1590 PASS [["inserttext","a"]] "foo<a href=http://www.google.com><font color=black>[b ar]</font></a>baz" queryCommandIndeterm("inserttext") before
1591 PASS [["inserttext","a"]] "foo<a href=http://www.google.com><font color=black>[b ar]</font></a>baz" queryCommandState("inserttext") before
1592 PASS [["inserttext","a"]] "foo<a href=http://www.google.com><font color=black>[b ar]</font></a>baz" queryCommandValue("inserttext") before
1593 PASS [["inserttext","a"]] "foo<a href=http://www.google.com><font color=black>[b ar]</font></a>baz" queryCommandIndeterm("inserttext") after
1594 PASS [["inserttext","a"]] "foo<a href=http://www.google.com><font color=black>[b ar]</font></a>baz" queryCommandState("inserttext") after
1595 PASS [["inserttext","a"]] "foo<a href=http://www.google.com><font color=black>[b ar]</font></a>baz" queryCommandValue("inserttext") after
1596 PASS [["inserttext","a"]] "foo<a href=http://www.google.com><u>[bar]</u></a>baz" : execCommand("inserttext", false, "a") return value
1597 PASS [["inserttext","a"]] "foo<a href=http://www.google.com><u>[bar]</u></a>baz" checks for modifications to non-editable content
1598 PASS [["inserttext","a"]] "foo<a href=http://www.google.com><u>[bar]</u></a>baz" compare innerHTML
1599 PASS [["inserttext","a"]] "foo<a href=http://www.google.com><u>[bar]</u></a>baz" queryCommandIndeterm("inserttext") before
1600 PASS [["inserttext","a"]] "foo<a href=http://www.google.com><u>[bar]</u></a>baz" queryCommandState("inserttext") before
1601 PASS [["inserttext","a"]] "foo<a href=http://www.google.com><u>[bar]</u></a>baz" queryCommandValue("inserttext") before
1602 PASS [["inserttext","a"]] "foo<a href=http://www.google.com><u>[bar]</u></a>baz" queryCommandIndeterm("inserttext") after
1603 PASS [["inserttext","a"]] "foo<a href=http://www.google.com><u>[bar]</u></a>baz" queryCommandState("inserttext") after
1604 PASS [["inserttext","a"]] "foo<a href=http://www.google.com><u>[bar]</u></a>baz" queryCommandValue("inserttext") after
1605 PASS [["inserttext","a"]] "foo<u><a href=http://www.google.com>[bar]</a></u>baz" : execCommand("inserttext", false, "a") return value
1606 PASS [["inserttext","a"]] "foo<u><a href=http://www.google.com>[bar]</a></u>baz" checks for modifications to non-editable content
1607 PASS [["inserttext","a"]] "foo<u><a href=http://www.google.com>[bar]</a></u>baz" compare innerHTML
1608 PASS [["inserttext","a"]] "foo<u><a href=http://www.google.com>[bar]</a></u>baz" queryCommandIndeterm("inserttext") before
1609 PASS [["inserttext","a"]] "foo<u><a href=http://www.google.com>[bar]</a></u>baz" queryCommandState("inserttext") before
1610 PASS [["inserttext","a"]] "foo<u><a href=http://www.google.com>[bar]</a></u>baz" queryCommandValue("inserttext") before
1611 PASS [["inserttext","a"]] "foo<u><a href=http://www.google.com>[bar]</a></u>baz" queryCommandIndeterm("inserttext") after
1612 PASS [["inserttext","a"]] "foo<u><a href=http://www.google.com>[bar]</a></u>baz" queryCommandState("inserttext") after
1613 PASS [["inserttext","a"]] "foo<u><a href=http://www.google.com>[bar]</a></u>baz" queryCommandValue("inserttext") after
1614 PASS [["inserttext","a"]] "foo<sub><font size=2>[bar]</font></sub>baz": execComm and("inserttext", false, "a") return value
1615 PASS [["inserttext","a"]] "foo<sub><font size=2>[bar]</font></sub>baz" checks fo r modifications to non-editable content
1616 PASS [["inserttext","a"]] "foo<sub><font size=2>[bar]</font></sub>baz" compare i nnerHTML
1617 PASS [["inserttext","a"]] "foo<sub><font size=2>[bar]</font></sub>baz" queryComm andIndeterm("inserttext") before
1618 PASS [["inserttext","a"]] "foo<sub><font size=2>[bar]</font></sub>baz" queryComm andState("inserttext") before
1619 PASS [["inserttext","a"]] "foo<sub><font size=2>[bar]</font></sub>baz" queryComm andValue("inserttext") before
1620 PASS [["inserttext","a"]] "foo<sub><font size=2>[bar]</font></sub>baz" queryComm andIndeterm("inserttext") after
1621 PASS [["inserttext","a"]] "foo<sub><font size=2>[bar]</font></sub>baz" queryComm andState("inserttext") after
1622 PASS [["inserttext","a"]] "foo<sub><font size=2>[bar]</font></sub>baz" queryComm andValue("inserttext") after
1623 PASS [["inserttext","a"]] "foo<font size=2><sub>[bar]</sub></font>baz": execComm and("inserttext", false, "a") return value
1624 PASS [["inserttext","a"]] "foo<font size=2><sub>[bar]</sub></font>baz" checks fo r modifications to non-editable content
1625 PASS [["inserttext","a"]] "foo<font size=2><sub>[bar]</sub></font>baz" compare i nnerHTML
1626 PASS [["inserttext","a"]] "foo<font size=2><sub>[bar]</sub></font>baz" queryComm andIndeterm("inserttext") before
1627 PASS [["inserttext","a"]] "foo<font size=2><sub>[bar]</sub></font>baz" queryComm andState("inserttext") before
1628 PASS [["inserttext","a"]] "foo<font size=2><sub>[bar]</sub></font>baz" queryComm andValue("inserttext") before
1629 PASS [["inserttext","a"]] "foo<font size=2><sub>[bar]</sub></font>baz" queryComm andIndeterm("inserttext") after
1630 PASS [["inserttext","a"]] "foo<font size=2><sub>[bar]</sub></font>baz" queryComm andState("inserttext") after
1631 PASS [["inserttext","a"]] "foo<font size=2><sub>[bar]</sub></font>baz" queryComm andValue("inserttext") after
1632 PASS [["inserttext","a"]] "foo<sub><font size=3>[bar]</font></sub>baz": execComm and("inserttext", false, "a") return value
1633 PASS [["inserttext","a"]] "foo<sub><font size=3>[bar]</font></sub>baz" checks fo r modifications to non-editable content
1634 PASS [["inserttext","a"]] "foo<sub><font size=3>[bar]</font></sub>baz" compare i nnerHTML
1635 PASS [["inserttext","a"]] "foo<sub><font size=3>[bar]</font></sub>baz" queryComm andIndeterm("inserttext") before
1636 PASS [["inserttext","a"]] "foo<sub><font size=3>[bar]</font></sub>baz" queryComm andState("inserttext") before
1637 PASS [["inserttext","a"]] "foo<sub><font size=3>[bar]</font></sub>baz" queryComm andValue("inserttext") before
1638 PASS [["inserttext","a"]] "foo<sub><font size=3>[bar]</font></sub>baz" queryComm andIndeterm("inserttext") after
1639 PASS [["inserttext","a"]] "foo<sub><font size=3>[bar]</font></sub>baz" queryComm andState("inserttext") after
1640 PASS [["inserttext","a"]] "foo<sub><font size=3>[bar]</font></sub>baz" queryComm andValue("inserttext") after
1641 PASS [["inserttext","a"]] "foo<font size=3><sub>[bar]</sub></font>baz": execComm and("inserttext", false, "a") return value
1642 PASS [["inserttext","a"]] "foo<font size=3><sub>[bar]</sub></font>baz" checks fo r modifications to non-editable content
1643 PASS [["inserttext","a"]] "foo<font size=3><sub>[bar]</sub></font>baz" compare i nnerHTML
1644 PASS [["inserttext","a"]] "foo<font size=3><sub>[bar]</sub></font>baz" queryComm andIndeterm("inserttext") before
1645 PASS [["inserttext","a"]] "foo<font size=3><sub>[bar]</sub></font>baz" queryComm andState("inserttext") before
1646 PASS [["inserttext","a"]] "foo<font size=3><sub>[bar]</sub></font>baz" queryComm andValue("inserttext") before
1647 PASS [["inserttext","a"]] "foo<font size=3><sub>[bar]</sub></font>baz" queryComm andIndeterm("inserttext") after
1648 PASS [["inserttext","a"]] "foo<font size=3><sub>[bar]</sub></font>baz" queryComm andState("inserttext") after
1649 PASS [["inserttext","a"]] "foo<font size=3><sub>[bar]</sub></font>baz" queryComm andValue("inserttext") after
1650 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<b>bar]</b>baz": execComm and("stylewithcss", false, "true") return value
1651 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<b>bar]</b>baz": execComm and("inserttext", false, "a") return value
1652 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<b>bar]</b>baz" checks fo r modifications to non-editable content
1653 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<b>bar]</b>baz" compare i nnerHTML
1654 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<b>bar]</b>baz" queryComm andIndeterm("stylewithcss") before
1655 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<b>bar]</b>baz" queryComm andState("stylewithcss") before
1656 FAIL [["stylewithcss","true"],["inserttext","a"]] "[foo<b>bar]</b>baz" queryComm andValue("stylewithcss") before assert_equals: Wrong result returned expected "" but got "false"
1657 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<b>bar]</b>baz" queryComm andIndeterm("stylewithcss") after
1658 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<b>bar]</b>baz" queryComm andState("stylewithcss") after
1659 FAIL [["stylewithcss","true"],["inserttext","a"]] "[foo<b>bar]</b>baz" queryComm andValue("stylewithcss") after assert_equals: Wrong result returned expected "" but got "true"
1660 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<b>bar]</b>baz" queryComm andIndeterm("inserttext") before
1661 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<b>bar]</b>baz" queryComm andState("inserttext") before
1662 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<b>bar]</b>baz" queryComm andValue("inserttext") before
1663 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<b>bar]</b>baz" queryComm andIndeterm("inserttext") after
1664 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<b>bar]</b>baz" queryComm andState("inserttext") after
1665 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<b>bar]</b>baz" queryComm andValue("inserttext") after
1666 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<b>bar]</b>baz": execCom mand("stylewithcss", false, "false") return value
1667 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<b>bar]</b>baz": execCom mand("inserttext", false, "a") return value
1668 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<b>bar]</b>baz" checks f or modifications to non-editable content
1669 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<b>bar]</b>baz" compare innerHTML
1670 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<b>bar]</b>baz" queryCom mandIndeterm("stylewithcss") before
1671 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<b>bar]</b>baz" queryCom mandState("stylewithcss") before
1672 FAIL [["stylewithcss","false"],["inserttext","a"]] "[foo<b>bar]</b>baz" queryCom mandValue("stylewithcss") before assert_equals: Wrong result returned expected " " but got "true"
1673 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<b>bar]</b>baz" queryCom mandIndeterm("stylewithcss") after
1674 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<b>bar]</b>baz" queryCom mandState("stylewithcss") after
1675 FAIL [["stylewithcss","false"],["inserttext","a"]] "[foo<b>bar]</b>baz" queryCom mandValue("stylewithcss") after assert_equals: Wrong result returned expected "" but got "false"
1676 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<b>bar]</b>baz" queryCom mandIndeterm("inserttext") before
1677 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<b>bar]</b>baz" queryCom mandState("inserttext") before
1678 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<b>bar]</b>baz" queryCom mandValue("inserttext") before
1679 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<b>bar]</b>baz" queryCom mandIndeterm("inserttext") after
1680 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<b>bar]</b>baz" queryCom mandState("inserttext") after
1681 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<b>bar]</b>baz" queryCom mandValue("inserttext") after
1682 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<i>bar]</i>baz": execComm and("stylewithcss", false, "true") return value
1683 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<i>bar]</i>baz": execComm and("inserttext", false, "a") return value
1684 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<i>bar]</i>baz" checks fo r modifications to non-editable content
1685 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<i>bar]</i>baz" compare i nnerHTML
1686 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<i>bar]</i>baz" queryComm andIndeterm("stylewithcss") before
1687 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<i>bar]</i>baz" queryComm andState("stylewithcss") before
1688 FAIL [["stylewithcss","true"],["inserttext","a"]] "[foo<i>bar]</i>baz" queryComm andValue("stylewithcss") before assert_equals: Wrong result returned expected "" but got "false"
1689 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<i>bar]</i>baz" queryComm andIndeterm("stylewithcss") after
1690 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<i>bar]</i>baz" queryComm andState("stylewithcss") after
1691 FAIL [["stylewithcss","true"],["inserttext","a"]] "[foo<i>bar]</i>baz" queryComm andValue("stylewithcss") after assert_equals: Wrong result returned expected "" but got "true"
1692 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<i>bar]</i>baz" queryComm andIndeterm("inserttext") before
1693 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<i>bar]</i>baz" queryComm andState("inserttext") before
1694 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<i>bar]</i>baz" queryComm andValue("inserttext") before
1695 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<i>bar]</i>baz" queryComm andIndeterm("inserttext") after
1696 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<i>bar]</i>baz" queryComm andState("inserttext") after
1697 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<i>bar]</i>baz" queryComm andValue("inserttext") after
1698 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<i>bar]</i>baz": execCom mand("stylewithcss", false, "false") return value
1699 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<i>bar]</i>baz": execCom mand("inserttext", false, "a") return value
1700 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<i>bar]</i>baz" checks f or modifications to non-editable content
1701 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<i>bar]</i>baz" compare innerHTML
1702 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<i>bar]</i>baz" queryCom mandIndeterm("stylewithcss") before
1703 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<i>bar]</i>baz" queryCom mandState("stylewithcss") before
1704 FAIL [["stylewithcss","false"],["inserttext","a"]] "[foo<i>bar]</i>baz" queryCom mandValue("stylewithcss") before assert_equals: Wrong result returned expected " " but got "true"
1705 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<i>bar]</i>baz" queryCom mandIndeterm("stylewithcss") after
1706 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<i>bar]</i>baz" queryCom mandState("stylewithcss") after
1707 FAIL [["stylewithcss","false"],["inserttext","a"]] "[foo<i>bar]</i>baz" queryCom mandValue("stylewithcss") after assert_equals: Wrong result returned expected "" but got "false"
1708 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<i>bar]</i>baz" queryCom mandIndeterm("inserttext") before
1709 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<i>bar]</i>baz" queryCom mandState("inserttext") before
1710 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<i>bar]</i>baz" queryCom mandValue("inserttext") before
1711 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<i>bar]</i>baz" queryCom mandIndeterm("inserttext") after
1712 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<i>bar]</i>baz" queryCom mandState("inserttext") after
1713 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<i>bar]</i>baz" queryCom mandValue("inserttext") after
1714 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<s>bar]</s>baz": execComm and("stylewithcss", false, "true") return value
1715 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<s>bar]</s>baz": execComm and("inserttext", false, "a") return value
1716 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<s>bar]</s>baz" checks fo r modifications to non-editable content
1717 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<s>bar]</s>baz" compare i nnerHTML
1718 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<s>bar]</s>baz" queryComm andIndeterm("stylewithcss") before
1719 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<s>bar]</s>baz" queryComm andState("stylewithcss") before
1720 FAIL [["stylewithcss","true"],["inserttext","a"]] "[foo<s>bar]</s>baz" queryComm andValue("stylewithcss") before assert_equals: Wrong result returned expected "" but got "false"
1721 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<s>bar]</s>baz" queryComm andIndeterm("stylewithcss") after
1722 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<s>bar]</s>baz" queryComm andState("stylewithcss") after
1723 FAIL [["stylewithcss","true"],["inserttext","a"]] "[foo<s>bar]</s>baz" queryComm andValue("stylewithcss") after assert_equals: Wrong result returned expected "" but got "true"
1724 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<s>bar]</s>baz" queryComm andIndeterm("inserttext") before
1725 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<s>bar]</s>baz" queryComm andState("inserttext") before
1726 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<s>bar]</s>baz" queryComm andValue("inserttext") before
1727 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<s>bar]</s>baz" queryComm andIndeterm("inserttext") after
1728 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<s>bar]</s>baz" queryComm andState("inserttext") after
1729 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<s>bar]</s>baz" queryComm andValue("inserttext") after
1730 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<s>bar]</s>baz": execCom mand("stylewithcss", false, "false") return value
1731 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<s>bar]</s>baz": execCom mand("inserttext", false, "a") return value
1732 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<s>bar]</s>baz" checks f or modifications to non-editable content
1733 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<s>bar]</s>baz" compare innerHTML
1734 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<s>bar]</s>baz" queryCom mandIndeterm("stylewithcss") before
1735 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<s>bar]</s>baz" queryCom mandState("stylewithcss") before
1736 FAIL [["stylewithcss","false"],["inserttext","a"]] "[foo<s>bar]</s>baz" queryCom mandValue("stylewithcss") before assert_equals: Wrong result returned expected " " but got "true"
1737 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<s>bar]</s>baz" queryCom mandIndeterm("stylewithcss") after
1738 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<s>bar]</s>baz" queryCom mandState("stylewithcss") after
1739 FAIL [["stylewithcss","false"],["inserttext","a"]] "[foo<s>bar]</s>baz" queryCom mandValue("stylewithcss") after assert_equals: Wrong result returned expected "" but got "false"
1740 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<s>bar]</s>baz" queryCom mandIndeterm("inserttext") before
1741 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<s>bar]</s>baz" queryCom mandState("inserttext") before
1742 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<s>bar]</s>baz" queryCom mandValue("inserttext") before
1743 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<s>bar]</s>baz" queryCom mandIndeterm("inserttext") after
1744 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<s>bar]</s>baz" queryCom mandState("inserttext") after
1745 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<s>bar]</s>baz" queryCom mandValue("inserttext") after
1746 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<sub>bar]</sub>baz": exec Command("stylewithcss", false, "true") return value
1747 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<sub>bar]</sub>baz": exec Command("inserttext", false, "a") return value
1748 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<sub>bar]</sub>baz" check s for modifications to non-editable content
1749 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<sub>bar]</sub>baz" compa re innerHTML
1750 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<sub>bar]</sub>baz" query CommandIndeterm("stylewithcss") before
1751 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<sub>bar]</sub>baz" query CommandState("stylewithcss") before
1752 FAIL [["stylewithcss","true"],["inserttext","a"]] "[foo<sub>bar]</sub>baz" query CommandValue("stylewithcss") before assert_equals: Wrong result returned expecte d "" but got "false"
1753 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<sub>bar]</sub>baz" query CommandIndeterm("stylewithcss") after
1754 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<sub>bar]</sub>baz" query CommandState("stylewithcss") after
1755 FAIL [["stylewithcss","true"],["inserttext","a"]] "[foo<sub>bar]</sub>baz" query CommandValue("stylewithcss") after assert_equals: Wrong result returned expected "" but got "true"
1756 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<sub>bar]</sub>baz" query CommandIndeterm("inserttext") before
1757 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<sub>bar]</sub>baz" query CommandState("inserttext") before
1758 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<sub>bar]</sub>baz" query CommandValue("inserttext") before
1759 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<sub>bar]</sub>baz" query CommandIndeterm("inserttext") after
1760 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<sub>bar]</sub>baz" query CommandState("inserttext") after
1761 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<sub>bar]</sub>baz" query CommandValue("inserttext") after
1762 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<sub>bar]</sub>baz": exe cCommand("stylewithcss", false, "false") return value
1763 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<sub>bar]</sub>baz": exe cCommand("inserttext", false, "a") return value
1764 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<sub>bar]</sub>baz" chec ks for modifications to non-editable content
1765 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<sub>bar]</sub>baz" comp are innerHTML
1766 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<sub>bar]</sub>baz" quer yCommandIndeterm("stylewithcss") before
1767 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<sub>bar]</sub>baz" quer yCommandState("stylewithcss") before
1768 FAIL [["stylewithcss","false"],["inserttext","a"]] "[foo<sub>bar]</sub>baz" quer yCommandValue("stylewithcss") before assert_equals: Wrong result returned expect ed "" but got "true"
1769 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<sub>bar]</sub>baz" quer yCommandIndeterm("stylewithcss") after
1770 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<sub>bar]</sub>baz" quer yCommandState("stylewithcss") after
1771 FAIL [["stylewithcss","false"],["inserttext","a"]] "[foo<sub>bar]</sub>baz" quer yCommandValue("stylewithcss") after assert_equals: Wrong result returned expecte d "" but got "false"
1772 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<sub>bar]</sub>baz" quer yCommandIndeterm("inserttext") before
1773 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<sub>bar]</sub>baz" quer yCommandState("inserttext") before
1774 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<sub>bar]</sub>baz" quer yCommandValue("inserttext") before
1775 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<sub>bar]</sub>baz" quer yCommandIndeterm("inserttext") after
1776 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<sub>bar]</sub>baz" quer yCommandState("inserttext") after
1777 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<sub>bar]</sub>baz" quer yCommandValue("inserttext") after
1778 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<sup>bar]</sup>baz": exec Command("stylewithcss", false, "true") return value
1779 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<sup>bar]</sup>baz": exec Command("inserttext", false, "a") return value
1780 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<sup>bar]</sup>baz" check s for modifications to non-editable content
1781 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<sup>bar]</sup>baz" compa re innerHTML
1782 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<sup>bar]</sup>baz" query CommandIndeterm("stylewithcss") before
1783 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<sup>bar]</sup>baz" query CommandState("stylewithcss") before
1784 FAIL [["stylewithcss","true"],["inserttext","a"]] "[foo<sup>bar]</sup>baz" query CommandValue("stylewithcss") before assert_equals: Wrong result returned expecte d "" but got "false"
1785 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<sup>bar]</sup>baz" query CommandIndeterm("stylewithcss") after
1786 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<sup>bar]</sup>baz" query CommandState("stylewithcss") after
1787 FAIL [["stylewithcss","true"],["inserttext","a"]] "[foo<sup>bar]</sup>baz" query CommandValue("stylewithcss") after assert_equals: Wrong result returned expected "" but got "true"
1788 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<sup>bar]</sup>baz" query CommandIndeterm("inserttext") before
1789 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<sup>bar]</sup>baz" query CommandState("inserttext") before
1790 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<sup>bar]</sup>baz" query CommandValue("inserttext") before
1791 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<sup>bar]</sup>baz" query CommandIndeterm("inserttext") after
1792 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<sup>bar]</sup>baz" query CommandState("inserttext") after
1793 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<sup>bar]</sup>baz" query CommandValue("inserttext") after
1794 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<sup>bar]</sup>baz": exe cCommand("stylewithcss", false, "false") return value
1795 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<sup>bar]</sup>baz": exe cCommand("inserttext", false, "a") return value
1796 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<sup>bar]</sup>baz" chec ks for modifications to non-editable content
1797 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<sup>bar]</sup>baz" comp are innerHTML
1798 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<sup>bar]</sup>baz" quer yCommandIndeterm("stylewithcss") before
1799 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<sup>bar]</sup>baz" quer yCommandState("stylewithcss") before
1800 FAIL [["stylewithcss","false"],["inserttext","a"]] "[foo<sup>bar]</sup>baz" quer yCommandValue("stylewithcss") before assert_equals: Wrong result returned expect ed "" but got "true"
1801 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<sup>bar]</sup>baz" quer yCommandIndeterm("stylewithcss") after
1802 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<sup>bar]</sup>baz" quer yCommandState("stylewithcss") after
1803 FAIL [["stylewithcss","false"],["inserttext","a"]] "[foo<sup>bar]</sup>baz" quer yCommandValue("stylewithcss") after assert_equals: Wrong result returned expecte d "" but got "false"
1804 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<sup>bar]</sup>baz" quer yCommandIndeterm("inserttext") before
1805 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<sup>bar]</sup>baz" quer yCommandState("inserttext") before
1806 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<sup>bar]</sup>baz" quer yCommandValue("inserttext") before
1807 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<sup>bar]</sup>baz" quer yCommandIndeterm("inserttext") after
1808 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<sup>bar]</sup>baz" quer yCommandState("inserttext") after
1809 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<sup>bar]</sup>baz" quer yCommandValue("inserttext") after
1810 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<u>bar]</u>baz": execComm and("stylewithcss", false, "true") return value
1811 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<u>bar]</u>baz": execComm and("inserttext", false, "a") return value
1812 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<u>bar]</u>baz" checks fo r modifications to non-editable content
1813 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<u>bar]</u>baz" compare i nnerHTML
1814 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<u>bar]</u>baz" queryComm andIndeterm("stylewithcss") before
1815 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<u>bar]</u>baz" queryComm andState("stylewithcss") before
1816 FAIL [["stylewithcss","true"],["inserttext","a"]] "[foo<u>bar]</u>baz" queryComm andValue("stylewithcss") before assert_equals: Wrong result returned expected "" but got "false"
1817 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<u>bar]</u>baz" queryComm andIndeterm("stylewithcss") after
1818 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<u>bar]</u>baz" queryComm andState("stylewithcss") after
1819 FAIL [["stylewithcss","true"],["inserttext","a"]] "[foo<u>bar]</u>baz" queryComm andValue("stylewithcss") after assert_equals: Wrong result returned expected "" but got "true"
1820 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<u>bar]</u>baz" queryComm andIndeterm("inserttext") before
1821 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<u>bar]</u>baz" queryComm andState("inserttext") before
1822 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<u>bar]</u>baz" queryComm andValue("inserttext") before
1823 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<u>bar]</u>baz" queryComm andIndeterm("inserttext") after
1824 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<u>bar]</u>baz" queryComm andState("inserttext") after
1825 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<u>bar]</u>baz" queryComm andValue("inserttext") after
1826 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<u>bar]</u>baz": execCom mand("stylewithcss", false, "false") return value
1827 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<u>bar]</u>baz": execCom mand("inserttext", false, "a") return value
1828 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<u>bar]</u>baz" checks f or modifications to non-editable content
1829 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<u>bar]</u>baz" compare innerHTML
1830 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<u>bar]</u>baz" queryCom mandIndeterm("stylewithcss") before
1831 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<u>bar]</u>baz" queryCom mandState("stylewithcss") before
1832 FAIL [["stylewithcss","false"],["inserttext","a"]] "[foo<u>bar]</u>baz" queryCom mandValue("stylewithcss") before assert_equals: Wrong result returned expected " " but got "true"
1833 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<u>bar]</u>baz" queryCom mandIndeterm("stylewithcss") after
1834 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<u>bar]</u>baz" queryCom mandState("stylewithcss") after
1835 FAIL [["stylewithcss","false"],["inserttext","a"]] "[foo<u>bar]</u>baz" queryCom mandValue("stylewithcss") after assert_equals: Wrong result returned expected "" but got "false"
1836 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<u>bar]</u>baz" queryCom mandIndeterm("inserttext") before
1837 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<u>bar]</u>baz" queryCom mandState("inserttext") before
1838 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<u>bar]</u>baz" queryCom mandValue("inserttext") before
1839 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<u>bar]</u>baz" queryCom mandIndeterm("inserttext") after
1840 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<u>bar]</u>baz" queryCom mandState("inserttext") after
1841 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<u>bar]</u>baz" queryCom mandValue("inserttext") after
1842 PASS [["inserttext","a"]] "[foo<a href=http://www.google.com>bar]</a>baz": execC ommand("inserttext", false, "a") return value
1843 PASS [["inserttext","a"]] "[foo<a href=http://www.google.com>bar]</a>baz" checks for modifications to non-editable content
1844 PASS [["inserttext","a"]] "[foo<a href=http://www.google.com>bar]</a>baz" compar e innerHTML
1845 PASS [["inserttext","a"]] "[foo<a href=http://www.google.com>bar]</a>baz" queryC ommandIndeterm("inserttext") before
1846 PASS [["inserttext","a"]] "[foo<a href=http://www.google.com>bar]</a>baz" queryC ommandState("inserttext") before
1847 PASS [["inserttext","a"]] "[foo<a href=http://www.google.com>bar]</a>baz" queryC ommandValue("inserttext") before
1848 PASS [["inserttext","a"]] "[foo<a href=http://www.google.com>bar]</a>baz" queryC ommandIndeterm("inserttext") after
1849 PASS [["inserttext","a"]] "[foo<a href=http://www.google.com>bar]</a>baz" queryC ommandState("inserttext") after
1850 PASS [["inserttext","a"]] "[foo<a href=http://www.google.com>bar]</a>baz" queryC ommandValue("inserttext") after
1851 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<font face=sans-serif>bar ]</font>baz": execCommand("stylewithcss", false, "true") return value
1852 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<font face=sans-serif>bar ]</font>baz": execCommand("inserttext", false, "a") return value
1853 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<font face=sans-serif>bar ]</font>baz" checks for modifications to non-editable content
1854 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<font face=sans-serif>bar ]</font>baz" compare innerHTML
1855 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<font face=sans-serif>bar ]</font>baz" queryCommandIndeterm("stylewithcss") before
1856 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<font face=sans-serif>bar ]</font>baz" queryCommandState("stylewithcss") before
1857 FAIL [["stylewithcss","true"],["inserttext","a"]] "[foo<font face=sans-serif>bar ]</font>baz" queryCommandValue("stylewithcss") before assert_equals: Wrong resul t returned expected "" but got "false"
1858 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<font face=sans-serif>bar ]</font>baz" queryCommandIndeterm("stylewithcss") after
1859 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<font face=sans-serif>bar ]</font>baz" queryCommandState("stylewithcss") after
1860 FAIL [["stylewithcss","true"],["inserttext","a"]] "[foo<font face=sans-serif>bar ]</font>baz" queryCommandValue("stylewithcss") after assert_equals: Wrong result returned expected "" but got "true"
1861 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<font face=sans-serif>bar ]</font>baz" queryCommandIndeterm("inserttext") before
1862 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<font face=sans-serif>bar ]</font>baz" queryCommandState("inserttext") before
1863 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<font face=sans-serif>bar ]</font>baz" queryCommandValue("inserttext") before
1864 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<font face=sans-serif>bar ]</font>baz" queryCommandIndeterm("inserttext") after
1865 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<font face=sans-serif>bar ]</font>baz" queryCommandState("inserttext") after
1866 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<font face=sans-serif>bar ]</font>baz" queryCommandValue("inserttext") after
1867 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<font face=sans-serif>ba r]</font>baz": execCommand("stylewithcss", false, "false") return value
1868 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<font face=sans-serif>ba r]</font>baz": execCommand("inserttext", false, "a") return value
1869 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<font face=sans-serif>ba r]</font>baz" checks for modifications to non-editable content
1870 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<font face=sans-serif>ba r]</font>baz" compare innerHTML
1871 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<font face=sans-serif>ba r]</font>baz" queryCommandIndeterm("stylewithcss") before
1872 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<font face=sans-serif>ba r]</font>baz" queryCommandState("stylewithcss") before
1873 FAIL [["stylewithcss","false"],["inserttext","a"]] "[foo<font face=sans-serif>ba r]</font>baz" queryCommandValue("stylewithcss") before assert_equals: Wrong resu lt returned expected "" but got "true"
1874 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<font face=sans-serif>ba r]</font>baz" queryCommandIndeterm("stylewithcss") after
1875 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<font face=sans-serif>ba r]</font>baz" queryCommandState("stylewithcss") after
1876 FAIL [["stylewithcss","false"],["inserttext","a"]] "[foo<font face=sans-serif>ba r]</font>baz" queryCommandValue("stylewithcss") after assert_equals: Wrong resul t returned expected "" but got "false"
1877 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<font face=sans-serif>ba r]</font>baz" queryCommandIndeterm("inserttext") before
1878 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<font face=sans-serif>ba r]</font>baz" queryCommandState("inserttext") before
1879 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<font face=sans-serif>ba r]</font>baz" queryCommandValue("inserttext") before
1880 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<font face=sans-serif>ba r]</font>baz" queryCommandIndeterm("inserttext") after
1881 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<font face=sans-serif>ba r]</font>baz" queryCommandState("inserttext") after
1882 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<font face=sans-serif>ba r]</font>baz" queryCommandValue("inserttext") after
1883 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<font size=4>bar]</font>b az": execCommand("stylewithcss", false, "true") return value
1884 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<font size=4>bar]</font>b az": execCommand("inserttext", false, "a") return value
1885 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<font size=4>bar]</font>b az" checks for modifications to non-editable content
1886 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<font size=4>bar]</font>b az" compare innerHTML
1887 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<font size=4>bar]</font>b az" queryCommandIndeterm("stylewithcss") before
1888 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<font size=4>bar]</font>b az" queryCommandState("stylewithcss") before
1889 FAIL [["stylewithcss","true"],["inserttext","a"]] "[foo<font size=4>bar]</font>b az" queryCommandValue("stylewithcss") before assert_equals: Wrong result returne d expected "" but got "false"
1890 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<font size=4>bar]</font>b az" queryCommandIndeterm("stylewithcss") after
1891 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<font size=4>bar]</font>b az" queryCommandState("stylewithcss") after
1892 FAIL [["stylewithcss","true"],["inserttext","a"]] "[foo<font size=4>bar]</font>b az" queryCommandValue("stylewithcss") after assert_equals: Wrong result returned expected "" but got "true"
1893 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<font size=4>bar]</font>b az" queryCommandIndeterm("inserttext") before
1894 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<font size=4>bar]</font>b az" queryCommandState("inserttext") before
1895 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<font size=4>bar]</font>b az" queryCommandValue("inserttext") before
1896 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<font size=4>bar]</font>b az" queryCommandIndeterm("inserttext") after
1897 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<font size=4>bar]</font>b az" queryCommandState("inserttext") after
1898 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<font size=4>bar]</font>b az" queryCommandValue("inserttext") after
1899 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<font size=4>bar]</font> baz": execCommand("stylewithcss", false, "false") return value
1900 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<font size=4>bar]</font> baz": execCommand("inserttext", false, "a") return value
1901 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<font size=4>bar]</font> baz" checks for modifications to non-editable content
1902 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<font size=4>bar]</font> baz" compare innerHTML
1903 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<font size=4>bar]</font> baz" queryCommandIndeterm("stylewithcss") before
1904 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<font size=4>bar]</font> baz" queryCommandState("stylewithcss") before
1905 FAIL [["stylewithcss","false"],["inserttext","a"]] "[foo<font size=4>bar]</font> baz" queryCommandValue("stylewithcss") before assert_equals: Wrong result return ed expected "" but got "true"
1906 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<font size=4>bar]</font> baz" queryCommandIndeterm("stylewithcss") after
1907 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<font size=4>bar]</font> baz" queryCommandState("stylewithcss") after
1908 FAIL [["stylewithcss","false"],["inserttext","a"]] "[foo<font size=4>bar]</font> baz" queryCommandValue("stylewithcss") after assert_equals: Wrong result returne d expected "" but got "false"
1909 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<font size=4>bar]</font> baz" queryCommandIndeterm("inserttext") before
1910 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<font size=4>bar]</font> baz" queryCommandState("inserttext") before
1911 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<font size=4>bar]</font> baz" queryCommandValue("inserttext") before
1912 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<font size=4>bar]</font> baz" queryCommandIndeterm("inserttext") after
1913 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<font size=4>bar]</font> baz" queryCommandState("inserttext") after
1914 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<font size=4>bar]</font> baz" queryCommandValue("inserttext") after
1915 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<font color=#0000FF>bar]< /font>baz": execCommand("stylewithcss", false, "true") return value
1916 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<font color=#0000FF>bar]< /font>baz": execCommand("inserttext", false, "a") return value
1917 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<font color=#0000FF>bar]< /font>baz" checks for modifications to non-editable content
1918 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<font color=#0000FF>bar]< /font>baz" compare innerHTML
1919 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<font color=#0000FF>bar]< /font>baz" queryCommandIndeterm("stylewithcss") before
1920 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<font color=#0000FF>bar]< /font>baz" queryCommandState("stylewithcss") before
1921 FAIL [["stylewithcss","true"],["inserttext","a"]] "[foo<font color=#0000FF>bar]< /font>baz" queryCommandValue("stylewithcss") before assert_equals: Wrong result returned expected "" but got "false"
1922 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<font color=#0000FF>bar]< /font>baz" queryCommandIndeterm("stylewithcss") after
1923 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<font color=#0000FF>bar]< /font>baz" queryCommandState("stylewithcss") after
1924 FAIL [["stylewithcss","true"],["inserttext","a"]] "[foo<font color=#0000FF>bar]< /font>baz" queryCommandValue("stylewithcss") after assert_equals: Wrong result r eturned expected "" but got "true"
1925 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<font color=#0000FF>bar]< /font>baz" queryCommandIndeterm("inserttext") before
1926 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<font color=#0000FF>bar]< /font>baz" queryCommandState("inserttext") before
1927 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<font color=#0000FF>bar]< /font>baz" queryCommandValue("inserttext") before
1928 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<font color=#0000FF>bar]< /font>baz" queryCommandIndeterm("inserttext") after
1929 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<font color=#0000FF>bar]< /font>baz" queryCommandState("inserttext") after
1930 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<font color=#0000FF>bar]< /font>baz" queryCommandValue("inserttext") after
1931 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<font color=#0000FF>bar] </font>baz": execCommand("stylewithcss", false, "false") return value
1932 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<font color=#0000FF>bar] </font>baz": execCommand("inserttext", false, "a") return value
1933 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<font color=#0000FF>bar] </font>baz" checks for modifications to non-editable content
1934 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<font color=#0000FF>bar] </font>baz" compare innerHTML
1935 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<font color=#0000FF>bar] </font>baz" queryCommandIndeterm("stylewithcss") before
1936 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<font color=#0000FF>bar] </font>baz" queryCommandState("stylewithcss") before
1937 FAIL [["stylewithcss","false"],["inserttext","a"]] "[foo<font color=#0000FF>bar] </font>baz" queryCommandValue("stylewithcss") before assert_equals: Wrong result returned expected "" but got "true"
1938 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<font color=#0000FF>bar] </font>baz" queryCommandIndeterm("stylewithcss") after
1939 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<font color=#0000FF>bar] </font>baz" queryCommandState("stylewithcss") after
1940 FAIL [["stylewithcss","false"],["inserttext","a"]] "[foo<font color=#0000FF>bar] </font>baz" queryCommandValue("stylewithcss") after assert_equals: Wrong result returned expected "" but got "false"
1941 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<font color=#0000FF>bar] </font>baz" queryCommandIndeterm("inserttext") before
1942 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<font color=#0000FF>bar] </font>baz" queryCommandState("inserttext") before
1943 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<font color=#0000FF>bar] </font>baz" queryCommandValue("inserttext") before
1944 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<font color=#0000FF>bar] </font>baz" queryCommandIndeterm("inserttext") after
1945 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<font color=#0000FF>bar] </font>baz" queryCommandState("inserttext") after
1946 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<font color=#0000FF>bar] </font>baz" queryCommandValue("inserttext") after
1947 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<span style=background-co lor:#00FFFF>bar]</span>baz": execCommand("stylewithcss", false, "true") return v alue
1948 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<span style=background-co lor:#00FFFF>bar]</span>baz": execCommand("inserttext", false, "a") return value
1949 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<span style=background-co lor:#00FFFF>bar]</span>baz" checks for modifications to non-editable content
1950 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<span style=background-co lor:#00FFFF>bar]</span>baz" compare innerHTML
1951 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<span style=background-co lor:#00FFFF>bar]</span>baz" queryCommandIndeterm("stylewithcss") before
1952 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<span style=background-co lor:#00FFFF>bar]</span>baz" queryCommandState("stylewithcss") before
1953 FAIL [["stylewithcss","true"],["inserttext","a"]] "[foo<span style=background-co lor:#00FFFF>bar]</span>baz" queryCommandValue("stylewithcss") before assert_equa ls: Wrong result returned expected "" but got "false"
1954 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<span style=background-co lor:#00FFFF>bar]</span>baz" queryCommandIndeterm("stylewithcss") after
1955 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<span style=background-co lor:#00FFFF>bar]</span>baz" queryCommandState("stylewithcss") after
1956 FAIL [["stylewithcss","true"],["inserttext","a"]] "[foo<span style=background-co lor:#00FFFF>bar]</span>baz" queryCommandValue("stylewithcss") after assert_equal s: Wrong result returned expected "" but got "true"
1957 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<span style=background-co lor:#00FFFF>bar]</span>baz" queryCommandIndeterm("inserttext") before
1958 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<span style=background-co lor:#00FFFF>bar]</span>baz" queryCommandState("inserttext") before
1959 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<span style=background-co lor:#00FFFF>bar]</span>baz" queryCommandValue("inserttext") before
1960 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<span style=background-co lor:#00FFFF>bar]</span>baz" queryCommandIndeterm("inserttext") after
1961 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<span style=background-co lor:#00FFFF>bar]</span>baz" queryCommandState("inserttext") after
1962 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<span style=background-co lor:#00FFFF>bar]</span>baz" queryCommandValue("inserttext") after
1963 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<span style=background-c olor:#00FFFF>bar]</span>baz": execCommand("stylewithcss", false, "false") return value
1964 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<span style=background-c olor:#00FFFF>bar]</span>baz": execCommand("inserttext", false, "a") return value
1965 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<span style=background-c olor:#00FFFF>bar]</span>baz" checks for modifications to non-editable content
1966 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<span style=background-c olor:#00FFFF>bar]</span>baz" compare innerHTML
1967 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<span style=background-c olor:#00FFFF>bar]</span>baz" queryCommandIndeterm("stylewithcss") before
1968 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<span style=background-c olor:#00FFFF>bar]</span>baz" queryCommandState("stylewithcss") before
1969 FAIL [["stylewithcss","false"],["inserttext","a"]] "[foo<span style=background-c olor:#00FFFF>bar]</span>baz" queryCommandValue("stylewithcss") before assert_equ als: Wrong result returned expected "" but got "true"
1970 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<span style=background-c olor:#00FFFF>bar]</span>baz" queryCommandIndeterm("stylewithcss") after
1971 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<span style=background-c olor:#00FFFF>bar]</span>baz" queryCommandState("stylewithcss") after
1972 FAIL [["stylewithcss","false"],["inserttext","a"]] "[foo<span style=background-c olor:#00FFFF>bar]</span>baz" queryCommandValue("stylewithcss") after assert_equa ls: Wrong result returned expected "" but got "false"
1973 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<span style=background-c olor:#00FFFF>bar]</span>baz" queryCommandIndeterm("inserttext") before
1974 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<span style=background-c olor:#00FFFF>bar]</span>baz" queryCommandState("inserttext") before
1975 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<span style=background-c olor:#00FFFF>bar]</span>baz" queryCommandValue("inserttext") before
1976 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<span style=background-c olor:#00FFFF>bar]</span>baz" queryCommandIndeterm("inserttext") after
1977 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<span style=background-c olor:#00FFFF>bar]</span>baz" queryCommandState("inserttext") after
1978 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<span style=background-c olor:#00FFFF>bar]</span>baz" queryCommandValue("inserttext") after
1979 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<a href=http://www.google .com><font color=blue>bar]</font></a>baz": execCommand("stylewithcss", false, "t rue") return value
1980 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<a href=http://www.google .com><font color=blue>bar]</font></a>baz": execCommand("inserttext", false, "a") return value
1981 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<a href=http://www.google .com><font color=blue>bar]</font></a>baz" checks for modifications to non-editab le content
1982 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<a href=http://www.google .com><font color=blue>bar]</font></a>baz" compare innerHTML
1983 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<a href=http://www.google .com><font color=blue>bar]</font></a>baz" queryCommandIndeterm("stylewithcss") b efore
1984 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<a href=http://www.google .com><font color=blue>bar]</font></a>baz" queryCommandState("stylewithcss") befo re
1985 FAIL [["stylewithcss","true"],["inserttext","a"]] "[foo<a href=http://www.google .com><font color=blue>bar]</font></a>baz" queryCommandValue("stylewithcss") befo re assert_equals: Wrong result returned expected "" but got "false"
1986 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<a href=http://www.google .com><font color=blue>bar]</font></a>baz" queryCommandIndeterm("stylewithcss") a fter
1987 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<a href=http://www.google .com><font color=blue>bar]</font></a>baz" queryCommandState("stylewithcss") afte r
1988 FAIL [["stylewithcss","true"],["inserttext","a"]] "[foo<a href=http://www.google .com><font color=blue>bar]</font></a>baz" queryCommandValue("stylewithcss") afte r assert_equals: Wrong result returned expected "" but got "true"
1989 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<a href=http://www.google .com><font color=blue>bar]</font></a>baz" queryCommandIndeterm("inserttext") bef ore
1990 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<a href=http://www.google .com><font color=blue>bar]</font></a>baz" queryCommandState("inserttext") before
1991 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<a href=http://www.google .com><font color=blue>bar]</font></a>baz" queryCommandValue("inserttext") before
1992 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<a href=http://www.google .com><font color=blue>bar]</font></a>baz" queryCommandIndeterm("inserttext") aft er
1993 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<a href=http://www.google .com><font color=blue>bar]</font></a>baz" queryCommandState("inserttext") after
1994 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<a href=http://www.google .com><font color=blue>bar]</font></a>baz" queryCommandValue("inserttext") after
1995 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<a href=http://www.googl e.com><font color=blue>bar]</font></a>baz": execCommand("stylewithcss", false, " false") return value
1996 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<a href=http://www.googl e.com><font color=blue>bar]</font></a>baz": execCommand("inserttext", false, "a" ) return value
1997 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<a href=http://www.googl e.com><font color=blue>bar]</font></a>baz" checks for modifications to non-edita ble content
1998 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<a href=http://www.googl e.com><font color=blue>bar]</font></a>baz" compare innerHTML
1999 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<a href=http://www.googl e.com><font color=blue>bar]</font></a>baz" queryCommandIndeterm("stylewithcss") before
2000 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<a href=http://www.googl e.com><font color=blue>bar]</font></a>baz" queryCommandState("stylewithcss") bef ore
2001 FAIL [["stylewithcss","false"],["inserttext","a"]] "[foo<a href=http://www.googl e.com><font color=blue>bar]</font></a>baz" queryCommandValue("stylewithcss") bef ore assert_equals: Wrong result returned expected "" but got "true"
2002 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<a href=http://www.googl e.com><font color=blue>bar]</font></a>baz" queryCommandIndeterm("stylewithcss") after
2003 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<a href=http://www.googl e.com><font color=blue>bar]</font></a>baz" queryCommandState("stylewithcss") aft er
2004 FAIL [["stylewithcss","false"],["inserttext","a"]] "[foo<a href=http://www.googl e.com><font color=blue>bar]</font></a>baz" queryCommandValue("stylewithcss") aft er assert_equals: Wrong result returned expected "" but got "false"
2005 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<a href=http://www.googl e.com><font color=blue>bar]</font></a>baz" queryCommandIndeterm("inserttext") be fore
2006 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<a href=http://www.googl e.com><font color=blue>bar]</font></a>baz" queryCommandState("inserttext") befor e
2007 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<a href=http://www.googl e.com><font color=blue>bar]</font></a>baz" queryCommandValue("inserttext") befor e
2008 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<a href=http://www.googl e.com><font color=blue>bar]</font></a>baz" queryCommandIndeterm("inserttext") af ter
2009 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<a href=http://www.googl e.com><font color=blue>bar]</font></a>baz" queryCommandState("inserttext") after
2010 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<a href=http://www.googl e.com><font color=blue>bar]</font></a>baz" queryCommandValue("inserttext") after
2011 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<font color=blue><a href= http://www.google.com>bar]</a></font>baz": execCommand("stylewithcss", false, "t rue") return value
2012 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<font color=blue><a href= http://www.google.com>bar]</a></font>baz": execCommand("inserttext", false, "a") return value
2013 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<font color=blue><a href= http://www.google.com>bar]</a></font>baz" checks for modifications to non-editab le content
2014 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<font color=blue><a href= http://www.google.com>bar]</a></font>baz" compare innerHTML
2015 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<font color=blue><a href= http://www.google.com>bar]</a></font>baz" queryCommandIndeterm("stylewithcss") b efore
2016 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<font color=blue><a href= http://www.google.com>bar]</a></font>baz" queryCommandState("stylewithcss") befo re
2017 FAIL [["stylewithcss","true"],["inserttext","a"]] "[foo<font color=blue><a href= http://www.google.com>bar]</a></font>baz" queryCommandValue("stylewithcss") befo re assert_equals: Wrong result returned expected "" but got "false"
2018 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<font color=blue><a href= http://www.google.com>bar]</a></font>baz" queryCommandIndeterm("stylewithcss") a fter
2019 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<font color=blue><a href= http://www.google.com>bar]</a></font>baz" queryCommandState("stylewithcss") afte r
2020 FAIL [["stylewithcss","true"],["inserttext","a"]] "[foo<font color=blue><a href= http://www.google.com>bar]</a></font>baz" queryCommandValue("stylewithcss") afte r assert_equals: Wrong result returned expected "" but got "true"
2021 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<font color=blue><a href= http://www.google.com>bar]</a></font>baz" queryCommandIndeterm("inserttext") bef ore
2022 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<font color=blue><a href= http://www.google.com>bar]</a></font>baz" queryCommandState("inserttext") before
2023 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<font color=blue><a href= http://www.google.com>bar]</a></font>baz" queryCommandValue("inserttext") before
2024 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<font color=blue><a href= http://www.google.com>bar]</a></font>baz" queryCommandIndeterm("inserttext") aft er
2025 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<font color=blue><a href= http://www.google.com>bar]</a></font>baz" queryCommandState("inserttext") after
2026 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<font color=blue><a href= http://www.google.com>bar]</a></font>baz" queryCommandValue("inserttext") after
2027 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<font color=blue><a href =http://www.google.com>bar]</a></font>baz": execCommand("stylewithcss", false, " false") return value
2028 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<font color=blue><a href =http://www.google.com>bar]</a></font>baz": execCommand("inserttext", false, "a" ) return value
2029 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<font color=blue><a href =http://www.google.com>bar]</a></font>baz" checks for modifications to non-edita ble content
2030 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<font color=blue><a href =http://www.google.com>bar]</a></font>baz" compare innerHTML
2031 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<font color=blue><a href =http://www.google.com>bar]</a></font>baz" queryCommandIndeterm("stylewithcss") before
2032 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<font color=blue><a href =http://www.google.com>bar]</a></font>baz" queryCommandState("stylewithcss") bef ore
2033 FAIL [["stylewithcss","false"],["inserttext","a"]] "[foo<font color=blue><a href =http://www.google.com>bar]</a></font>baz" queryCommandValue("stylewithcss") bef ore assert_equals: Wrong result returned expected "" but got "true"
2034 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<font color=blue><a href =http://www.google.com>bar]</a></font>baz" queryCommandIndeterm("stylewithcss") after
2035 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<font color=blue><a href =http://www.google.com>bar]</a></font>baz" queryCommandState("stylewithcss") aft er
2036 FAIL [["stylewithcss","false"],["inserttext","a"]] "[foo<font color=blue><a href =http://www.google.com>bar]</a></font>baz" queryCommandValue("stylewithcss") aft er assert_equals: Wrong result returned expected "" but got "false"
2037 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<font color=blue><a href =http://www.google.com>bar]</a></font>baz" queryCommandIndeterm("inserttext") be fore
2038 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<font color=blue><a href =http://www.google.com>bar]</a></font>baz" queryCommandState("inserttext") befor e
2039 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<font color=blue><a href =http://www.google.com>bar]</a></font>baz" queryCommandValue("inserttext") befor e
2040 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<font color=blue><a href =http://www.google.com>bar]</a></font>baz" queryCommandIndeterm("inserttext") af ter
2041 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<font color=blue><a href =http://www.google.com>bar]</a></font>baz" queryCommandState("inserttext") after
2042 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<font color=blue><a href =http://www.google.com>bar]</a></font>baz" queryCommandValue("inserttext") after
2043 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<a href=http://www.google .com><font color=brown>bar]</font></a>baz": execCommand("stylewithcss", false, " true") return value
2044 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<a href=http://www.google .com><font color=brown>bar]</font></a>baz": execCommand("inserttext", false, "a" ) return value
2045 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<a href=http://www.google .com><font color=brown>bar]</font></a>baz" checks for modifications to non-edita ble content
2046 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<a href=http://www.google .com><font color=brown>bar]</font></a>baz" compare innerHTML
2047 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<a href=http://www.google .com><font color=brown>bar]</font></a>baz" queryCommandIndeterm("stylewithcss") before
2048 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<a href=http://www.google .com><font color=brown>bar]</font></a>baz" queryCommandState("stylewithcss") bef ore
2049 FAIL [["stylewithcss","true"],["inserttext","a"]] "[foo<a href=http://www.google .com><font color=brown>bar]</font></a>baz" queryCommandValue("stylewithcss") bef ore assert_equals: Wrong result returned expected "" but got "false"
2050 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<a href=http://www.google .com><font color=brown>bar]</font></a>baz" queryCommandIndeterm("stylewithcss") after
2051 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<a href=http://www.google .com><font color=brown>bar]</font></a>baz" queryCommandState("stylewithcss") aft er
2052 FAIL [["stylewithcss","true"],["inserttext","a"]] "[foo<a href=http://www.google .com><font color=brown>bar]</font></a>baz" queryCommandValue("stylewithcss") aft er assert_equals: Wrong result returned expected "" but got "true"
2053 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<a href=http://www.google .com><font color=brown>bar]</font></a>baz" queryCommandIndeterm("inserttext") be fore
2054 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<a href=http://www.google .com><font color=brown>bar]</font></a>baz" queryCommandState("inserttext") befor e
2055 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<a href=http://www.google .com><font color=brown>bar]</font></a>baz" queryCommandValue("inserttext") befor e
2056 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<a href=http://www.google .com><font color=brown>bar]</font></a>baz" queryCommandIndeterm("inserttext") af ter
2057 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<a href=http://www.google .com><font color=brown>bar]</font></a>baz" queryCommandState("inserttext") after
2058 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<a href=http://www.google .com><font color=brown>bar]</font></a>baz" queryCommandValue("inserttext") after
2059 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<a href=http://www.googl e.com><font color=brown>bar]</font></a>baz": execCommand("stylewithcss", false, "false") return value
2060 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<a href=http://www.googl e.com><font color=brown>bar]</font></a>baz": execCommand("inserttext", false, "a ") return value
2061 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<a href=http://www.googl e.com><font color=brown>bar]</font></a>baz" checks for modifications to non-edit able content
2062 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<a href=http://www.googl e.com><font color=brown>bar]</font></a>baz" compare innerHTML
2063 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<a href=http://www.googl e.com><font color=brown>bar]</font></a>baz" queryCommandIndeterm("stylewithcss") before
2064 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<a href=http://www.googl e.com><font color=brown>bar]</font></a>baz" queryCommandState("stylewithcss") be fore
2065 FAIL [["stylewithcss","false"],["inserttext","a"]] "[foo<a href=http://www.googl e.com><font color=brown>bar]</font></a>baz" queryCommandValue("stylewithcss") be fore assert_equals: Wrong result returned expected "" but got "true"
2066 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<a href=http://www.googl e.com><font color=brown>bar]</font></a>baz" queryCommandIndeterm("stylewithcss") after
2067 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<a href=http://www.googl e.com><font color=brown>bar]</font></a>baz" queryCommandState("stylewithcss") af ter
2068 FAIL [["stylewithcss","false"],["inserttext","a"]] "[foo<a href=http://www.googl e.com><font color=brown>bar]</font></a>baz" queryCommandValue("stylewithcss") af ter assert_equals: Wrong result returned expected "" but got "false"
2069 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<a href=http://www.googl e.com><font color=brown>bar]</font></a>baz" queryCommandIndeterm("inserttext") b efore
2070 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<a href=http://www.googl e.com><font color=brown>bar]</font></a>baz" queryCommandState("inserttext") befo re
2071 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<a href=http://www.googl e.com><font color=brown>bar]</font></a>baz" queryCommandValue("inserttext") befo re
2072 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<a href=http://www.googl e.com><font color=brown>bar]</font></a>baz" queryCommandIndeterm("inserttext") a fter
2073 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<a href=http://www.googl e.com><font color=brown>bar]</font></a>baz" queryCommandState("inserttext") afte r
2074 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<a href=http://www.googl e.com><font color=brown>bar]</font></a>baz" queryCommandValue("inserttext") afte r
2075 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<font color=brown><a href =http://www.google.com>bar]</a></font>baz": execCommand("stylewithcss", false, " true") return value
2076 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<font color=brown><a href =http://www.google.com>bar]</a></font>baz": execCommand("inserttext", false, "a" ) return value
2077 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<font color=brown><a href =http://www.google.com>bar]</a></font>baz" checks for modifications to non-edita ble content
2078 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<font color=brown><a href =http://www.google.com>bar]</a></font>baz" compare innerHTML
2079 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<font color=brown><a href =http://www.google.com>bar]</a></font>baz" queryCommandIndeterm("stylewithcss") before
2080 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<font color=brown><a href =http://www.google.com>bar]</a></font>baz" queryCommandState("stylewithcss") bef ore
2081 FAIL [["stylewithcss","true"],["inserttext","a"]] "[foo<font color=brown><a href =http://www.google.com>bar]</a></font>baz" queryCommandValue("stylewithcss") bef ore assert_equals: Wrong result returned expected "" but got "false"
2082 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<font color=brown><a href =http://www.google.com>bar]</a></font>baz" queryCommandIndeterm("stylewithcss") after
2083 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<font color=brown><a href =http://www.google.com>bar]</a></font>baz" queryCommandState("stylewithcss") aft er
2084 FAIL [["stylewithcss","true"],["inserttext","a"]] "[foo<font color=brown><a href =http://www.google.com>bar]</a></font>baz" queryCommandValue("stylewithcss") aft er assert_equals: Wrong result returned expected "" but got "true"
2085 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<font color=brown><a href =http://www.google.com>bar]</a></font>baz" queryCommandIndeterm("inserttext") be fore
2086 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<font color=brown><a href =http://www.google.com>bar]</a></font>baz" queryCommandState("inserttext") befor e
2087 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<font color=brown><a href =http://www.google.com>bar]</a></font>baz" queryCommandValue("inserttext") befor e
2088 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<font color=brown><a href =http://www.google.com>bar]</a></font>baz" queryCommandIndeterm("inserttext") af ter
2089 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<font color=brown><a href =http://www.google.com>bar]</a></font>baz" queryCommandState("inserttext") after
2090 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<font color=brown><a href =http://www.google.com>bar]</a></font>baz" queryCommandValue("inserttext") after
2091 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<font color=brown><a hre f=http://www.google.com>bar]</a></font>baz": execCommand("stylewithcss", false, "false") return value
2092 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<font color=brown><a hre f=http://www.google.com>bar]</a></font>baz": execCommand("inserttext", false, "a ") return value
2093 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<font color=brown><a hre f=http://www.google.com>bar]</a></font>baz" checks for modifications to non-edit able content
2094 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<font color=brown><a hre f=http://www.google.com>bar]</a></font>baz" compare innerHTML
2095 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<font color=brown><a hre f=http://www.google.com>bar]</a></font>baz" queryCommandIndeterm("stylewithcss") before
2096 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<font color=brown><a hre f=http://www.google.com>bar]</a></font>baz" queryCommandState("stylewithcss") be fore
2097 FAIL [["stylewithcss","false"],["inserttext","a"]] "[foo<font color=brown><a hre f=http://www.google.com>bar]</a></font>baz" queryCommandValue("stylewithcss") be fore assert_equals: Wrong result returned expected "" but got "true"
2098 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<font color=brown><a hre f=http://www.google.com>bar]</a></font>baz" queryCommandIndeterm("stylewithcss") after
2099 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<font color=brown><a hre f=http://www.google.com>bar]</a></font>baz" queryCommandState("stylewithcss") af ter
2100 FAIL [["stylewithcss","false"],["inserttext","a"]] "[foo<font color=brown><a hre f=http://www.google.com>bar]</a></font>baz" queryCommandValue("stylewithcss") af ter assert_equals: Wrong result returned expected "" but got "false"
2101 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<font color=brown><a hre f=http://www.google.com>bar]</a></font>baz" queryCommandIndeterm("inserttext") b efore
2102 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<font color=brown><a hre f=http://www.google.com>bar]</a></font>baz" queryCommandState("inserttext") befo re
2103 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<font color=brown><a hre f=http://www.google.com>bar]</a></font>baz" queryCommandValue("inserttext") befo re
2104 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<font color=brown><a hre f=http://www.google.com>bar]</a></font>baz" queryCommandIndeterm("inserttext") a fter
2105 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<font color=brown><a hre f=http://www.google.com>bar]</a></font>baz" queryCommandState("inserttext") afte r
2106 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<font color=brown><a hre f=http://www.google.com>bar]</a></font>baz" queryCommandValue("inserttext") afte r
2107 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<a href=http://www.google .com><font color=black>bar]</font></a>baz": execCommand("stylewithcss", false, " true") return value
2108 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<a href=http://www.google .com><font color=black>bar]</font></a>baz": execCommand("inserttext", false, "a" ) return value
2109 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<a href=http://www.google .com><font color=black>bar]</font></a>baz" checks for modifications to non-edita ble content
2110 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<a href=http://www.google .com><font color=black>bar]</font></a>baz" compare innerHTML
2111 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<a href=http://www.google .com><font color=black>bar]</font></a>baz" queryCommandIndeterm("stylewithcss") before
2112 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<a href=http://www.google .com><font color=black>bar]</font></a>baz" queryCommandState("stylewithcss") bef ore
2113 FAIL [["stylewithcss","true"],["inserttext","a"]] "[foo<a href=http://www.google .com><font color=black>bar]</font></a>baz" queryCommandValue("stylewithcss") bef ore assert_equals: Wrong result returned expected "" but got "false"
2114 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<a href=http://www.google .com><font color=black>bar]</font></a>baz" queryCommandIndeterm("stylewithcss") after
2115 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<a href=http://www.google .com><font color=black>bar]</font></a>baz" queryCommandState("stylewithcss") aft er
2116 FAIL [["stylewithcss","true"],["inserttext","a"]] "[foo<a href=http://www.google .com><font color=black>bar]</font></a>baz" queryCommandValue("stylewithcss") aft er assert_equals: Wrong result returned expected "" but got "true"
2117 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<a href=http://www.google .com><font color=black>bar]</font></a>baz" queryCommandIndeterm("inserttext") be fore
2118 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<a href=http://www.google .com><font color=black>bar]</font></a>baz" queryCommandState("inserttext") befor e
2119 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<a href=http://www.google .com><font color=black>bar]</font></a>baz" queryCommandValue("inserttext") befor e
2120 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<a href=http://www.google .com><font color=black>bar]</font></a>baz" queryCommandIndeterm("inserttext") af ter
2121 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<a href=http://www.google .com><font color=black>bar]</font></a>baz" queryCommandState("inserttext") after
2122 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<a href=http://www.google .com><font color=black>bar]</font></a>baz" queryCommandValue("inserttext") after
2123 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<a href=http://www.googl e.com><font color=black>bar]</font></a>baz": execCommand("stylewithcss", false, "false") return value
2124 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<a href=http://www.googl e.com><font color=black>bar]</font></a>baz": execCommand("inserttext", false, "a ") return value
2125 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<a href=http://www.googl e.com><font color=black>bar]</font></a>baz" checks for modifications to non-edit able content
2126 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<a href=http://www.googl e.com><font color=black>bar]</font></a>baz" compare innerHTML
2127 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<a href=http://www.googl e.com><font color=black>bar]</font></a>baz" queryCommandIndeterm("stylewithcss") before
2128 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<a href=http://www.googl e.com><font color=black>bar]</font></a>baz" queryCommandState("stylewithcss") be fore
2129 FAIL [["stylewithcss","false"],["inserttext","a"]] "[foo<a href=http://www.googl e.com><font color=black>bar]</font></a>baz" queryCommandValue("stylewithcss") be fore assert_equals: Wrong result returned expected "" but got "true"
2130 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<a href=http://www.googl e.com><font color=black>bar]</font></a>baz" queryCommandIndeterm("stylewithcss") after
2131 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<a href=http://www.googl e.com><font color=black>bar]</font></a>baz" queryCommandState("stylewithcss") af ter
2132 FAIL [["stylewithcss","false"],["inserttext","a"]] "[foo<a href=http://www.googl e.com><font color=black>bar]</font></a>baz" queryCommandValue("stylewithcss") af ter assert_equals: Wrong result returned expected "" but got "false"
2133 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<a href=http://www.googl e.com><font color=black>bar]</font></a>baz" queryCommandIndeterm("inserttext") b efore
2134 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<a href=http://www.googl e.com><font color=black>bar]</font></a>baz" queryCommandState("inserttext") befo re
2135 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<a href=http://www.googl e.com><font color=black>bar]</font></a>baz" queryCommandValue("inserttext") befo re
2136 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<a href=http://www.googl e.com><font color=black>bar]</font></a>baz" queryCommandIndeterm("inserttext") a fter
2137 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<a href=http://www.googl e.com><font color=black>bar]</font></a>baz" queryCommandState("inserttext") afte r
2138 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<a href=http://www.googl e.com><font color=black>bar]</font></a>baz" queryCommandValue("inserttext") afte r
2139 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<a href=http://www.google .com><u>bar]</u></a>baz": execCommand("stylewithcss", false, "true") return valu e
2140 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<a href=http://www.google .com><u>bar]</u></a>baz": execCommand("inserttext", false, "a") return value
2141 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<a href=http://www.google .com><u>bar]</u></a>baz" checks for modifications to non-editable content
2142 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<a href=http://www.google .com><u>bar]</u></a>baz" compare innerHTML
2143 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<a href=http://www.google .com><u>bar]</u></a>baz" queryCommandIndeterm("stylewithcss") before
2144 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<a href=http://www.google .com><u>bar]</u></a>baz" queryCommandState("stylewithcss") before
2145 FAIL [["stylewithcss","true"],["inserttext","a"]] "[foo<a href=http://www.google .com><u>bar]</u></a>baz" queryCommandValue("stylewithcss") before assert_equals: Wrong result returned expected "" but got "false"
2146 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<a href=http://www.google .com><u>bar]</u></a>baz" queryCommandIndeterm("stylewithcss") after
2147 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<a href=http://www.google .com><u>bar]</u></a>baz" queryCommandState("stylewithcss") after
2148 FAIL [["stylewithcss","true"],["inserttext","a"]] "[foo<a href=http://www.google .com><u>bar]</u></a>baz" queryCommandValue("stylewithcss") after assert_equals: Wrong result returned expected "" but got "true"
2149 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<a href=http://www.google .com><u>bar]</u></a>baz" queryCommandIndeterm("inserttext") before
2150 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<a href=http://www.google .com><u>bar]</u></a>baz" queryCommandState("inserttext") before
2151 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<a href=http://www.google .com><u>bar]</u></a>baz" queryCommandValue("inserttext") before
2152 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<a href=http://www.google .com><u>bar]</u></a>baz" queryCommandIndeterm("inserttext") after
2153 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<a href=http://www.google .com><u>bar]</u></a>baz" queryCommandState("inserttext") after
2154 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<a href=http://www.google .com><u>bar]</u></a>baz" queryCommandValue("inserttext") after
2155 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<a href=http://www.googl e.com><u>bar]</u></a>baz": execCommand("stylewithcss", false, "false") return va lue
2156 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<a href=http://www.googl e.com><u>bar]</u></a>baz": execCommand("inserttext", false, "a") return value
2157 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<a href=http://www.googl e.com><u>bar]</u></a>baz" checks for modifications to non-editable content
2158 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<a href=http://www.googl e.com><u>bar]</u></a>baz" compare innerHTML
2159 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<a href=http://www.googl e.com><u>bar]</u></a>baz" queryCommandIndeterm("stylewithcss") before
2160 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<a href=http://www.googl e.com><u>bar]</u></a>baz" queryCommandState("stylewithcss") before
2161 FAIL [["stylewithcss","false"],["inserttext","a"]] "[foo<a href=http://www.googl e.com><u>bar]</u></a>baz" queryCommandValue("stylewithcss") before assert_equals : Wrong result returned expected "" but got "true"
2162 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<a href=http://www.googl e.com><u>bar]</u></a>baz" queryCommandIndeterm("stylewithcss") after
2163 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<a href=http://www.googl e.com><u>bar]</u></a>baz" queryCommandState("stylewithcss") after
2164 FAIL [["stylewithcss","false"],["inserttext","a"]] "[foo<a href=http://www.googl e.com><u>bar]</u></a>baz" queryCommandValue("stylewithcss") after assert_equals: Wrong result returned expected "" but got "false"
2165 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<a href=http://www.googl e.com><u>bar]</u></a>baz" queryCommandIndeterm("inserttext") before
2166 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<a href=http://www.googl e.com><u>bar]</u></a>baz" queryCommandState("inserttext") before
2167 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<a href=http://www.googl e.com><u>bar]</u></a>baz" queryCommandValue("inserttext") before
2168 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<a href=http://www.googl e.com><u>bar]</u></a>baz" queryCommandIndeterm("inserttext") after
2169 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<a href=http://www.googl e.com><u>bar]</u></a>baz" queryCommandState("inserttext") after
2170 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<a href=http://www.googl e.com><u>bar]</u></a>baz" queryCommandValue("inserttext") after
2171 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<u><a href=http://www.goo gle.com>bar]</a></u>baz": execCommand("stylewithcss", false, "true") return valu e
2172 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<u><a href=http://www.goo gle.com>bar]</a></u>baz": execCommand("inserttext", false, "a") return value
2173 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<u><a href=http://www.goo gle.com>bar]</a></u>baz" checks for modifications to non-editable content
2174 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<u><a href=http://www.goo gle.com>bar]</a></u>baz" compare innerHTML
2175 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<u><a href=http://www.goo gle.com>bar]</a></u>baz" queryCommandIndeterm("stylewithcss") before
2176 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<u><a href=http://www.goo gle.com>bar]</a></u>baz" queryCommandState("stylewithcss") before
2177 FAIL [["stylewithcss","true"],["inserttext","a"]] "[foo<u><a href=http://www.goo gle.com>bar]</a></u>baz" queryCommandValue("stylewithcss") before assert_equals: Wrong result returned expected "" but got "false"
2178 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<u><a href=http://www.goo gle.com>bar]</a></u>baz" queryCommandIndeterm("stylewithcss") after
2179 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<u><a href=http://www.goo gle.com>bar]</a></u>baz" queryCommandState("stylewithcss") after
2180 FAIL [["stylewithcss","true"],["inserttext","a"]] "[foo<u><a href=http://www.goo gle.com>bar]</a></u>baz" queryCommandValue("stylewithcss") after assert_equals: Wrong result returned expected "" but got "true"
2181 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<u><a href=http://www.goo gle.com>bar]</a></u>baz" queryCommandIndeterm("inserttext") before
2182 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<u><a href=http://www.goo gle.com>bar]</a></u>baz" queryCommandState("inserttext") before
2183 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<u><a href=http://www.goo gle.com>bar]</a></u>baz" queryCommandValue("inserttext") before
2184 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<u><a href=http://www.goo gle.com>bar]</a></u>baz" queryCommandIndeterm("inserttext") after
2185 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<u><a href=http://www.goo gle.com>bar]</a></u>baz" queryCommandState("inserttext") after
2186 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<u><a href=http://www.goo gle.com>bar]</a></u>baz" queryCommandValue("inserttext") after
2187 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<u><a href=http://www.go ogle.com>bar]</a></u>baz": execCommand("stylewithcss", false, "false") return va lue
2188 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<u><a href=http://www.go ogle.com>bar]</a></u>baz": execCommand("inserttext", false, "a") return value
2189 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<u><a href=http://www.go ogle.com>bar]</a></u>baz" checks for modifications to non-editable content
2190 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<u><a href=http://www.go ogle.com>bar]</a></u>baz" compare innerHTML
2191 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<u><a href=http://www.go ogle.com>bar]</a></u>baz" queryCommandIndeterm("stylewithcss") before
2192 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<u><a href=http://www.go ogle.com>bar]</a></u>baz" queryCommandState("stylewithcss") before
2193 FAIL [["stylewithcss","false"],["inserttext","a"]] "[foo<u><a href=http://www.go ogle.com>bar]</a></u>baz" queryCommandValue("stylewithcss") before assert_equals : Wrong result returned expected "" but got "true"
2194 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<u><a href=http://www.go ogle.com>bar]</a></u>baz" queryCommandIndeterm("stylewithcss") after
2195 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<u><a href=http://www.go ogle.com>bar]</a></u>baz" queryCommandState("stylewithcss") after
2196 FAIL [["stylewithcss","false"],["inserttext","a"]] "[foo<u><a href=http://www.go ogle.com>bar]</a></u>baz" queryCommandValue("stylewithcss") after assert_equals: Wrong result returned expected "" but got "false"
2197 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<u><a href=http://www.go ogle.com>bar]</a></u>baz" queryCommandIndeterm("inserttext") before
2198 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<u><a href=http://www.go ogle.com>bar]</a></u>baz" queryCommandState("inserttext") before
2199 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<u><a href=http://www.go ogle.com>bar]</a></u>baz" queryCommandValue("inserttext") before
2200 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<u><a href=http://www.go ogle.com>bar]</a></u>baz" queryCommandIndeterm("inserttext") after
2201 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<u><a href=http://www.go ogle.com>bar]</a></u>baz" queryCommandState("inserttext") after
2202 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<u><a href=http://www.go ogle.com>bar]</a></u>baz" queryCommandValue("inserttext") after
2203 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<sub><font size=2>bar]</f ont></sub>baz": execCommand("stylewithcss", false, "true") return value
2204 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<sub><font size=2>bar]</f ont></sub>baz": execCommand("inserttext", false, "a") return value
2205 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<sub><font size=2>bar]</f ont></sub>baz" checks for modifications to non-editable content
2206 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<sub><font size=2>bar]</f ont></sub>baz" compare innerHTML
2207 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<sub><font size=2>bar]</f ont></sub>baz" queryCommandIndeterm("stylewithcss") before
2208 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<sub><font size=2>bar]</f ont></sub>baz" queryCommandState("stylewithcss") before
2209 FAIL [["stylewithcss","true"],["inserttext","a"]] "[foo<sub><font size=2>bar]</f ont></sub>baz" queryCommandValue("stylewithcss") before assert_equals: Wrong res ult returned expected "" but got "false"
2210 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<sub><font size=2>bar]</f ont></sub>baz" queryCommandIndeterm("stylewithcss") after
2211 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<sub><font size=2>bar]</f ont></sub>baz" queryCommandState("stylewithcss") after
2212 FAIL [["stylewithcss","true"],["inserttext","a"]] "[foo<sub><font size=2>bar]</f ont></sub>baz" queryCommandValue("stylewithcss") after assert_equals: Wrong resu lt returned expected "" but got "true"
2213 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<sub><font size=2>bar]</f ont></sub>baz" queryCommandIndeterm("inserttext") before
2214 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<sub><font size=2>bar]</f ont></sub>baz" queryCommandState("inserttext") before
2215 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<sub><font size=2>bar]</f ont></sub>baz" queryCommandValue("inserttext") before
2216 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<sub><font size=2>bar]</f ont></sub>baz" queryCommandIndeterm("inserttext") after
2217 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<sub><font size=2>bar]</f ont></sub>baz" queryCommandState("inserttext") after
2218 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<sub><font size=2>bar]</f ont></sub>baz" queryCommandValue("inserttext") after
2219 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<sub><font size=2>bar]</ font></sub>baz": execCommand("stylewithcss", false, "false") return value
2220 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<sub><font size=2>bar]</ font></sub>baz": execCommand("inserttext", false, "a") return value
2221 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<sub><font size=2>bar]</ font></sub>baz" checks for modifications to non-editable content
2222 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<sub><font size=2>bar]</ font></sub>baz" compare innerHTML
2223 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<sub><font size=2>bar]</ font></sub>baz" queryCommandIndeterm("stylewithcss") before
2224 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<sub><font size=2>bar]</ font></sub>baz" queryCommandState("stylewithcss") before
2225 FAIL [["stylewithcss","false"],["inserttext","a"]] "[foo<sub><font size=2>bar]</ font></sub>baz" queryCommandValue("stylewithcss") before assert_equals: Wrong re sult returned expected "" but got "true"
2226 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<sub><font size=2>bar]</ font></sub>baz" queryCommandIndeterm("stylewithcss") after
2227 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<sub><font size=2>bar]</ font></sub>baz" queryCommandState("stylewithcss") after
2228 FAIL [["stylewithcss","false"],["inserttext","a"]] "[foo<sub><font size=2>bar]</ font></sub>baz" queryCommandValue("stylewithcss") after assert_equals: Wrong res ult returned expected "" but got "false"
2229 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<sub><font size=2>bar]</ font></sub>baz" queryCommandIndeterm("inserttext") before
2230 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<sub><font size=2>bar]</ font></sub>baz" queryCommandState("inserttext") before
2231 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<sub><font size=2>bar]</ font></sub>baz" queryCommandValue("inserttext") before
2232 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<sub><font size=2>bar]</ font></sub>baz" queryCommandIndeterm("inserttext") after
2233 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<sub><font size=2>bar]</ font></sub>baz" queryCommandState("inserttext") after
2234 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<sub><font size=2>bar]</ font></sub>baz" queryCommandValue("inserttext") after
2235 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<font size=2><sub>bar]</s ub></font>baz": execCommand("stylewithcss", false, "true") return value
2236 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<font size=2><sub>bar]</s ub></font>baz": execCommand("inserttext", false, "a") return value
2237 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<font size=2><sub>bar]</s ub></font>baz" checks for modifications to non-editable content
2238 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<font size=2><sub>bar]</s ub></font>baz" compare innerHTML
2239 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<font size=2><sub>bar]</s ub></font>baz" queryCommandIndeterm("stylewithcss") before
2240 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<font size=2><sub>bar]</s ub></font>baz" queryCommandState("stylewithcss") before
2241 FAIL [["stylewithcss","true"],["inserttext","a"]] "[foo<font size=2><sub>bar]</s ub></font>baz" queryCommandValue("stylewithcss") before assert_equals: Wrong res ult returned expected "" but got "false"
2242 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<font size=2><sub>bar]</s ub></font>baz" queryCommandIndeterm("stylewithcss") after
2243 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<font size=2><sub>bar]</s ub></font>baz" queryCommandState("stylewithcss") after
2244 FAIL [["stylewithcss","true"],["inserttext","a"]] "[foo<font size=2><sub>bar]</s ub></font>baz" queryCommandValue("stylewithcss") after assert_equals: Wrong resu lt returned expected "" but got "true"
2245 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<font size=2><sub>bar]</s ub></font>baz" queryCommandIndeterm("inserttext") before
2246 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<font size=2><sub>bar]</s ub></font>baz" queryCommandState("inserttext") before
2247 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<font size=2><sub>bar]</s ub></font>baz" queryCommandValue("inserttext") before
2248 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<font size=2><sub>bar]</s ub></font>baz" queryCommandIndeterm("inserttext") after
2249 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<font size=2><sub>bar]</s ub></font>baz" queryCommandState("inserttext") after
2250 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<font size=2><sub>bar]</s ub></font>baz" queryCommandValue("inserttext") after
2251 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<font size=2><sub>bar]</ sub></font>baz": execCommand("stylewithcss", false, "false") return value
2252 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<font size=2><sub>bar]</ sub></font>baz": execCommand("inserttext", false, "a") return value
2253 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<font size=2><sub>bar]</ sub></font>baz" checks for modifications to non-editable content
2254 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<font size=2><sub>bar]</ sub></font>baz" compare innerHTML
2255 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<font size=2><sub>bar]</ sub></font>baz" queryCommandIndeterm("stylewithcss") before
2256 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<font size=2><sub>bar]</ sub></font>baz" queryCommandState("stylewithcss") before
2257 FAIL [["stylewithcss","false"],["inserttext","a"]] "[foo<font size=2><sub>bar]</ sub></font>baz" queryCommandValue("stylewithcss") before assert_equals: Wrong re sult returned expected "" but got "true"
2258 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<font size=2><sub>bar]</ sub></font>baz" queryCommandIndeterm("stylewithcss") after
2259 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<font size=2><sub>bar]</ sub></font>baz" queryCommandState("stylewithcss") after
2260 FAIL [["stylewithcss","false"],["inserttext","a"]] "[foo<font size=2><sub>bar]</ sub></font>baz" queryCommandValue("stylewithcss") after assert_equals: Wrong res ult returned expected "" but got "false"
2261 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<font size=2><sub>bar]</ sub></font>baz" queryCommandIndeterm("inserttext") before
2262 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<font size=2><sub>bar]</ sub></font>baz" queryCommandState("inserttext") before
2263 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<font size=2><sub>bar]</ sub></font>baz" queryCommandValue("inserttext") before
2264 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<font size=2><sub>bar]</ sub></font>baz" queryCommandIndeterm("inserttext") after
2265 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<font size=2><sub>bar]</ sub></font>baz" queryCommandState("inserttext") after
2266 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<font size=2><sub>bar]</ sub></font>baz" queryCommandValue("inserttext") after
2267 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<sub><font size=3>bar]</f ont></sub>baz": execCommand("stylewithcss", false, "true") return value
2268 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<sub><font size=3>bar]</f ont></sub>baz": execCommand("inserttext", false, "a") return value
2269 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<sub><font size=3>bar]</f ont></sub>baz" checks for modifications to non-editable content
2270 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<sub><font size=3>bar]</f ont></sub>baz" compare innerHTML
2271 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<sub><font size=3>bar]</f ont></sub>baz" queryCommandIndeterm("stylewithcss") before
2272 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<sub><font size=3>bar]</f ont></sub>baz" queryCommandState("stylewithcss") before
2273 FAIL [["stylewithcss","true"],["inserttext","a"]] "[foo<sub><font size=3>bar]</f ont></sub>baz" queryCommandValue("stylewithcss") before assert_equals: Wrong res ult returned expected "" but got "false"
2274 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<sub><font size=3>bar]</f ont></sub>baz" queryCommandIndeterm("stylewithcss") after
2275 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<sub><font size=3>bar]</f ont></sub>baz" queryCommandState("stylewithcss") after
2276 FAIL [["stylewithcss","true"],["inserttext","a"]] "[foo<sub><font size=3>bar]</f ont></sub>baz" queryCommandValue("stylewithcss") after assert_equals: Wrong resu lt returned expected "" but got "true"
2277 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<sub><font size=3>bar]</f ont></sub>baz" queryCommandIndeterm("inserttext") before
2278 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<sub><font size=3>bar]</f ont></sub>baz" queryCommandState("inserttext") before
2279 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<sub><font size=3>bar]</f ont></sub>baz" queryCommandValue("inserttext") before
2280 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<sub><font size=3>bar]</f ont></sub>baz" queryCommandIndeterm("inserttext") after
2281 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<sub><font size=3>bar]</f ont></sub>baz" queryCommandState("inserttext") after
2282 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<sub><font size=3>bar]</f ont></sub>baz" queryCommandValue("inserttext") after
2283 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<sub><font size=3>bar]</ font></sub>baz": execCommand("stylewithcss", false, "false") return value
2284 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<sub><font size=3>bar]</ font></sub>baz": execCommand("inserttext", false, "a") return value
2285 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<sub><font size=3>bar]</ font></sub>baz" checks for modifications to non-editable content
2286 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<sub><font size=3>bar]</ font></sub>baz" compare innerHTML
2287 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<sub><font size=3>bar]</ font></sub>baz" queryCommandIndeterm("stylewithcss") before
2288 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<sub><font size=3>bar]</ font></sub>baz" queryCommandState("stylewithcss") before
2289 FAIL [["stylewithcss","false"],["inserttext","a"]] "[foo<sub><font size=3>bar]</ font></sub>baz" queryCommandValue("stylewithcss") before assert_equals: Wrong re sult returned expected "" but got "true"
2290 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<sub><font size=3>bar]</ font></sub>baz" queryCommandIndeterm("stylewithcss") after
2291 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<sub><font size=3>bar]</ font></sub>baz" queryCommandState("stylewithcss") after
2292 FAIL [["stylewithcss","false"],["inserttext","a"]] "[foo<sub><font size=3>bar]</ font></sub>baz" queryCommandValue("stylewithcss") after assert_equals: Wrong res ult returned expected "" but got "false"
2293 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<sub><font size=3>bar]</ font></sub>baz" queryCommandIndeterm("inserttext") before
2294 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<sub><font size=3>bar]</ font></sub>baz" queryCommandState("inserttext") before
2295 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<sub><font size=3>bar]</ font></sub>baz" queryCommandValue("inserttext") before
2296 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<sub><font size=3>bar]</ font></sub>baz" queryCommandIndeterm("inserttext") after
2297 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<sub><font size=3>bar]</ font></sub>baz" queryCommandState("inserttext") after
2298 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<sub><font size=3>bar]</ font></sub>baz" queryCommandValue("inserttext") after
2299 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<font size=3><sub>bar]</s ub></font>baz": execCommand("stylewithcss", false, "true") return value
2300 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<font size=3><sub>bar]</s ub></font>baz": execCommand("inserttext", false, "a") return value
2301 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<font size=3><sub>bar]</s ub></font>baz" checks for modifications to non-editable content
2302 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<font size=3><sub>bar]</s ub></font>baz" compare innerHTML
2303 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<font size=3><sub>bar]</s ub></font>baz" queryCommandIndeterm("stylewithcss") before
2304 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<font size=3><sub>bar]</s ub></font>baz" queryCommandState("stylewithcss") before
2305 FAIL [["stylewithcss","true"],["inserttext","a"]] "[foo<font size=3><sub>bar]</s ub></font>baz" queryCommandValue("stylewithcss") before assert_equals: Wrong res ult returned expected "" but got "false"
2306 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<font size=3><sub>bar]</s ub></font>baz" queryCommandIndeterm("stylewithcss") after
2307 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<font size=3><sub>bar]</s ub></font>baz" queryCommandState("stylewithcss") after
2308 FAIL [["stylewithcss","true"],["inserttext","a"]] "[foo<font size=3><sub>bar]</s ub></font>baz" queryCommandValue("stylewithcss") after assert_equals: Wrong resu lt returned expected "" but got "true"
2309 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<font size=3><sub>bar]</s ub></font>baz" queryCommandIndeterm("inserttext") before
2310 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<font size=3><sub>bar]</s ub></font>baz" queryCommandState("inserttext") before
2311 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<font size=3><sub>bar]</s ub></font>baz" queryCommandValue("inserttext") before
2312 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<font size=3><sub>bar]</s ub></font>baz" queryCommandIndeterm("inserttext") after
2313 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<font size=3><sub>bar]</s ub></font>baz" queryCommandState("inserttext") after
2314 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<font size=3><sub>bar]</s ub></font>baz" queryCommandValue("inserttext") after
2315 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<font size=3><sub>bar]</ sub></font>baz": execCommand("stylewithcss", false, "false") return value
2316 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<font size=3><sub>bar]</ sub></font>baz": execCommand("inserttext", false, "a") return value
2317 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<font size=3><sub>bar]</ sub></font>baz" checks for modifications to non-editable content
2318 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<font size=3><sub>bar]</ sub></font>baz" compare innerHTML
2319 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<font size=3><sub>bar]</ sub></font>baz" queryCommandIndeterm("stylewithcss") before
2320 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<font size=3><sub>bar]</ sub></font>baz" queryCommandState("stylewithcss") before
2321 FAIL [["stylewithcss","false"],["inserttext","a"]] "[foo<font size=3><sub>bar]</ sub></font>baz" queryCommandValue("stylewithcss") before assert_equals: Wrong re sult returned expected "" but got "true"
2322 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<font size=3><sub>bar]</ sub></font>baz" queryCommandIndeterm("stylewithcss") after
2323 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<font size=3><sub>bar]</ sub></font>baz" queryCommandState("stylewithcss") after
2324 FAIL [["stylewithcss","false"],["inserttext","a"]] "[foo<font size=3><sub>bar]</ sub></font>baz" queryCommandValue("stylewithcss") after assert_equals: Wrong res ult returned expected "" but got "false"
2325 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<font size=3><sub>bar]</ sub></font>baz" queryCommandIndeterm("inserttext") before
2326 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<font size=3><sub>bar]</ sub></font>baz" queryCommandState("inserttext") before
2327 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<font size=3><sub>bar]</ sub></font>baz" queryCommandValue("inserttext") before
2328 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<font size=3><sub>bar]</ sub></font>baz" queryCommandIndeterm("inserttext") after
2329 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<font size=3><sub>bar]</ sub></font>baz" queryCommandState("inserttext") after
2330 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<font size=3><sub>bar]</ sub></font>baz" queryCommandValue("inserttext") after
2331 PASS [["inserttext","a"]] "foo<b>[bar</b>baz]": execCommand("inserttext", false, "a") return value
2332 PASS [["inserttext","a"]] "foo<b>[bar</b>baz]" checks for modifications to non-e ditable content
2333 PASS [["inserttext","a"]] "foo<b>[bar</b>baz]" compare innerHTML
2334 PASS [["inserttext","a"]] "foo<b>[bar</b>baz]" queryCommandIndeterm("inserttext" ) before
2335 PASS [["inserttext","a"]] "foo<b>[bar</b>baz]" queryCommandState("inserttext") b efore
2336 PASS [["inserttext","a"]] "foo<b>[bar</b>baz]" queryCommandValue("inserttext") b efore
2337 PASS [["inserttext","a"]] "foo<b>[bar</b>baz]" queryCommandIndeterm("inserttext" ) after
2338 PASS [["inserttext","a"]] "foo<b>[bar</b>baz]" queryCommandState("inserttext") a fter
2339 PASS [["inserttext","a"]] "foo<b>[bar</b>baz]" queryCommandValue("inserttext") a fter
2340 PASS [["inserttext","a"]] "foo<i>[bar</i>baz]": execCommand("inserttext", false, "a") return value
2341 PASS [["inserttext","a"]] "foo<i>[bar</i>baz]" checks for modifications to non-e ditable content
2342 PASS [["inserttext","a"]] "foo<i>[bar</i>baz]" compare innerHTML
2343 PASS [["inserttext","a"]] "foo<i>[bar</i>baz]" queryCommandIndeterm("inserttext" ) before
2344 PASS [["inserttext","a"]] "foo<i>[bar</i>baz]" queryCommandState("inserttext") b efore
2345 PASS [["inserttext","a"]] "foo<i>[bar</i>baz]" queryCommandValue("inserttext") b efore
2346 PASS [["inserttext","a"]] "foo<i>[bar</i>baz]" queryCommandIndeterm("inserttext" ) after
2347 PASS [["inserttext","a"]] "foo<i>[bar</i>baz]" queryCommandState("inserttext") a fter
2348 PASS [["inserttext","a"]] "foo<i>[bar</i>baz]" queryCommandValue("inserttext") a fter
2349 PASS [["inserttext","a"]] "foo<s>[bar</s>baz]": execCommand("inserttext", false, "a") return value
2350 PASS [["inserttext","a"]] "foo<s>[bar</s>baz]" checks for modifications to non-e ditable content
2351 FAIL [["inserttext","a"]] "foo<s>[bar</s>baz]" compare innerHTML assert_equals: Unexpected innerHTML (after normalizing inline style) expected "foo<s>a</s>" but got "foo<strike>a</strike>"
2352 PASS [["inserttext","a"]] "foo<s>[bar</s>baz]" queryCommandIndeterm("inserttext" ) before
2353 PASS [["inserttext","a"]] "foo<s>[bar</s>baz]" queryCommandState("inserttext") b efore
2354 PASS [["inserttext","a"]] "foo<s>[bar</s>baz]" queryCommandValue("inserttext") b efore
2355 PASS [["inserttext","a"]] "foo<s>[bar</s>baz]" queryCommandIndeterm("inserttext" ) after
2356 PASS [["inserttext","a"]] "foo<s>[bar</s>baz]" queryCommandState("inserttext") a fter
2357 PASS [["inserttext","a"]] "foo<s>[bar</s>baz]" queryCommandValue("inserttext") a fter
2358 PASS [["inserttext","a"]] "foo<sub>[bar</sub>baz]": execCommand("inserttext", fa lse, "a") return value
2359 PASS [["inserttext","a"]] "foo<sub>[bar</sub>baz]" checks for modifications to n on-editable content
2360 FAIL [["inserttext","a"]] "foo<sub>[bar</sub>baz]" compare innerHTML assert_equa ls: Unexpected innerHTML (after normalizing inline style) expected "foo<sub>a</s ub>" but got "foo<span style=\"font-size:13.3333px\">a</span>"
2361 PASS [["inserttext","a"]] "foo<sub>[bar</sub>baz]" queryCommandIndeterm("insertt ext") before
2362 PASS [["inserttext","a"]] "foo<sub>[bar</sub>baz]" queryCommandState("inserttext ") before
2363 PASS [["inserttext","a"]] "foo<sub>[bar</sub>baz]" queryCommandValue("inserttext ") before
2364 PASS [["inserttext","a"]] "foo<sub>[bar</sub>baz]" queryCommandIndeterm("insertt ext") after
2365 PASS [["inserttext","a"]] "foo<sub>[bar</sub>baz]" queryCommandState("inserttext ") after
2366 PASS [["inserttext","a"]] "foo<sub>[bar</sub>baz]" queryCommandValue("inserttext ") after
2367 PASS [["inserttext","a"]] "foo<sup>[bar</sup>baz]": execCommand("inserttext", fa lse, "a") return value
2368 PASS [["inserttext","a"]] "foo<sup>[bar</sup>baz]" checks for modifications to n on-editable content
2369 FAIL [["inserttext","a"]] "foo<sup>[bar</sup>baz]" compare innerHTML assert_equa ls: Unexpected innerHTML (after normalizing inline style) expected "foo<sup>a</s up>" but got "foo<span style=\"font-size:13.3333px\">a</span>"
2370 PASS [["inserttext","a"]] "foo<sup>[bar</sup>baz]" queryCommandIndeterm("insertt ext") before
2371 PASS [["inserttext","a"]] "foo<sup>[bar</sup>baz]" queryCommandState("inserttext ") before
2372 PASS [["inserttext","a"]] "foo<sup>[bar</sup>baz]" queryCommandValue("inserttext ") before
2373 PASS [["inserttext","a"]] "foo<sup>[bar</sup>baz]" queryCommandIndeterm("insertt ext") after
2374 PASS [["inserttext","a"]] "foo<sup>[bar</sup>baz]" queryCommandState("inserttext ") after
2375 PASS [["inserttext","a"]] "foo<sup>[bar</sup>baz]" queryCommandValue("inserttext ") after
2376 PASS [["inserttext","a"]] "foo<u>[bar</u>baz]": execCommand("inserttext", false, "a") return value
2377 PASS [["inserttext","a"]] "foo<u>[bar</u>baz]" checks for modifications to non-e ditable content
2378 PASS [["inserttext","a"]] "foo<u>[bar</u>baz]" compare innerHTML
2379 PASS [["inserttext","a"]] "foo<u>[bar</u>baz]" queryCommandIndeterm("inserttext" ) before
2380 PASS [["inserttext","a"]] "foo<u>[bar</u>baz]" queryCommandState("inserttext") b efore
2381 PASS [["inserttext","a"]] "foo<u>[bar</u>baz]" queryCommandValue("inserttext") b efore
2382 PASS [["inserttext","a"]] "foo<u>[bar</u>baz]" queryCommandIndeterm("inserttext" ) after
2383 PASS [["inserttext","a"]] "foo<u>[bar</u>baz]" queryCommandState("inserttext") a fter
2384 PASS [["inserttext","a"]] "foo<u>[bar</u>baz]" queryCommandValue("inserttext") a fter
2385 PASS [["inserttext","a"]] "foo<a href=http://www.google.com>[bar</a>baz]": execC ommand("inserttext", false, "a") return value
2386 PASS [["inserttext","a"]] "foo<a href=http://www.google.com>[bar</a>baz]" checks for modifications to non-editable content
2387 FAIL [["inserttext","a"]] "foo<a href=http://www.google.com>[bar</a>baz]" compar e innerHTML assert_equals: Unexpected innerHTML (after normalizing inline style) expected "foo<a href=\"http://www.google.com\">a</a>" but got "fooa"
2388 PASS [["inserttext","a"]] "foo<a href=http://www.google.com>[bar</a>baz]" queryC ommandIndeterm("inserttext") before
2389 PASS [["inserttext","a"]] "foo<a href=http://www.google.com>[bar</a>baz]" queryC ommandState("inserttext") before
2390 PASS [["inserttext","a"]] "foo<a href=http://www.google.com>[bar</a>baz]" queryC ommandValue("inserttext") before
2391 PASS [["inserttext","a"]] "foo<a href=http://www.google.com>[bar</a>baz]" queryC ommandIndeterm("inserttext") after
2392 PASS [["inserttext","a"]] "foo<a href=http://www.google.com>[bar</a>baz]" queryC ommandState("inserttext") after
2393 PASS [["inserttext","a"]] "foo<a href=http://www.google.com>[bar</a>baz]" queryC ommandValue("inserttext") after
2394 PASS [["inserttext","a"]] "foo<font face=sans-serif>[bar</font>baz]": execComman d("inserttext", false, "a") return value
2395 PASS [["inserttext","a"]] "foo<font face=sans-serif>[bar</font>baz]" checks for modifications to non-editable content
2396 PASS [["inserttext","a"]] "foo<font face=sans-serif>[bar</font>baz]" compare inn erHTML
2397 PASS [["inserttext","a"]] "foo<font face=sans-serif>[bar</font>baz]" queryComman dIndeterm("inserttext") before
2398 PASS [["inserttext","a"]] "foo<font face=sans-serif>[bar</font>baz]" queryComman dState("inserttext") before
2399 PASS [["inserttext","a"]] "foo<font face=sans-serif>[bar</font>baz]" queryComman dValue("inserttext") before
2400 PASS [["inserttext","a"]] "foo<font face=sans-serif>[bar</font>baz]" queryComman dIndeterm("inserttext") after
2401 PASS [["inserttext","a"]] "foo<font face=sans-serif>[bar</font>baz]" queryComman dState("inserttext") after
2402 PASS [["inserttext","a"]] "foo<font face=sans-serif>[bar</font>baz]" queryComman dValue("inserttext") after
2403 PASS [["inserttext","a"]] "foo<font size=4>[bar</font>baz]": execCommand("insert text", false, "a") return value
2404 PASS [["inserttext","a"]] "foo<font size=4>[bar</font>baz]" checks for modificat ions to non-editable content
2405 PASS [["inserttext","a"]] "foo<font size=4>[bar</font>baz]" compare innerHTML
2406 PASS [["inserttext","a"]] "foo<font size=4>[bar</font>baz]" queryCommandIndeterm ("inserttext") before
2407 PASS [["inserttext","a"]] "foo<font size=4>[bar</font>baz]" queryCommandState("i nserttext") before
2408 PASS [["inserttext","a"]] "foo<font size=4>[bar</font>baz]" queryCommandValue("i nserttext") before
2409 PASS [["inserttext","a"]] "foo<font size=4>[bar</font>baz]" queryCommandIndeterm ("inserttext") after
2410 PASS [["inserttext","a"]] "foo<font size=4>[bar</font>baz]" queryCommandState("i nserttext") after
2411 PASS [["inserttext","a"]] "foo<font size=4>[bar</font>baz]" queryCommandValue("i nserttext") after
2412 PASS [["inserttext","a"]] "foo<font color=#0000FF>[bar</font>baz]": execCommand( "inserttext", false, "a") return value
2413 PASS [["inserttext","a"]] "foo<font color=#0000FF>[bar</font>baz]" checks for mo difications to non-editable content
2414 FAIL [["inserttext","a"]] "foo<font color=#0000FF>[bar</font>baz]" compare inner HTML assert_equals: Unexpected innerHTML (after normalizing inline style) expect ed "foo<font color=\"#0000FF\">a</font>" but got "foo<font color=\"#0000ff\">a</ font>"
2415 PASS [["inserttext","a"]] "foo<font color=#0000FF>[bar</font>baz]" queryCommandI ndeterm("inserttext") before
2416 PASS [["inserttext","a"]] "foo<font color=#0000FF>[bar</font>baz]" queryCommandS tate("inserttext") before
2417 PASS [["inserttext","a"]] "foo<font color=#0000FF>[bar</font>baz]" queryCommandV alue("inserttext") before
2418 PASS [["inserttext","a"]] "foo<font color=#0000FF>[bar</font>baz]" queryCommandI ndeterm("inserttext") after
2419 PASS [["inserttext","a"]] "foo<font color=#0000FF>[bar</font>baz]" queryCommandS tate("inserttext") after
2420 PASS [["inserttext","a"]] "foo<font color=#0000FF>[bar</font>baz]" queryCommandV alue("inserttext") after
2421 PASS [["inserttext","a"]] "foo<span style=background-color:#00FFFF>[bar</span>ba z]": execCommand("inserttext", false, "a") return value
2422 PASS [["inserttext","a"]] "foo<span style=background-color:#00FFFF>[bar</span>ba z]" checks for modifications to non-editable content
2423 PASS [["inserttext","a"]] "foo<span style=background-color:#00FFFF>[bar</span>ba z]" compare innerHTML
2424 PASS [["inserttext","a"]] "foo<span style=background-color:#00FFFF>[bar</span>ba z]" queryCommandIndeterm("inserttext") before
2425 PASS [["inserttext","a"]] "foo<span style=background-color:#00FFFF>[bar</span>ba z]" queryCommandState("inserttext") before
2426 PASS [["inserttext","a"]] "foo<span style=background-color:#00FFFF>[bar</span>ba z]" queryCommandValue("inserttext") before
2427 PASS [["inserttext","a"]] "foo<span style=background-color:#00FFFF>[bar</span>ba z]" queryCommandIndeterm("inserttext") after
2428 PASS [["inserttext","a"]] "foo<span style=background-color:#00FFFF>[bar</span>ba z]" queryCommandState("inserttext") after
2429 PASS [["inserttext","a"]] "foo<span style=background-color:#00FFFF>[bar</span>ba z]" queryCommandValue("inserttext") after
2430 PASS [["inserttext","a"]] "foo<a href=http://www.google.com><font color=blue>[ba r</font></a>baz]": execCommand("inserttext", false, "a") return value
2431 PASS [["inserttext","a"]] "foo<a href=http://www.google.com><font color=blue>[ba r</font></a>baz]" checks for modifications to non-editable content
2432 FAIL [["inserttext","a"]] "foo<a href=http://www.google.com><font color=blue>[ba r</font></a>baz]" compare innerHTML assert_equals: Unexpected innerHTML (after n ormalizing inline style) expected "foo<a href=\"http://www.google.com\"><font co lor=\"blue\">a</font></a>" but got "fooa"
2433 PASS [["inserttext","a"]] "foo<a href=http://www.google.com><font color=blue>[ba r</font></a>baz]" queryCommandIndeterm("inserttext") before
2434 PASS [["inserttext","a"]] "foo<a href=http://www.google.com><font color=blue>[ba r</font></a>baz]" queryCommandState("inserttext") before
2435 PASS [["inserttext","a"]] "foo<a href=http://www.google.com><font color=blue>[ba r</font></a>baz]" queryCommandValue("inserttext") before
2436 PASS [["inserttext","a"]] "foo<a href=http://www.google.com><font color=blue>[ba r</font></a>baz]" queryCommandIndeterm("inserttext") after
2437 PASS [["inserttext","a"]] "foo<a href=http://www.google.com><font color=blue>[ba r</font></a>baz]" queryCommandState("inserttext") after
2438 PASS [["inserttext","a"]] "foo<a href=http://www.google.com><font color=blue>[ba r</font></a>baz]" queryCommandValue("inserttext") after
2439 PASS [["inserttext","a"]] "foo<font color=blue><a href=http://www.google.com>[ba r</a></font>baz]": execCommand("inserttext", false, "a") return value
2440 PASS [["inserttext","a"]] "foo<font color=blue><a href=http://www.google.com>[ba r</a></font>baz]" checks for modifications to non-editable content
2441 FAIL [["inserttext","a"]] "foo<font color=blue><a href=http://www.google.com>[ba r</a></font>baz]" compare innerHTML assert_equals: Unexpected innerHTML (after n ormalizing inline style) expected "foo<font color=\"blue\"><a href=\"http://www. google.com\">a</a></font>" but got "foo<font color=\"#0000ff\">a</font>"
2442 PASS [["inserttext","a"]] "foo<font color=blue><a href=http://www.google.com>[ba r</a></font>baz]" queryCommandIndeterm("inserttext") before
2443 PASS [["inserttext","a"]] "foo<font color=blue><a href=http://www.google.com>[ba r</a></font>baz]" queryCommandState("inserttext") before
2444 PASS [["inserttext","a"]] "foo<font color=blue><a href=http://www.google.com>[ba r</a></font>baz]" queryCommandValue("inserttext") before
2445 PASS [["inserttext","a"]] "foo<font color=blue><a href=http://www.google.com>[ba r</a></font>baz]" queryCommandIndeterm("inserttext") after
2446 PASS [["inserttext","a"]] "foo<font color=blue><a href=http://www.google.com>[ba r</a></font>baz]" queryCommandState("inserttext") after
2447 PASS [["inserttext","a"]] "foo<font color=blue><a href=http://www.google.com>[ba r</a></font>baz]" queryCommandValue("inserttext") after
2448 PASS [["inserttext","a"]] "foo<a href=http://www.google.com><font color=brown>[b ar</font></a>baz]": execCommand("inserttext", false, "a") return value
2449 PASS [["inserttext","a"]] "foo<a href=http://www.google.com><font color=brown>[b ar</font></a>baz]" checks for modifications to non-editable content
2450 FAIL [["inserttext","a"]] "foo<a href=http://www.google.com><font color=brown>[b ar</font></a>baz]" compare innerHTML assert_equals: Unexpected innerHTML (after normalizing inline style) expected "foo<a href=\"http://www.google.com\"><font c olor=\"brown\">a</font></a>" but got "foo<font color=\"#a52a2a\">a</font>"
2451 PASS [["inserttext","a"]] "foo<a href=http://www.google.com><font color=brown>[b ar</font></a>baz]" queryCommandIndeterm("inserttext") before
2452 PASS [["inserttext","a"]] "foo<a href=http://www.google.com><font color=brown>[b ar</font></a>baz]" queryCommandState("inserttext") before
2453 PASS [["inserttext","a"]] "foo<a href=http://www.google.com><font color=brown>[b ar</font></a>baz]" queryCommandValue("inserttext") before
2454 PASS [["inserttext","a"]] "foo<a href=http://www.google.com><font color=brown>[b ar</font></a>baz]" queryCommandIndeterm("inserttext") after
2455 PASS [["inserttext","a"]] "foo<a href=http://www.google.com><font color=brown>[b ar</font></a>baz]" queryCommandState("inserttext") after
2456 PASS [["inserttext","a"]] "foo<a href=http://www.google.com><font color=brown>[b ar</font></a>baz]" queryCommandValue("inserttext") after
2457 PASS [["inserttext","a"]] "foo<font color=brown><a href=http://www.google.com>[b ar</a></font>baz]": execCommand("inserttext", false, "a") return value
2458 PASS [["inserttext","a"]] "foo<font color=brown><a href=http://www.google.com>[b ar</a></font>baz]" checks for modifications to non-editable content
2459 FAIL [["inserttext","a"]] "foo<font color=brown><a href=http://www.google.com>[b ar</a></font>baz]" compare innerHTML assert_equals: Unexpected innerHTML (after normalizing inline style) expected "foo<font color=\"brown\"><a href=\"http://ww w.google.com\">a</a></font>" but got "fooa"
2460 PASS [["inserttext","a"]] "foo<font color=brown><a href=http://www.google.com>[b ar</a></font>baz]" queryCommandIndeterm("inserttext") before
2461 PASS [["inserttext","a"]] "foo<font color=brown><a href=http://www.google.com>[b ar</a></font>baz]" queryCommandState("inserttext") before
2462 PASS [["inserttext","a"]] "foo<font color=brown><a href=http://www.google.com>[b ar</a></font>baz]" queryCommandValue("inserttext") before
2463 PASS [["inserttext","a"]] "foo<font color=brown><a href=http://www.google.com>[b ar</a></font>baz]" queryCommandIndeterm("inserttext") after
2464 PASS [["inserttext","a"]] "foo<font color=brown><a href=http://www.google.com>[b ar</a></font>baz]" queryCommandState("inserttext") after
2465 PASS [["inserttext","a"]] "foo<font color=brown><a href=http://www.google.com>[b ar</a></font>baz]" queryCommandValue("inserttext") after
2466 PASS [["inserttext","a"]] "foo<a href=http://www.google.com><font color=black>[b ar</font></a>baz]": execCommand("inserttext", false, "a") return value
2467 PASS [["inserttext","a"]] "foo<a href=http://www.google.com><font color=black>[b ar</font></a>baz]" checks for modifications to non-editable content
2468 FAIL [["inserttext","a"]] "foo<a href=http://www.google.com><font color=black>[b ar</font></a>baz]" compare innerHTML assert_equals: Unexpected innerHTML (after normalizing inline style) expected "foo<a href=\"http://www.google.com\"><font c olor=\"black\">a</font></a>" but got "fooa"
2469 PASS [["inserttext","a"]] "foo<a href=http://www.google.com><font color=black>[b ar</font></a>baz]" queryCommandIndeterm("inserttext") before
2470 PASS [["inserttext","a"]] "foo<a href=http://www.google.com><font color=black>[b ar</font></a>baz]" queryCommandState("inserttext") before
2471 PASS [["inserttext","a"]] "foo<a href=http://www.google.com><font color=black>[b ar</font></a>baz]" queryCommandValue("inserttext") before
2472 PASS [["inserttext","a"]] "foo<a href=http://www.google.com><font color=black>[b ar</font></a>baz]" queryCommandIndeterm("inserttext") after
2473 PASS [["inserttext","a"]] "foo<a href=http://www.google.com><font color=black>[b ar</font></a>baz]" queryCommandState("inserttext") after
2474 PASS [["inserttext","a"]] "foo<a href=http://www.google.com><font color=black>[b ar</font></a>baz]" queryCommandValue("inserttext") after
2475 PASS [["inserttext","a"]] "foo<a href=http://www.google.com><u>[bar</u></a>baz]" : execCommand("inserttext", false, "a") return value
2476 PASS [["inserttext","a"]] "foo<a href=http://www.google.com><u>[bar</u></a>baz]" checks for modifications to non-editable content
2477 FAIL [["inserttext","a"]] "foo<a href=http://www.google.com><u>[bar</u></a>baz]" compare innerHTML assert_equals: Unexpected innerHTML (after normalizing inline style) expected "foo<a href=\"http://www.google.com\"><u>a</u></a>" but got "fo oa"
2478 PASS [["inserttext","a"]] "foo<a href=http://www.google.com><u>[bar</u></a>baz]" queryCommandIndeterm("inserttext") before
2479 PASS [["inserttext","a"]] "foo<a href=http://www.google.com><u>[bar</u></a>baz]" queryCommandState("inserttext") before
2480 PASS [["inserttext","a"]] "foo<a href=http://www.google.com><u>[bar</u></a>baz]" queryCommandValue("inserttext") before
2481 PASS [["inserttext","a"]] "foo<a href=http://www.google.com><u>[bar</u></a>baz]" queryCommandIndeterm("inserttext") after
2482 PASS [["inserttext","a"]] "foo<a href=http://www.google.com><u>[bar</u></a>baz]" queryCommandState("inserttext") after
2483 PASS [["inserttext","a"]] "foo<a href=http://www.google.com><u>[bar</u></a>baz]" queryCommandValue("inserttext") after
2484 PASS [["inserttext","a"]] "foo<u><a href=http://www.google.com>[bar</a></u>baz]" : execCommand("inserttext", false, "a") return value
2485 PASS [["inserttext","a"]] "foo<u><a href=http://www.google.com>[bar</a></u>baz]" checks for modifications to non-editable content
2486 FAIL [["inserttext","a"]] "foo<u><a href=http://www.google.com>[bar</a></u>baz]" compare innerHTML assert_equals: Unexpected innerHTML (after normalizing inline style) expected "foo<u><a href=\"http://www.google.com\">a</a></u>" but got "fo o<u>a</u>"
2487 PASS [["inserttext","a"]] "foo<u><a href=http://www.google.com>[bar</a></u>baz]" queryCommandIndeterm("inserttext") before
2488 PASS [["inserttext","a"]] "foo<u><a href=http://www.google.com>[bar</a></u>baz]" queryCommandState("inserttext") before
2489 PASS [["inserttext","a"]] "foo<u><a href=http://www.google.com>[bar</a></u>baz]" queryCommandValue("inserttext") before
2490 PASS [["inserttext","a"]] "foo<u><a href=http://www.google.com>[bar</a></u>baz]" queryCommandIndeterm("inserttext") after
2491 PASS [["inserttext","a"]] "foo<u><a href=http://www.google.com>[bar</a></u>baz]" queryCommandState("inserttext") after
2492 PASS [["inserttext","a"]] "foo<u><a href=http://www.google.com>[bar</a></u>baz]" queryCommandValue("inserttext") after
2493 PASS [["inserttext","a"]] "foo<sub><font size=2>[bar</font></sub>baz]": execComm and("inserttext", false, "a") return value
2494 PASS [["inserttext","a"]] "foo<sub><font size=2>[bar</font></sub>baz]" checks fo r modifications to non-editable content
2495 FAIL [["inserttext","a"]] "foo<sub><font size=2>[bar</font></sub>baz]" compare i nnerHTML assert_equals: Unexpected innerHTML (after normalizing inline style) ex pected "foo<sub><font size=\"2\">a</font></sub>" but got "foo<font size=\"2\">a< /font>"
2496 PASS [["inserttext","a"]] "foo<sub><font size=2>[bar</font></sub>baz]" queryComm andIndeterm("inserttext") before
2497 PASS [["inserttext","a"]] "foo<sub><font size=2>[bar</font></sub>baz]" queryComm andState("inserttext") before
2498 PASS [["inserttext","a"]] "foo<sub><font size=2>[bar</font></sub>baz]" queryComm andValue("inserttext") before
2499 PASS [["inserttext","a"]] "foo<sub><font size=2>[bar</font></sub>baz]" queryComm andIndeterm("inserttext") after
2500 PASS [["inserttext","a"]] "foo<sub><font size=2>[bar</font></sub>baz]" queryComm andState("inserttext") after
2501 PASS [["inserttext","a"]] "foo<sub><font size=2>[bar</font></sub>baz]" queryComm andValue("inserttext") after
2502 PASS [["inserttext","a"]] "foo<font size=2><sub>[bar</sub></font>baz]": execComm and("inserttext", false, "a") return value
2503 PASS [["inserttext","a"]] "foo<font size=2><sub>[bar</sub></font>baz]" checks fo r modifications to non-editable content
2504 FAIL [["inserttext","a"]] "foo<font size=2><sub>[bar</sub></font>baz]" compare i nnerHTML assert_equals: Unexpected innerHTML (after normalizing inline style) ex pected "foo<font size=\"2\"><sub>a</sub></font>" but got "foo<span style=\"font- size:10.8333px\">a</span>"
2505 PASS [["inserttext","a"]] "foo<font size=2><sub>[bar</sub></font>baz]" queryComm andIndeterm("inserttext") before
2506 PASS [["inserttext","a"]] "foo<font size=2><sub>[bar</sub></font>baz]" queryComm andState("inserttext") before
2507 PASS [["inserttext","a"]] "foo<font size=2><sub>[bar</sub></font>baz]" queryComm andValue("inserttext") before
2508 PASS [["inserttext","a"]] "foo<font size=2><sub>[bar</sub></font>baz]" queryComm andIndeterm("inserttext") after
2509 PASS [["inserttext","a"]] "foo<font size=2><sub>[bar</sub></font>baz]" queryComm andState("inserttext") after
2510 PASS [["inserttext","a"]] "foo<font size=2><sub>[bar</sub></font>baz]" queryComm andValue("inserttext") after
2511 PASS [["inserttext","a"]] "foo<sub><font size=3>[bar</font></sub>baz]": execComm and("inserttext", false, "a") return value
2512 PASS [["inserttext","a"]] "foo<sub><font size=3>[bar</font></sub>baz]" checks fo r modifications to non-editable content
2513 FAIL [["inserttext","a"]] "foo<sub><font size=3>[bar</font></sub>baz]" compare i nnerHTML assert_equals: Unexpected innerHTML (after normalizing inline style) ex pected "foo<sub><font size=\"3\">a</font></sub>" but got "fooa"
2514 PASS [["inserttext","a"]] "foo<sub><font size=3>[bar</font></sub>baz]" queryComm andIndeterm("inserttext") before
2515 PASS [["inserttext","a"]] "foo<sub><font size=3>[bar</font></sub>baz]" queryComm andState("inserttext") before
2516 PASS [["inserttext","a"]] "foo<sub><font size=3>[bar</font></sub>baz]" queryComm andValue("inserttext") before
2517 PASS [["inserttext","a"]] "foo<sub><font size=3>[bar</font></sub>baz]" queryComm andIndeterm("inserttext") after
2518 PASS [["inserttext","a"]] "foo<sub><font size=3>[bar</font></sub>baz]" queryComm andState("inserttext") after
2519 PASS [["inserttext","a"]] "foo<sub><font size=3>[bar</font></sub>baz]" queryComm andValue("inserttext") after
2520 PASS [["inserttext","a"]] "foo<font size=3><sub>[bar</sub></font>baz]": execComm and("inserttext", false, "a") return value
2521 PASS [["inserttext","a"]] "foo<font size=3><sub>[bar</sub></font>baz]" checks fo r modifications to non-editable content
2522 FAIL [["inserttext","a"]] "foo<font size=3><sub>[bar</sub></font>baz]" compare i nnerHTML assert_equals: Unexpected innerHTML (after normalizing inline style) ex pected "foo<font size=\"3\"><sub>a</sub></font>" but got "foo<span style=\"font- size:13.3333px\">a</span>"
2523 PASS [["inserttext","a"]] "foo<font size=3><sub>[bar</sub></font>baz]" queryComm andIndeterm("inserttext") before
2524 PASS [["inserttext","a"]] "foo<font size=3><sub>[bar</sub></font>baz]" queryComm andState("inserttext") before
2525 PASS [["inserttext","a"]] "foo<font size=3><sub>[bar</sub></font>baz]" queryComm andValue("inserttext") before
2526 PASS [["inserttext","a"]] "foo<font size=3><sub>[bar</sub></font>baz]" queryComm andIndeterm("inserttext") after
2527 PASS [["inserttext","a"]] "foo<font size=3><sub>[bar</sub></font>baz]" queryComm andState("inserttext") after
2528 PASS [["inserttext","a"]] "foo<font size=3><sub>[bar</sub></font>baz]" queryComm andValue("inserttext") after
2529 PASS [["inserttext","a"]] "<blockquote><font color=blue>[foo]</font></blockquote >": execCommand("inserttext", false, "a") return value
2530 PASS [["inserttext","a"]] "<blockquote><font color=blue>[foo]</font></blockquote >" checks for modifications to non-editable content
2531 PASS [["inserttext","a"]] "<blockquote><font color=blue>[foo]</font></blockquote >" compare innerHTML
2532 PASS [["inserttext","a"]] "<blockquote><font color=blue>[foo]</font></blockquote >" queryCommandIndeterm("inserttext") before
2533 PASS [["inserttext","a"]] "<blockquote><font color=blue>[foo]</font></blockquote >" queryCommandState("inserttext") before
2534 PASS [["inserttext","a"]] "<blockquote><font color=blue>[foo]</font></blockquote >" queryCommandValue("inserttext") before
2535 PASS [["inserttext","a"]] "<blockquote><font color=blue>[foo]</font></blockquote >" queryCommandIndeterm("inserttext") after
2536 PASS [["inserttext","a"]] "<blockquote><font color=blue>[foo]</font></blockquote >" queryCommandState("inserttext") after
2537 PASS [["inserttext","a"]] "<blockquote><font color=blue>[foo]</font></blockquote >" queryCommandValue("inserttext") after
2538 Harness: the test ran to completion.
2539
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698