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

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

Issue 2775503005: Editing: queryCommandValue("stylewithcss") should always return an empty string. (Closed)
Patch Set: . Created 3 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
1 This is a testharness.js-based test. 1 This is a testharness.js-based test.
2 Found 2534 tests; 2373 PASS, 161 FAIL, 0 TIMEOUT, 0 NOTRUN. 2 Found 2534 tests; 2469 PASS, 65 FAIL, 0 TIMEOUT, 0 NOTRUN.
3 PASS [["inserttext","a"]] "foo[bar]baz": execCommand("inserttext", false, "a") r eturn value 3 PASS [["inserttext","a"]] "foo[bar]baz": execCommand("inserttext", false, "a") r eturn value
4 PASS [["inserttext","a"]] "foo[bar]baz" checks for modifications to non-editable content 4 PASS [["inserttext","a"]] "foo[bar]baz" checks for modifications to non-editable content
5 PASS [["inserttext","a"]] "foo[bar]baz" compare innerHTML 5 PASS [["inserttext","a"]] "foo[bar]baz" compare innerHTML
6 PASS [["inserttext","a"]] "foo[bar]baz" queryCommandIndeterm("inserttext") befor e 6 PASS [["inserttext","a"]] "foo[bar]baz" queryCommandIndeterm("inserttext") befor e
7 PASS [["inserttext","a"]] "foo[bar]baz" queryCommandState("inserttext") before 7 PASS [["inserttext","a"]] "foo[bar]baz" queryCommandState("inserttext") before
8 PASS [["inserttext","a"]] "foo[bar]baz" queryCommandValue("inserttext") before 8 PASS [["inserttext","a"]] "foo[bar]baz" queryCommandValue("inserttext") before
9 PASS [["inserttext","a"]] "foo[bar]baz" queryCommandIndeterm("inserttext") after 9 PASS [["inserttext","a"]] "foo[bar]baz" queryCommandIndeterm("inserttext") after
10 PASS [["inserttext","a"]] "foo[bar]baz" queryCommandState("inserttext") after 10 PASS [["inserttext","a"]] "foo[bar]baz" queryCommandState("inserttext") after
11 PASS [["inserttext","a"]] "foo[bar]baz" queryCommandValue("inserttext") after 11 PASS [["inserttext","a"]] "foo[bar]baz" queryCommandValue("inserttext") after
12 PASS [["inserttext",""]] "foo[bar]baz": execCommand("inserttext", false, "") ret urn value 12 PASS [["inserttext",""]] "foo[bar]baz": execCommand("inserttext", false, "") ret urn value
(...skipping 1320 matching lines...) Expand 10 before | Expand all | Expand 10 after
1333 PASS [["inserttext","a"]] "<p>foo{<span style=color:#aBcDeF>bar</span>}baz" quer yCommandValue("inserttext") before 1333 PASS [["inserttext","a"]] "<p>foo{<span style=color:#aBcDeF>bar</span>}baz" quer yCommandValue("inserttext") before
1334 PASS [["inserttext","a"]] "<p>foo{<span style=color:#aBcDeF>bar</span>}baz" quer yCommandIndeterm("inserttext") after 1334 PASS [["inserttext","a"]] "<p>foo{<span style=color:#aBcDeF>bar</span>}baz" quer yCommandIndeterm("inserttext") after
1335 PASS [["inserttext","a"]] "<p>foo{<span style=color:#aBcDeF>bar</span>}baz" quer yCommandState("inserttext") after 1335 PASS [["inserttext","a"]] "<p>foo{<span style=color:#aBcDeF>bar</span>}baz" quer yCommandState("inserttext") after
1336 PASS [["inserttext","a"]] "<p>foo{<span style=color:#aBcDeF>bar</span>}baz" quer yCommandValue("inserttext") after 1336 PASS [["inserttext","a"]] "<p>foo{<span style=color:#aBcDeF>bar</span>}baz" quer yCommandValue("inserttext") after
1337 PASS [["stylewithcss","true"],["inserttext","a"]] "<p>[foo<span style=color:#aBc DeF>bar]</span>baz": execCommand("stylewithcss", false, "true") return value 1337 PASS [["stylewithcss","true"],["inserttext","a"]] "<p>[foo<span style=color:#aBc DeF>bar]</span>baz": execCommand("stylewithcss", false, "true") return value
1338 PASS [["stylewithcss","true"],["inserttext","a"]] "<p>[foo<span style=color:#aBc DeF>bar]</span>baz": execCommand("inserttext", false, "a") return value 1338 PASS [["stylewithcss","true"],["inserttext","a"]] "<p>[foo<span style=color:#aBc DeF>bar]</span>baz": execCommand("inserttext", false, "a") return value
1339 PASS [["stylewithcss","true"],["inserttext","a"]] "<p>[foo<span style=color:#aBc DeF>bar]</span>baz" checks for modifications to non-editable content 1339 PASS [["stylewithcss","true"],["inserttext","a"]] "<p>[foo<span style=color:#aBc DeF>bar]</span>baz" checks for modifications to non-editable content
1340 PASS [["stylewithcss","true"],["inserttext","a"]] "<p>[foo<span style=color:#aBc DeF>bar]</span>baz" compare innerHTML 1340 PASS [["stylewithcss","true"],["inserttext","a"]] "<p>[foo<span style=color:#aBc DeF>bar]</span>baz" compare innerHTML
1341 PASS [["stylewithcss","true"],["inserttext","a"]] "<p>[foo<span style=color:#aBc DeF>bar]</span>baz" queryCommandIndeterm("stylewithcss") before 1341 PASS [["stylewithcss","true"],["inserttext","a"]] "<p>[foo<span style=color:#aBc DeF>bar]</span>baz" queryCommandIndeterm("stylewithcss") before
1342 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 1342 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
1343 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" 1343 PASS [["stylewithcss","true"],["inserttext","a"]] "<p>[foo<span style=color:#aBc DeF>bar]</span>baz" queryCommandValue("stylewithcss") before
1344 PASS [["stylewithcss","true"],["inserttext","a"]] "<p>[foo<span style=color:#aBc DeF>bar]</span>baz" queryCommandIndeterm("stylewithcss") after 1344 PASS [["stylewithcss","true"],["inserttext","a"]] "<p>[foo<span style=color:#aBc DeF>bar]</span>baz" queryCommandIndeterm("stylewithcss") after
1345 PASS [["stylewithcss","true"],["inserttext","a"]] "<p>[foo<span style=color:#aBc DeF>bar]</span>baz" queryCommandState("stylewithcss") after 1345 PASS [["stylewithcss","true"],["inserttext","a"]] "<p>[foo<span style=color:#aBc DeF>bar]</span>baz" queryCommandState("stylewithcss") after
1346 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" 1346 PASS [["stylewithcss","true"],["inserttext","a"]] "<p>[foo<span style=color:#aBc DeF>bar]</span>baz" queryCommandValue("stylewithcss") after
1347 PASS [["stylewithcss","true"],["inserttext","a"]] "<p>[foo<span style=color:#aBc DeF>bar]</span>baz" queryCommandIndeterm("inserttext") before 1347 PASS [["stylewithcss","true"],["inserttext","a"]] "<p>[foo<span style=color:#aBc DeF>bar]</span>baz" queryCommandIndeterm("inserttext") before
1348 PASS [["stylewithcss","true"],["inserttext","a"]] "<p>[foo<span style=color:#aBc DeF>bar]</span>baz" queryCommandState("inserttext") before 1348 PASS [["stylewithcss","true"],["inserttext","a"]] "<p>[foo<span style=color:#aBc DeF>bar]</span>baz" queryCommandState("inserttext") before
1349 PASS [["stylewithcss","true"],["inserttext","a"]] "<p>[foo<span style=color:#aBc DeF>bar]</span>baz" queryCommandValue("inserttext") before 1349 PASS [["stylewithcss","true"],["inserttext","a"]] "<p>[foo<span style=color:#aBc DeF>bar]</span>baz" queryCommandValue("inserttext") before
1350 PASS [["stylewithcss","true"],["inserttext","a"]] "<p>[foo<span style=color:#aBc DeF>bar]</span>baz" queryCommandIndeterm("inserttext") after 1350 PASS [["stylewithcss","true"],["inserttext","a"]] "<p>[foo<span style=color:#aBc DeF>bar]</span>baz" queryCommandIndeterm("inserttext") after
1351 PASS [["stylewithcss","true"],["inserttext","a"]] "<p>[foo<span style=color:#aBc DeF>bar]</span>baz" queryCommandState("inserttext") after 1351 PASS [["stylewithcss","true"],["inserttext","a"]] "<p>[foo<span style=color:#aBc DeF>bar]</span>baz" queryCommandState("inserttext") after
1352 PASS [["stylewithcss","true"],["inserttext","a"]] "<p>[foo<span style=color:#aBc DeF>bar]</span>baz" queryCommandValue("inserttext") after 1352 PASS [["stylewithcss","true"],["inserttext","a"]] "<p>[foo<span style=color:#aBc DeF>bar]</span>baz" queryCommandValue("inserttext") after
1353 PASS [["stylewithcss","false"],["inserttext","a"]] "<p>[foo<span style=color:#aB cDeF>bar]</span>baz": execCommand("stylewithcss", false, "false") return value 1353 PASS [["stylewithcss","false"],["inserttext","a"]] "<p>[foo<span style=color:#aB cDeF>bar]</span>baz": execCommand("stylewithcss", false, "false") return value
1354 PASS [["stylewithcss","false"],["inserttext","a"]] "<p>[foo<span style=color:#aB cDeF>bar]</span>baz": execCommand("inserttext", false, "a") return value 1354 PASS [["stylewithcss","false"],["inserttext","a"]] "<p>[foo<span style=color:#aB cDeF>bar]</span>baz": execCommand("inserttext", false, "a") return value
1355 PASS [["stylewithcss","false"],["inserttext","a"]] "<p>[foo<span style=color:#aB cDeF>bar]</span>baz" checks for modifications to non-editable content 1355 PASS [["stylewithcss","false"],["inserttext","a"]] "<p>[foo<span style=color:#aB cDeF>bar]</span>baz" checks for modifications to non-editable content
1356 PASS [["stylewithcss","false"],["inserttext","a"]] "<p>[foo<span style=color:#aB cDeF>bar]</span>baz" compare innerHTML 1356 PASS [["stylewithcss","false"],["inserttext","a"]] "<p>[foo<span style=color:#aB cDeF>bar]</span>baz" compare innerHTML
1357 PASS [["stylewithcss","false"],["inserttext","a"]] "<p>[foo<span style=color:#aB cDeF>bar]</span>baz" queryCommandIndeterm("stylewithcss") before 1357 PASS [["stylewithcss","false"],["inserttext","a"]] "<p>[foo<span style=color:#aB cDeF>bar]</span>baz" queryCommandIndeterm("stylewithcss") before
1358 PASS [["stylewithcss","false"],["inserttext","a"]] "<p>[foo<span style=color:#aB cDeF>bar]</span>baz" queryCommandState("stylewithcss") before 1358 PASS [["stylewithcss","false"],["inserttext","a"]] "<p>[foo<span style=color:#aB cDeF>bar]</span>baz" queryCommandState("stylewithcss") before
1359 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" 1359 PASS [["stylewithcss","false"],["inserttext","a"]] "<p>[foo<span style=color:#aB cDeF>bar]</span>baz" queryCommandValue("stylewithcss") before
1360 PASS [["stylewithcss","false"],["inserttext","a"]] "<p>[foo<span style=color:#aB cDeF>bar]</span>baz" queryCommandIndeterm("stylewithcss") after 1360 PASS [["stylewithcss","false"],["inserttext","a"]] "<p>[foo<span style=color:#aB cDeF>bar]</span>baz" queryCommandIndeterm("stylewithcss") after
1361 PASS [["stylewithcss","false"],["inserttext","a"]] "<p>[foo<span style=color:#aB cDeF>bar]</span>baz" queryCommandState("stylewithcss") after 1361 PASS [["stylewithcss","false"],["inserttext","a"]] "<p>[foo<span style=color:#aB cDeF>bar]</span>baz" queryCommandState("stylewithcss") after
1362 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" 1362 PASS [["stylewithcss","false"],["inserttext","a"]] "<p>[foo<span style=color:#aB cDeF>bar]</span>baz" queryCommandValue("stylewithcss") after
1363 PASS [["stylewithcss","false"],["inserttext","a"]] "<p>[foo<span style=color:#aB cDeF>bar]</span>baz" queryCommandIndeterm("inserttext") before 1363 PASS [["stylewithcss","false"],["inserttext","a"]] "<p>[foo<span style=color:#aB cDeF>bar]</span>baz" queryCommandIndeterm("inserttext") before
1364 PASS [["stylewithcss","false"],["inserttext","a"]] "<p>[foo<span style=color:#aB cDeF>bar]</span>baz" queryCommandState("inserttext") before 1364 PASS [["stylewithcss","false"],["inserttext","a"]] "<p>[foo<span style=color:#aB cDeF>bar]</span>baz" queryCommandState("inserttext") before
1365 PASS [["stylewithcss","false"],["inserttext","a"]] "<p>[foo<span style=color:#aB cDeF>bar]</span>baz" queryCommandValue("inserttext") before 1365 PASS [["stylewithcss","false"],["inserttext","a"]] "<p>[foo<span style=color:#aB cDeF>bar]</span>baz" queryCommandValue("inserttext") before
1366 PASS [["stylewithcss","false"],["inserttext","a"]] "<p>[foo<span style=color:#aB cDeF>bar]</span>baz" queryCommandIndeterm("inserttext") after 1366 PASS [["stylewithcss","false"],["inserttext","a"]] "<p>[foo<span style=color:#aB cDeF>bar]</span>baz" queryCommandIndeterm("inserttext") after
1367 PASS [["stylewithcss","false"],["inserttext","a"]] "<p>[foo<span style=color:#aB cDeF>bar]</span>baz" queryCommandState("inserttext") after 1367 PASS [["stylewithcss","false"],["inserttext","a"]] "<p>[foo<span style=color:#aB cDeF>bar]</span>baz" queryCommandState("inserttext") after
1368 PASS [["stylewithcss","false"],["inserttext","a"]] "<p>[foo<span style=color:#aB cDeF>bar]</span>baz" queryCommandValue("inserttext") after 1368 PASS [["stylewithcss","false"],["inserttext","a"]] "<p>[foo<span style=color:#aB cDeF>bar]</span>baz" queryCommandValue("inserttext") after
1369 PASS [["stylewithcss","true"],["inserttext","a"]] "<p>{foo<span style=color:#aBc DeF>bar}</span>baz": execCommand("stylewithcss", false, "true") return value 1369 PASS [["stylewithcss","true"],["inserttext","a"]] "<p>{foo<span style=color:#aBc DeF>bar}</span>baz": execCommand("stylewithcss", false, "true") return value
1370 PASS [["stylewithcss","true"],["inserttext","a"]] "<p>{foo<span style=color:#aBc DeF>bar}</span>baz": execCommand("inserttext", false, "a") return value 1370 PASS [["stylewithcss","true"],["inserttext","a"]] "<p>{foo<span style=color:#aBc DeF>bar}</span>baz": execCommand("inserttext", false, "a") return value
1371 PASS [["stylewithcss","true"],["inserttext","a"]] "<p>{foo<span style=color:#aBc DeF>bar}</span>baz" checks for modifications to non-editable content 1371 PASS [["stylewithcss","true"],["inserttext","a"]] "<p>{foo<span style=color:#aBc DeF>bar}</span>baz" checks for modifications to non-editable content
1372 PASS [["stylewithcss","true"],["inserttext","a"]] "<p>{foo<span style=color:#aBc DeF>bar}</span>baz" compare innerHTML 1372 PASS [["stylewithcss","true"],["inserttext","a"]] "<p>{foo<span style=color:#aBc DeF>bar}</span>baz" compare innerHTML
1373 PASS [["stylewithcss","true"],["inserttext","a"]] "<p>{foo<span style=color:#aBc DeF>bar}</span>baz" queryCommandIndeterm("stylewithcss") before 1373 PASS [["stylewithcss","true"],["inserttext","a"]] "<p>{foo<span style=color:#aBc DeF>bar}</span>baz" queryCommandIndeterm("stylewithcss") before
1374 PASS [["stylewithcss","true"],["inserttext","a"]] "<p>{foo<span style=color:#aBc DeF>bar}</span>baz" queryCommandState("stylewithcss") before 1374 PASS [["stylewithcss","true"],["inserttext","a"]] "<p>{foo<span style=color:#aBc DeF>bar}</span>baz" queryCommandState("stylewithcss") before
1375 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" 1375 PASS [["stylewithcss","true"],["inserttext","a"]] "<p>{foo<span style=color:#aBc DeF>bar}</span>baz" queryCommandValue("stylewithcss") before
1376 PASS [["stylewithcss","true"],["inserttext","a"]] "<p>{foo<span style=color:#aBc DeF>bar}</span>baz" queryCommandIndeterm("stylewithcss") after 1376 PASS [["stylewithcss","true"],["inserttext","a"]] "<p>{foo<span style=color:#aBc DeF>bar}</span>baz" queryCommandIndeterm("stylewithcss") after
1377 PASS [["stylewithcss","true"],["inserttext","a"]] "<p>{foo<span style=color:#aBc DeF>bar}</span>baz" queryCommandState("stylewithcss") after 1377 PASS [["stylewithcss","true"],["inserttext","a"]] "<p>{foo<span style=color:#aBc DeF>bar}</span>baz" queryCommandState("stylewithcss") after
1378 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" 1378 PASS [["stylewithcss","true"],["inserttext","a"]] "<p>{foo<span style=color:#aBc DeF>bar}</span>baz" queryCommandValue("stylewithcss") after
1379 PASS [["stylewithcss","true"],["inserttext","a"]] "<p>{foo<span style=color:#aBc DeF>bar}</span>baz" queryCommandIndeterm("inserttext") before 1379 PASS [["stylewithcss","true"],["inserttext","a"]] "<p>{foo<span style=color:#aBc DeF>bar}</span>baz" queryCommandIndeterm("inserttext") before
1380 PASS [["stylewithcss","true"],["inserttext","a"]] "<p>{foo<span style=color:#aBc DeF>bar}</span>baz" queryCommandState("inserttext") before 1380 PASS [["stylewithcss","true"],["inserttext","a"]] "<p>{foo<span style=color:#aBc DeF>bar}</span>baz" queryCommandState("inserttext") before
1381 PASS [["stylewithcss","true"],["inserttext","a"]] "<p>{foo<span style=color:#aBc DeF>bar}</span>baz" queryCommandValue("inserttext") before 1381 PASS [["stylewithcss","true"],["inserttext","a"]] "<p>{foo<span style=color:#aBc DeF>bar}</span>baz" queryCommandValue("inserttext") before
1382 PASS [["stylewithcss","true"],["inserttext","a"]] "<p>{foo<span style=color:#aBc DeF>bar}</span>baz" queryCommandIndeterm("inserttext") after 1382 PASS [["stylewithcss","true"],["inserttext","a"]] "<p>{foo<span style=color:#aBc DeF>bar}</span>baz" queryCommandIndeterm("inserttext") after
1383 PASS [["stylewithcss","true"],["inserttext","a"]] "<p>{foo<span style=color:#aBc DeF>bar}</span>baz" queryCommandState("inserttext") after 1383 PASS [["stylewithcss","true"],["inserttext","a"]] "<p>{foo<span style=color:#aBc DeF>bar}</span>baz" queryCommandState("inserttext") after
1384 PASS [["stylewithcss","true"],["inserttext","a"]] "<p>{foo<span style=color:#aBc DeF>bar}</span>baz" queryCommandValue("inserttext") after 1384 PASS [["stylewithcss","true"],["inserttext","a"]] "<p>{foo<span style=color:#aBc DeF>bar}</span>baz" queryCommandValue("inserttext") after
1385 PASS [["stylewithcss","false"],["inserttext","a"]] "<p>{foo<span style=color:#aB cDeF>bar}</span>baz": execCommand("stylewithcss", false, "false") return value 1385 PASS [["stylewithcss","false"],["inserttext","a"]] "<p>{foo<span style=color:#aB cDeF>bar}</span>baz": execCommand("stylewithcss", false, "false") return value
1386 PASS [["stylewithcss","false"],["inserttext","a"]] "<p>{foo<span style=color:#aB cDeF>bar}</span>baz": execCommand("inserttext", false, "a") return value 1386 PASS [["stylewithcss","false"],["inserttext","a"]] "<p>{foo<span style=color:#aB cDeF>bar}</span>baz": execCommand("inserttext", false, "a") return value
1387 PASS [["stylewithcss","false"],["inserttext","a"]] "<p>{foo<span style=color:#aB cDeF>bar}</span>baz" checks for modifications to non-editable content 1387 PASS [["stylewithcss","false"],["inserttext","a"]] "<p>{foo<span style=color:#aB cDeF>bar}</span>baz" checks for modifications to non-editable content
1388 PASS [["stylewithcss","false"],["inserttext","a"]] "<p>{foo<span style=color:#aB cDeF>bar}</span>baz" compare innerHTML 1388 PASS [["stylewithcss","false"],["inserttext","a"]] "<p>{foo<span style=color:#aB cDeF>bar}</span>baz" compare innerHTML
1389 PASS [["stylewithcss","false"],["inserttext","a"]] "<p>{foo<span style=color:#aB cDeF>bar}</span>baz" queryCommandIndeterm("stylewithcss") before 1389 PASS [["stylewithcss","false"],["inserttext","a"]] "<p>{foo<span style=color:#aB cDeF>bar}</span>baz" queryCommandIndeterm("stylewithcss") before
1390 PASS [["stylewithcss","false"],["inserttext","a"]] "<p>{foo<span style=color:#aB cDeF>bar}</span>baz" queryCommandState("stylewithcss") before 1390 PASS [["stylewithcss","false"],["inserttext","a"]] "<p>{foo<span style=color:#aB cDeF>bar}</span>baz" queryCommandState("stylewithcss") before
1391 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" 1391 PASS [["stylewithcss","false"],["inserttext","a"]] "<p>{foo<span style=color:#aB cDeF>bar}</span>baz" queryCommandValue("stylewithcss") before
1392 PASS [["stylewithcss","false"],["inserttext","a"]] "<p>{foo<span style=color:#aB cDeF>bar}</span>baz" queryCommandIndeterm("stylewithcss") after 1392 PASS [["stylewithcss","false"],["inserttext","a"]] "<p>{foo<span style=color:#aB cDeF>bar}</span>baz" queryCommandIndeterm("stylewithcss") after
1393 PASS [["stylewithcss","false"],["inserttext","a"]] "<p>{foo<span style=color:#aB cDeF>bar}</span>baz" queryCommandState("stylewithcss") after 1393 PASS [["stylewithcss","false"],["inserttext","a"]] "<p>{foo<span style=color:#aB cDeF>bar}</span>baz" queryCommandState("stylewithcss") after
1394 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" 1394 PASS [["stylewithcss","false"],["inserttext","a"]] "<p>{foo<span style=color:#aB cDeF>bar}</span>baz" queryCommandValue("stylewithcss") after
1395 PASS [["stylewithcss","false"],["inserttext","a"]] "<p>{foo<span style=color:#aB cDeF>bar}</span>baz" queryCommandIndeterm("inserttext") before 1395 PASS [["stylewithcss","false"],["inserttext","a"]] "<p>{foo<span style=color:#aB cDeF>bar}</span>baz" queryCommandIndeterm("inserttext") before
1396 PASS [["stylewithcss","false"],["inserttext","a"]] "<p>{foo<span style=color:#aB cDeF>bar}</span>baz" queryCommandState("inserttext") before 1396 PASS [["stylewithcss","false"],["inserttext","a"]] "<p>{foo<span style=color:#aB cDeF>bar}</span>baz" queryCommandState("inserttext") before
1397 PASS [["stylewithcss","false"],["inserttext","a"]] "<p>{foo<span style=color:#aB cDeF>bar}</span>baz" queryCommandValue("inserttext") before 1397 PASS [["stylewithcss","false"],["inserttext","a"]] "<p>{foo<span style=color:#aB cDeF>bar}</span>baz" queryCommandValue("inserttext") before
1398 PASS [["stylewithcss","false"],["inserttext","a"]] "<p>{foo<span style=color:#aB cDeF>bar}</span>baz" queryCommandIndeterm("inserttext") after 1398 PASS [["stylewithcss","false"],["inserttext","a"]] "<p>{foo<span style=color:#aB cDeF>bar}</span>baz" queryCommandIndeterm("inserttext") after
1399 PASS [["stylewithcss","false"],["inserttext","a"]] "<p>{foo<span style=color:#aB cDeF>bar}</span>baz" queryCommandState("inserttext") after 1399 PASS [["stylewithcss","false"],["inserttext","a"]] "<p>{foo<span style=color:#aB cDeF>bar}</span>baz" queryCommandState("inserttext") after
1400 PASS [["stylewithcss","false"],["inserttext","a"]] "<p>{foo<span style=color:#aB cDeF>bar}</span>baz" queryCommandValue("inserttext") after 1400 PASS [["stylewithcss","false"],["inserttext","a"]] "<p>{foo<span style=color:#aB cDeF>bar}</span>baz" queryCommandValue("inserttext") after
1401 PASS [["inserttext","a"]] "<p>foo<span style=color:#aBcDeF>[bar</span>baz]": exe cCommand("inserttext", false, "a") return value 1401 PASS [["inserttext","a"]] "<p>foo<span style=color:#aBcDeF>[bar</span>baz]": exe cCommand("inserttext", false, "a") return value
1402 PASS [["inserttext","a"]] "<p>foo<span style=color:#aBcDeF>[bar</span>baz]" chec ks for modifications to non-editable content 1402 PASS [["inserttext","a"]] "<p>foo<span style=color:#aBcDeF>[bar</span>baz]" chec ks for modifications to non-editable content
1403 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>" 1403 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>"
1404 PASS [["inserttext","a"]] "<p>foo<span style=color:#aBcDeF>[bar</span>baz]" quer yCommandIndeterm("inserttext") before 1404 PASS [["inserttext","a"]] "<p>foo<span style=color:#aBcDeF>[bar</span>baz]" quer yCommandIndeterm("inserttext") before
(...skipping 10 matching lines...) Expand all
1415 PASS [["inserttext","a"]] "<p>foo<span style=color:#aBcDeF>{bar</span>baz}" quer yCommandValue("inserttext") before 1415 PASS [["inserttext","a"]] "<p>foo<span style=color:#aBcDeF>{bar</span>baz}" quer yCommandValue("inserttext") before
1416 PASS [["inserttext","a"]] "<p>foo<span style=color:#aBcDeF>{bar</span>baz}" quer yCommandIndeterm("inserttext") after 1416 PASS [["inserttext","a"]] "<p>foo<span style=color:#aBcDeF>{bar</span>baz}" quer yCommandIndeterm("inserttext") after
1417 PASS [["inserttext","a"]] "<p>foo<span style=color:#aBcDeF>{bar</span>baz}" quer yCommandState("inserttext") after 1417 PASS [["inserttext","a"]] "<p>foo<span style=color:#aBcDeF>{bar</span>baz}" quer yCommandState("inserttext") after
1418 PASS [["inserttext","a"]] "<p>foo<span style=color:#aBcDeF>{bar</span>baz}" quer yCommandValue("inserttext") after 1418 PASS [["inserttext","a"]] "<p>foo<span style=color:#aBcDeF>{bar</span>baz}" quer yCommandValue("inserttext") after
1419 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 1419 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
1420 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 1420 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
1421 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 1421 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
1422 PASS [["stylewithcss","true"],["inserttext","a"]] "<p>foo<span style=color:#aBcD eF>[bar</span><span style=color:#fEdCbA>baz]</span>quz" compare innerHTML 1422 PASS [["stylewithcss","true"],["inserttext","a"]] "<p>foo<span style=color:#aBcD eF>[bar</span><span style=color:#fEdCbA>baz]</span>quz" compare innerHTML
1423 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 1423 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
1424 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 1424 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
1425 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 " 1425 PASS [["stylewithcss","true"],["inserttext","a"]] "<p>foo<span style=color:#aBcD eF>[bar</span><span style=color:#fEdCbA>baz]</span>quz" queryCommandValue("style withcss") before
1426 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 1426 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
1427 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 1427 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
1428 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" 1428 PASS [["stylewithcss","true"],["inserttext","a"]] "<p>foo<span style=color:#aBcD eF>[bar</span><span style=color:#fEdCbA>baz]</span>quz" queryCommandValue("style withcss") after
1429 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 1429 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
1430 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 1430 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
1431 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 1431 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
1432 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 1432 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
1433 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 1433 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
1434 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 1434 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
1435 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 1435 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
1436 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 1436 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
1437 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 1437 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
1438 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>" 1438 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>"
1439 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 1439 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
1440 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 1440 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
1441 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 " 1441 PASS [["stylewithcss","false"],["inserttext","a"]] "<p>foo<span style=color:#aBc DeF>[bar</span><span style=color:#fEdCbA>baz]</span>quz" queryCommandValue("styl ewithcss") before
1442 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 1442 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
1443 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 1443 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
1444 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 " 1444 PASS [["stylewithcss","false"],["inserttext","a"]] "<p>foo<span style=color:#aBc DeF>[bar</span><span style=color:#fEdCbA>baz]</span>quz" queryCommandValue("styl ewithcss") after
1445 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 1445 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
1446 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 1446 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
1447 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 1447 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
1448 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 1448 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
1449 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 1449 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
1450 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 1450 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
1451 PASS [["inserttext","a"]] "foo<b>[bar]</b>baz": execCommand("inserttext", false, "a") return value 1451 PASS [["inserttext","a"]] "foo<b>[bar]</b>baz": execCommand("inserttext", false, "a") return value
1452 PASS [["inserttext","a"]] "foo<b>[bar]</b>baz" checks for modifications to non-e ditable content 1452 PASS [["inserttext","a"]] "foo<b>[bar]</b>baz" checks for modifications to non-e ditable content
1453 PASS [["inserttext","a"]] "foo<b>[bar]</b>baz" compare innerHTML 1453 PASS [["inserttext","a"]] "foo<b>[bar]</b>baz" compare innerHTML
1454 PASS [["inserttext","a"]] "foo<b>[bar]</b>baz" queryCommandIndeterm("inserttext" ) before 1454 PASS [["inserttext","a"]] "foo<b>[bar]</b>baz" queryCommandIndeterm("inserttext" ) before
(...skipping 190 matching lines...) Expand 10 before | Expand all | Expand 10 after
1645 PASS [["inserttext","a"]] "foo<font size=3><sub>[bar]</sub></font>baz" queryComm andValue("inserttext") before 1645 PASS [["inserttext","a"]] "foo<font size=3><sub>[bar]</sub></font>baz" queryComm andValue("inserttext") before
1646 PASS [["inserttext","a"]] "foo<font size=3><sub>[bar]</sub></font>baz" queryComm andIndeterm("inserttext") after 1646 PASS [["inserttext","a"]] "foo<font size=3><sub>[bar]</sub></font>baz" queryComm andIndeterm("inserttext") after
1647 PASS [["inserttext","a"]] "foo<font size=3><sub>[bar]</sub></font>baz" queryComm andState("inserttext") after 1647 PASS [["inserttext","a"]] "foo<font size=3><sub>[bar]</sub></font>baz" queryComm andState("inserttext") after
1648 PASS [["inserttext","a"]] "foo<font size=3><sub>[bar]</sub></font>baz" queryComm andValue("inserttext") after 1648 PASS [["inserttext","a"]] "foo<font size=3><sub>[bar]</sub></font>baz" queryComm andValue("inserttext") after
1649 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<b>bar]</b>baz": execComm and("stylewithcss", false, "true") return value 1649 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<b>bar]</b>baz": execComm and("stylewithcss", false, "true") return value
1650 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<b>bar]</b>baz": execComm and("inserttext", false, "a") return value 1650 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<b>bar]</b>baz": execComm and("inserttext", false, "a") return value
1651 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<b>bar]</b>baz" checks fo r modifications to non-editable content 1651 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<b>bar]</b>baz" checks fo r modifications to non-editable content
1652 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<b>bar]</b>baz" compare i nnerHTML 1652 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<b>bar]</b>baz" compare i nnerHTML
1653 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<b>bar]</b>baz" queryComm andIndeterm("stylewithcss") before 1653 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<b>bar]</b>baz" queryComm andIndeterm("stylewithcss") before
1654 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<b>bar]</b>baz" queryComm andState("stylewithcss") before 1654 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<b>bar]</b>baz" queryComm andState("stylewithcss") before
1655 FAIL [["stylewithcss","true"],["inserttext","a"]] "[foo<b>bar]</b>baz" queryComm andValue("stylewithcss") before assert_equals: Wrong result returned expected "" but got "false" 1655 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<b>bar]</b>baz" queryComm andValue("stylewithcss") before
1656 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<b>bar]</b>baz" queryComm andIndeterm("stylewithcss") after 1656 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<b>bar]</b>baz" queryComm andIndeterm("stylewithcss") after
1657 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<b>bar]</b>baz" queryComm andState("stylewithcss") after 1657 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<b>bar]</b>baz" queryComm andState("stylewithcss") after
1658 FAIL [["stylewithcss","true"],["inserttext","a"]] "[foo<b>bar]</b>baz" queryComm andValue("stylewithcss") after assert_equals: Wrong result returned expected "" but got "true" 1658 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<b>bar]</b>baz" queryComm andValue("stylewithcss") after
1659 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<b>bar]</b>baz" queryComm andIndeterm("inserttext") before 1659 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<b>bar]</b>baz" queryComm andIndeterm("inserttext") before
1660 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<b>bar]</b>baz" queryComm andState("inserttext") before 1660 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<b>bar]</b>baz" queryComm andState("inserttext") before
1661 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<b>bar]</b>baz" queryComm andValue("inserttext") before 1661 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<b>bar]</b>baz" queryComm andValue("inserttext") before
1662 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<b>bar]</b>baz" queryComm andIndeterm("inserttext") after 1662 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<b>bar]</b>baz" queryComm andIndeterm("inserttext") after
1663 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<b>bar]</b>baz" queryComm andState("inserttext") after 1663 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<b>bar]</b>baz" queryComm andState("inserttext") after
1664 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<b>bar]</b>baz" queryComm andValue("inserttext") after 1664 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<b>bar]</b>baz" queryComm andValue("inserttext") after
1665 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<b>bar]</b>baz": execCom mand("stylewithcss", false, "false") return value 1665 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<b>bar]</b>baz": execCom mand("stylewithcss", false, "false") return value
1666 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<b>bar]</b>baz": execCom mand("inserttext", false, "a") return value 1666 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<b>bar]</b>baz": execCom mand("inserttext", false, "a") return value
1667 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<b>bar]</b>baz" checks f or modifications to non-editable content 1667 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<b>bar]</b>baz" checks f or modifications to non-editable content
1668 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<b>bar]</b>baz" compare innerHTML 1668 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<b>bar]</b>baz" compare innerHTML
1669 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<b>bar]</b>baz" queryCom mandIndeterm("stylewithcss") before 1669 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<b>bar]</b>baz" queryCom mandIndeterm("stylewithcss") before
1670 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<b>bar]</b>baz" queryCom mandState("stylewithcss") before 1670 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<b>bar]</b>baz" queryCom mandState("stylewithcss") before
1671 FAIL [["stylewithcss","false"],["inserttext","a"]] "[foo<b>bar]</b>baz" queryCom mandValue("stylewithcss") before assert_equals: Wrong result returned expected " " but got "true" 1671 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<b>bar]</b>baz" queryCom mandValue("stylewithcss") before
1672 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<b>bar]</b>baz" queryCom mandIndeterm("stylewithcss") after 1672 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<b>bar]</b>baz" queryCom mandIndeterm("stylewithcss") after
1673 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<b>bar]</b>baz" queryCom mandState("stylewithcss") after 1673 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<b>bar]</b>baz" queryCom mandState("stylewithcss") after
1674 FAIL [["stylewithcss","false"],["inserttext","a"]] "[foo<b>bar]</b>baz" queryCom mandValue("stylewithcss") after assert_equals: Wrong result returned expected "" but got "false" 1674 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<b>bar]</b>baz" queryCom mandValue("stylewithcss") after
1675 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<b>bar]</b>baz" queryCom mandIndeterm("inserttext") before 1675 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<b>bar]</b>baz" queryCom mandIndeterm("inserttext") before
1676 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<b>bar]</b>baz" queryCom mandState("inserttext") before 1676 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<b>bar]</b>baz" queryCom mandState("inserttext") before
1677 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<b>bar]</b>baz" queryCom mandValue("inserttext") before 1677 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<b>bar]</b>baz" queryCom mandValue("inserttext") before
1678 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<b>bar]</b>baz" queryCom mandIndeterm("inserttext") after 1678 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<b>bar]</b>baz" queryCom mandIndeterm("inserttext") after
1679 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<b>bar]</b>baz" queryCom mandState("inserttext") after 1679 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<b>bar]</b>baz" queryCom mandState("inserttext") after
1680 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<b>bar]</b>baz" queryCom mandValue("inserttext") after 1680 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<b>bar]</b>baz" queryCom mandValue("inserttext") after
1681 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<i>bar]</i>baz": execComm and("stylewithcss", false, "true") return value 1681 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<i>bar]</i>baz": execComm and("stylewithcss", false, "true") return value
1682 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<i>bar]</i>baz": execComm and("inserttext", false, "a") return value 1682 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<i>bar]</i>baz": execComm and("inserttext", false, "a") return value
1683 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<i>bar]</i>baz" checks fo r modifications to non-editable content 1683 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<i>bar]</i>baz" checks fo r modifications to non-editable content
1684 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<i>bar]</i>baz" compare i nnerHTML 1684 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<i>bar]</i>baz" compare i nnerHTML
1685 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<i>bar]</i>baz" queryComm andIndeterm("stylewithcss") before 1685 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<i>bar]</i>baz" queryComm andIndeterm("stylewithcss") before
1686 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<i>bar]</i>baz" queryComm andState("stylewithcss") before 1686 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<i>bar]</i>baz" queryComm andState("stylewithcss") before
1687 FAIL [["stylewithcss","true"],["inserttext","a"]] "[foo<i>bar]</i>baz" queryComm andValue("stylewithcss") before assert_equals: Wrong result returned expected "" but got "false" 1687 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<i>bar]</i>baz" queryComm andValue("stylewithcss") before
1688 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<i>bar]</i>baz" queryComm andIndeterm("stylewithcss") after 1688 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<i>bar]</i>baz" queryComm andIndeterm("stylewithcss") after
1689 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<i>bar]</i>baz" queryComm andState("stylewithcss") after 1689 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<i>bar]</i>baz" queryComm andState("stylewithcss") after
1690 FAIL [["stylewithcss","true"],["inserttext","a"]] "[foo<i>bar]</i>baz" queryComm andValue("stylewithcss") after assert_equals: Wrong result returned expected "" but got "true" 1690 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<i>bar]</i>baz" queryComm andValue("stylewithcss") after
1691 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<i>bar]</i>baz" queryComm andIndeterm("inserttext") before 1691 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<i>bar]</i>baz" queryComm andIndeterm("inserttext") before
1692 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<i>bar]</i>baz" queryComm andState("inserttext") before 1692 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<i>bar]</i>baz" queryComm andState("inserttext") before
1693 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<i>bar]</i>baz" queryComm andValue("inserttext") before 1693 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<i>bar]</i>baz" queryComm andValue("inserttext") before
1694 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<i>bar]</i>baz" queryComm andIndeterm("inserttext") after 1694 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<i>bar]</i>baz" queryComm andIndeterm("inserttext") after
1695 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<i>bar]</i>baz" queryComm andState("inserttext") after 1695 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<i>bar]</i>baz" queryComm andState("inserttext") after
1696 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<i>bar]</i>baz" queryComm andValue("inserttext") after 1696 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<i>bar]</i>baz" queryComm andValue("inserttext") after
1697 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<i>bar]</i>baz": execCom mand("stylewithcss", false, "false") return value 1697 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<i>bar]</i>baz": execCom mand("stylewithcss", false, "false") return value
1698 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<i>bar]</i>baz": execCom mand("inserttext", false, "a") return value 1698 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<i>bar]</i>baz": execCom mand("inserttext", false, "a") return value
1699 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<i>bar]</i>baz" checks f or modifications to non-editable content 1699 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<i>bar]</i>baz" checks f or modifications to non-editable content
1700 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<i>bar]</i>baz" compare innerHTML 1700 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<i>bar]</i>baz" compare innerHTML
1701 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<i>bar]</i>baz" queryCom mandIndeterm("stylewithcss") before 1701 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<i>bar]</i>baz" queryCom mandIndeterm("stylewithcss") before
1702 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<i>bar]</i>baz" queryCom mandState("stylewithcss") before 1702 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<i>bar]</i>baz" queryCom mandState("stylewithcss") before
1703 FAIL [["stylewithcss","false"],["inserttext","a"]] "[foo<i>bar]</i>baz" queryCom mandValue("stylewithcss") before assert_equals: Wrong result returned expected " " but got "true" 1703 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<i>bar]</i>baz" queryCom mandValue("stylewithcss") before
1704 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<i>bar]</i>baz" queryCom mandIndeterm("stylewithcss") after 1704 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<i>bar]</i>baz" queryCom mandIndeterm("stylewithcss") after
1705 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<i>bar]</i>baz" queryCom mandState("stylewithcss") after 1705 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<i>bar]</i>baz" queryCom mandState("stylewithcss") after
1706 FAIL [["stylewithcss","false"],["inserttext","a"]] "[foo<i>bar]</i>baz" queryCom mandValue("stylewithcss") after assert_equals: Wrong result returned expected "" but got "false" 1706 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<i>bar]</i>baz" queryCom mandValue("stylewithcss") after
1707 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<i>bar]</i>baz" queryCom mandIndeterm("inserttext") before 1707 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<i>bar]</i>baz" queryCom mandIndeterm("inserttext") before
1708 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<i>bar]</i>baz" queryCom mandState("inserttext") before 1708 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<i>bar]</i>baz" queryCom mandState("inserttext") before
1709 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<i>bar]</i>baz" queryCom mandValue("inserttext") before 1709 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<i>bar]</i>baz" queryCom mandValue("inserttext") before
1710 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<i>bar]</i>baz" queryCom mandIndeterm("inserttext") after 1710 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<i>bar]</i>baz" queryCom mandIndeterm("inserttext") after
1711 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<i>bar]</i>baz" queryCom mandState("inserttext") after 1711 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<i>bar]</i>baz" queryCom mandState("inserttext") after
1712 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<i>bar]</i>baz" queryCom mandValue("inserttext") after 1712 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<i>bar]</i>baz" queryCom mandValue("inserttext") after
1713 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<s>bar]</s>baz": execComm and("stylewithcss", false, "true") return value 1713 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<s>bar]</s>baz": execComm and("stylewithcss", false, "true") return value
1714 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<s>bar]</s>baz": execComm and("inserttext", false, "a") return value 1714 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<s>bar]</s>baz": execComm and("inserttext", false, "a") return value
1715 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<s>bar]</s>baz" checks fo r modifications to non-editable content 1715 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<s>bar]</s>baz" checks fo r modifications to non-editable content
1716 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<s>bar]</s>baz" compare i nnerHTML 1716 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<s>bar]</s>baz" compare i nnerHTML
1717 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<s>bar]</s>baz" queryComm andIndeterm("stylewithcss") before 1717 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<s>bar]</s>baz" queryComm andIndeterm("stylewithcss") before
1718 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<s>bar]</s>baz" queryComm andState("stylewithcss") before 1718 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<s>bar]</s>baz" queryComm andState("stylewithcss") before
1719 FAIL [["stylewithcss","true"],["inserttext","a"]] "[foo<s>bar]</s>baz" queryComm andValue("stylewithcss") before assert_equals: Wrong result returned expected "" but got "false" 1719 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<s>bar]</s>baz" queryComm andValue("stylewithcss") before
1720 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<s>bar]</s>baz" queryComm andIndeterm("stylewithcss") after 1720 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<s>bar]</s>baz" queryComm andIndeterm("stylewithcss") after
1721 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<s>bar]</s>baz" queryComm andState("stylewithcss") after 1721 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<s>bar]</s>baz" queryComm andState("stylewithcss") after
1722 FAIL [["stylewithcss","true"],["inserttext","a"]] "[foo<s>bar]</s>baz" queryComm andValue("stylewithcss") after assert_equals: Wrong result returned expected "" but got "true" 1722 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<s>bar]</s>baz" queryComm andValue("stylewithcss") after
1723 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<s>bar]</s>baz" queryComm andIndeterm("inserttext") before 1723 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<s>bar]</s>baz" queryComm andIndeterm("inserttext") before
1724 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<s>bar]</s>baz" queryComm andState("inserttext") before 1724 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<s>bar]</s>baz" queryComm andState("inserttext") before
1725 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<s>bar]</s>baz" queryComm andValue("inserttext") before 1725 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<s>bar]</s>baz" queryComm andValue("inserttext") before
1726 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<s>bar]</s>baz" queryComm andIndeterm("inserttext") after 1726 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<s>bar]</s>baz" queryComm andIndeterm("inserttext") after
1727 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<s>bar]</s>baz" queryComm andState("inserttext") after 1727 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<s>bar]</s>baz" queryComm andState("inserttext") after
1728 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<s>bar]</s>baz" queryComm andValue("inserttext") after 1728 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<s>bar]</s>baz" queryComm andValue("inserttext") after
1729 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<s>bar]</s>baz": execCom mand("stylewithcss", false, "false") return value 1729 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<s>bar]</s>baz": execCom mand("stylewithcss", false, "false") return value
1730 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<s>bar]</s>baz": execCom mand("inserttext", false, "a") return value 1730 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<s>bar]</s>baz": execCom mand("inserttext", false, "a") return value
1731 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<s>bar]</s>baz" checks f or modifications to non-editable content 1731 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<s>bar]</s>baz" checks f or modifications to non-editable content
1732 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<s>bar]</s>baz" compare innerHTML 1732 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<s>bar]</s>baz" compare innerHTML
1733 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<s>bar]</s>baz" queryCom mandIndeterm("stylewithcss") before 1733 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<s>bar]</s>baz" queryCom mandIndeterm("stylewithcss") before
1734 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<s>bar]</s>baz" queryCom mandState("stylewithcss") before 1734 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<s>bar]</s>baz" queryCom mandState("stylewithcss") before
1735 FAIL [["stylewithcss","false"],["inserttext","a"]] "[foo<s>bar]</s>baz" queryCom mandValue("stylewithcss") before assert_equals: Wrong result returned expected " " but got "true" 1735 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<s>bar]</s>baz" queryCom mandValue("stylewithcss") before
1736 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<s>bar]</s>baz" queryCom mandIndeterm("stylewithcss") after 1736 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<s>bar]</s>baz" queryCom mandIndeterm("stylewithcss") after
1737 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<s>bar]</s>baz" queryCom mandState("stylewithcss") after 1737 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<s>bar]</s>baz" queryCom mandState("stylewithcss") after
1738 FAIL [["stylewithcss","false"],["inserttext","a"]] "[foo<s>bar]</s>baz" queryCom mandValue("stylewithcss") after assert_equals: Wrong result returned expected "" but got "false" 1738 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<s>bar]</s>baz" queryCom mandValue("stylewithcss") after
1739 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<s>bar]</s>baz" queryCom mandIndeterm("inserttext") before 1739 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<s>bar]</s>baz" queryCom mandIndeterm("inserttext") before
1740 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<s>bar]</s>baz" queryCom mandState("inserttext") before 1740 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<s>bar]</s>baz" queryCom mandState("inserttext") before
1741 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<s>bar]</s>baz" queryCom mandValue("inserttext") before 1741 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<s>bar]</s>baz" queryCom mandValue("inserttext") before
1742 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<s>bar]</s>baz" queryCom mandIndeterm("inserttext") after 1742 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<s>bar]</s>baz" queryCom mandIndeterm("inserttext") after
1743 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<s>bar]</s>baz" queryCom mandState("inserttext") after 1743 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<s>bar]</s>baz" queryCom mandState("inserttext") after
1744 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<s>bar]</s>baz" queryCom mandValue("inserttext") after 1744 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<s>bar]</s>baz" queryCom mandValue("inserttext") after
1745 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<sub>bar]</sub>baz": exec Command("stylewithcss", false, "true") return value 1745 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<sub>bar]</sub>baz": exec Command("stylewithcss", false, "true") return value
1746 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<sub>bar]</sub>baz": exec Command("inserttext", false, "a") return value 1746 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<sub>bar]</sub>baz": exec Command("inserttext", false, "a") return value
1747 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<sub>bar]</sub>baz" check s for modifications to non-editable content 1747 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<sub>bar]</sub>baz" check s for modifications to non-editable content
1748 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<sub>bar]</sub>baz" compa re innerHTML 1748 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<sub>bar]</sub>baz" compa re innerHTML
1749 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<sub>bar]</sub>baz" query CommandIndeterm("stylewithcss") before 1749 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<sub>bar]</sub>baz" query CommandIndeterm("stylewithcss") before
1750 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<sub>bar]</sub>baz" query CommandState("stylewithcss") before 1750 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<sub>bar]</sub>baz" query CommandState("stylewithcss") before
1751 FAIL [["stylewithcss","true"],["inserttext","a"]] "[foo<sub>bar]</sub>baz" query CommandValue("stylewithcss") before assert_equals: Wrong result returned expecte d "" but got "false" 1751 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<sub>bar]</sub>baz" query CommandValue("stylewithcss") before
1752 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<sub>bar]</sub>baz" query CommandIndeterm("stylewithcss") after 1752 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<sub>bar]</sub>baz" query CommandIndeterm("stylewithcss") after
1753 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<sub>bar]</sub>baz" query CommandState("stylewithcss") after 1753 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<sub>bar]</sub>baz" query CommandState("stylewithcss") after
1754 FAIL [["stylewithcss","true"],["inserttext","a"]] "[foo<sub>bar]</sub>baz" query CommandValue("stylewithcss") after assert_equals: Wrong result returned expected "" but got "true" 1754 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<sub>bar]</sub>baz" query CommandValue("stylewithcss") after
1755 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<sub>bar]</sub>baz" query CommandIndeterm("inserttext") before 1755 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<sub>bar]</sub>baz" query CommandIndeterm("inserttext") before
1756 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<sub>bar]</sub>baz" query CommandState("inserttext") before 1756 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<sub>bar]</sub>baz" query CommandState("inserttext") before
1757 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<sub>bar]</sub>baz" query CommandValue("inserttext") before 1757 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<sub>bar]</sub>baz" query CommandValue("inserttext") before
1758 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<sub>bar]</sub>baz" query CommandIndeterm("inserttext") after 1758 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<sub>bar]</sub>baz" query CommandIndeterm("inserttext") after
1759 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<sub>bar]</sub>baz" query CommandState("inserttext") after 1759 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<sub>bar]</sub>baz" query CommandState("inserttext") after
1760 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<sub>bar]</sub>baz" query CommandValue("inserttext") after 1760 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<sub>bar]</sub>baz" query CommandValue("inserttext") after
1761 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<sub>bar]</sub>baz": exe cCommand("stylewithcss", false, "false") return value 1761 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<sub>bar]</sub>baz": exe cCommand("stylewithcss", false, "false") return value
1762 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<sub>bar]</sub>baz": exe cCommand("inserttext", false, "a") return value 1762 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<sub>bar]</sub>baz": exe cCommand("inserttext", false, "a") return value
1763 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<sub>bar]</sub>baz" chec ks for modifications to non-editable content 1763 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<sub>bar]</sub>baz" chec ks for modifications to non-editable content
1764 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<sub>bar]</sub>baz" comp are innerHTML 1764 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<sub>bar]</sub>baz" comp are innerHTML
1765 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<sub>bar]</sub>baz" quer yCommandIndeterm("stylewithcss") before 1765 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<sub>bar]</sub>baz" quer yCommandIndeterm("stylewithcss") before
1766 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<sub>bar]</sub>baz" quer yCommandState("stylewithcss") before 1766 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<sub>bar]</sub>baz" quer yCommandState("stylewithcss") before
1767 FAIL [["stylewithcss","false"],["inserttext","a"]] "[foo<sub>bar]</sub>baz" quer yCommandValue("stylewithcss") before assert_equals: Wrong result returned expect ed "" but got "true" 1767 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<sub>bar]</sub>baz" quer yCommandValue("stylewithcss") before
1768 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<sub>bar]</sub>baz" quer yCommandIndeterm("stylewithcss") after 1768 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<sub>bar]</sub>baz" quer yCommandIndeterm("stylewithcss") after
1769 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<sub>bar]</sub>baz" quer yCommandState("stylewithcss") after 1769 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<sub>bar]</sub>baz" quer yCommandState("stylewithcss") after
1770 FAIL [["stylewithcss","false"],["inserttext","a"]] "[foo<sub>bar]</sub>baz" quer yCommandValue("stylewithcss") after assert_equals: Wrong result returned expecte d "" but got "false" 1770 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<sub>bar]</sub>baz" quer yCommandValue("stylewithcss") after
1771 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<sub>bar]</sub>baz" quer yCommandIndeterm("inserttext") before 1771 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<sub>bar]</sub>baz" quer yCommandIndeterm("inserttext") before
1772 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<sub>bar]</sub>baz" quer yCommandState("inserttext") before 1772 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<sub>bar]</sub>baz" quer yCommandState("inserttext") before
1773 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<sub>bar]</sub>baz" quer yCommandValue("inserttext") before 1773 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<sub>bar]</sub>baz" quer yCommandValue("inserttext") before
1774 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<sub>bar]</sub>baz" quer yCommandIndeterm("inserttext") after 1774 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<sub>bar]</sub>baz" quer yCommandIndeterm("inserttext") after
1775 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<sub>bar]</sub>baz" quer yCommandState("inserttext") after 1775 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<sub>bar]</sub>baz" quer yCommandState("inserttext") after
1776 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<sub>bar]</sub>baz" quer yCommandValue("inserttext") after 1776 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<sub>bar]</sub>baz" quer yCommandValue("inserttext") after
1777 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<sup>bar]</sup>baz": exec Command("stylewithcss", false, "true") return value 1777 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<sup>bar]</sup>baz": exec Command("stylewithcss", false, "true") return value
1778 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<sup>bar]</sup>baz": exec Command("inserttext", false, "a") return value 1778 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<sup>bar]</sup>baz": exec Command("inserttext", false, "a") return value
1779 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<sup>bar]</sup>baz" check s for modifications to non-editable content 1779 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<sup>bar]</sup>baz" check s for modifications to non-editable content
1780 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<sup>bar]</sup>baz" compa re innerHTML 1780 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<sup>bar]</sup>baz" compa re innerHTML
1781 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<sup>bar]</sup>baz" query CommandIndeterm("stylewithcss") before 1781 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<sup>bar]</sup>baz" query CommandIndeterm("stylewithcss") before
1782 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<sup>bar]</sup>baz" query CommandState("stylewithcss") before 1782 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<sup>bar]</sup>baz" query CommandState("stylewithcss") before
1783 FAIL [["stylewithcss","true"],["inserttext","a"]] "[foo<sup>bar]</sup>baz" query CommandValue("stylewithcss") before assert_equals: Wrong result returned expecte d "" but got "false" 1783 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<sup>bar]</sup>baz" query CommandValue("stylewithcss") before
1784 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<sup>bar]</sup>baz" query CommandIndeterm("stylewithcss") after 1784 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<sup>bar]</sup>baz" query CommandIndeterm("stylewithcss") after
1785 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<sup>bar]</sup>baz" query CommandState("stylewithcss") after 1785 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<sup>bar]</sup>baz" query CommandState("stylewithcss") after
1786 FAIL [["stylewithcss","true"],["inserttext","a"]] "[foo<sup>bar]</sup>baz" query CommandValue("stylewithcss") after assert_equals: Wrong result returned expected "" but got "true" 1786 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<sup>bar]</sup>baz" query CommandValue("stylewithcss") after
1787 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<sup>bar]</sup>baz" query CommandIndeterm("inserttext") before 1787 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<sup>bar]</sup>baz" query CommandIndeterm("inserttext") before
1788 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<sup>bar]</sup>baz" query CommandState("inserttext") before 1788 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<sup>bar]</sup>baz" query CommandState("inserttext") before
1789 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<sup>bar]</sup>baz" query CommandValue("inserttext") before 1789 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<sup>bar]</sup>baz" query CommandValue("inserttext") before
1790 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<sup>bar]</sup>baz" query CommandIndeterm("inserttext") after 1790 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<sup>bar]</sup>baz" query CommandIndeterm("inserttext") after
1791 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<sup>bar]</sup>baz" query CommandState("inserttext") after 1791 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<sup>bar]</sup>baz" query CommandState("inserttext") after
1792 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<sup>bar]</sup>baz" query CommandValue("inserttext") after 1792 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<sup>bar]</sup>baz" query CommandValue("inserttext") after
1793 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<sup>bar]</sup>baz": exe cCommand("stylewithcss", false, "false") return value 1793 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<sup>bar]</sup>baz": exe cCommand("stylewithcss", false, "false") return value
1794 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<sup>bar]</sup>baz": exe cCommand("inserttext", false, "a") return value 1794 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<sup>bar]</sup>baz": exe cCommand("inserttext", false, "a") return value
1795 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<sup>bar]</sup>baz" chec ks for modifications to non-editable content 1795 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<sup>bar]</sup>baz" chec ks for modifications to non-editable content
1796 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<sup>bar]</sup>baz" comp are innerHTML 1796 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<sup>bar]</sup>baz" comp are innerHTML
1797 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<sup>bar]</sup>baz" quer yCommandIndeterm("stylewithcss") before 1797 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<sup>bar]</sup>baz" quer yCommandIndeterm("stylewithcss") before
1798 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<sup>bar]</sup>baz" quer yCommandState("stylewithcss") before 1798 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<sup>bar]</sup>baz" quer yCommandState("stylewithcss") before
1799 FAIL [["stylewithcss","false"],["inserttext","a"]] "[foo<sup>bar]</sup>baz" quer yCommandValue("stylewithcss") before assert_equals: Wrong result returned expect ed "" but got "true" 1799 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<sup>bar]</sup>baz" quer yCommandValue("stylewithcss") before
1800 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<sup>bar]</sup>baz" quer yCommandIndeterm("stylewithcss") after 1800 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<sup>bar]</sup>baz" quer yCommandIndeterm("stylewithcss") after
1801 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<sup>bar]</sup>baz" quer yCommandState("stylewithcss") after 1801 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<sup>bar]</sup>baz" quer yCommandState("stylewithcss") after
1802 FAIL [["stylewithcss","false"],["inserttext","a"]] "[foo<sup>bar]</sup>baz" quer yCommandValue("stylewithcss") after assert_equals: Wrong result returned expecte d "" but got "false" 1802 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<sup>bar]</sup>baz" quer yCommandValue("stylewithcss") after
1803 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<sup>bar]</sup>baz" quer yCommandIndeterm("inserttext") before 1803 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<sup>bar]</sup>baz" quer yCommandIndeterm("inserttext") before
1804 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<sup>bar]</sup>baz" quer yCommandState("inserttext") before 1804 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<sup>bar]</sup>baz" quer yCommandState("inserttext") before
1805 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<sup>bar]</sup>baz" quer yCommandValue("inserttext") before 1805 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<sup>bar]</sup>baz" quer yCommandValue("inserttext") before
1806 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<sup>bar]</sup>baz" quer yCommandIndeterm("inserttext") after 1806 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<sup>bar]</sup>baz" quer yCommandIndeterm("inserttext") after
1807 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<sup>bar]</sup>baz" quer yCommandState("inserttext") after 1807 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<sup>bar]</sup>baz" quer yCommandState("inserttext") after
1808 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<sup>bar]</sup>baz" quer yCommandValue("inserttext") after 1808 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<sup>bar]</sup>baz" quer yCommandValue("inserttext") after
1809 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<u>bar]</u>baz": execComm and("stylewithcss", false, "true") return value 1809 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<u>bar]</u>baz": execComm and("stylewithcss", false, "true") return value
1810 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<u>bar]</u>baz": execComm and("inserttext", false, "a") return value 1810 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<u>bar]</u>baz": execComm and("inserttext", false, "a") return value
1811 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<u>bar]</u>baz" checks fo r modifications to non-editable content 1811 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<u>bar]</u>baz" checks fo r modifications to non-editable content
1812 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<u>bar]</u>baz" compare i nnerHTML 1812 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<u>bar]</u>baz" compare i nnerHTML
1813 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<u>bar]</u>baz" queryComm andIndeterm("stylewithcss") before 1813 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<u>bar]</u>baz" queryComm andIndeterm("stylewithcss") before
1814 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<u>bar]</u>baz" queryComm andState("stylewithcss") before 1814 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<u>bar]</u>baz" queryComm andState("stylewithcss") before
1815 FAIL [["stylewithcss","true"],["inserttext","a"]] "[foo<u>bar]</u>baz" queryComm andValue("stylewithcss") before assert_equals: Wrong result returned expected "" but got "false" 1815 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<u>bar]</u>baz" queryComm andValue("stylewithcss") before
1816 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<u>bar]</u>baz" queryComm andIndeterm("stylewithcss") after 1816 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<u>bar]</u>baz" queryComm andIndeterm("stylewithcss") after
1817 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<u>bar]</u>baz" queryComm andState("stylewithcss") after 1817 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<u>bar]</u>baz" queryComm andState("stylewithcss") after
1818 FAIL [["stylewithcss","true"],["inserttext","a"]] "[foo<u>bar]</u>baz" queryComm andValue("stylewithcss") after assert_equals: Wrong result returned expected "" but got "true" 1818 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<u>bar]</u>baz" queryComm andValue("stylewithcss") after
1819 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<u>bar]</u>baz" queryComm andIndeterm("inserttext") before 1819 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<u>bar]</u>baz" queryComm andIndeterm("inserttext") before
1820 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<u>bar]</u>baz" queryComm andState("inserttext") before 1820 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<u>bar]</u>baz" queryComm andState("inserttext") before
1821 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<u>bar]</u>baz" queryComm andValue("inserttext") before 1821 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<u>bar]</u>baz" queryComm andValue("inserttext") before
1822 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<u>bar]</u>baz" queryComm andIndeterm("inserttext") after 1822 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<u>bar]</u>baz" queryComm andIndeterm("inserttext") after
1823 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<u>bar]</u>baz" queryComm andState("inserttext") after 1823 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<u>bar]</u>baz" queryComm andState("inserttext") after
1824 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<u>bar]</u>baz" queryComm andValue("inserttext") after 1824 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<u>bar]</u>baz" queryComm andValue("inserttext") after
1825 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<u>bar]</u>baz": execCom mand("stylewithcss", false, "false") return value 1825 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<u>bar]</u>baz": execCom mand("stylewithcss", false, "false") return value
1826 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<u>bar]</u>baz": execCom mand("inserttext", false, "a") return value 1826 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<u>bar]</u>baz": execCom mand("inserttext", false, "a") return value
1827 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<u>bar]</u>baz" checks f or modifications to non-editable content 1827 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<u>bar]</u>baz" checks f or modifications to non-editable content
1828 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<u>bar]</u>baz" compare innerHTML 1828 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<u>bar]</u>baz" compare innerHTML
1829 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<u>bar]</u>baz" queryCom mandIndeterm("stylewithcss") before 1829 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<u>bar]</u>baz" queryCom mandIndeterm("stylewithcss") before
1830 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<u>bar]</u>baz" queryCom mandState("stylewithcss") before 1830 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<u>bar]</u>baz" queryCom mandState("stylewithcss") before
1831 FAIL [["stylewithcss","false"],["inserttext","a"]] "[foo<u>bar]</u>baz" queryCom mandValue("stylewithcss") before assert_equals: Wrong result returned expected " " but got "true" 1831 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<u>bar]</u>baz" queryCom mandValue("stylewithcss") before
1832 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<u>bar]</u>baz" queryCom mandIndeterm("stylewithcss") after 1832 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<u>bar]</u>baz" queryCom mandIndeterm("stylewithcss") after
1833 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<u>bar]</u>baz" queryCom mandState("stylewithcss") after 1833 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<u>bar]</u>baz" queryCom mandState("stylewithcss") after
1834 FAIL [["stylewithcss","false"],["inserttext","a"]] "[foo<u>bar]</u>baz" queryCom mandValue("stylewithcss") after assert_equals: Wrong result returned expected "" but got "false" 1834 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<u>bar]</u>baz" queryCom mandValue("stylewithcss") after
1835 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<u>bar]</u>baz" queryCom mandIndeterm("inserttext") before 1835 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<u>bar]</u>baz" queryCom mandIndeterm("inserttext") before
1836 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<u>bar]</u>baz" queryCom mandState("inserttext") before 1836 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<u>bar]</u>baz" queryCom mandState("inserttext") before
1837 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<u>bar]</u>baz" queryCom mandValue("inserttext") before 1837 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<u>bar]</u>baz" queryCom mandValue("inserttext") before
1838 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<u>bar]</u>baz" queryCom mandIndeterm("inserttext") after 1838 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<u>bar]</u>baz" queryCom mandIndeterm("inserttext") after
1839 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<u>bar]</u>baz" queryCom mandState("inserttext") after 1839 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<u>bar]</u>baz" queryCom mandState("inserttext") after
1840 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<u>bar]</u>baz" queryCom mandValue("inserttext") after 1840 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<u>bar]</u>baz" queryCom mandValue("inserttext") after
1841 PASS [["inserttext","a"]] "[foo<a href=http://www.google.com>bar]</a>baz": execC ommand("inserttext", false, "a") return value 1841 PASS [["inserttext","a"]] "[foo<a href=http://www.google.com>bar]</a>baz": execC ommand("inserttext", false, "a") return value
1842 PASS [["inserttext","a"]] "[foo<a href=http://www.google.com>bar]</a>baz" checks for modifications to non-editable content 1842 PASS [["inserttext","a"]] "[foo<a href=http://www.google.com>bar]</a>baz" checks for modifications to non-editable content
1843 PASS [["inserttext","a"]] "[foo<a href=http://www.google.com>bar]</a>baz" compar e innerHTML 1843 PASS [["inserttext","a"]] "[foo<a href=http://www.google.com>bar]</a>baz" compar e innerHTML
1844 PASS [["inserttext","a"]] "[foo<a href=http://www.google.com>bar]</a>baz" queryC ommandIndeterm("inserttext") before 1844 PASS [["inserttext","a"]] "[foo<a href=http://www.google.com>bar]</a>baz" queryC ommandIndeterm("inserttext") before
1845 PASS [["inserttext","a"]] "[foo<a href=http://www.google.com>bar]</a>baz" queryC ommandState("inserttext") before 1845 PASS [["inserttext","a"]] "[foo<a href=http://www.google.com>bar]</a>baz" queryC ommandState("inserttext") before
1846 PASS [["inserttext","a"]] "[foo<a href=http://www.google.com>bar]</a>baz" queryC ommandValue("inserttext") before 1846 PASS [["inserttext","a"]] "[foo<a href=http://www.google.com>bar]</a>baz" queryC ommandValue("inserttext") before
1847 PASS [["inserttext","a"]] "[foo<a href=http://www.google.com>bar]</a>baz" queryC ommandIndeterm("inserttext") after 1847 PASS [["inserttext","a"]] "[foo<a href=http://www.google.com>bar]</a>baz" queryC ommandIndeterm("inserttext") after
1848 PASS [["inserttext","a"]] "[foo<a href=http://www.google.com>bar]</a>baz" queryC ommandState("inserttext") after 1848 PASS [["inserttext","a"]] "[foo<a href=http://www.google.com>bar]</a>baz" queryC ommandState("inserttext") after
1849 PASS [["inserttext","a"]] "[foo<a href=http://www.google.com>bar]</a>baz" queryC ommandValue("inserttext") after 1849 PASS [["inserttext","a"]] "[foo<a href=http://www.google.com>bar]</a>baz" queryC ommandValue("inserttext") after
1850 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<font face=sans-serif>bar ]</font>baz": execCommand("stylewithcss", false, "true") return value 1850 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<font face=sans-serif>bar ]</font>baz": execCommand("stylewithcss", false, "true") return value
1851 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<font face=sans-serif>bar ]</font>baz": execCommand("inserttext", false, "a") return value 1851 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<font face=sans-serif>bar ]</font>baz": execCommand("inserttext", false, "a") return value
1852 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<font face=sans-serif>bar ]</font>baz" checks for modifications to non-editable content 1852 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<font face=sans-serif>bar ]</font>baz" checks for modifications to non-editable content
1853 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<font face=sans-serif>bar ]</font>baz" compare innerHTML 1853 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<font face=sans-serif>bar ]</font>baz" compare innerHTML
1854 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<font face=sans-serif>bar ]</font>baz" queryCommandIndeterm("stylewithcss") before 1854 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<font face=sans-serif>bar ]</font>baz" queryCommandIndeterm("stylewithcss") before
1855 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<font face=sans-serif>bar ]</font>baz" queryCommandState("stylewithcss") before 1855 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<font face=sans-serif>bar ]</font>baz" queryCommandState("stylewithcss") before
1856 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" 1856 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<font face=sans-serif>bar ]</font>baz" queryCommandValue("stylewithcss") before
1857 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<font face=sans-serif>bar ]</font>baz" queryCommandIndeterm("stylewithcss") after 1857 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<font face=sans-serif>bar ]</font>baz" queryCommandIndeterm("stylewithcss") after
1858 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<font face=sans-serif>bar ]</font>baz" queryCommandState("stylewithcss") after 1858 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<font face=sans-serif>bar ]</font>baz" queryCommandState("stylewithcss") after
1859 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" 1859 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<font face=sans-serif>bar ]</font>baz" queryCommandValue("stylewithcss") after
1860 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<font face=sans-serif>bar ]</font>baz" queryCommandIndeterm("inserttext") before 1860 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<font face=sans-serif>bar ]</font>baz" queryCommandIndeterm("inserttext") before
1861 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<font face=sans-serif>bar ]</font>baz" queryCommandState("inserttext") before 1861 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<font face=sans-serif>bar ]</font>baz" queryCommandState("inserttext") before
1862 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<font face=sans-serif>bar ]</font>baz" queryCommandValue("inserttext") before 1862 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<font face=sans-serif>bar ]</font>baz" queryCommandValue("inserttext") before
1863 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<font face=sans-serif>bar ]</font>baz" queryCommandIndeterm("inserttext") after 1863 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<font face=sans-serif>bar ]</font>baz" queryCommandIndeterm("inserttext") after
1864 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<font face=sans-serif>bar ]</font>baz" queryCommandState("inserttext") after 1864 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<font face=sans-serif>bar ]</font>baz" queryCommandState("inserttext") after
1865 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<font face=sans-serif>bar ]</font>baz" queryCommandValue("inserttext") after 1865 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<font face=sans-serif>bar ]</font>baz" queryCommandValue("inserttext") after
1866 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<font face=sans-serif>ba r]</font>baz": execCommand("stylewithcss", false, "false") return value 1866 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<font face=sans-serif>ba r]</font>baz": execCommand("stylewithcss", false, "false") return value
1867 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<font face=sans-serif>ba r]</font>baz": execCommand("inserttext", false, "a") return value 1867 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<font face=sans-serif>ba r]</font>baz": execCommand("inserttext", false, "a") return value
1868 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<font face=sans-serif>ba r]</font>baz" checks for modifications to non-editable content 1868 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<font face=sans-serif>ba r]</font>baz" checks for modifications to non-editable content
1869 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<font face=sans-serif>ba r]</font>baz" compare innerHTML 1869 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<font face=sans-serif>ba r]</font>baz" compare innerHTML
1870 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<font face=sans-serif>ba r]</font>baz" queryCommandIndeterm("stylewithcss") before 1870 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<font face=sans-serif>ba r]</font>baz" queryCommandIndeterm("stylewithcss") before
1871 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<font face=sans-serif>ba r]</font>baz" queryCommandState("stylewithcss") before 1871 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<font face=sans-serif>ba r]</font>baz" queryCommandState("stylewithcss") before
1872 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" 1872 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<font face=sans-serif>ba r]</font>baz" queryCommandValue("stylewithcss") before
1873 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<font face=sans-serif>ba r]</font>baz" queryCommandIndeterm("stylewithcss") after 1873 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<font face=sans-serif>ba r]</font>baz" queryCommandIndeterm("stylewithcss") after
1874 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<font face=sans-serif>ba r]</font>baz" queryCommandState("stylewithcss") after 1874 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<font face=sans-serif>ba r]</font>baz" queryCommandState("stylewithcss") after
1875 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" 1875 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<font face=sans-serif>ba r]</font>baz" queryCommandValue("stylewithcss") after
1876 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<font face=sans-serif>ba r]</font>baz" queryCommandIndeterm("inserttext") before 1876 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<font face=sans-serif>ba r]</font>baz" queryCommandIndeterm("inserttext") before
1877 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<font face=sans-serif>ba r]</font>baz" queryCommandState("inserttext") before 1877 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<font face=sans-serif>ba r]</font>baz" queryCommandState("inserttext") before
1878 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<font face=sans-serif>ba r]</font>baz" queryCommandValue("inserttext") before 1878 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<font face=sans-serif>ba r]</font>baz" queryCommandValue("inserttext") before
1879 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<font face=sans-serif>ba r]</font>baz" queryCommandIndeterm("inserttext") after 1879 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<font face=sans-serif>ba r]</font>baz" queryCommandIndeterm("inserttext") after
1880 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<font face=sans-serif>ba r]</font>baz" queryCommandState("inserttext") after 1880 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<font face=sans-serif>ba r]</font>baz" queryCommandState("inserttext") after
1881 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<font face=sans-serif>ba r]</font>baz" queryCommandValue("inserttext") after 1881 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<font face=sans-serif>ba r]</font>baz" queryCommandValue("inserttext") after
1882 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<font size=4>bar]</font>b az": execCommand("stylewithcss", false, "true") return value 1882 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<font size=4>bar]</font>b az": execCommand("stylewithcss", false, "true") return value
1883 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<font size=4>bar]</font>b az": execCommand("inserttext", false, "a") return value 1883 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<font size=4>bar]</font>b az": execCommand("inserttext", false, "a") return value
1884 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<font size=4>bar]</font>b az" checks for modifications to non-editable content 1884 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<font size=4>bar]</font>b az" checks for modifications to non-editable content
1885 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<font size=4>bar]</font>b az" compare innerHTML 1885 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<font size=4>bar]</font>b az" compare innerHTML
1886 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<font size=4>bar]</font>b az" queryCommandIndeterm("stylewithcss") before 1886 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<font size=4>bar]</font>b az" queryCommandIndeterm("stylewithcss") before
1887 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<font size=4>bar]</font>b az" queryCommandState("stylewithcss") before 1887 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<font size=4>bar]</font>b az" queryCommandState("stylewithcss") before
1888 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" 1888 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<font size=4>bar]</font>b az" queryCommandValue("stylewithcss") before
1889 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<font size=4>bar]</font>b az" queryCommandIndeterm("stylewithcss") after 1889 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<font size=4>bar]</font>b az" queryCommandIndeterm("stylewithcss") after
1890 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<font size=4>bar]</font>b az" queryCommandState("stylewithcss") after 1890 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<font size=4>bar]</font>b az" queryCommandState("stylewithcss") after
1891 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" 1891 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<font size=4>bar]</font>b az" queryCommandValue("stylewithcss") after
1892 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<font size=4>bar]</font>b az" queryCommandIndeterm("inserttext") before 1892 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<font size=4>bar]</font>b az" queryCommandIndeterm("inserttext") before
1893 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<font size=4>bar]</font>b az" queryCommandState("inserttext") before 1893 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<font size=4>bar]</font>b az" queryCommandState("inserttext") before
1894 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<font size=4>bar]</font>b az" queryCommandValue("inserttext") before 1894 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<font size=4>bar]</font>b az" queryCommandValue("inserttext") before
1895 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<font size=4>bar]</font>b az" queryCommandIndeterm("inserttext") after 1895 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<font size=4>bar]</font>b az" queryCommandIndeterm("inserttext") after
1896 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<font size=4>bar]</font>b az" queryCommandState("inserttext") after 1896 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<font size=4>bar]</font>b az" queryCommandState("inserttext") after
1897 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<font size=4>bar]</font>b az" queryCommandValue("inserttext") after 1897 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<font size=4>bar]</font>b az" queryCommandValue("inserttext") after
1898 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<font size=4>bar]</font> baz": execCommand("stylewithcss", false, "false") return value 1898 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<font size=4>bar]</font> baz": execCommand("stylewithcss", false, "false") return value
1899 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<font size=4>bar]</font> baz": execCommand("inserttext", false, "a") return value 1899 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<font size=4>bar]</font> baz": execCommand("inserttext", false, "a") return value
1900 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<font size=4>bar]</font> baz" checks for modifications to non-editable content 1900 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<font size=4>bar]</font> baz" checks for modifications to non-editable content
1901 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<font size=4>bar]</font> baz" compare innerHTML 1901 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<font size=4>bar]</font> baz" compare innerHTML
1902 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<font size=4>bar]</font> baz" queryCommandIndeterm("stylewithcss") before 1902 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<font size=4>bar]</font> baz" queryCommandIndeterm("stylewithcss") before
1903 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<font size=4>bar]</font> baz" queryCommandState("stylewithcss") before 1903 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<font size=4>bar]</font> baz" queryCommandState("stylewithcss") before
1904 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" 1904 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<font size=4>bar]</font> baz" queryCommandValue("stylewithcss") before
1905 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<font size=4>bar]</font> baz" queryCommandIndeterm("stylewithcss") after 1905 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<font size=4>bar]</font> baz" queryCommandIndeterm("stylewithcss") after
1906 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<font size=4>bar]</font> baz" queryCommandState("stylewithcss") after 1906 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<font size=4>bar]</font> baz" queryCommandState("stylewithcss") after
1907 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" 1907 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<font size=4>bar]</font> baz" queryCommandValue("stylewithcss") after
1908 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<font size=4>bar]</font> baz" queryCommandIndeterm("inserttext") before 1908 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<font size=4>bar]</font> baz" queryCommandIndeterm("inserttext") before
1909 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<font size=4>bar]</font> baz" queryCommandState("inserttext") before 1909 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<font size=4>bar]</font> baz" queryCommandState("inserttext") before
1910 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<font size=4>bar]</font> baz" queryCommandValue("inserttext") before 1910 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<font size=4>bar]</font> baz" queryCommandValue("inserttext") before
1911 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<font size=4>bar]</font> baz" queryCommandIndeterm("inserttext") after 1911 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<font size=4>bar]</font> baz" queryCommandIndeterm("inserttext") after
1912 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<font size=4>bar]</font> baz" queryCommandState("inserttext") after 1912 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<font size=4>bar]</font> baz" queryCommandState("inserttext") after
1913 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<font size=4>bar]</font> baz" queryCommandValue("inserttext") after 1913 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<font size=4>bar]</font> baz" queryCommandValue("inserttext") after
1914 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<font color=#0000FF>bar]< /font>baz": execCommand("stylewithcss", false, "true") return value 1914 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<font color=#0000FF>bar]< /font>baz": execCommand("stylewithcss", false, "true") return value
1915 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<font color=#0000FF>bar]< /font>baz": execCommand("inserttext", false, "a") return value 1915 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<font color=#0000FF>bar]< /font>baz": execCommand("inserttext", false, "a") return value
1916 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<font color=#0000FF>bar]< /font>baz" checks for modifications to non-editable content 1916 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<font color=#0000FF>bar]< /font>baz" checks for modifications to non-editable content
1917 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<font color=#0000FF>bar]< /font>baz" compare innerHTML 1917 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<font color=#0000FF>bar]< /font>baz" compare innerHTML
1918 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<font color=#0000FF>bar]< /font>baz" queryCommandIndeterm("stylewithcss") before 1918 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<font color=#0000FF>bar]< /font>baz" queryCommandIndeterm("stylewithcss") before
1919 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<font color=#0000FF>bar]< /font>baz" queryCommandState("stylewithcss") before 1919 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<font color=#0000FF>bar]< /font>baz" queryCommandState("stylewithcss") before
1920 FAIL [["stylewithcss","true"],["inserttext","a"]] "[foo<font color=#0000FF>bar]< /font>baz" queryCommandValue("stylewithcss") before assert_equals: Wrong result returned expected "" but got "false" 1920 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<font color=#0000FF>bar]< /font>baz" queryCommandValue("stylewithcss") before
1921 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<font color=#0000FF>bar]< /font>baz" queryCommandIndeterm("stylewithcss") after 1921 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<font color=#0000FF>bar]< /font>baz" queryCommandIndeterm("stylewithcss") after
1922 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<font color=#0000FF>bar]< /font>baz" queryCommandState("stylewithcss") after 1922 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<font color=#0000FF>bar]< /font>baz" queryCommandState("stylewithcss") after
1923 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" 1923 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<font color=#0000FF>bar]< /font>baz" queryCommandValue("stylewithcss") after
1924 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<font color=#0000FF>bar]< /font>baz" queryCommandIndeterm("inserttext") before 1924 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<font color=#0000FF>bar]< /font>baz" queryCommandIndeterm("inserttext") before
1925 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<font color=#0000FF>bar]< /font>baz" queryCommandState("inserttext") before 1925 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<font color=#0000FF>bar]< /font>baz" queryCommandState("inserttext") before
1926 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<font color=#0000FF>bar]< /font>baz" queryCommandValue("inserttext") before 1926 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<font color=#0000FF>bar]< /font>baz" queryCommandValue("inserttext") before
1927 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<font color=#0000FF>bar]< /font>baz" queryCommandIndeterm("inserttext") after 1927 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<font color=#0000FF>bar]< /font>baz" queryCommandIndeterm("inserttext") after
1928 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<font color=#0000FF>bar]< /font>baz" queryCommandState("inserttext") after 1928 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<font color=#0000FF>bar]< /font>baz" queryCommandState("inserttext") after
1929 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<font color=#0000FF>bar]< /font>baz" queryCommandValue("inserttext") after 1929 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<font color=#0000FF>bar]< /font>baz" queryCommandValue("inserttext") after
1930 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<font color=#0000FF>bar] </font>baz": execCommand("stylewithcss", false, "false") return value 1930 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<font color=#0000FF>bar] </font>baz": execCommand("stylewithcss", false, "false") return value
1931 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<font color=#0000FF>bar] </font>baz": execCommand("inserttext", false, "a") return value 1931 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<font color=#0000FF>bar] </font>baz": execCommand("inserttext", false, "a") return value
1932 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<font color=#0000FF>bar] </font>baz" checks for modifications to non-editable content 1932 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<font color=#0000FF>bar] </font>baz" checks for modifications to non-editable content
1933 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<font color=#0000FF>bar] </font>baz" compare innerHTML 1933 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<font color=#0000FF>bar] </font>baz" compare innerHTML
1934 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<font color=#0000FF>bar] </font>baz" queryCommandIndeterm("stylewithcss") before 1934 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<font color=#0000FF>bar] </font>baz" queryCommandIndeterm("stylewithcss") before
1935 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<font color=#0000FF>bar] </font>baz" queryCommandState("stylewithcss") before 1935 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<font color=#0000FF>bar] </font>baz" queryCommandState("stylewithcss") before
1936 FAIL [["stylewithcss","false"],["inserttext","a"]] "[foo<font color=#0000FF>bar] </font>baz" queryCommandValue("stylewithcss") before assert_equals: Wrong result returned expected "" but got "true" 1936 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<font color=#0000FF>bar] </font>baz" queryCommandValue("stylewithcss") before
1937 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<font color=#0000FF>bar] </font>baz" queryCommandIndeterm("stylewithcss") after 1937 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<font color=#0000FF>bar] </font>baz" queryCommandIndeterm("stylewithcss") after
1938 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<font color=#0000FF>bar] </font>baz" queryCommandState("stylewithcss") after 1938 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<font color=#0000FF>bar] </font>baz" queryCommandState("stylewithcss") after
1939 FAIL [["stylewithcss","false"],["inserttext","a"]] "[foo<font color=#0000FF>bar] </font>baz" queryCommandValue("stylewithcss") after assert_equals: Wrong result returned expected "" but got "false" 1939 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<font color=#0000FF>bar] </font>baz" queryCommandValue("stylewithcss") after
1940 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<font color=#0000FF>bar] </font>baz" queryCommandIndeterm("inserttext") before 1940 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<font color=#0000FF>bar] </font>baz" queryCommandIndeterm("inserttext") before
1941 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<font color=#0000FF>bar] </font>baz" queryCommandState("inserttext") before 1941 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<font color=#0000FF>bar] </font>baz" queryCommandState("inserttext") before
1942 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<font color=#0000FF>bar] </font>baz" queryCommandValue("inserttext") before 1942 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<font color=#0000FF>bar] </font>baz" queryCommandValue("inserttext") before
1943 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<font color=#0000FF>bar] </font>baz" queryCommandIndeterm("inserttext") after 1943 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<font color=#0000FF>bar] </font>baz" queryCommandIndeterm("inserttext") after
1944 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<font color=#0000FF>bar] </font>baz" queryCommandState("inserttext") after 1944 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<font color=#0000FF>bar] </font>baz" queryCommandState("inserttext") after
1945 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<font color=#0000FF>bar] </font>baz" queryCommandValue("inserttext") after 1945 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<font color=#0000FF>bar] </font>baz" queryCommandValue("inserttext") after
1946 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<span style=background-co lor:#00FFFF>bar]</span>baz": execCommand("stylewithcss", false, "true") return v alue 1946 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<span style=background-co lor:#00FFFF>bar]</span>baz": execCommand("stylewithcss", false, "true") return v alue
1947 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<span style=background-co lor:#00FFFF>bar]</span>baz": execCommand("inserttext", false, "a") return value 1947 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<span style=background-co lor:#00FFFF>bar]</span>baz": execCommand("inserttext", false, "a") return value
1948 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<span style=background-co lor:#00FFFF>bar]</span>baz" checks for modifications to non-editable content 1948 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<span style=background-co lor:#00FFFF>bar]</span>baz" checks for modifications to non-editable content
1949 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<span style=background-co lor:#00FFFF>bar]</span>baz" compare innerHTML 1949 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<span style=background-co lor:#00FFFF>bar]</span>baz" compare innerHTML
1950 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<span style=background-co lor:#00FFFF>bar]</span>baz" queryCommandIndeterm("stylewithcss") before 1950 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<span style=background-co lor:#00FFFF>bar]</span>baz" queryCommandIndeterm("stylewithcss") before
1951 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<span style=background-co lor:#00FFFF>bar]</span>baz" queryCommandState("stylewithcss") before 1951 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<span style=background-co lor:#00FFFF>bar]</span>baz" queryCommandState("stylewithcss") before
1952 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" 1952 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<span style=background-co lor:#00FFFF>bar]</span>baz" queryCommandValue("stylewithcss") before
1953 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<span style=background-co lor:#00FFFF>bar]</span>baz" queryCommandIndeterm("stylewithcss") after 1953 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<span style=background-co lor:#00FFFF>bar]</span>baz" queryCommandIndeterm("stylewithcss") after
1954 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<span style=background-co lor:#00FFFF>bar]</span>baz" queryCommandState("stylewithcss") after 1954 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<span style=background-co lor:#00FFFF>bar]</span>baz" queryCommandState("stylewithcss") after
1955 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" 1955 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<span style=background-co lor:#00FFFF>bar]</span>baz" queryCommandValue("stylewithcss") after
1956 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<span style=background-co lor:#00FFFF>bar]</span>baz" queryCommandIndeterm("inserttext") before 1956 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<span style=background-co lor:#00FFFF>bar]</span>baz" queryCommandIndeterm("inserttext") before
1957 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<span style=background-co lor:#00FFFF>bar]</span>baz" queryCommandState("inserttext") before 1957 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<span style=background-co lor:#00FFFF>bar]</span>baz" queryCommandState("inserttext") before
1958 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<span style=background-co lor:#00FFFF>bar]</span>baz" queryCommandValue("inserttext") before 1958 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<span style=background-co lor:#00FFFF>bar]</span>baz" queryCommandValue("inserttext") before
1959 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<span style=background-co lor:#00FFFF>bar]</span>baz" queryCommandIndeterm("inserttext") after 1959 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<span style=background-co lor:#00FFFF>bar]</span>baz" queryCommandIndeterm("inserttext") after
1960 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<span style=background-co lor:#00FFFF>bar]</span>baz" queryCommandState("inserttext") after 1960 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<span style=background-co lor:#00FFFF>bar]</span>baz" queryCommandState("inserttext") after
1961 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<span style=background-co lor:#00FFFF>bar]</span>baz" queryCommandValue("inserttext") after 1961 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<span style=background-co lor:#00FFFF>bar]</span>baz" queryCommandValue("inserttext") after
1962 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<span style=background-c olor:#00FFFF>bar]</span>baz": execCommand("stylewithcss", false, "false") return value 1962 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<span style=background-c olor:#00FFFF>bar]</span>baz": execCommand("stylewithcss", false, "false") return value
1963 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<span style=background-c olor:#00FFFF>bar]</span>baz": execCommand("inserttext", false, "a") return value 1963 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<span style=background-c olor:#00FFFF>bar]</span>baz": execCommand("inserttext", false, "a") return value
1964 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<span style=background-c olor:#00FFFF>bar]</span>baz" checks for modifications to non-editable content 1964 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<span style=background-c olor:#00FFFF>bar]</span>baz" checks for modifications to non-editable content
1965 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<span style=background-c olor:#00FFFF>bar]</span>baz" compare innerHTML 1965 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<span style=background-c olor:#00FFFF>bar]</span>baz" compare innerHTML
1966 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<span style=background-c olor:#00FFFF>bar]</span>baz" queryCommandIndeterm("stylewithcss") before 1966 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<span style=background-c olor:#00FFFF>bar]</span>baz" queryCommandIndeterm("stylewithcss") before
1967 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<span style=background-c olor:#00FFFF>bar]</span>baz" queryCommandState("stylewithcss") before 1967 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<span style=background-c olor:#00FFFF>bar]</span>baz" queryCommandState("stylewithcss") before
1968 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" 1968 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<span style=background-c olor:#00FFFF>bar]</span>baz" queryCommandValue("stylewithcss") before
1969 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<span style=background-c olor:#00FFFF>bar]</span>baz" queryCommandIndeterm("stylewithcss") after 1969 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<span style=background-c olor:#00FFFF>bar]</span>baz" queryCommandIndeterm("stylewithcss") after
1970 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<span style=background-c olor:#00FFFF>bar]</span>baz" queryCommandState("stylewithcss") after 1970 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<span style=background-c olor:#00FFFF>bar]</span>baz" queryCommandState("stylewithcss") after
1971 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" 1971 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<span style=background-c olor:#00FFFF>bar]</span>baz" queryCommandValue("stylewithcss") after
1972 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<span style=background-c olor:#00FFFF>bar]</span>baz" queryCommandIndeterm("inserttext") before 1972 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<span style=background-c olor:#00FFFF>bar]</span>baz" queryCommandIndeterm("inserttext") before
1973 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<span style=background-c olor:#00FFFF>bar]</span>baz" queryCommandState("inserttext") before 1973 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<span style=background-c olor:#00FFFF>bar]</span>baz" queryCommandState("inserttext") before
1974 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<span style=background-c olor:#00FFFF>bar]</span>baz" queryCommandValue("inserttext") before 1974 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<span style=background-c olor:#00FFFF>bar]</span>baz" queryCommandValue("inserttext") before
1975 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<span style=background-c olor:#00FFFF>bar]</span>baz" queryCommandIndeterm("inserttext") after 1975 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<span style=background-c olor:#00FFFF>bar]</span>baz" queryCommandIndeterm("inserttext") after
1976 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<span style=background-c olor:#00FFFF>bar]</span>baz" queryCommandState("inserttext") after 1976 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<span style=background-c olor:#00FFFF>bar]</span>baz" queryCommandState("inserttext") after
1977 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<span style=background-c olor:#00FFFF>bar]</span>baz" queryCommandValue("inserttext") after 1977 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<span style=background-c olor:#00FFFF>bar]</span>baz" queryCommandValue("inserttext") after
1978 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 1978 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
1979 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 1979 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
1980 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 1980 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
1981 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<a href=http://www.google .com><font color=blue>bar]</font></a>baz" compare innerHTML 1981 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<a href=http://www.google .com><font color=blue>bar]</font></a>baz" compare innerHTML
1982 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<a href=http://www.google .com><font color=blue>bar]</font></a>baz" queryCommandIndeterm("stylewithcss") b efore 1982 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<a href=http://www.google .com><font color=blue>bar]</font></a>baz" queryCommandIndeterm("stylewithcss") b efore
1983 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<a href=http://www.google .com><font color=blue>bar]</font></a>baz" queryCommandState("stylewithcss") befo re 1983 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<a href=http://www.google .com><font color=blue>bar]</font></a>baz" queryCommandState("stylewithcss") befo re
1984 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" 1984 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<a href=http://www.google .com><font color=blue>bar]</font></a>baz" queryCommandValue("stylewithcss") befo re
1985 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<a href=http://www.google .com><font color=blue>bar]</font></a>baz" queryCommandIndeterm("stylewithcss") a fter 1985 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<a href=http://www.google .com><font color=blue>bar]</font></a>baz" queryCommandIndeterm("stylewithcss") a fter
1986 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<a href=http://www.google .com><font color=blue>bar]</font></a>baz" queryCommandState("stylewithcss") afte r 1986 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<a href=http://www.google .com><font color=blue>bar]</font></a>baz" queryCommandState("stylewithcss") afte r
1987 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" 1987 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<a href=http://www.google .com><font color=blue>bar]</font></a>baz" queryCommandValue("stylewithcss") afte r
1988 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<a href=http://www.google .com><font color=blue>bar]</font></a>baz" queryCommandIndeterm("inserttext") bef ore 1988 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<a href=http://www.google .com><font color=blue>bar]</font></a>baz" queryCommandIndeterm("inserttext") bef ore
1989 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<a href=http://www.google .com><font color=blue>bar]</font></a>baz" queryCommandState("inserttext") before 1989 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<a href=http://www.google .com><font color=blue>bar]</font></a>baz" queryCommandState("inserttext") before
1990 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<a href=http://www.google .com><font color=blue>bar]</font></a>baz" queryCommandValue("inserttext") before 1990 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<a href=http://www.google .com><font color=blue>bar]</font></a>baz" queryCommandValue("inserttext") before
1991 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<a href=http://www.google .com><font color=blue>bar]</font></a>baz" queryCommandIndeterm("inserttext") aft er 1991 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<a href=http://www.google .com><font color=blue>bar]</font></a>baz" queryCommandIndeterm("inserttext") aft er
1992 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<a href=http://www.google .com><font color=blue>bar]</font></a>baz" queryCommandState("inserttext") after 1992 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<a href=http://www.google .com><font color=blue>bar]</font></a>baz" queryCommandState("inserttext") after
1993 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<a href=http://www.google .com><font color=blue>bar]</font></a>baz" queryCommandValue("inserttext") after 1993 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<a href=http://www.google .com><font color=blue>bar]</font></a>baz" queryCommandValue("inserttext") after
1994 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 1994 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
1995 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 1995 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
1996 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 1996 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
1997 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<a href=http://www.googl e.com><font color=blue>bar]</font></a>baz" compare innerHTML 1997 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<a href=http://www.googl e.com><font color=blue>bar]</font></a>baz" compare innerHTML
1998 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<a href=http://www.googl e.com><font color=blue>bar]</font></a>baz" queryCommandIndeterm("stylewithcss") before 1998 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<a href=http://www.googl e.com><font color=blue>bar]</font></a>baz" queryCommandIndeterm("stylewithcss") before
1999 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<a href=http://www.googl e.com><font color=blue>bar]</font></a>baz" queryCommandState("stylewithcss") bef ore 1999 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<a href=http://www.googl e.com><font color=blue>bar]</font></a>baz" queryCommandState("stylewithcss") bef ore
2000 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" 2000 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<a href=http://www.googl e.com><font color=blue>bar]</font></a>baz" queryCommandValue("stylewithcss") bef ore
2001 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<a href=http://www.googl e.com><font color=blue>bar]</font></a>baz" queryCommandIndeterm("stylewithcss") after 2001 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<a href=http://www.googl e.com><font color=blue>bar]</font></a>baz" queryCommandIndeterm("stylewithcss") after
2002 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<a href=http://www.googl e.com><font color=blue>bar]</font></a>baz" queryCommandState("stylewithcss") aft er 2002 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<a href=http://www.googl e.com><font color=blue>bar]</font></a>baz" queryCommandState("stylewithcss") aft er
2003 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" 2003 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<a href=http://www.googl e.com><font color=blue>bar]</font></a>baz" queryCommandValue("stylewithcss") aft er
2004 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<a href=http://www.googl e.com><font color=blue>bar]</font></a>baz" queryCommandIndeterm("inserttext") be fore 2004 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<a href=http://www.googl e.com><font color=blue>bar]</font></a>baz" queryCommandIndeterm("inserttext") be fore
2005 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<a href=http://www.googl e.com><font color=blue>bar]</font></a>baz" queryCommandState("inserttext") befor e 2005 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<a href=http://www.googl e.com><font color=blue>bar]</font></a>baz" queryCommandState("inserttext") befor e
2006 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<a href=http://www.googl e.com><font color=blue>bar]</font></a>baz" queryCommandValue("inserttext") befor e 2006 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<a href=http://www.googl e.com><font color=blue>bar]</font></a>baz" queryCommandValue("inserttext") befor e
2007 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<a href=http://www.googl e.com><font color=blue>bar]</font></a>baz" queryCommandIndeterm("inserttext") af ter 2007 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<a href=http://www.googl e.com><font color=blue>bar]</font></a>baz" queryCommandIndeterm("inserttext") af ter
2008 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<a href=http://www.googl e.com><font color=blue>bar]</font></a>baz" queryCommandState("inserttext") after 2008 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<a href=http://www.googl e.com><font color=blue>bar]</font></a>baz" queryCommandState("inserttext") after
2009 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<a href=http://www.googl e.com><font color=blue>bar]</font></a>baz" queryCommandValue("inserttext") after 2009 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<a href=http://www.googl e.com><font color=blue>bar]</font></a>baz" queryCommandValue("inserttext") after
2010 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 2010 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
2011 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 2011 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
2012 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 2012 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
2013 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<font color=blue><a href= http://www.google.com>bar]</a></font>baz" compare innerHTML 2013 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<font color=blue><a href= http://www.google.com>bar]</a></font>baz" compare innerHTML
2014 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<font color=blue><a href= http://www.google.com>bar]</a></font>baz" queryCommandIndeterm("stylewithcss") b efore 2014 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<font color=blue><a href= http://www.google.com>bar]</a></font>baz" queryCommandIndeterm("stylewithcss") b efore
2015 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<font color=blue><a href= http://www.google.com>bar]</a></font>baz" queryCommandState("stylewithcss") befo re 2015 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<font color=blue><a href= http://www.google.com>bar]</a></font>baz" queryCommandState("stylewithcss") befo re
2016 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" 2016 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<font color=blue><a href= http://www.google.com>bar]</a></font>baz" queryCommandValue("stylewithcss") befo re
2017 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<font color=blue><a href= http://www.google.com>bar]</a></font>baz" queryCommandIndeterm("stylewithcss") a fter 2017 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<font color=blue><a href= http://www.google.com>bar]</a></font>baz" queryCommandIndeterm("stylewithcss") a fter
2018 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<font color=blue><a href= http://www.google.com>bar]</a></font>baz" queryCommandState("stylewithcss") afte r 2018 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<font color=blue><a href= http://www.google.com>bar]</a></font>baz" queryCommandState("stylewithcss") afte r
2019 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" 2019 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<font color=blue><a href= http://www.google.com>bar]</a></font>baz" queryCommandValue("stylewithcss") afte r
2020 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<font color=blue><a href= http://www.google.com>bar]</a></font>baz" queryCommandIndeterm("inserttext") bef ore 2020 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<font color=blue><a href= http://www.google.com>bar]</a></font>baz" queryCommandIndeterm("inserttext") bef ore
2021 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<font color=blue><a href= http://www.google.com>bar]</a></font>baz" queryCommandState("inserttext") before 2021 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<font color=blue><a href= http://www.google.com>bar]</a></font>baz" queryCommandState("inserttext") before
2022 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<font color=blue><a href= http://www.google.com>bar]</a></font>baz" queryCommandValue("inserttext") before 2022 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<font color=blue><a href= http://www.google.com>bar]</a></font>baz" queryCommandValue("inserttext") before
2023 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<font color=blue><a href= http://www.google.com>bar]</a></font>baz" queryCommandIndeterm("inserttext") aft er 2023 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<font color=blue><a href= http://www.google.com>bar]</a></font>baz" queryCommandIndeterm("inserttext") aft er
2024 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<font color=blue><a href= http://www.google.com>bar]</a></font>baz" queryCommandState("inserttext") after 2024 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<font color=blue><a href= http://www.google.com>bar]</a></font>baz" queryCommandState("inserttext") after
2025 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<font color=blue><a href= http://www.google.com>bar]</a></font>baz" queryCommandValue("inserttext") after 2025 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<font color=blue><a href= http://www.google.com>bar]</a></font>baz" queryCommandValue("inserttext") after
2026 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 2026 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
2027 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 2027 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
2028 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 2028 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
2029 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<font color=blue><a href =http://www.google.com>bar]</a></font>baz" compare innerHTML 2029 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<font color=blue><a href =http://www.google.com>bar]</a></font>baz" compare innerHTML
2030 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<font color=blue><a href =http://www.google.com>bar]</a></font>baz" queryCommandIndeterm("stylewithcss") before 2030 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<font color=blue><a href =http://www.google.com>bar]</a></font>baz" queryCommandIndeterm("stylewithcss") before
2031 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<font color=blue><a href =http://www.google.com>bar]</a></font>baz" queryCommandState("stylewithcss") bef ore 2031 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<font color=blue><a href =http://www.google.com>bar]</a></font>baz" queryCommandState("stylewithcss") bef ore
2032 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" 2032 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<font color=blue><a href =http://www.google.com>bar]</a></font>baz" queryCommandValue("stylewithcss") bef ore
2033 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<font color=blue><a href =http://www.google.com>bar]</a></font>baz" queryCommandIndeterm("stylewithcss") after 2033 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<font color=blue><a href =http://www.google.com>bar]</a></font>baz" queryCommandIndeterm("stylewithcss") after
2034 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<font color=blue><a href =http://www.google.com>bar]</a></font>baz" queryCommandState("stylewithcss") aft er 2034 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<font color=blue><a href =http://www.google.com>bar]</a></font>baz" queryCommandState("stylewithcss") aft er
2035 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" 2035 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<font color=blue><a href =http://www.google.com>bar]</a></font>baz" queryCommandValue("stylewithcss") aft er
2036 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<font color=blue><a href =http://www.google.com>bar]</a></font>baz" queryCommandIndeterm("inserttext") be fore 2036 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<font color=blue><a href =http://www.google.com>bar]</a></font>baz" queryCommandIndeterm("inserttext") be fore
2037 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<font color=blue><a href =http://www.google.com>bar]</a></font>baz" queryCommandState("inserttext") befor e 2037 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<font color=blue><a href =http://www.google.com>bar]</a></font>baz" queryCommandState("inserttext") befor e
2038 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<font color=blue><a href =http://www.google.com>bar]</a></font>baz" queryCommandValue("inserttext") befor e 2038 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<font color=blue><a href =http://www.google.com>bar]</a></font>baz" queryCommandValue("inserttext") befor e
2039 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<font color=blue><a href =http://www.google.com>bar]</a></font>baz" queryCommandIndeterm("inserttext") af ter 2039 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<font color=blue><a href =http://www.google.com>bar]</a></font>baz" queryCommandIndeterm("inserttext") af ter
2040 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<font color=blue><a href =http://www.google.com>bar]</a></font>baz" queryCommandState("inserttext") after 2040 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<font color=blue><a href =http://www.google.com>bar]</a></font>baz" queryCommandState("inserttext") after
2041 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<font color=blue><a href =http://www.google.com>bar]</a></font>baz" queryCommandValue("inserttext") after 2041 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<font color=blue><a href =http://www.google.com>bar]</a></font>baz" queryCommandValue("inserttext") after
2042 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 2042 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
2043 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 2043 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
2044 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 2044 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
2045 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<a href=http://www.google .com><font color=brown>bar]</font></a>baz" compare innerHTML 2045 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<a href=http://www.google .com><font color=brown>bar]</font></a>baz" compare innerHTML
2046 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<a href=http://www.google .com><font color=brown>bar]</font></a>baz" queryCommandIndeterm("stylewithcss") before 2046 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<a href=http://www.google .com><font color=brown>bar]</font></a>baz" queryCommandIndeterm("stylewithcss") before
2047 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<a href=http://www.google .com><font color=brown>bar]</font></a>baz" queryCommandState("stylewithcss") bef ore 2047 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<a href=http://www.google .com><font color=brown>bar]</font></a>baz" queryCommandState("stylewithcss") bef ore
2048 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" 2048 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<a href=http://www.google .com><font color=brown>bar]</font></a>baz" queryCommandValue("stylewithcss") bef ore
2049 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<a href=http://www.google .com><font color=brown>bar]</font></a>baz" queryCommandIndeterm("stylewithcss") after 2049 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<a href=http://www.google .com><font color=brown>bar]</font></a>baz" queryCommandIndeterm("stylewithcss") after
2050 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<a href=http://www.google .com><font color=brown>bar]</font></a>baz" queryCommandState("stylewithcss") aft er 2050 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<a href=http://www.google .com><font color=brown>bar]</font></a>baz" queryCommandState("stylewithcss") aft er
2051 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" 2051 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<a href=http://www.google .com><font color=brown>bar]</font></a>baz" queryCommandValue("stylewithcss") aft er
2052 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<a href=http://www.google .com><font color=brown>bar]</font></a>baz" queryCommandIndeterm("inserttext") be fore 2052 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<a href=http://www.google .com><font color=brown>bar]</font></a>baz" queryCommandIndeterm("inserttext") be fore
2053 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<a href=http://www.google .com><font color=brown>bar]</font></a>baz" queryCommandState("inserttext") befor e 2053 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<a href=http://www.google .com><font color=brown>bar]</font></a>baz" queryCommandState("inserttext") befor e
2054 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<a href=http://www.google .com><font color=brown>bar]</font></a>baz" queryCommandValue("inserttext") befor e 2054 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<a href=http://www.google .com><font color=brown>bar]</font></a>baz" queryCommandValue("inserttext") befor e
2055 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<a href=http://www.google .com><font color=brown>bar]</font></a>baz" queryCommandIndeterm("inserttext") af ter 2055 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<a href=http://www.google .com><font color=brown>bar]</font></a>baz" queryCommandIndeterm("inserttext") af ter
2056 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<a href=http://www.google .com><font color=brown>bar]</font></a>baz" queryCommandState("inserttext") after 2056 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<a href=http://www.google .com><font color=brown>bar]</font></a>baz" queryCommandState("inserttext") after
2057 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<a href=http://www.google .com><font color=brown>bar]</font></a>baz" queryCommandValue("inserttext") after 2057 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<a href=http://www.google .com><font color=brown>bar]</font></a>baz" queryCommandValue("inserttext") after
2058 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 2058 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
2059 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 2059 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
2060 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 2060 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
2061 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<a href=http://www.googl e.com><font color=brown>bar]</font></a>baz" compare innerHTML 2061 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<a href=http://www.googl e.com><font color=brown>bar]</font></a>baz" compare innerHTML
2062 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<a href=http://www.googl e.com><font color=brown>bar]</font></a>baz" queryCommandIndeterm("stylewithcss") before 2062 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<a href=http://www.googl e.com><font color=brown>bar]</font></a>baz" queryCommandIndeterm("stylewithcss") before
2063 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<a href=http://www.googl e.com><font color=brown>bar]</font></a>baz" queryCommandState("stylewithcss") be fore 2063 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<a href=http://www.googl e.com><font color=brown>bar]</font></a>baz" queryCommandState("stylewithcss") be fore
2064 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" 2064 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<a href=http://www.googl e.com><font color=brown>bar]</font></a>baz" queryCommandValue("stylewithcss") be fore
2065 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<a href=http://www.googl e.com><font color=brown>bar]</font></a>baz" queryCommandIndeterm("stylewithcss") after 2065 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<a href=http://www.googl e.com><font color=brown>bar]</font></a>baz" queryCommandIndeterm("stylewithcss") after
2066 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<a href=http://www.googl e.com><font color=brown>bar]</font></a>baz" queryCommandState("stylewithcss") af ter 2066 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<a href=http://www.googl e.com><font color=brown>bar]</font></a>baz" queryCommandState("stylewithcss") af ter
2067 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" 2067 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<a href=http://www.googl e.com><font color=brown>bar]</font></a>baz" queryCommandValue("stylewithcss") af ter
2068 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<a href=http://www.googl e.com><font color=brown>bar]</font></a>baz" queryCommandIndeterm("inserttext") b efore 2068 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<a href=http://www.googl e.com><font color=brown>bar]</font></a>baz" queryCommandIndeterm("inserttext") b efore
2069 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<a href=http://www.googl e.com><font color=brown>bar]</font></a>baz" queryCommandState("inserttext") befo re 2069 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<a href=http://www.googl e.com><font color=brown>bar]</font></a>baz" queryCommandState("inserttext") befo re
2070 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<a href=http://www.googl e.com><font color=brown>bar]</font></a>baz" queryCommandValue("inserttext") befo re 2070 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<a href=http://www.googl e.com><font color=brown>bar]</font></a>baz" queryCommandValue("inserttext") befo re
2071 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<a href=http://www.googl e.com><font color=brown>bar]</font></a>baz" queryCommandIndeterm("inserttext") a fter 2071 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<a href=http://www.googl e.com><font color=brown>bar]</font></a>baz" queryCommandIndeterm("inserttext") a fter
2072 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<a href=http://www.googl e.com><font color=brown>bar]</font></a>baz" queryCommandState("inserttext") afte r 2072 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<a href=http://www.googl e.com><font color=brown>bar]</font></a>baz" queryCommandState("inserttext") afte r
2073 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<a href=http://www.googl e.com><font color=brown>bar]</font></a>baz" queryCommandValue("inserttext") afte r 2073 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<a href=http://www.googl e.com><font color=brown>bar]</font></a>baz" queryCommandValue("inserttext") afte r
2074 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 2074 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
2075 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 2075 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
2076 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 2076 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
2077 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<font color=brown><a href =http://www.google.com>bar]</a></font>baz" compare innerHTML 2077 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<font color=brown><a href =http://www.google.com>bar]</a></font>baz" compare innerHTML
2078 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<font color=brown><a href =http://www.google.com>bar]</a></font>baz" queryCommandIndeterm("stylewithcss") before 2078 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<font color=brown><a href =http://www.google.com>bar]</a></font>baz" queryCommandIndeterm("stylewithcss") before
2079 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<font color=brown><a href =http://www.google.com>bar]</a></font>baz" queryCommandState("stylewithcss") bef ore 2079 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<font color=brown><a href =http://www.google.com>bar]</a></font>baz" queryCommandState("stylewithcss") bef ore
2080 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" 2080 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<font color=brown><a href =http://www.google.com>bar]</a></font>baz" queryCommandValue("stylewithcss") bef ore
2081 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<font color=brown><a href =http://www.google.com>bar]</a></font>baz" queryCommandIndeterm("stylewithcss") after 2081 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<font color=brown><a href =http://www.google.com>bar]</a></font>baz" queryCommandIndeterm("stylewithcss") after
2082 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<font color=brown><a href =http://www.google.com>bar]</a></font>baz" queryCommandState("stylewithcss") aft er 2082 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<font color=brown><a href =http://www.google.com>bar]</a></font>baz" queryCommandState("stylewithcss") aft er
2083 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" 2083 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<font color=brown><a href =http://www.google.com>bar]</a></font>baz" queryCommandValue("stylewithcss") aft er
2084 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<font color=brown><a href =http://www.google.com>bar]</a></font>baz" queryCommandIndeterm("inserttext") be fore 2084 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<font color=brown><a href =http://www.google.com>bar]</a></font>baz" queryCommandIndeterm("inserttext") be fore
2085 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<font color=brown><a href =http://www.google.com>bar]</a></font>baz" queryCommandState("inserttext") befor e 2085 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<font color=brown><a href =http://www.google.com>bar]</a></font>baz" queryCommandState("inserttext") befor e
2086 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<font color=brown><a href =http://www.google.com>bar]</a></font>baz" queryCommandValue("inserttext") befor e 2086 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<font color=brown><a href =http://www.google.com>bar]</a></font>baz" queryCommandValue("inserttext") befor e
2087 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<font color=brown><a href =http://www.google.com>bar]</a></font>baz" queryCommandIndeterm("inserttext") af ter 2087 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<font color=brown><a href =http://www.google.com>bar]</a></font>baz" queryCommandIndeterm("inserttext") af ter
2088 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<font color=brown><a href =http://www.google.com>bar]</a></font>baz" queryCommandState("inserttext") after 2088 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<font color=brown><a href =http://www.google.com>bar]</a></font>baz" queryCommandState("inserttext") after
2089 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<font color=brown><a href =http://www.google.com>bar]</a></font>baz" queryCommandValue("inserttext") after 2089 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<font color=brown><a href =http://www.google.com>bar]</a></font>baz" queryCommandValue("inserttext") after
2090 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 2090 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
2091 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 2091 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
2092 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 2092 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
2093 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<font color=brown><a hre f=http://www.google.com>bar]</a></font>baz" compare innerHTML 2093 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<font color=brown><a hre f=http://www.google.com>bar]</a></font>baz" compare innerHTML
2094 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<font color=brown><a hre f=http://www.google.com>bar]</a></font>baz" queryCommandIndeterm("stylewithcss") before 2094 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<font color=brown><a hre f=http://www.google.com>bar]</a></font>baz" queryCommandIndeterm("stylewithcss") before
2095 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<font color=brown><a hre f=http://www.google.com>bar]</a></font>baz" queryCommandState("stylewithcss") be fore 2095 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<font color=brown><a hre f=http://www.google.com>bar]</a></font>baz" queryCommandState("stylewithcss") be fore
2096 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" 2096 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<font color=brown><a hre f=http://www.google.com>bar]</a></font>baz" queryCommandValue("stylewithcss") be fore
2097 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<font color=brown><a hre f=http://www.google.com>bar]</a></font>baz" queryCommandIndeterm("stylewithcss") after 2097 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<font color=brown><a hre f=http://www.google.com>bar]</a></font>baz" queryCommandIndeterm("stylewithcss") after
2098 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<font color=brown><a hre f=http://www.google.com>bar]</a></font>baz" queryCommandState("stylewithcss") af ter 2098 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<font color=brown><a hre f=http://www.google.com>bar]</a></font>baz" queryCommandState("stylewithcss") af ter
2099 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" 2099 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<font color=brown><a hre f=http://www.google.com>bar]</a></font>baz" queryCommandValue("stylewithcss") af ter
2100 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<font color=brown><a hre f=http://www.google.com>bar]</a></font>baz" queryCommandIndeterm("inserttext") b efore 2100 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<font color=brown><a hre f=http://www.google.com>bar]</a></font>baz" queryCommandIndeterm("inserttext") b efore
2101 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<font color=brown><a hre f=http://www.google.com>bar]</a></font>baz" queryCommandState("inserttext") befo re 2101 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<font color=brown><a hre f=http://www.google.com>bar]</a></font>baz" queryCommandState("inserttext") befo re
2102 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<font color=brown><a hre f=http://www.google.com>bar]</a></font>baz" queryCommandValue("inserttext") befo re 2102 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<font color=brown><a hre f=http://www.google.com>bar]</a></font>baz" queryCommandValue("inserttext") befo re
2103 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<font color=brown><a hre f=http://www.google.com>bar]</a></font>baz" queryCommandIndeterm("inserttext") a fter 2103 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<font color=brown><a hre f=http://www.google.com>bar]</a></font>baz" queryCommandIndeterm("inserttext") a fter
2104 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<font color=brown><a hre f=http://www.google.com>bar]</a></font>baz" queryCommandState("inserttext") afte r 2104 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<font color=brown><a hre f=http://www.google.com>bar]</a></font>baz" queryCommandState("inserttext") afte r
2105 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<font color=brown><a hre f=http://www.google.com>bar]</a></font>baz" queryCommandValue("inserttext") afte r 2105 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<font color=brown><a hre f=http://www.google.com>bar]</a></font>baz" queryCommandValue("inserttext") afte r
2106 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 2106 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
2107 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 2107 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
2108 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 2108 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
2109 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<a href=http://www.google .com><font color=black>bar]</font></a>baz" compare innerHTML 2109 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<a href=http://www.google .com><font color=black>bar]</font></a>baz" compare innerHTML
2110 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<a href=http://www.google .com><font color=black>bar]</font></a>baz" queryCommandIndeterm("stylewithcss") before 2110 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<a href=http://www.google .com><font color=black>bar]</font></a>baz" queryCommandIndeterm("stylewithcss") before
2111 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<a href=http://www.google .com><font color=black>bar]</font></a>baz" queryCommandState("stylewithcss") bef ore 2111 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<a href=http://www.google .com><font color=black>bar]</font></a>baz" queryCommandState("stylewithcss") bef ore
2112 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" 2112 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<a href=http://www.google .com><font color=black>bar]</font></a>baz" queryCommandValue("stylewithcss") bef ore
2113 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<a href=http://www.google .com><font color=black>bar]</font></a>baz" queryCommandIndeterm("stylewithcss") after 2113 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<a href=http://www.google .com><font color=black>bar]</font></a>baz" queryCommandIndeterm("stylewithcss") after
2114 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<a href=http://www.google .com><font color=black>bar]</font></a>baz" queryCommandState("stylewithcss") aft er 2114 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<a href=http://www.google .com><font color=black>bar]</font></a>baz" queryCommandState("stylewithcss") aft er
2115 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" 2115 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<a href=http://www.google .com><font color=black>bar]</font></a>baz" queryCommandValue("stylewithcss") aft er
2116 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<a href=http://www.google .com><font color=black>bar]</font></a>baz" queryCommandIndeterm("inserttext") be fore 2116 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<a href=http://www.google .com><font color=black>bar]</font></a>baz" queryCommandIndeterm("inserttext") be fore
2117 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<a href=http://www.google .com><font color=black>bar]</font></a>baz" queryCommandState("inserttext") befor e 2117 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<a href=http://www.google .com><font color=black>bar]</font></a>baz" queryCommandState("inserttext") befor e
2118 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<a href=http://www.google .com><font color=black>bar]</font></a>baz" queryCommandValue("inserttext") befor e 2118 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<a href=http://www.google .com><font color=black>bar]</font></a>baz" queryCommandValue("inserttext") befor e
2119 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<a href=http://www.google .com><font color=black>bar]</font></a>baz" queryCommandIndeterm("inserttext") af ter 2119 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<a href=http://www.google .com><font color=black>bar]</font></a>baz" queryCommandIndeterm("inserttext") af ter
2120 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<a href=http://www.google .com><font color=black>bar]</font></a>baz" queryCommandState("inserttext") after 2120 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<a href=http://www.google .com><font color=black>bar]</font></a>baz" queryCommandState("inserttext") after
2121 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<a href=http://www.google .com><font color=black>bar]</font></a>baz" queryCommandValue("inserttext") after 2121 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<a href=http://www.google .com><font color=black>bar]</font></a>baz" queryCommandValue("inserttext") after
2122 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 2122 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
2123 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 2123 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
2124 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 2124 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
2125 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<a href=http://www.googl e.com><font color=black>bar]</font></a>baz" compare innerHTML 2125 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<a href=http://www.googl e.com><font color=black>bar]</font></a>baz" compare innerHTML
2126 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<a href=http://www.googl e.com><font color=black>bar]</font></a>baz" queryCommandIndeterm("stylewithcss") before 2126 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<a href=http://www.googl e.com><font color=black>bar]</font></a>baz" queryCommandIndeterm("stylewithcss") before
2127 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<a href=http://www.googl e.com><font color=black>bar]</font></a>baz" queryCommandState("stylewithcss") be fore 2127 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<a href=http://www.googl e.com><font color=black>bar]</font></a>baz" queryCommandState("stylewithcss") be fore
2128 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" 2128 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<a href=http://www.googl e.com><font color=black>bar]</font></a>baz" queryCommandValue("stylewithcss") be fore
2129 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<a href=http://www.googl e.com><font color=black>bar]</font></a>baz" queryCommandIndeterm("stylewithcss") after 2129 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<a href=http://www.googl e.com><font color=black>bar]</font></a>baz" queryCommandIndeterm("stylewithcss") after
2130 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<a href=http://www.googl e.com><font color=black>bar]</font></a>baz" queryCommandState("stylewithcss") af ter 2130 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<a href=http://www.googl e.com><font color=black>bar]</font></a>baz" queryCommandState("stylewithcss") af ter
2131 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" 2131 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<a href=http://www.googl e.com><font color=black>bar]</font></a>baz" queryCommandValue("stylewithcss") af ter
2132 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<a href=http://www.googl e.com><font color=black>bar]</font></a>baz" queryCommandIndeterm("inserttext") b efore 2132 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<a href=http://www.googl e.com><font color=black>bar]</font></a>baz" queryCommandIndeterm("inserttext") b efore
2133 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<a href=http://www.googl e.com><font color=black>bar]</font></a>baz" queryCommandState("inserttext") befo re 2133 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<a href=http://www.googl e.com><font color=black>bar]</font></a>baz" queryCommandState("inserttext") befo re
2134 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<a href=http://www.googl e.com><font color=black>bar]</font></a>baz" queryCommandValue("inserttext") befo re 2134 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<a href=http://www.googl e.com><font color=black>bar]</font></a>baz" queryCommandValue("inserttext") befo re
2135 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<a href=http://www.googl e.com><font color=black>bar]</font></a>baz" queryCommandIndeterm("inserttext") a fter 2135 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<a href=http://www.googl e.com><font color=black>bar]</font></a>baz" queryCommandIndeterm("inserttext") a fter
2136 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<a href=http://www.googl e.com><font color=black>bar]</font></a>baz" queryCommandState("inserttext") afte r 2136 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<a href=http://www.googl e.com><font color=black>bar]</font></a>baz" queryCommandState("inserttext") afte r
2137 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<a href=http://www.googl e.com><font color=black>bar]</font></a>baz" queryCommandValue("inserttext") afte r 2137 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<a href=http://www.googl e.com><font color=black>bar]</font></a>baz" queryCommandValue("inserttext") afte r
2138 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<a href=http://www.google .com><u>bar]</u></a>baz": execCommand("stylewithcss", false, "true") return valu e 2138 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<a href=http://www.google .com><u>bar]</u></a>baz": execCommand("stylewithcss", false, "true") return valu e
2139 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<a href=http://www.google .com><u>bar]</u></a>baz": execCommand("inserttext", false, "a") return value 2139 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<a href=http://www.google .com><u>bar]</u></a>baz": execCommand("inserttext", false, "a") return value
2140 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<a href=http://www.google .com><u>bar]</u></a>baz" checks for modifications to non-editable content 2140 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<a href=http://www.google .com><u>bar]</u></a>baz" checks for modifications to non-editable content
2141 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<a href=http://www.google .com><u>bar]</u></a>baz" compare innerHTML 2141 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<a href=http://www.google .com><u>bar]</u></a>baz" compare innerHTML
2142 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<a href=http://www.google .com><u>bar]</u></a>baz" queryCommandIndeterm("stylewithcss") before 2142 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<a href=http://www.google .com><u>bar]</u></a>baz" queryCommandIndeterm("stylewithcss") before
2143 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<a href=http://www.google .com><u>bar]</u></a>baz" queryCommandState("stylewithcss") before 2143 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<a href=http://www.google .com><u>bar]</u></a>baz" queryCommandState("stylewithcss") before
2144 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" 2144 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<a href=http://www.google .com><u>bar]</u></a>baz" queryCommandValue("stylewithcss") before
2145 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<a href=http://www.google .com><u>bar]</u></a>baz" queryCommandIndeterm("stylewithcss") after 2145 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<a href=http://www.google .com><u>bar]</u></a>baz" queryCommandIndeterm("stylewithcss") after
2146 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<a href=http://www.google .com><u>bar]</u></a>baz" queryCommandState("stylewithcss") after 2146 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<a href=http://www.google .com><u>bar]</u></a>baz" queryCommandState("stylewithcss") after
2147 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" 2147 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<a href=http://www.google .com><u>bar]</u></a>baz" queryCommandValue("stylewithcss") after
2148 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<a href=http://www.google .com><u>bar]</u></a>baz" queryCommandIndeterm("inserttext") before 2148 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<a href=http://www.google .com><u>bar]</u></a>baz" queryCommandIndeterm("inserttext") before
2149 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<a href=http://www.google .com><u>bar]</u></a>baz" queryCommandState("inserttext") before 2149 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<a href=http://www.google .com><u>bar]</u></a>baz" queryCommandState("inserttext") before
2150 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<a href=http://www.google .com><u>bar]</u></a>baz" queryCommandValue("inserttext") before 2150 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<a href=http://www.google .com><u>bar]</u></a>baz" queryCommandValue("inserttext") before
2151 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<a href=http://www.google .com><u>bar]</u></a>baz" queryCommandIndeterm("inserttext") after 2151 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<a href=http://www.google .com><u>bar]</u></a>baz" queryCommandIndeterm("inserttext") after
2152 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<a href=http://www.google .com><u>bar]</u></a>baz" queryCommandState("inserttext") after 2152 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<a href=http://www.google .com><u>bar]</u></a>baz" queryCommandState("inserttext") after
2153 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<a href=http://www.google .com><u>bar]</u></a>baz" queryCommandValue("inserttext") after 2153 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<a href=http://www.google .com><u>bar]</u></a>baz" queryCommandValue("inserttext") after
2154 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 2154 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
2155 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<a href=http://www.googl e.com><u>bar]</u></a>baz": execCommand("inserttext", false, "a") return value 2155 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<a href=http://www.googl e.com><u>bar]</u></a>baz": execCommand("inserttext", false, "a") return value
2156 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 2156 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
2157 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<a href=http://www.googl e.com><u>bar]</u></a>baz" compare innerHTML 2157 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<a href=http://www.googl e.com><u>bar]</u></a>baz" compare innerHTML
2158 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<a href=http://www.googl e.com><u>bar]</u></a>baz" queryCommandIndeterm("stylewithcss") before 2158 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<a href=http://www.googl e.com><u>bar]</u></a>baz" queryCommandIndeterm("stylewithcss") before
2159 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<a href=http://www.googl e.com><u>bar]</u></a>baz" queryCommandState("stylewithcss") before 2159 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<a href=http://www.googl e.com><u>bar]</u></a>baz" queryCommandState("stylewithcss") before
2160 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" 2160 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<a href=http://www.googl e.com><u>bar]</u></a>baz" queryCommandValue("stylewithcss") before
2161 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<a href=http://www.googl e.com><u>bar]</u></a>baz" queryCommandIndeterm("stylewithcss") after 2161 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<a href=http://www.googl e.com><u>bar]</u></a>baz" queryCommandIndeterm("stylewithcss") after
2162 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<a href=http://www.googl e.com><u>bar]</u></a>baz" queryCommandState("stylewithcss") after 2162 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<a href=http://www.googl e.com><u>bar]</u></a>baz" queryCommandState("stylewithcss") after
2163 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" 2163 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<a href=http://www.googl e.com><u>bar]</u></a>baz" queryCommandValue("stylewithcss") after
2164 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<a href=http://www.googl e.com><u>bar]</u></a>baz" queryCommandIndeterm("inserttext") before 2164 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<a href=http://www.googl e.com><u>bar]</u></a>baz" queryCommandIndeterm("inserttext") before
2165 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<a href=http://www.googl e.com><u>bar]</u></a>baz" queryCommandState("inserttext") before 2165 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<a href=http://www.googl e.com><u>bar]</u></a>baz" queryCommandState("inserttext") before
2166 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<a href=http://www.googl e.com><u>bar]</u></a>baz" queryCommandValue("inserttext") before 2166 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<a href=http://www.googl e.com><u>bar]</u></a>baz" queryCommandValue("inserttext") before
2167 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<a href=http://www.googl e.com><u>bar]</u></a>baz" queryCommandIndeterm("inserttext") after 2167 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<a href=http://www.googl e.com><u>bar]</u></a>baz" queryCommandIndeterm("inserttext") after
2168 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<a href=http://www.googl e.com><u>bar]</u></a>baz" queryCommandState("inserttext") after 2168 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<a href=http://www.googl e.com><u>bar]</u></a>baz" queryCommandState("inserttext") after
2169 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<a href=http://www.googl e.com><u>bar]</u></a>baz" queryCommandValue("inserttext") after 2169 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<a href=http://www.googl e.com><u>bar]</u></a>baz" queryCommandValue("inserttext") after
2170 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 2170 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
2171 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<u><a href=http://www.goo gle.com>bar]</a></u>baz": execCommand("inserttext", false, "a") return value 2171 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<u><a href=http://www.goo gle.com>bar]</a></u>baz": execCommand("inserttext", false, "a") return value
2172 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 2172 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
2173 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<u><a href=http://www.goo gle.com>bar]</a></u>baz" compare innerHTML 2173 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<u><a href=http://www.goo gle.com>bar]</a></u>baz" compare innerHTML
2174 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<u><a href=http://www.goo gle.com>bar]</a></u>baz" queryCommandIndeterm("stylewithcss") before 2174 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<u><a href=http://www.goo gle.com>bar]</a></u>baz" queryCommandIndeterm("stylewithcss") before
2175 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<u><a href=http://www.goo gle.com>bar]</a></u>baz" queryCommandState("stylewithcss") before 2175 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<u><a href=http://www.goo gle.com>bar]</a></u>baz" queryCommandState("stylewithcss") before
2176 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" 2176 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<u><a href=http://www.goo gle.com>bar]</a></u>baz" queryCommandValue("stylewithcss") before
2177 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<u><a href=http://www.goo gle.com>bar]</a></u>baz" queryCommandIndeterm("stylewithcss") after 2177 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<u><a href=http://www.goo gle.com>bar]</a></u>baz" queryCommandIndeterm("stylewithcss") after
2178 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<u><a href=http://www.goo gle.com>bar]</a></u>baz" queryCommandState("stylewithcss") after 2178 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<u><a href=http://www.goo gle.com>bar]</a></u>baz" queryCommandState("stylewithcss") after
2179 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" 2179 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<u><a href=http://www.goo gle.com>bar]</a></u>baz" queryCommandValue("stylewithcss") after
2180 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<u><a href=http://www.goo gle.com>bar]</a></u>baz" queryCommandIndeterm("inserttext") before 2180 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<u><a href=http://www.goo gle.com>bar]</a></u>baz" queryCommandIndeterm("inserttext") before
2181 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<u><a href=http://www.goo gle.com>bar]</a></u>baz" queryCommandState("inserttext") before 2181 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<u><a href=http://www.goo gle.com>bar]</a></u>baz" queryCommandState("inserttext") before
2182 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<u><a href=http://www.goo gle.com>bar]</a></u>baz" queryCommandValue("inserttext") before 2182 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<u><a href=http://www.goo gle.com>bar]</a></u>baz" queryCommandValue("inserttext") before
2183 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<u><a href=http://www.goo gle.com>bar]</a></u>baz" queryCommandIndeterm("inserttext") after 2183 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<u><a href=http://www.goo gle.com>bar]</a></u>baz" queryCommandIndeterm("inserttext") after
2184 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<u><a href=http://www.goo gle.com>bar]</a></u>baz" queryCommandState("inserttext") after 2184 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<u><a href=http://www.goo gle.com>bar]</a></u>baz" queryCommandState("inserttext") after
2185 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<u><a href=http://www.goo gle.com>bar]</a></u>baz" queryCommandValue("inserttext") after 2185 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<u><a href=http://www.goo gle.com>bar]</a></u>baz" queryCommandValue("inserttext") after
2186 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 2186 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
2187 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<u><a href=http://www.go ogle.com>bar]</a></u>baz": execCommand("inserttext", false, "a") return value 2187 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<u><a href=http://www.go ogle.com>bar]</a></u>baz": execCommand("inserttext", false, "a") return value
2188 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 2188 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
2189 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<u><a href=http://www.go ogle.com>bar]</a></u>baz" compare innerHTML 2189 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<u><a href=http://www.go ogle.com>bar]</a></u>baz" compare innerHTML
2190 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<u><a href=http://www.go ogle.com>bar]</a></u>baz" queryCommandIndeterm("stylewithcss") before 2190 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<u><a href=http://www.go ogle.com>bar]</a></u>baz" queryCommandIndeterm("stylewithcss") before
2191 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<u><a href=http://www.go ogle.com>bar]</a></u>baz" queryCommandState("stylewithcss") before 2191 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<u><a href=http://www.go ogle.com>bar]</a></u>baz" queryCommandState("stylewithcss") before
2192 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" 2192 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<u><a href=http://www.go ogle.com>bar]</a></u>baz" queryCommandValue("stylewithcss") before
2193 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<u><a href=http://www.go ogle.com>bar]</a></u>baz" queryCommandIndeterm("stylewithcss") after 2193 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<u><a href=http://www.go ogle.com>bar]</a></u>baz" queryCommandIndeterm("stylewithcss") after
2194 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<u><a href=http://www.go ogle.com>bar]</a></u>baz" queryCommandState("stylewithcss") after 2194 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<u><a href=http://www.go ogle.com>bar]</a></u>baz" queryCommandState("stylewithcss") after
2195 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" 2195 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<u><a href=http://www.go ogle.com>bar]</a></u>baz" queryCommandValue("stylewithcss") after
2196 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<u><a href=http://www.go ogle.com>bar]</a></u>baz" queryCommandIndeterm("inserttext") before 2196 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<u><a href=http://www.go ogle.com>bar]</a></u>baz" queryCommandIndeterm("inserttext") before
2197 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<u><a href=http://www.go ogle.com>bar]</a></u>baz" queryCommandState("inserttext") before 2197 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<u><a href=http://www.go ogle.com>bar]</a></u>baz" queryCommandState("inserttext") before
2198 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<u><a href=http://www.go ogle.com>bar]</a></u>baz" queryCommandValue("inserttext") before 2198 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<u><a href=http://www.go ogle.com>bar]</a></u>baz" queryCommandValue("inserttext") before
2199 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<u><a href=http://www.go ogle.com>bar]</a></u>baz" queryCommandIndeterm("inserttext") after 2199 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<u><a href=http://www.go ogle.com>bar]</a></u>baz" queryCommandIndeterm("inserttext") after
2200 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<u><a href=http://www.go ogle.com>bar]</a></u>baz" queryCommandState("inserttext") after 2200 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<u><a href=http://www.go ogle.com>bar]</a></u>baz" queryCommandState("inserttext") after
2201 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<u><a href=http://www.go ogle.com>bar]</a></u>baz" queryCommandValue("inserttext") after 2201 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<u><a href=http://www.go ogle.com>bar]</a></u>baz" queryCommandValue("inserttext") after
2202 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<sub><font size=2>bar]</f ont></sub>baz": execCommand("stylewithcss", false, "true") return value 2202 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<sub><font size=2>bar]</f ont></sub>baz": execCommand("stylewithcss", false, "true") return value
2203 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<sub><font size=2>bar]</f ont></sub>baz": execCommand("inserttext", false, "a") return value 2203 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<sub><font size=2>bar]</f ont></sub>baz": execCommand("inserttext", false, "a") return value
2204 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<sub><font size=2>bar]</f ont></sub>baz" checks for modifications to non-editable content 2204 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<sub><font size=2>bar]</f ont></sub>baz" checks for modifications to non-editable content
2205 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<sub><font size=2>bar]</f ont></sub>baz" compare innerHTML 2205 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<sub><font size=2>bar]</f ont></sub>baz" compare innerHTML
2206 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<sub><font size=2>bar]</f ont></sub>baz" queryCommandIndeterm("stylewithcss") before 2206 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<sub><font size=2>bar]</f ont></sub>baz" queryCommandIndeterm("stylewithcss") before
2207 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<sub><font size=2>bar]</f ont></sub>baz" queryCommandState("stylewithcss") before 2207 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<sub><font size=2>bar]</f ont></sub>baz" queryCommandState("stylewithcss") before
2208 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" 2208 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<sub><font size=2>bar]</f ont></sub>baz" queryCommandValue("stylewithcss") before
2209 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<sub><font size=2>bar]</f ont></sub>baz" queryCommandIndeterm("stylewithcss") after 2209 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<sub><font size=2>bar]</f ont></sub>baz" queryCommandIndeterm("stylewithcss") after
2210 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<sub><font size=2>bar]</f ont></sub>baz" queryCommandState("stylewithcss") after 2210 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<sub><font size=2>bar]</f ont></sub>baz" queryCommandState("stylewithcss") after
2211 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" 2211 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<sub><font size=2>bar]</f ont></sub>baz" queryCommandValue("stylewithcss") after
2212 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<sub><font size=2>bar]</f ont></sub>baz" queryCommandIndeterm("inserttext") before 2212 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<sub><font size=2>bar]</f ont></sub>baz" queryCommandIndeterm("inserttext") before
2213 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<sub><font size=2>bar]</f ont></sub>baz" queryCommandState("inserttext") before 2213 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<sub><font size=2>bar]</f ont></sub>baz" queryCommandState("inserttext") before
2214 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<sub><font size=2>bar]</f ont></sub>baz" queryCommandValue("inserttext") before 2214 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<sub><font size=2>bar]</f ont></sub>baz" queryCommandValue("inserttext") before
2215 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<sub><font size=2>bar]</f ont></sub>baz" queryCommandIndeterm("inserttext") after 2215 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<sub><font size=2>bar]</f ont></sub>baz" queryCommandIndeterm("inserttext") after
2216 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<sub><font size=2>bar]</f ont></sub>baz" queryCommandState("inserttext") after 2216 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<sub><font size=2>bar]</f ont></sub>baz" queryCommandState("inserttext") after
2217 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<sub><font size=2>bar]</f ont></sub>baz" queryCommandValue("inserttext") after 2217 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<sub><font size=2>bar]</f ont></sub>baz" queryCommandValue("inserttext") after
2218 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<sub><font size=2>bar]</ font></sub>baz": execCommand("stylewithcss", false, "false") return value 2218 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<sub><font size=2>bar]</ font></sub>baz": execCommand("stylewithcss", false, "false") return value
2219 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<sub><font size=2>bar]</ font></sub>baz": execCommand("inserttext", false, "a") return value 2219 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<sub><font size=2>bar]</ font></sub>baz": execCommand("inserttext", false, "a") return value
2220 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<sub><font size=2>bar]</ font></sub>baz" checks for modifications to non-editable content 2220 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<sub><font size=2>bar]</ font></sub>baz" checks for modifications to non-editable content
2221 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<sub><font size=2>bar]</ font></sub>baz" compare innerHTML 2221 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<sub><font size=2>bar]</ font></sub>baz" compare innerHTML
2222 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<sub><font size=2>bar]</ font></sub>baz" queryCommandIndeterm("stylewithcss") before 2222 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<sub><font size=2>bar]</ font></sub>baz" queryCommandIndeterm("stylewithcss") before
2223 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<sub><font size=2>bar]</ font></sub>baz" queryCommandState("stylewithcss") before 2223 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<sub><font size=2>bar]</ font></sub>baz" queryCommandState("stylewithcss") before
2224 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" 2224 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<sub><font size=2>bar]</ font></sub>baz" queryCommandValue("stylewithcss") before
2225 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<sub><font size=2>bar]</ font></sub>baz" queryCommandIndeterm("stylewithcss") after 2225 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<sub><font size=2>bar]</ font></sub>baz" queryCommandIndeterm("stylewithcss") after
2226 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<sub><font size=2>bar]</ font></sub>baz" queryCommandState("stylewithcss") after 2226 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<sub><font size=2>bar]</ font></sub>baz" queryCommandState("stylewithcss") after
2227 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" 2227 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<sub><font size=2>bar]</ font></sub>baz" queryCommandValue("stylewithcss") after
2228 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<sub><font size=2>bar]</ font></sub>baz" queryCommandIndeterm("inserttext") before 2228 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<sub><font size=2>bar]</ font></sub>baz" queryCommandIndeterm("inserttext") before
2229 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<sub><font size=2>bar]</ font></sub>baz" queryCommandState("inserttext") before 2229 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<sub><font size=2>bar]</ font></sub>baz" queryCommandState("inserttext") before
2230 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<sub><font size=2>bar]</ font></sub>baz" queryCommandValue("inserttext") before 2230 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<sub><font size=2>bar]</ font></sub>baz" queryCommandValue("inserttext") before
2231 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<sub><font size=2>bar]</ font></sub>baz" queryCommandIndeterm("inserttext") after 2231 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<sub><font size=2>bar]</ font></sub>baz" queryCommandIndeterm("inserttext") after
2232 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<sub><font size=2>bar]</ font></sub>baz" queryCommandState("inserttext") after 2232 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<sub><font size=2>bar]</ font></sub>baz" queryCommandState("inserttext") after
2233 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<sub><font size=2>bar]</ font></sub>baz" queryCommandValue("inserttext") after 2233 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<sub><font size=2>bar]</ font></sub>baz" queryCommandValue("inserttext") after
2234 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<font size=2><sub>bar]</s ub></font>baz": execCommand("stylewithcss", false, "true") return value 2234 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<font size=2><sub>bar]</s ub></font>baz": execCommand("stylewithcss", false, "true") return value
2235 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<font size=2><sub>bar]</s ub></font>baz": execCommand("inserttext", false, "a") return value 2235 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<font size=2><sub>bar]</s ub></font>baz": execCommand("inserttext", false, "a") return value
2236 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<font size=2><sub>bar]</s ub></font>baz" checks for modifications to non-editable content 2236 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<font size=2><sub>bar]</s ub></font>baz" checks for modifications to non-editable content
2237 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<font size=2><sub>bar]</s ub></font>baz" compare innerHTML 2237 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<font size=2><sub>bar]</s ub></font>baz" compare innerHTML
2238 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<font size=2><sub>bar]</s ub></font>baz" queryCommandIndeterm("stylewithcss") before 2238 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<font size=2><sub>bar]</s ub></font>baz" queryCommandIndeterm("stylewithcss") before
2239 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<font size=2><sub>bar]</s ub></font>baz" queryCommandState("stylewithcss") before 2239 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<font size=2><sub>bar]</s ub></font>baz" queryCommandState("stylewithcss") before
2240 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" 2240 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<font size=2><sub>bar]</s ub></font>baz" queryCommandValue("stylewithcss") before
2241 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<font size=2><sub>bar]</s ub></font>baz" queryCommandIndeterm("stylewithcss") after 2241 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<font size=2><sub>bar]</s ub></font>baz" queryCommandIndeterm("stylewithcss") after
2242 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<font size=2><sub>bar]</s ub></font>baz" queryCommandState("stylewithcss") after 2242 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<font size=2><sub>bar]</s ub></font>baz" queryCommandState("stylewithcss") after
2243 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" 2243 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<font size=2><sub>bar]</s ub></font>baz" queryCommandValue("stylewithcss") after
2244 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<font size=2><sub>bar]</s ub></font>baz" queryCommandIndeterm("inserttext") before 2244 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<font size=2><sub>bar]</s ub></font>baz" queryCommandIndeterm("inserttext") before
2245 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<font size=2><sub>bar]</s ub></font>baz" queryCommandState("inserttext") before 2245 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<font size=2><sub>bar]</s ub></font>baz" queryCommandState("inserttext") before
2246 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<font size=2><sub>bar]</s ub></font>baz" queryCommandValue("inserttext") before 2246 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<font size=2><sub>bar]</s ub></font>baz" queryCommandValue("inserttext") before
2247 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<font size=2><sub>bar]</s ub></font>baz" queryCommandIndeterm("inserttext") after 2247 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<font size=2><sub>bar]</s ub></font>baz" queryCommandIndeterm("inserttext") after
2248 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<font size=2><sub>bar]</s ub></font>baz" queryCommandState("inserttext") after 2248 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<font size=2><sub>bar]</s ub></font>baz" queryCommandState("inserttext") after
2249 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<font size=2><sub>bar]</s ub></font>baz" queryCommandValue("inserttext") after 2249 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<font size=2><sub>bar]</s ub></font>baz" queryCommandValue("inserttext") after
2250 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<font size=2><sub>bar]</ sub></font>baz": execCommand("stylewithcss", false, "false") return value 2250 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<font size=2><sub>bar]</ sub></font>baz": execCommand("stylewithcss", false, "false") return value
2251 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<font size=2><sub>bar]</ sub></font>baz": execCommand("inserttext", false, "a") return value 2251 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<font size=2><sub>bar]</ sub></font>baz": execCommand("inserttext", false, "a") return value
2252 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<font size=2><sub>bar]</ sub></font>baz" checks for modifications to non-editable content 2252 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<font size=2><sub>bar]</ sub></font>baz" checks for modifications to non-editable content
2253 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<font size=2><sub>bar]</ sub></font>baz" compare innerHTML 2253 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<font size=2><sub>bar]</ sub></font>baz" compare innerHTML
2254 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<font size=2><sub>bar]</ sub></font>baz" queryCommandIndeterm("stylewithcss") before 2254 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<font size=2><sub>bar]</ sub></font>baz" queryCommandIndeterm("stylewithcss") before
2255 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<font size=2><sub>bar]</ sub></font>baz" queryCommandState("stylewithcss") before 2255 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<font size=2><sub>bar]</ sub></font>baz" queryCommandState("stylewithcss") before
2256 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" 2256 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<font size=2><sub>bar]</ sub></font>baz" queryCommandValue("stylewithcss") before
2257 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<font size=2><sub>bar]</ sub></font>baz" queryCommandIndeterm("stylewithcss") after 2257 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<font size=2><sub>bar]</ sub></font>baz" queryCommandIndeterm("stylewithcss") after
2258 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<font size=2><sub>bar]</ sub></font>baz" queryCommandState("stylewithcss") after 2258 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<font size=2><sub>bar]</ sub></font>baz" queryCommandState("stylewithcss") after
2259 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" 2259 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<font size=2><sub>bar]</ sub></font>baz" queryCommandValue("stylewithcss") after
2260 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<font size=2><sub>bar]</ sub></font>baz" queryCommandIndeterm("inserttext") before 2260 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<font size=2><sub>bar]</ sub></font>baz" queryCommandIndeterm("inserttext") before
2261 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<font size=2><sub>bar]</ sub></font>baz" queryCommandState("inserttext") before 2261 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<font size=2><sub>bar]</ sub></font>baz" queryCommandState("inserttext") before
2262 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<font size=2><sub>bar]</ sub></font>baz" queryCommandValue("inserttext") before 2262 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<font size=2><sub>bar]</ sub></font>baz" queryCommandValue("inserttext") before
2263 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<font size=2><sub>bar]</ sub></font>baz" queryCommandIndeterm("inserttext") after 2263 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<font size=2><sub>bar]</ sub></font>baz" queryCommandIndeterm("inserttext") after
2264 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<font size=2><sub>bar]</ sub></font>baz" queryCommandState("inserttext") after 2264 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<font size=2><sub>bar]</ sub></font>baz" queryCommandState("inserttext") after
2265 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<font size=2><sub>bar]</ sub></font>baz" queryCommandValue("inserttext") after 2265 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<font size=2><sub>bar]</ sub></font>baz" queryCommandValue("inserttext") after
2266 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<sub><font size=3>bar]</f ont></sub>baz": execCommand("stylewithcss", false, "true") return value 2266 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<sub><font size=3>bar]</f ont></sub>baz": execCommand("stylewithcss", false, "true") return value
2267 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<sub><font size=3>bar]</f ont></sub>baz": execCommand("inserttext", false, "a") return value 2267 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<sub><font size=3>bar]</f ont></sub>baz": execCommand("inserttext", false, "a") return value
2268 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<sub><font size=3>bar]</f ont></sub>baz" checks for modifications to non-editable content 2268 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<sub><font size=3>bar]</f ont></sub>baz" checks for modifications to non-editable content
2269 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<sub><font size=3>bar]</f ont></sub>baz" compare innerHTML 2269 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<sub><font size=3>bar]</f ont></sub>baz" compare innerHTML
2270 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<sub><font size=3>bar]</f ont></sub>baz" queryCommandIndeterm("stylewithcss") before 2270 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<sub><font size=3>bar]</f ont></sub>baz" queryCommandIndeterm("stylewithcss") before
2271 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<sub><font size=3>bar]</f ont></sub>baz" queryCommandState("stylewithcss") before 2271 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<sub><font size=3>bar]</f ont></sub>baz" queryCommandState("stylewithcss") before
2272 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" 2272 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<sub><font size=3>bar]</f ont></sub>baz" queryCommandValue("stylewithcss") before
2273 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<sub><font size=3>bar]</f ont></sub>baz" queryCommandIndeterm("stylewithcss") after 2273 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<sub><font size=3>bar]</f ont></sub>baz" queryCommandIndeterm("stylewithcss") after
2274 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<sub><font size=3>bar]</f ont></sub>baz" queryCommandState("stylewithcss") after 2274 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<sub><font size=3>bar]</f ont></sub>baz" queryCommandState("stylewithcss") after
2275 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" 2275 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<sub><font size=3>bar]</f ont></sub>baz" queryCommandValue("stylewithcss") after
2276 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<sub><font size=3>bar]</f ont></sub>baz" queryCommandIndeterm("inserttext") before 2276 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<sub><font size=3>bar]</f ont></sub>baz" queryCommandIndeterm("inserttext") before
2277 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<sub><font size=3>bar]</f ont></sub>baz" queryCommandState("inserttext") before 2277 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<sub><font size=3>bar]</f ont></sub>baz" queryCommandState("inserttext") before
2278 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<sub><font size=3>bar]</f ont></sub>baz" queryCommandValue("inserttext") before 2278 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<sub><font size=3>bar]</f ont></sub>baz" queryCommandValue("inserttext") before
2279 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<sub><font size=3>bar]</f ont></sub>baz" queryCommandIndeterm("inserttext") after 2279 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<sub><font size=3>bar]</f ont></sub>baz" queryCommandIndeterm("inserttext") after
2280 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<sub><font size=3>bar]</f ont></sub>baz" queryCommandState("inserttext") after 2280 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<sub><font size=3>bar]</f ont></sub>baz" queryCommandState("inserttext") after
2281 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<sub><font size=3>bar]</f ont></sub>baz" queryCommandValue("inserttext") after 2281 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<sub><font size=3>bar]</f ont></sub>baz" queryCommandValue("inserttext") after
2282 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<sub><font size=3>bar]</ font></sub>baz": execCommand("stylewithcss", false, "false") return value 2282 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<sub><font size=3>bar]</ font></sub>baz": execCommand("stylewithcss", false, "false") return value
2283 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<sub><font size=3>bar]</ font></sub>baz": execCommand("inserttext", false, "a") return value 2283 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<sub><font size=3>bar]</ font></sub>baz": execCommand("inserttext", false, "a") return value
2284 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<sub><font size=3>bar]</ font></sub>baz" checks for modifications to non-editable content 2284 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<sub><font size=3>bar]</ font></sub>baz" checks for modifications to non-editable content
2285 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<sub><font size=3>bar]</ font></sub>baz" compare innerHTML 2285 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<sub><font size=3>bar]</ font></sub>baz" compare innerHTML
2286 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<sub><font size=3>bar]</ font></sub>baz" queryCommandIndeterm("stylewithcss") before 2286 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<sub><font size=3>bar]</ font></sub>baz" queryCommandIndeterm("stylewithcss") before
2287 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<sub><font size=3>bar]</ font></sub>baz" queryCommandState("stylewithcss") before 2287 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<sub><font size=3>bar]</ font></sub>baz" queryCommandState("stylewithcss") before
2288 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" 2288 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<sub><font size=3>bar]</ font></sub>baz" queryCommandValue("stylewithcss") before
2289 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<sub><font size=3>bar]</ font></sub>baz" queryCommandIndeterm("stylewithcss") after 2289 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<sub><font size=3>bar]</ font></sub>baz" queryCommandIndeterm("stylewithcss") after
2290 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<sub><font size=3>bar]</ font></sub>baz" queryCommandState("stylewithcss") after 2290 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<sub><font size=3>bar]</ font></sub>baz" queryCommandState("stylewithcss") after
2291 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" 2291 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<sub><font size=3>bar]</ font></sub>baz" queryCommandValue("stylewithcss") after
2292 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<sub><font size=3>bar]</ font></sub>baz" queryCommandIndeterm("inserttext") before 2292 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<sub><font size=3>bar]</ font></sub>baz" queryCommandIndeterm("inserttext") before
2293 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<sub><font size=3>bar]</ font></sub>baz" queryCommandState("inserttext") before 2293 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<sub><font size=3>bar]</ font></sub>baz" queryCommandState("inserttext") before
2294 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<sub><font size=3>bar]</ font></sub>baz" queryCommandValue("inserttext") before 2294 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<sub><font size=3>bar]</ font></sub>baz" queryCommandValue("inserttext") before
2295 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<sub><font size=3>bar]</ font></sub>baz" queryCommandIndeterm("inserttext") after 2295 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<sub><font size=3>bar]</ font></sub>baz" queryCommandIndeterm("inserttext") after
2296 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<sub><font size=3>bar]</ font></sub>baz" queryCommandState("inserttext") after 2296 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<sub><font size=3>bar]</ font></sub>baz" queryCommandState("inserttext") after
2297 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<sub><font size=3>bar]</ font></sub>baz" queryCommandValue("inserttext") after 2297 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<sub><font size=3>bar]</ font></sub>baz" queryCommandValue("inserttext") after
2298 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<font size=3><sub>bar]</s ub></font>baz": execCommand("stylewithcss", false, "true") return value 2298 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<font size=3><sub>bar]</s ub></font>baz": execCommand("stylewithcss", false, "true") return value
2299 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<font size=3><sub>bar]</s ub></font>baz": execCommand("inserttext", false, "a") return value 2299 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<font size=3><sub>bar]</s ub></font>baz": execCommand("inserttext", false, "a") return value
2300 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<font size=3><sub>bar]</s ub></font>baz" checks for modifications to non-editable content 2300 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<font size=3><sub>bar]</s ub></font>baz" checks for modifications to non-editable content
2301 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<font size=3><sub>bar]</s ub></font>baz" compare innerHTML 2301 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<font size=3><sub>bar]</s ub></font>baz" compare innerHTML
2302 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<font size=3><sub>bar]</s ub></font>baz" queryCommandIndeterm("stylewithcss") before 2302 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<font size=3><sub>bar]</s ub></font>baz" queryCommandIndeterm("stylewithcss") before
2303 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<font size=3><sub>bar]</s ub></font>baz" queryCommandState("stylewithcss") before 2303 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<font size=3><sub>bar]</s ub></font>baz" queryCommandState("stylewithcss") before
2304 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" 2304 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<font size=3><sub>bar]</s ub></font>baz" queryCommandValue("stylewithcss") before
2305 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<font size=3><sub>bar]</s ub></font>baz" queryCommandIndeterm("stylewithcss") after 2305 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<font size=3><sub>bar]</s ub></font>baz" queryCommandIndeterm("stylewithcss") after
2306 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<font size=3><sub>bar]</s ub></font>baz" queryCommandState("stylewithcss") after 2306 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<font size=3><sub>bar]</s ub></font>baz" queryCommandState("stylewithcss") after
2307 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" 2307 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<font size=3><sub>bar]</s ub></font>baz" queryCommandValue("stylewithcss") after
2308 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<font size=3><sub>bar]</s ub></font>baz" queryCommandIndeterm("inserttext") before 2308 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<font size=3><sub>bar]</s ub></font>baz" queryCommandIndeterm("inserttext") before
2309 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<font size=3><sub>bar]</s ub></font>baz" queryCommandState("inserttext") before 2309 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<font size=3><sub>bar]</s ub></font>baz" queryCommandState("inserttext") before
2310 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<font size=3><sub>bar]</s ub></font>baz" queryCommandValue("inserttext") before 2310 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<font size=3><sub>bar]</s ub></font>baz" queryCommandValue("inserttext") before
2311 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<font size=3><sub>bar]</s ub></font>baz" queryCommandIndeterm("inserttext") after 2311 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<font size=3><sub>bar]</s ub></font>baz" queryCommandIndeterm("inserttext") after
2312 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<font size=3><sub>bar]</s ub></font>baz" queryCommandState("inserttext") after 2312 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<font size=3><sub>bar]</s ub></font>baz" queryCommandState("inserttext") after
2313 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<font size=3><sub>bar]</s ub></font>baz" queryCommandValue("inserttext") after 2313 PASS [["stylewithcss","true"],["inserttext","a"]] "[foo<font size=3><sub>bar]</s ub></font>baz" queryCommandValue("inserttext") after
2314 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<font size=3><sub>bar]</ sub></font>baz": execCommand("stylewithcss", false, "false") return value 2314 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<font size=3><sub>bar]</ sub></font>baz": execCommand("stylewithcss", false, "false") return value
2315 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<font size=3><sub>bar]</ sub></font>baz": execCommand("inserttext", false, "a") return value 2315 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<font size=3><sub>bar]</ sub></font>baz": execCommand("inserttext", false, "a") return value
2316 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<font size=3><sub>bar]</ sub></font>baz" checks for modifications to non-editable content 2316 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<font size=3><sub>bar]</ sub></font>baz" checks for modifications to non-editable content
2317 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<font size=3><sub>bar]</ sub></font>baz" compare innerHTML 2317 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<font size=3><sub>bar]</ sub></font>baz" compare innerHTML
2318 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<font size=3><sub>bar]</ sub></font>baz" queryCommandIndeterm("stylewithcss") before 2318 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<font size=3><sub>bar]</ sub></font>baz" queryCommandIndeterm("stylewithcss") before
2319 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<font size=3><sub>bar]</ sub></font>baz" queryCommandState("stylewithcss") before 2319 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<font size=3><sub>bar]</ sub></font>baz" queryCommandState("stylewithcss") before
2320 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" 2320 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<font size=3><sub>bar]</ sub></font>baz" queryCommandValue("stylewithcss") before
2321 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<font size=3><sub>bar]</ sub></font>baz" queryCommandIndeterm("stylewithcss") after 2321 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<font size=3><sub>bar]</ sub></font>baz" queryCommandIndeterm("stylewithcss") after
2322 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<font size=3><sub>bar]</ sub></font>baz" queryCommandState("stylewithcss") after 2322 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<font size=3><sub>bar]</ sub></font>baz" queryCommandState("stylewithcss") after
2323 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" 2323 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<font size=3><sub>bar]</ sub></font>baz" queryCommandValue("stylewithcss") after
2324 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<font size=3><sub>bar]</ sub></font>baz" queryCommandIndeterm("inserttext") before 2324 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<font size=3><sub>bar]</ sub></font>baz" queryCommandIndeterm("inserttext") before
2325 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<font size=3><sub>bar]</ sub></font>baz" queryCommandState("inserttext") before 2325 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<font size=3><sub>bar]</ sub></font>baz" queryCommandState("inserttext") before
2326 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<font size=3><sub>bar]</ sub></font>baz" queryCommandValue("inserttext") before 2326 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<font size=3><sub>bar]</ sub></font>baz" queryCommandValue("inserttext") before
2327 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<font size=3><sub>bar]</ sub></font>baz" queryCommandIndeterm("inserttext") after 2327 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<font size=3><sub>bar]</ sub></font>baz" queryCommandIndeterm("inserttext") after
2328 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<font size=3><sub>bar]</ sub></font>baz" queryCommandState("inserttext") after 2328 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<font size=3><sub>bar]</ sub></font>baz" queryCommandState("inserttext") after
2329 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<font size=3><sub>bar]</ sub></font>baz" queryCommandValue("inserttext") after 2329 PASS [["stylewithcss","false"],["inserttext","a"]] "[foo<font size=3><sub>bar]</ sub></font>baz" queryCommandValue("inserttext") after
2330 PASS [["inserttext","a"]] "foo<b>[bar</b>baz]": execCommand("inserttext", false, "a") return value 2330 PASS [["inserttext","a"]] "foo<b>[bar</b>baz]": execCommand("inserttext", false, "a") return value
2331 PASS [["inserttext","a"]] "foo<b>[bar</b>baz]" checks for modifications to non-e ditable content 2331 PASS [["inserttext","a"]] "foo<b>[bar</b>baz]" checks for modifications to non-e ditable content
2332 PASS [["inserttext","a"]] "foo<b>[bar</b>baz]" compare innerHTML 2332 PASS [["inserttext","a"]] "foo<b>[bar</b>baz]" compare innerHTML
2333 PASS [["inserttext","a"]] "foo<b>[bar</b>baz]" queryCommandIndeterm("inserttext" ) before 2333 PASS [["inserttext","a"]] "foo<b>[bar</b>baz]" queryCommandIndeterm("inserttext" ) before
(...skipping 195 matching lines...) Expand 10 before | Expand all | Expand 10 after
2529 PASS [["inserttext","a"]] "<blockquote><font color=blue>[foo]</font></blockquote >" checks for modifications to non-editable content 2529 PASS [["inserttext","a"]] "<blockquote><font color=blue>[foo]</font></blockquote >" checks for modifications to non-editable content
2530 PASS [["inserttext","a"]] "<blockquote><font color=blue>[foo]</font></blockquote >" compare innerHTML 2530 PASS [["inserttext","a"]] "<blockquote><font color=blue>[foo]</font></blockquote >" compare innerHTML
2531 PASS [["inserttext","a"]] "<blockquote><font color=blue>[foo]</font></blockquote >" queryCommandIndeterm("inserttext") before 2531 PASS [["inserttext","a"]] "<blockquote><font color=blue>[foo]</font></blockquote >" queryCommandIndeterm("inserttext") before
2532 PASS [["inserttext","a"]] "<blockquote><font color=blue>[foo]</font></blockquote >" queryCommandState("inserttext") before 2532 PASS [["inserttext","a"]] "<blockquote><font color=blue>[foo]</font></blockquote >" queryCommandState("inserttext") before
2533 PASS [["inserttext","a"]] "<blockquote><font color=blue>[foo]</font></blockquote >" queryCommandValue("inserttext") before 2533 PASS [["inserttext","a"]] "<blockquote><font color=blue>[foo]</font></blockquote >" queryCommandValue("inserttext") before
2534 PASS [["inserttext","a"]] "<blockquote><font color=blue>[foo]</font></blockquote >" queryCommandIndeterm("inserttext") after 2534 PASS [["inserttext","a"]] "<blockquote><font color=blue>[foo]</font></blockquote >" queryCommandIndeterm("inserttext") after
2535 PASS [["inserttext","a"]] "<blockquote><font color=blue>[foo]</font></blockquote >" queryCommandState("inserttext") after 2535 PASS [["inserttext","a"]] "<blockquote><font color=blue>[foo]</font></blockquote >" queryCommandState("inserttext") after
2536 PASS [["inserttext","a"]] "<blockquote><font color=blue>[foo]</font></blockquote >" queryCommandValue("inserttext") after 2536 PASS [["inserttext","a"]] "<blockquote><font color=blue>[foo]</font></blockquote >" queryCommandValue("inserttext") after
2537 Harness: the test ran to completion. 2537 Harness: the test ran to completion.
2538 2538
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698