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

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

Issue 2800723002: Ensure we never remove the style attribute when syncing it from CSSOM. (Closed)
Patch Set: Nits Created 3 years, 8 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 1704 tests; 1672 PASS, 32 FAIL, 0 TIMEOUT, 0 NOTRUN. 2 Found 1704 tests; 1671 PASS, 33 FAIL, 0 TIMEOUT, 0 NOTRUN.
3 FAIL [["removeformat",""]] "foo[]bar": execCommand("removeformat", false, "") re turn value assert_equals: expected true but got false 3 FAIL [["removeformat",""]] "foo[]bar": execCommand("removeformat", false, "") re turn value assert_equals: expected true but got false
4 PASS [["removeformat",""]] "foo[]bar" checks for modifications to non-editable c ontent 4 PASS [["removeformat",""]] "foo[]bar" checks for modifications to non-editable c ontent
5 PASS [["removeformat",""]] "foo[]bar" compare innerHTML 5 PASS [["removeformat",""]] "foo[]bar" compare innerHTML
6 PASS [["removeformat",""]] "foo[]bar" queryCommandIndeterm("removeformat") befor e 6 PASS [["removeformat",""]] "foo[]bar" queryCommandIndeterm("removeformat") befor e
7 PASS [["removeformat",""]] "foo[]bar" queryCommandState("removeformat") before 7 PASS [["removeformat",""]] "foo[]bar" queryCommandState("removeformat") before
8 PASS [["removeformat",""]] "foo[]bar" queryCommandValue("removeformat") before 8 PASS [["removeformat",""]] "foo[]bar" queryCommandValue("removeformat") before
9 PASS [["removeformat",""]] "foo[]bar" queryCommandIndeterm("removeformat") after 9 PASS [["removeformat",""]] "foo[]bar" queryCommandIndeterm("removeformat") after
10 PASS [["removeformat",""]] "foo[]bar" queryCommandState("removeformat") after 10 PASS [["removeformat",""]] "foo[]bar" queryCommandState("removeformat") after
11 PASS [["removeformat",""]] "foo[]bar" queryCommandValue("removeformat") after 11 PASS [["removeformat",""]] "foo[]bar" queryCommandValue("removeformat") after
12 FAIL [["removeformat",""]] "<span>foo</span>{}<span>bar</span>": execCommand("re moveformat", false, "") return value assert_equals: expected true but got false 12 FAIL [["removeformat",""]] "<span>foo</span>{}<span>bar</span>": execCommand("re moveformat", false, "") return value assert_equals: expected true but got false
(...skipping 1513 matching lines...) Expand 10 before | Expand all | Expand 10 after
1526 PASS [["stylewithcss","false"],["removeformat",""]] "foo<b style=\"font-weight: normal\">b[a]r</b>baz" queryCommandState("stylewithcss") after 1526 PASS [["stylewithcss","false"],["removeformat",""]] "foo<b style=\"font-weight: normal\">b[a]r</b>baz" queryCommandState("stylewithcss") after
1527 PASS [["stylewithcss","false"],["removeformat",""]] "foo<b style=\"font-weight: normal\">b[a]r</b>baz" queryCommandValue("stylewithcss") after 1527 PASS [["stylewithcss","false"],["removeformat",""]] "foo<b style=\"font-weight: normal\">b[a]r</b>baz" queryCommandValue("stylewithcss") after
1528 PASS [["stylewithcss","false"],["removeformat",""]] "foo<b style=\"font-weight: normal\">b[a]r</b>baz" queryCommandIndeterm("removeformat") before 1528 PASS [["stylewithcss","false"],["removeformat",""]] "foo<b style=\"font-weight: normal\">b[a]r</b>baz" queryCommandIndeterm("removeformat") before
1529 PASS [["stylewithcss","false"],["removeformat",""]] "foo<b style=\"font-weight: normal\">b[a]r</b>baz" queryCommandState("removeformat") before 1529 PASS [["stylewithcss","false"],["removeformat",""]] "foo<b style=\"font-weight: normal\">b[a]r</b>baz" queryCommandState("removeformat") before
1530 PASS [["stylewithcss","false"],["removeformat",""]] "foo<b style=\"font-weight: normal\">b[a]r</b>baz" queryCommandValue("removeformat") before 1530 PASS [["stylewithcss","false"],["removeformat",""]] "foo<b style=\"font-weight: normal\">b[a]r</b>baz" queryCommandValue("removeformat") before
1531 PASS [["stylewithcss","false"],["removeformat",""]] "foo<b style=\"font-weight: normal\">b[a]r</b>baz" queryCommandIndeterm("removeformat") after 1531 PASS [["stylewithcss","false"],["removeformat",""]] "foo<b style=\"font-weight: normal\">b[a]r</b>baz" queryCommandIndeterm("removeformat") after
1532 PASS [["stylewithcss","false"],["removeformat",""]] "foo<b style=\"font-weight: normal\">b[a]r</b>baz" queryCommandState("removeformat") after 1532 PASS [["stylewithcss","false"],["removeformat",""]] "foo<b style=\"font-weight: normal\">b[a]r</b>baz" queryCommandState("removeformat") after
1533 PASS [["stylewithcss","false"],["removeformat",""]] "foo<b style=\"font-weight: normal\">b[a]r</b>baz" queryCommandValue("removeformat") after 1533 PASS [["stylewithcss","false"],["removeformat",""]] "foo<b style=\"font-weight: normal\">b[a]r</b>baz" queryCommandValue("removeformat") after
1534 PASS [["removeformat",""]] "<p style=\"background-color: aqua\">foo[bar]baz</p>" : execCommand("removeformat", false, "") return value 1534 PASS [["removeformat",""]] "<p style=\"background-color: aqua\">foo[bar]baz</p>" : execCommand("removeformat", false, "") return value
1535 PASS [["removeformat",""]] "<p style=\"background-color: aqua\">foo[bar]baz</p>" checks for modifications to non-editable content 1535 PASS [["removeformat",""]] "<p style=\"background-color: aqua\">foo[bar]baz</p>" checks for modifications to non-editable content
1536 FAIL [["removeformat",""]] "<p style=\"background-color: aqua\">foo[bar]baz</p>" compare innerHTML assert_equals: Unexpected innerHTML (after normalizing inline style) expected "<p style=\"background-color:rgb(0, 255, 255)\">foobarbaz</p>" but got "<p><span style=\"background-color:rgb(0, 255, 255)\">foo</span>bar<span style=\"background-color:rgb(0, 255, 255)\">baz</span></p>" 1536 FAIL [["removeformat",""]] "<p style=\"background-color: aqua\">foo[bar]baz</p>" compare innerHTML assert_equals: Unexpected innerHTML (after normalizing inline style) expected "<p style=\"background-color:rgb(0, 255, 255)\">foobarbaz</p>" but got "<p style=\"\"><span style=\"background-color:rgb(0, 255, 255)\">foo</sp an>bar<span style=\"background-color:rgb(0, 255, 255)\">baz</span></p>"
1537 PASS [["removeformat",""]] "<p style=\"background-color: aqua\">foo[bar]baz</p>" queryCommandIndeterm("removeformat") before 1537 PASS [["removeformat",""]] "<p style=\"background-color: aqua\">foo[bar]baz</p>" queryCommandIndeterm("removeformat") before
1538 PASS [["removeformat",""]] "<p style=\"background-color: aqua\">foo[bar]baz</p>" queryCommandState("removeformat") before 1538 PASS [["removeformat",""]] "<p style=\"background-color: aqua\">foo[bar]baz</p>" queryCommandState("removeformat") before
1539 PASS [["removeformat",""]] "<p style=\"background-color: aqua\">foo[bar]baz</p>" queryCommandValue("removeformat") before 1539 PASS [["removeformat",""]] "<p style=\"background-color: aqua\">foo[bar]baz</p>" queryCommandValue("removeformat") before
1540 PASS [["removeformat",""]] "<p style=\"background-color: aqua\">foo[bar]baz</p>" queryCommandIndeterm("removeformat") after 1540 PASS [["removeformat",""]] "<p style=\"background-color: aqua\">foo[bar]baz</p>" queryCommandIndeterm("removeformat") after
1541 PASS [["removeformat",""]] "<p style=\"background-color: aqua\">foo[bar]baz</p>" queryCommandState("removeformat") after 1541 PASS [["removeformat",""]] "<p style=\"background-color: aqua\">foo[bar]baz</p>" queryCommandState("removeformat") after
1542 PASS [["removeformat",""]] "<p style=\"background-color: aqua\">foo[bar]baz</p>" queryCommandValue("removeformat") after 1542 PASS [["removeformat",""]] "<p style=\"background-color: aqua\">foo[bar]baz</p>" queryCommandValue("removeformat") after
1543 PASS [["stylewithcss","true"],["removeformat",""]] "<p><span style=\"background- color: aqua\">foo[bar]baz</span></p>": execCommand("stylewithcss", false, "true" ) return value 1543 PASS [["stylewithcss","true"],["removeformat",""]] "<p><span style=\"background- color: aqua\">foo[bar]baz</span></p>": execCommand("stylewithcss", false, "true" ) return value
1544 PASS [["stylewithcss","true"],["removeformat",""]] "<p><span style=\"background- color: aqua\">foo[bar]baz</span></p>": execCommand("removeformat", false, "") re turn value 1544 PASS [["stylewithcss","true"],["removeformat",""]] "<p><span style=\"background- color: aqua\">foo[bar]baz</span></p>": execCommand("removeformat", false, "") re turn value
1545 PASS [["stylewithcss","true"],["removeformat",""]] "<p><span style=\"background- color: aqua\">foo[bar]baz</span></p>" checks for modifications to non-editable c ontent 1545 PASS [["stylewithcss","true"],["removeformat",""]] "<p><span style=\"background- color: aqua\">foo[bar]baz</span></p>" checks for modifications to non-editable c ontent
1546 PASS [["stylewithcss","true"],["removeformat",""]] "<p><span style=\"background- color: aqua\">foo[bar]baz</span></p>" compare innerHTML 1546 PASS [["stylewithcss","true"],["removeformat",""]] "<p><span style=\"background- color: aqua\">foo[bar]baz</span></p>" compare innerHTML
(...skipping 21 matching lines...) Expand all
1568 PASS [["stylewithcss","false"],["removeformat",""]] "<p><span style=\"background -color: aqua\">foo[bar]baz</span></p>" queryCommandValue("stylewithcss") after 1568 PASS [["stylewithcss","false"],["removeformat",""]] "<p><span style=\"background -color: aqua\">foo[bar]baz</span></p>" queryCommandValue("stylewithcss") after
1569 PASS [["stylewithcss","false"],["removeformat",""]] "<p><span style=\"background -color: aqua\">foo[bar]baz</span></p>" queryCommandIndeterm("removeformat") befo re 1569 PASS [["stylewithcss","false"],["removeformat",""]] "<p><span style=\"background -color: aqua\">foo[bar]baz</span></p>" queryCommandIndeterm("removeformat") befo re
1570 PASS [["stylewithcss","false"],["removeformat",""]] "<p><span style=\"background -color: aqua\">foo[bar]baz</span></p>" queryCommandState("removeformat") before 1570 PASS [["stylewithcss","false"],["removeformat",""]] "<p><span style=\"background -color: aqua\">foo[bar]baz</span></p>" queryCommandState("removeformat") before
1571 PASS [["stylewithcss","false"],["removeformat",""]] "<p><span style=\"background -color: aqua\">foo[bar]baz</span></p>" queryCommandValue("removeformat") before 1571 PASS [["stylewithcss","false"],["removeformat",""]] "<p><span style=\"background -color: aqua\">foo[bar]baz</span></p>" queryCommandValue("removeformat") before
1572 PASS [["stylewithcss","false"],["removeformat",""]] "<p><span style=\"background -color: aqua\">foo[bar]baz</span></p>" queryCommandIndeterm("removeformat") afte r 1572 PASS [["stylewithcss","false"],["removeformat",""]] "<p><span style=\"background -color: aqua\">foo[bar]baz</span></p>" queryCommandIndeterm("removeformat") afte r
1573 PASS [["stylewithcss","false"],["removeformat",""]] "<p><span style=\"background -color: aqua\">foo[bar]baz</span></p>" queryCommandState("removeformat") after 1573 PASS [["stylewithcss","false"],["removeformat",""]] "<p><span style=\"background -color: aqua\">foo[bar]baz</span></p>" queryCommandState("removeformat") after
1574 PASS [["stylewithcss","false"],["removeformat",""]] "<p><span style=\"background -color: aqua\">foo[bar]baz</span></p>" queryCommandValue("removeformat") after 1574 PASS [["stylewithcss","false"],["removeformat",""]] "<p><span style=\"background -color: aqua\">foo[bar]baz</span></p>" queryCommandValue("removeformat") after
1575 PASS [["stylewithcss","true"],["removeformat",""]] "<p style=\"font-weight: bold \">foo[bar]baz</p>": execCommand("stylewithcss", false, "true") return value 1575 PASS [["stylewithcss","true"],["removeformat",""]] "<p style=\"font-weight: bold \">foo[bar]baz</p>": execCommand("stylewithcss", false, "true") return value
1576 PASS [["stylewithcss","true"],["removeformat",""]] "<p style=\"font-weight: bold \">foo[bar]baz</p>": execCommand("removeformat", false, "") return value 1576 PASS [["stylewithcss","true"],["removeformat",""]] "<p style=\"font-weight: bold \">foo[bar]baz</p>": execCommand("removeformat", false, "") return value
1577 PASS [["stylewithcss","true"],["removeformat",""]] "<p style=\"font-weight: bold \">foo[bar]baz</p>" checks for modifications to non-editable content 1577 PASS [["stylewithcss","true"],["removeformat",""]] "<p style=\"font-weight: bold \">foo[bar]baz</p>" checks for modifications to non-editable content
1578 PASS [["stylewithcss","true"],["removeformat",""]] "<p style=\"font-weight: bold \">foo[bar]baz</p>" compare innerHTML 1578 FAIL [["stylewithcss","true"],["removeformat",""]] "<p style=\"font-weight: bold \">foo[bar]baz</p>" compare innerHTML assert_equals: Unexpected innerHTML (after normalizing inline style) expected "<p><span style=\"font-weight:bold\">foo</sp an>bar<span style=\"font-weight:bold\">baz</span></p>" but got "<p style=\"\"><s pan style=\"font-weight:bold\">foo</span>bar<span style=\"font-weight:bold\">baz </span></p>"
1579 PASS [["stylewithcss","true"],["removeformat",""]] "<p style=\"font-weight: bold \">foo[bar]baz</p>" queryCommandIndeterm("stylewithcss") before 1579 PASS [["stylewithcss","true"],["removeformat",""]] "<p style=\"font-weight: bold \">foo[bar]baz</p>" queryCommandIndeterm("stylewithcss") before
1580 PASS [["stylewithcss","true"],["removeformat",""]] "<p style=\"font-weight: bold \">foo[bar]baz</p>" queryCommandState("stylewithcss") before 1580 PASS [["stylewithcss","true"],["removeformat",""]] "<p style=\"font-weight: bold \">foo[bar]baz</p>" queryCommandState("stylewithcss") before
1581 PASS [["stylewithcss","true"],["removeformat",""]] "<p style=\"font-weight: bold \">foo[bar]baz</p>" queryCommandValue("stylewithcss") before 1581 PASS [["stylewithcss","true"],["removeformat",""]] "<p style=\"font-weight: bold \">foo[bar]baz</p>" queryCommandValue("stylewithcss") before
1582 PASS [["stylewithcss","true"],["removeformat",""]] "<p style=\"font-weight: bold \">foo[bar]baz</p>" queryCommandIndeterm("stylewithcss") after 1582 PASS [["stylewithcss","true"],["removeformat",""]] "<p style=\"font-weight: bold \">foo[bar]baz</p>" queryCommandIndeterm("stylewithcss") after
1583 PASS [["stylewithcss","true"],["removeformat",""]] "<p style=\"font-weight: bold \">foo[bar]baz</p>" queryCommandState("stylewithcss") after 1583 PASS [["stylewithcss","true"],["removeformat",""]] "<p style=\"font-weight: bold \">foo[bar]baz</p>" queryCommandState("stylewithcss") after
1584 PASS [["stylewithcss","true"],["removeformat",""]] "<p style=\"font-weight: bold \">foo[bar]baz</p>" queryCommandValue("stylewithcss") after 1584 PASS [["stylewithcss","true"],["removeformat",""]] "<p style=\"font-weight: bold \">foo[bar]baz</p>" queryCommandValue("stylewithcss") after
1585 PASS [["stylewithcss","true"],["removeformat",""]] "<p style=\"font-weight: bold \">foo[bar]baz</p>" queryCommandIndeterm("removeformat") before 1585 PASS [["stylewithcss","true"],["removeformat",""]] "<p style=\"font-weight: bold \">foo[bar]baz</p>" queryCommandIndeterm("removeformat") before
1586 PASS [["stylewithcss","true"],["removeformat",""]] "<p style=\"font-weight: bold \">foo[bar]baz</p>" queryCommandState("removeformat") before 1586 PASS [["stylewithcss","true"],["removeformat",""]] "<p style=\"font-weight: bold \">foo[bar]baz</p>" queryCommandState("removeformat") before
1587 PASS [["stylewithcss","true"],["removeformat",""]] "<p style=\"font-weight: bold \">foo[bar]baz</p>" queryCommandValue("removeformat") before 1587 PASS [["stylewithcss","true"],["removeformat",""]] "<p style=\"font-weight: bold \">foo[bar]baz</p>" queryCommandValue("removeformat") before
1588 PASS [["stylewithcss","true"],["removeformat",""]] "<p style=\"font-weight: bold \">foo[bar]baz</p>" queryCommandIndeterm("removeformat") after 1588 PASS [["stylewithcss","true"],["removeformat",""]] "<p style=\"font-weight: bold \">foo[bar]baz</p>" queryCommandIndeterm("removeformat") after
1589 PASS [["stylewithcss","true"],["removeformat",""]] "<p style=\"font-weight: bold \">foo[bar]baz</p>" queryCommandState("removeformat") after 1589 PASS [["stylewithcss","true"],["removeformat",""]] "<p style=\"font-weight: bold \">foo[bar]baz</p>" queryCommandState("removeformat") after
1590 PASS [["stylewithcss","true"],["removeformat",""]] "<p style=\"font-weight: bold \">foo[bar]baz</p>" queryCommandValue("removeformat") after 1590 PASS [["stylewithcss","true"],["removeformat",""]] "<p style=\"font-weight: bold \">foo[bar]baz</p>" queryCommandValue("removeformat") after
1591 PASS [["stylewithcss","false"],["removeformat",""]] "<p style=\"font-weight: bol d\">foo[bar]baz</p>": execCommand("stylewithcss", false, "false") return value 1591 PASS [["stylewithcss","false"],["removeformat",""]] "<p style=\"font-weight: bol d\">foo[bar]baz</p>": execCommand("stylewithcss", false, "false") return value
1592 PASS [["stylewithcss","false"],["removeformat",""]] "<p style=\"font-weight: bol d\">foo[bar]baz</p>": execCommand("removeformat", false, "") return value 1592 PASS [["stylewithcss","false"],["removeformat",""]] "<p style=\"font-weight: bol d\">foo[bar]baz</p>": execCommand("removeformat", false, "") return value
1593 PASS [["stylewithcss","false"],["removeformat",""]] "<p style=\"font-weight: bol d\">foo[bar]baz</p>" checks for modifications to non-editable content 1593 PASS [["stylewithcss","false"],["removeformat",""]] "<p style=\"font-weight: bol d\">foo[bar]baz</p>" checks for modifications to non-editable content
1594 FAIL [["stylewithcss","false"],["removeformat",""]] "<p style=\"font-weight: bol d\">foo[bar]baz</p>" compare innerHTML assert_equals: Unexpected innerHTML (afte r normalizing inline style) expected "<p><b>foo</b>bar<b>baz</b></p>" but got "< p><span style=\"font-weight:bold\">foo</span>bar<b>baz</b></p>" 1594 FAIL [["stylewithcss","false"],["removeformat",""]] "<p style=\"font-weight: bol d\">foo[bar]baz</p>" compare innerHTML assert_equals: Unexpected innerHTML (afte r normalizing inline style) expected "<p><b>foo</b>bar<b>baz</b></p>" but got "< p style=\"\"><span style=\"font-weight:bold\">foo</span>bar<b>baz</b></p>"
1595 PASS [["stylewithcss","false"],["removeformat",""]] "<p style=\"font-weight: bol d\">foo[bar]baz</p>" queryCommandIndeterm("stylewithcss") before 1595 PASS [["stylewithcss","false"],["removeformat",""]] "<p style=\"font-weight: bol d\">foo[bar]baz</p>" queryCommandIndeterm("stylewithcss") before
1596 PASS [["stylewithcss","false"],["removeformat",""]] "<p style=\"font-weight: bol d\">foo[bar]baz</p>" queryCommandState("stylewithcss") before 1596 PASS [["stylewithcss","false"],["removeformat",""]] "<p style=\"font-weight: bol d\">foo[bar]baz</p>" queryCommandState("stylewithcss") before
1597 PASS [["stylewithcss","false"],["removeformat",""]] "<p style=\"font-weight: bol d\">foo[bar]baz</p>" queryCommandValue("stylewithcss") before 1597 PASS [["stylewithcss","false"],["removeformat",""]] "<p style=\"font-weight: bol d\">foo[bar]baz</p>" queryCommandValue("stylewithcss") before
1598 PASS [["stylewithcss","false"],["removeformat",""]] "<p style=\"font-weight: bol d\">foo[bar]baz</p>" queryCommandIndeterm("stylewithcss") after 1598 PASS [["stylewithcss","false"],["removeformat",""]] "<p style=\"font-weight: bol d\">foo[bar]baz</p>" queryCommandIndeterm("stylewithcss") after
1599 PASS [["stylewithcss","false"],["removeformat",""]] "<p style=\"font-weight: bol d\">foo[bar]baz</p>" queryCommandState("stylewithcss") after 1599 PASS [["stylewithcss","false"],["removeformat",""]] "<p style=\"font-weight: bol d\">foo[bar]baz</p>" queryCommandState("stylewithcss") after
1600 PASS [["stylewithcss","false"],["removeformat",""]] "<p style=\"font-weight: bol d\">foo[bar]baz</p>" queryCommandValue("stylewithcss") after 1600 PASS [["stylewithcss","false"],["removeformat",""]] "<p style=\"font-weight: bol d\">foo[bar]baz</p>" queryCommandValue("stylewithcss") after
1601 PASS [["stylewithcss","false"],["removeformat",""]] "<p style=\"font-weight: bol d\">foo[bar]baz</p>" queryCommandIndeterm("removeformat") before 1601 PASS [["stylewithcss","false"],["removeformat",""]] "<p style=\"font-weight: bol d\">foo[bar]baz</p>" queryCommandIndeterm("removeformat") before
1602 PASS [["stylewithcss","false"],["removeformat",""]] "<p style=\"font-weight: bol d\">foo[bar]baz</p>" queryCommandState("removeformat") before 1602 PASS [["stylewithcss","false"],["removeformat",""]] "<p style=\"font-weight: bol d\">foo[bar]baz</p>" queryCommandState("removeformat") before
1603 PASS [["stylewithcss","false"],["removeformat",""]] "<p style=\"font-weight: bol d\">foo[bar]baz</p>" queryCommandValue("removeformat") before 1603 PASS [["stylewithcss","false"],["removeformat",""]] "<p style=\"font-weight: bol d\">foo[bar]baz</p>" queryCommandValue("removeformat") before
1604 PASS [["stylewithcss","false"],["removeformat",""]] "<p style=\"font-weight: bol d\">foo[bar]baz</p>" queryCommandIndeterm("removeformat") after 1604 PASS [["stylewithcss","false"],["removeformat",""]] "<p style=\"font-weight: bol d\">foo[bar]baz</p>" queryCommandIndeterm("removeformat") after
1605 PASS [["stylewithcss","false"],["removeformat",""]] "<p style=\"font-weight: bol d\">foo[bar]baz</p>" queryCommandState("removeformat") after 1605 PASS [["stylewithcss","false"],["removeformat",""]] "<p style=\"font-weight: bol d\">foo[bar]baz</p>" queryCommandState("removeformat") after
1606 PASS [["stylewithcss","false"],["removeformat",""]] "<p style=\"font-weight: bol d\">foo[bar]baz</p>" queryCommandValue("removeformat") after 1606 PASS [["stylewithcss","false"],["removeformat",""]] "<p style=\"font-weight: bol d\">foo[bar]baz</p>" queryCommandValue("removeformat") after
1607 PASS [["stylewithcss","true"],["removeformat",""]] "<b><p style=\"font-weight: b old\">foo[bar]baz</p></b>": execCommand("stylewithcss", false, "true") return va lue 1607 PASS [["stylewithcss","true"],["removeformat",""]] "<b><p style=\"font-weight: b old\">foo[bar]baz</p></b>": execCommand("stylewithcss", false, "true") return va lue
1608 PASS [["stylewithcss","true"],["removeformat",""]] "<b><p style=\"font-weight: b old\">foo[bar]baz</p></b>": execCommand("removeformat", false, "") return value 1608 PASS [["stylewithcss","true"],["removeformat",""]] "<b><p style=\"font-weight: b old\">foo[bar]baz</p></b>": execCommand("removeformat", false, "") return value
1609 PASS [["stylewithcss","true"],["removeformat",""]] "<b><p style=\"font-weight: b old\">foo[bar]baz</p></b>" checks for modifications to non-editable content 1609 PASS [["stylewithcss","true"],["removeformat",""]] "<b><p style=\"font-weight: b old\">foo[bar]baz</p></b>" checks for modifications to non-editable content
1610 FAIL [["stylewithcss","true"],["removeformat",""]] "<b><p style=\"font-weight: b old\">foo[bar]baz</p></b>" compare innerHTML assert_equals: Unexpected innerHTML (after normalizing inline style) expected "<p><span style=\"font-weight:bold\"> foo</span>bar<span style=\"font-weight:bold\">baz</span></p>" but got "<p><b><sp an style=\"font-weight:bold\">foo</span></b>bar<b>baz</b></p>" 1610 FAIL [["stylewithcss","true"],["removeformat",""]] "<b><p style=\"font-weight: b old\">foo[bar]baz</p></b>" compare innerHTML assert_equals: Unexpected innerHTML (after normalizing inline style) expected "<p><span style=\"font-weight:bold\"> foo</span>bar<span style=\"font-weight:bold\">baz</span></p>" but got "<p style= \"\"><b><span style=\"font-weight:bold\">foo</span></b>bar<b>baz</b></p>"
1611 PASS [["stylewithcss","true"],["removeformat",""]] "<b><p style=\"font-weight: b old\">foo[bar]baz</p></b>" queryCommandIndeterm("stylewithcss") before 1611 PASS [["stylewithcss","true"],["removeformat",""]] "<b><p style=\"font-weight: b old\">foo[bar]baz</p></b>" queryCommandIndeterm("stylewithcss") before
1612 PASS [["stylewithcss","true"],["removeformat",""]] "<b><p style=\"font-weight: b old\">foo[bar]baz</p></b>" queryCommandState("stylewithcss") before 1612 PASS [["stylewithcss","true"],["removeformat",""]] "<b><p style=\"font-weight: b old\">foo[bar]baz</p></b>" queryCommandState("stylewithcss") before
1613 PASS [["stylewithcss","true"],["removeformat",""]] "<b><p style=\"font-weight: b old\">foo[bar]baz</p></b>" queryCommandValue("stylewithcss") before 1613 PASS [["stylewithcss","true"],["removeformat",""]] "<b><p style=\"font-weight: b old\">foo[bar]baz</p></b>" queryCommandValue("stylewithcss") before
1614 PASS [["stylewithcss","true"],["removeformat",""]] "<b><p style=\"font-weight: b old\">foo[bar]baz</p></b>" queryCommandIndeterm("stylewithcss") after 1614 PASS [["stylewithcss","true"],["removeformat",""]] "<b><p style=\"font-weight: b old\">foo[bar]baz</p></b>" queryCommandIndeterm("stylewithcss") after
1615 PASS [["stylewithcss","true"],["removeformat",""]] "<b><p style=\"font-weight: b old\">foo[bar]baz</p></b>" queryCommandState("stylewithcss") after 1615 PASS [["stylewithcss","true"],["removeformat",""]] "<b><p style=\"font-weight: b old\">foo[bar]baz</p></b>" queryCommandState("stylewithcss") after
1616 PASS [["stylewithcss","true"],["removeformat",""]] "<b><p style=\"font-weight: b old\">foo[bar]baz</p></b>" queryCommandValue("stylewithcss") after 1616 PASS [["stylewithcss","true"],["removeformat",""]] "<b><p style=\"font-weight: b old\">foo[bar]baz</p></b>" queryCommandValue("stylewithcss") after
1617 PASS [["stylewithcss","true"],["removeformat",""]] "<b><p style=\"font-weight: b old\">foo[bar]baz</p></b>" queryCommandIndeterm("removeformat") before 1617 PASS [["stylewithcss","true"],["removeformat",""]] "<b><p style=\"font-weight: b old\">foo[bar]baz</p></b>" queryCommandIndeterm("removeformat") before
1618 PASS [["stylewithcss","true"],["removeformat",""]] "<b><p style=\"font-weight: b old\">foo[bar]baz</p></b>" queryCommandState("removeformat") before 1618 PASS [["stylewithcss","true"],["removeformat",""]] "<b><p style=\"font-weight: b old\">foo[bar]baz</p></b>" queryCommandState("removeformat") before
1619 PASS [["stylewithcss","true"],["removeformat",""]] "<b><p style=\"font-weight: b old\">foo[bar]baz</p></b>" queryCommandValue("removeformat") before 1619 PASS [["stylewithcss","true"],["removeformat",""]] "<b><p style=\"font-weight: b old\">foo[bar]baz</p></b>" queryCommandValue("removeformat") before
1620 PASS [["stylewithcss","true"],["removeformat",""]] "<b><p style=\"font-weight: b old\">foo[bar]baz</p></b>" queryCommandIndeterm("removeformat") after 1620 PASS [["stylewithcss","true"],["removeformat",""]] "<b><p style=\"font-weight: b old\">foo[bar]baz</p></b>" queryCommandIndeterm("removeformat") after
1621 PASS [["stylewithcss","true"],["removeformat",""]] "<b><p style=\"font-weight: b old\">foo[bar]baz</p></b>" queryCommandState("removeformat") after 1621 PASS [["stylewithcss","true"],["removeformat",""]] "<b><p style=\"font-weight: b old\">foo[bar]baz</p></b>" queryCommandState("removeformat") after
1622 PASS [["stylewithcss","true"],["removeformat",""]] "<b><p style=\"font-weight: b old\">foo[bar]baz</p></b>" queryCommandValue("removeformat") after 1622 PASS [["stylewithcss","true"],["removeformat",""]] "<b><p style=\"font-weight: b old\">foo[bar]baz</p></b>" queryCommandValue("removeformat") after
1623 PASS [["stylewithcss","false"],["removeformat",""]] "<b><p style=\"font-weight: bold\">foo[bar]baz</p></b>": execCommand("stylewithcss", false, "false") return value 1623 PASS [["stylewithcss","false"],["removeformat",""]] "<b><p style=\"font-weight: bold\">foo[bar]baz</p></b>": execCommand("stylewithcss", false, "false") return value
1624 PASS [["stylewithcss","false"],["removeformat",""]] "<b><p style=\"font-weight: bold\">foo[bar]baz</p></b>": execCommand("removeformat", false, "") return value 1624 PASS [["stylewithcss","false"],["removeformat",""]] "<b><p style=\"font-weight: bold\">foo[bar]baz</p></b>": execCommand("removeformat", false, "") return value
1625 PASS [["stylewithcss","false"],["removeformat",""]] "<b><p style=\"font-weight: bold\">foo[bar]baz</p></b>" checks for modifications to non-editable content 1625 PASS [["stylewithcss","false"],["removeformat",""]] "<b><p style=\"font-weight: bold\">foo[bar]baz</p></b>" checks for modifications to non-editable content
1626 FAIL [["stylewithcss","false"],["removeformat",""]] "<b><p style=\"font-weight: bold\">foo[bar]baz</p></b>" compare innerHTML assert_equals: Unexpected innerHTM L (after normalizing inline style) expected "<p><b>foo</b>bar<b>baz</b></p>" but got "<p><b><span style=\"font-weight:bold\">foo</span></b>bar<b>baz</b></p>" 1626 FAIL [["stylewithcss","false"],["removeformat",""]] "<b><p style=\"font-weight: bold\">foo[bar]baz</p></b>" compare innerHTML assert_equals: Unexpected innerHTM L (after normalizing inline style) expected "<p><b>foo</b>bar<b>baz</b></p>" but got "<p style=\"\"><b><span style=\"font-weight:bold\">foo</span></b>bar<b>baz< /b></p>"
1627 PASS [["stylewithcss","false"],["removeformat",""]] "<b><p style=\"font-weight: bold\">foo[bar]baz</p></b>" queryCommandIndeterm("stylewithcss") before 1627 PASS [["stylewithcss","false"],["removeformat",""]] "<b><p style=\"font-weight: bold\">foo[bar]baz</p></b>" queryCommandIndeterm("stylewithcss") before
1628 PASS [["stylewithcss","false"],["removeformat",""]] "<b><p style=\"font-weight: bold\">foo[bar]baz</p></b>" queryCommandState("stylewithcss") before 1628 PASS [["stylewithcss","false"],["removeformat",""]] "<b><p style=\"font-weight: bold\">foo[bar]baz</p></b>" queryCommandState("stylewithcss") before
1629 PASS [["stylewithcss","false"],["removeformat",""]] "<b><p style=\"font-weight: bold\">foo[bar]baz</p></b>" queryCommandValue("stylewithcss") before 1629 PASS [["stylewithcss","false"],["removeformat",""]] "<b><p style=\"font-weight: bold\">foo[bar]baz</p></b>" queryCommandValue("stylewithcss") before
1630 PASS [["stylewithcss","false"],["removeformat",""]] "<b><p style=\"font-weight: bold\">foo[bar]baz</p></b>" queryCommandIndeterm("stylewithcss") after 1630 PASS [["stylewithcss","false"],["removeformat",""]] "<b><p style=\"font-weight: bold\">foo[bar]baz</p></b>" queryCommandIndeterm("stylewithcss") after
1631 PASS [["stylewithcss","false"],["removeformat",""]] "<b><p style=\"font-weight: bold\">foo[bar]baz</p></b>" queryCommandState("stylewithcss") after 1631 PASS [["stylewithcss","false"],["removeformat",""]] "<b><p style=\"font-weight: bold\">foo[bar]baz</p></b>" queryCommandState("stylewithcss") after
1632 PASS [["stylewithcss","false"],["removeformat",""]] "<b><p style=\"font-weight: bold\">foo[bar]baz</p></b>" queryCommandValue("stylewithcss") after 1632 PASS [["stylewithcss","false"],["removeformat",""]] "<b><p style=\"font-weight: bold\">foo[bar]baz</p></b>" queryCommandValue("stylewithcss") after
1633 PASS [["stylewithcss","false"],["removeformat",""]] "<b><p style=\"font-weight: bold\">foo[bar]baz</p></b>" queryCommandIndeterm("removeformat") before 1633 PASS [["stylewithcss","false"],["removeformat",""]] "<b><p style=\"font-weight: bold\">foo[bar]baz</p></b>" queryCommandIndeterm("removeformat") before
1634 PASS [["stylewithcss","false"],["removeformat",""]] "<b><p style=\"font-weight: bold\">foo[bar]baz</p></b>" queryCommandState("removeformat") before 1634 PASS [["stylewithcss","false"],["removeformat",""]] "<b><p style=\"font-weight: bold\">foo[bar]baz</p></b>" queryCommandState("removeformat") before
1635 PASS [["stylewithcss","false"],["removeformat",""]] "<b><p style=\"font-weight: bold\">foo[bar]baz</p></b>" queryCommandValue("removeformat") before 1635 PASS [["stylewithcss","false"],["removeformat",""]] "<b><p style=\"font-weight: bold\">foo[bar]baz</p></b>" queryCommandValue("removeformat") before
1636 PASS [["stylewithcss","false"],["removeformat",""]] "<b><p style=\"font-weight: bold\">foo[bar]baz</p></b>" queryCommandIndeterm("removeformat") after 1636 PASS [["stylewithcss","false"],["removeformat",""]] "<b><p style=\"font-weight: bold\">foo[bar]baz</p></b>" queryCommandIndeterm("removeformat") after
(...skipping 12 matching lines...) Expand all
1649 PASS [["removeformat",""]] "{<p style=\"font-variant: small-caps\">foobarbaz</p> }" checks for modifications to non-editable content 1649 PASS [["removeformat",""]] "{<p style=\"font-variant: small-caps\">foobarbaz</p> }" checks for modifications to non-editable content
1650 FAIL [["removeformat",""]] "{<p style=\"font-variant: small-caps\">foobarbaz</p> }" compare innerHTML assert_equals: Unexpected innerHTML (after normalizing inli ne style) expected "<p style=\"font-variant:small-caps\">foobarbaz</p>" but got "<p style=\"font-variant-numeric:normal\">foobarbaz</p>" 1650 FAIL [["removeformat",""]] "{<p style=\"font-variant: small-caps\">foobarbaz</p> }" compare innerHTML assert_equals: Unexpected innerHTML (after normalizing inli ne style) expected "<p style=\"font-variant:small-caps\">foobarbaz</p>" but got "<p style=\"font-variant-numeric:normal\">foobarbaz</p>"
1651 PASS [["removeformat",""]] "{<p style=\"font-variant: small-caps\">foobarbaz</p> }" queryCommandIndeterm("removeformat") before 1651 PASS [["removeformat",""]] "{<p style=\"font-variant: small-caps\">foobarbaz</p> }" queryCommandIndeterm("removeformat") before
1652 PASS [["removeformat",""]] "{<p style=\"font-variant: small-caps\">foobarbaz</p> }" queryCommandState("removeformat") before 1652 PASS [["removeformat",""]] "{<p style=\"font-variant: small-caps\">foobarbaz</p> }" queryCommandState("removeformat") before
1653 PASS [["removeformat",""]] "{<p style=\"font-variant: small-caps\">foobarbaz</p> }" queryCommandValue("removeformat") before 1653 PASS [["removeformat",""]] "{<p style=\"font-variant: small-caps\">foobarbaz</p> }" queryCommandValue("removeformat") before
1654 PASS [["removeformat",""]] "{<p style=\"font-variant: small-caps\">foobarbaz</p> }" queryCommandIndeterm("removeformat") after 1654 PASS [["removeformat",""]] "{<p style=\"font-variant: small-caps\">foobarbaz</p> }" queryCommandIndeterm("removeformat") after
1655 PASS [["removeformat",""]] "{<p style=\"font-variant: small-caps\">foobarbaz</p> }" queryCommandState("removeformat") after 1655 PASS [["removeformat",""]] "{<p style=\"font-variant: small-caps\">foobarbaz</p> }" queryCommandState("removeformat") after
1656 PASS [["removeformat",""]] "{<p style=\"font-variant: small-caps\">foobarbaz</p> }" queryCommandValue("removeformat") after 1656 PASS [["removeformat",""]] "{<p style=\"font-variant: small-caps\">foobarbaz</p> }" queryCommandValue("removeformat") after
1657 PASS [["removeformat",""]] "<p style=\"text-indent: 2em\">foo[bar]baz</p>": exec Command("removeformat", false, "") return value 1657 PASS [["removeformat",""]] "<p style=\"text-indent: 2em\">foo[bar]baz</p>": exec Command("removeformat", false, "") return value
1658 PASS [["removeformat",""]] "<p style=\"text-indent: 2em\">foo[bar]baz</p>" check s for modifications to non-editable content 1658 PASS [["removeformat",""]] "<p style=\"text-indent: 2em\">foo[bar]baz</p>" check s for modifications to non-editable content
1659 FAIL [["removeformat",""]] "<p style=\"text-indent: 2em\">foo[bar]baz</p>" compa re innerHTML assert_equals: Unexpected innerHTML (after normalizing inline style ) expected "<p style=\"text-indent:2em\">foobarbaz</p>" but got "<p>foobarbaz</p >" 1659 FAIL [["removeformat",""]] "<p style=\"text-indent: 2em\">foo[bar]baz</p>" compa re innerHTML assert_equals: Unexpected innerHTML (after normalizing inline style ) expected "<p style=\"text-indent:2em\">foobarbaz</p>" but got "<p style=\"\">f oobarbaz</p>"
1660 PASS [["removeformat",""]] "<p style=\"text-indent: 2em\">foo[bar]baz</p>" query CommandIndeterm("removeformat") before 1660 PASS [["removeformat",""]] "<p style=\"text-indent: 2em\">foo[bar]baz</p>" query CommandIndeterm("removeformat") before
1661 PASS [["removeformat",""]] "<p style=\"text-indent: 2em\">foo[bar]baz</p>" query CommandState("removeformat") before 1661 PASS [["removeformat",""]] "<p style=\"text-indent: 2em\">foo[bar]baz</p>" query CommandState("removeformat") before
1662 PASS [["removeformat",""]] "<p style=\"text-indent: 2em\">foo[bar]baz</p>" query CommandValue("removeformat") before 1662 PASS [["removeformat",""]] "<p style=\"text-indent: 2em\">foo[bar]baz</p>" query CommandValue("removeformat") before
1663 PASS [["removeformat",""]] "<p style=\"text-indent: 2em\">foo[bar]baz</p>" query CommandIndeterm("removeformat") after 1663 PASS [["removeformat",""]] "<p style=\"text-indent: 2em\">foo[bar]baz</p>" query CommandIndeterm("removeformat") after
1664 PASS [["removeformat",""]] "<p style=\"text-indent: 2em\">foo[bar]baz</p>" query CommandState("removeformat") after 1664 PASS [["removeformat",""]] "<p style=\"text-indent: 2em\">foo[bar]baz</p>" query CommandState("removeformat") after
1665 PASS [["removeformat",""]] "<p style=\"text-indent: 2em\">foo[bar]baz</p>" query CommandValue("removeformat") after 1665 PASS [["removeformat",""]] "<p style=\"text-indent: 2em\">foo[bar]baz</p>" query CommandValue("removeformat") after
1666 PASS [["removeformat",""]] "{<p style=\"text-indent: 2em\">foobarbaz</p>}": exec Command("removeformat", false, "") return value 1666 PASS [["removeformat",""]] "{<p style=\"text-indent: 2em\">foobarbaz</p>}": exec Command("removeformat", false, "") return value
1667 PASS [["removeformat",""]] "{<p style=\"text-indent: 2em\">foobarbaz</p>}" check s for modifications to non-editable content 1667 PASS [["removeformat",""]] "{<p style=\"text-indent: 2em\">foobarbaz</p>}" check s for modifications to non-editable content
1668 FAIL [["removeformat",""]] "{<p style=\"text-indent: 2em\">foobarbaz</p>}" compa re innerHTML assert_equals: Unexpected innerHTML (after normalizing inline style ) expected "<p style=\"text-indent:2em\">foobarbaz</p>" but got "<p>foobarbaz</p >" 1668 FAIL [["removeformat",""]] "{<p style=\"text-indent: 2em\">foobarbaz</p>}" compa re innerHTML assert_equals: Unexpected innerHTML (after normalizing inline style ) expected "<p style=\"text-indent:2em\">foobarbaz</p>" but got "<p style=\"\">f oobarbaz</p>"
1669 PASS [["removeformat",""]] "{<p style=\"text-indent: 2em\">foobarbaz</p>}" query CommandIndeterm("removeformat") before 1669 PASS [["removeformat",""]] "{<p style=\"text-indent: 2em\">foobarbaz</p>}" query CommandIndeterm("removeformat") before
1670 PASS [["removeformat",""]] "{<p style=\"text-indent: 2em\">foobarbaz</p>}" query CommandState("removeformat") before 1670 PASS [["removeformat",""]] "{<p style=\"text-indent: 2em\">foobarbaz</p>}" query CommandState("removeformat") before
1671 PASS [["removeformat",""]] "{<p style=\"text-indent: 2em\">foobarbaz</p>}" query CommandValue("removeformat") before 1671 PASS [["removeformat",""]] "{<p style=\"text-indent: 2em\">foobarbaz</p>}" query CommandValue("removeformat") before
1672 PASS [["removeformat",""]] "{<p style=\"text-indent: 2em\">foobarbaz</p>}" query CommandIndeterm("removeformat") after 1672 PASS [["removeformat",""]] "{<p style=\"text-indent: 2em\">foobarbaz</p>}" query CommandIndeterm("removeformat") after
1673 PASS [["removeformat",""]] "{<p style=\"text-indent: 2em\">foobarbaz</p>}" query CommandState("removeformat") after 1673 PASS [["removeformat",""]] "{<p style=\"text-indent: 2em\">foobarbaz</p>}" query CommandState("removeformat") after
1674 PASS [["removeformat",""]] "{<p style=\"text-indent: 2em\">foobarbaz</p>}" query CommandValue("removeformat") after 1674 PASS [["removeformat",""]] "{<p style=\"text-indent: 2em\">foobarbaz</p>}" query CommandValue("removeformat") after
1675 PASS [["stylewithcss","true"],["removeformat",""]] "<table data-start=0 data-end =1><tr><td><b>foo</b></table>": execCommand("stylewithcss", false, "true") retur n value 1675 PASS [["stylewithcss","true"],["removeformat",""]] "<table data-start=0 data-end =1><tr><td><b>foo</b></table>": execCommand("stylewithcss", false, "true") retur n value
1676 PASS [["stylewithcss","true"],["removeformat",""]] "<table data-start=0 data-end =1><tr><td><b>foo</b></table>": execCommand("removeformat", false, "") return va lue 1676 PASS [["stylewithcss","true"],["removeformat",""]] "<table data-start=0 data-end =1><tr><td><b>foo</b></table>": execCommand("removeformat", false, "") return va lue
1677 PASS [["stylewithcss","true"],["removeformat",""]] "<table data-start=0 data-end =1><tr><td><b>foo</b></table>" checks for modifications to non-editable content 1677 PASS [["stylewithcss","true"],["removeformat",""]] "<table data-start=0 data-end =1><tr><td><b>foo</b></table>" checks for modifications to non-editable content
1678 FAIL [["stylewithcss","true"],["removeformat",""]] "<table data-start=0 data-end =1><tr><td><b>foo</b></table>" compare innerHTML assert_equals: Unexpected inner HTML (after normalizing inline style) expected "<table><tbody><tr><td>foo</td></ tr></tbody></table>" but got "<table><tbody><tr><td><b>foo</b></td></tr></tbody> </table>" 1678 FAIL [["stylewithcss","true"],["removeformat",""]] "<table data-start=0 data-end =1><tr><td><b>foo</b></table>" compare innerHTML assert_equals: Unexpected inner HTML (after normalizing inline style) expected "<table><tbody><tr><td>foo</td></ tr></tbody></table>" but got "<table><tbody><tr><td><b>foo</b></td></tr></tbody> </table>"
(...skipping 20 matching lines...) Expand all
1699 PASS [["stylewithcss","false"],["removeformat",""]] "<table data-start=0 data-en d=1><tr><td><b>foo</b></table>" queryCommandState("stylewithcss") after 1699 PASS [["stylewithcss","false"],["removeformat",""]] "<table data-start=0 data-en d=1><tr><td><b>foo</b></table>" queryCommandState("stylewithcss") after
1700 PASS [["stylewithcss","false"],["removeformat",""]] "<table data-start=0 data-en d=1><tr><td><b>foo</b></table>" queryCommandValue("stylewithcss") after 1700 PASS [["stylewithcss","false"],["removeformat",""]] "<table data-start=0 data-en d=1><tr><td><b>foo</b></table>" queryCommandValue("stylewithcss") after
1701 PASS [["stylewithcss","false"],["removeformat",""]] "<table data-start=0 data-en d=1><tr><td><b>foo</b></table>" queryCommandIndeterm("removeformat") before 1701 PASS [["stylewithcss","false"],["removeformat",""]] "<table data-start=0 data-en d=1><tr><td><b>foo</b></table>" queryCommandIndeterm("removeformat") before
1702 PASS [["stylewithcss","false"],["removeformat",""]] "<table data-start=0 data-en d=1><tr><td><b>foo</b></table>" queryCommandState("removeformat") before 1702 PASS [["stylewithcss","false"],["removeformat",""]] "<table data-start=0 data-en d=1><tr><td><b>foo</b></table>" queryCommandState("removeformat") before
1703 PASS [["stylewithcss","false"],["removeformat",""]] "<table data-start=0 data-en d=1><tr><td><b>foo</b></table>" queryCommandValue("removeformat") before 1703 PASS [["stylewithcss","false"],["removeformat",""]] "<table data-start=0 data-en d=1><tr><td><b>foo</b></table>" queryCommandValue("removeformat") before
1704 PASS [["stylewithcss","false"],["removeformat",""]] "<table data-start=0 data-en d=1><tr><td><b>foo</b></table>" queryCommandIndeterm("removeformat") after 1704 PASS [["stylewithcss","false"],["removeformat",""]] "<table data-start=0 data-en d=1><tr><td><b>foo</b></table>" queryCommandIndeterm("removeformat") after
1705 PASS [["stylewithcss","false"],["removeformat",""]] "<table data-start=0 data-en d=1><tr><td><b>foo</b></table>" queryCommandState("removeformat") after 1705 PASS [["stylewithcss","false"],["removeformat",""]] "<table data-start=0 data-en d=1><tr><td><b>foo</b></table>" queryCommandState("removeformat") after
1706 PASS [["stylewithcss","false"],["removeformat",""]] "<table data-start=0 data-en d=1><tr><td><b>foo</b></table>" queryCommandValue("removeformat") after 1706 PASS [["stylewithcss","false"],["removeformat",""]] "<table data-start=0 data-en d=1><tr><td><b>foo</b></table>" queryCommandValue("removeformat") after
1707 Harness: the test ran to completion. 1707 Harness: the test ran to completion.
1708 1708
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698