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

Side by Side Diff: third_party/WebKit/LayoutTests/external/wpt/editing/run/fontsize-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 2370 tests; 2281 PASS, 89 FAIL, 0 TIMEOUT, 0 NOTRUN. 2 Found 2370 tests; 2276 PASS, 94 FAIL, 0 TIMEOUT, 0 NOTRUN.
3 PASS [["fontsize","4"]] "foo[]bar": execCommand("fontsize", false, "4") return v alue 3 PASS [["fontsize","4"]] "foo[]bar": execCommand("fontsize", false, "4") return v alue
4 PASS [["fontsize","4"]] "foo[]bar" checks for modifications to non-editable cont ent 4 PASS [["fontsize","4"]] "foo[]bar" checks for modifications to non-editable cont ent
5 PASS [["fontsize","4"]] "foo[]bar" compare innerHTML 5 PASS [["fontsize","4"]] "foo[]bar" compare innerHTML
6 PASS [["fontsize","4"]] "foo[]bar" queryCommandIndeterm("fontsize") before 6 PASS [["fontsize","4"]] "foo[]bar" queryCommandIndeterm("fontsize") before
7 PASS [["fontsize","4"]] "foo[]bar" queryCommandState("fontsize") before 7 PASS [["fontsize","4"]] "foo[]bar" queryCommandState("fontsize") before
8 PASS [["fontsize","4"]] "foo[]bar" queryCommandValue("fontsize") before 8 PASS [["fontsize","4"]] "foo[]bar" queryCommandValue("fontsize") before
9 PASS [["fontsize","4"]] "foo[]bar" queryCommandIndeterm("fontsize") after 9 PASS [["fontsize","4"]] "foo[]bar" queryCommandIndeterm("fontsize") after
10 PASS [["fontsize","4"]] "foo[]bar" queryCommandState("fontsize") after 10 PASS [["fontsize","4"]] "foo[]bar" queryCommandState("fontsize") after
11 PASS [["fontsize","4"]] "foo[]bar" queryCommandValue("fontsize") after 11 PASS [["fontsize","4"]] "foo[]bar" queryCommandValue("fontsize") after
12 PASS [["stylewithcss","true"],["fontsize","4"]] "<p>[foo</p> <p>bar]</p>": execC ommand("stylewithcss", false, "true") return value 12 PASS [["stylewithcss","true"],["fontsize","4"]] "<p>[foo</p> <p>bar]</p>": execC ommand("stylewithcss", false, "true") return value
(...skipping 1558 matching lines...) Expand 10 before | Expand all | Expand 10 after
1571 PASS [["stylewithcss","false"],["fontsize","4"]] "<span style=\"font-size: 2em\" >foo[bar]baz</span>" queryCommandValue("stylewithcss") after 1571 PASS [["stylewithcss","false"],["fontsize","4"]] "<span style=\"font-size: 2em\" >foo[bar]baz</span>" queryCommandValue("stylewithcss") after
1572 PASS [["stylewithcss","false"],["fontsize","4"]] "<span style=\"font-size: 2em\" >foo[bar]baz</span>" queryCommandIndeterm("fontsize") before 1572 PASS [["stylewithcss","false"],["fontsize","4"]] "<span style=\"font-size: 2em\" >foo[bar]baz</span>" queryCommandIndeterm("fontsize") before
1573 PASS [["stylewithcss","false"],["fontsize","4"]] "<span style=\"font-size: 2em\" >foo[bar]baz</span>" queryCommandState("fontsize") before 1573 PASS [["stylewithcss","false"],["fontsize","4"]] "<span style=\"font-size: 2em\" >foo[bar]baz</span>" queryCommandState("fontsize") before
1574 PASS [["stylewithcss","false"],["fontsize","4"]] "<span style=\"font-size: 2em\" >foo[bar]baz</span>" queryCommandValue("fontsize") before 1574 PASS [["stylewithcss","false"],["fontsize","4"]] "<span style=\"font-size: 2em\" >foo[bar]baz</span>" queryCommandValue("fontsize") before
1575 PASS [["stylewithcss","false"],["fontsize","4"]] "<span style=\"font-size: 2em\" >foo[bar]baz</span>" queryCommandIndeterm("fontsize") after 1575 PASS [["stylewithcss","false"],["fontsize","4"]] "<span style=\"font-size: 2em\" >foo[bar]baz</span>" queryCommandIndeterm("fontsize") after
1576 PASS [["stylewithcss","false"],["fontsize","4"]] "<span style=\"font-size: 2em\" >foo[bar]baz</span>" queryCommandState("fontsize") after 1576 PASS [["stylewithcss","false"],["fontsize","4"]] "<span style=\"font-size: 2em\" >foo[bar]baz</span>" queryCommandState("fontsize") after
1577 PASS [["stylewithcss","false"],["fontsize","4"]] "<span style=\"font-size: 2em\" >foo[bar]baz</span>" queryCommandValue("fontsize") after 1577 PASS [["stylewithcss","false"],["fontsize","4"]] "<span style=\"font-size: 2em\" >foo[bar]baz</span>" queryCommandValue("fontsize") after
1578 PASS [["stylewithcss","true"],["fontsize","4"]] "<p style=\"font-size: xx-small\ ">foo[bar]baz</p>": execCommand("stylewithcss", false, "true") return value 1578 PASS [["stylewithcss","true"],["fontsize","4"]] "<p style=\"font-size: xx-small\ ">foo[bar]baz</p>": execCommand("stylewithcss", false, "true") return value
1579 PASS [["stylewithcss","true"],["fontsize","4"]] "<p style=\"font-size: xx-small\ ">foo[bar]baz</p>": execCommand("fontsize", false, "4") return value 1579 PASS [["stylewithcss","true"],["fontsize","4"]] "<p style=\"font-size: xx-small\ ">foo[bar]baz</p>": execCommand("fontsize", false, "4") return value
1580 PASS [["stylewithcss","true"],["fontsize","4"]] "<p style=\"font-size: xx-small\ ">foo[bar]baz</p>" checks for modifications to non-editable content 1580 PASS [["stylewithcss","true"],["fontsize","4"]] "<p style=\"font-size: xx-small\ ">foo[bar]baz</p>" checks for modifications to non-editable content
1581 FAIL [["stylewithcss","true"],["fontsize","4"]] "<p style=\"font-size: xx-small\ ">foo[bar]baz</p>" compare innerHTML assert_equals: Unexpected innerHTML (after normalizing inline style) expected "<p style=\"font-size:xx-small\">foo<span sty le=\"font-size:large\">bar</span>baz</p>" but got "<p><span style=\"font-size:xx -small\">foo</span><span style=\"font-size:large\">bar</span><span style=\"font- size:xx-small\">baz</span></p>" 1581 FAIL [["stylewithcss","true"],["fontsize","4"]] "<p style=\"font-size: xx-small\ ">foo[bar]baz</p>" compare innerHTML assert_equals: Unexpected innerHTML (after normalizing inline style) expected "<p style=\"font-size:xx-small\">foo<span sty le=\"font-size:large\">bar</span>baz</p>" but got "<p style=\"\"><span style=\"f ont-size:xx-small\">foo</span><span style=\"font-size:large\">bar</span><span st yle=\"font-size:xx-small\">baz</span></p>"
1582 PASS [["stylewithcss","true"],["fontsize","4"]] "<p style=\"font-size: xx-small\ ">foo[bar]baz</p>" queryCommandIndeterm("stylewithcss") before 1582 PASS [["stylewithcss","true"],["fontsize","4"]] "<p style=\"font-size: xx-small\ ">foo[bar]baz</p>" queryCommandIndeterm("stylewithcss") before
1583 PASS [["stylewithcss","true"],["fontsize","4"]] "<p style=\"font-size: xx-small\ ">foo[bar]baz</p>" queryCommandState("stylewithcss") before 1583 PASS [["stylewithcss","true"],["fontsize","4"]] "<p style=\"font-size: xx-small\ ">foo[bar]baz</p>" queryCommandState("stylewithcss") before
1584 PASS [["stylewithcss","true"],["fontsize","4"]] "<p style=\"font-size: xx-small\ ">foo[bar]baz</p>" queryCommandValue("stylewithcss") before 1584 PASS [["stylewithcss","true"],["fontsize","4"]] "<p style=\"font-size: xx-small\ ">foo[bar]baz</p>" queryCommandValue("stylewithcss") before
1585 PASS [["stylewithcss","true"],["fontsize","4"]] "<p style=\"font-size: xx-small\ ">foo[bar]baz</p>" queryCommandIndeterm("stylewithcss") after 1585 PASS [["stylewithcss","true"],["fontsize","4"]] "<p style=\"font-size: xx-small\ ">foo[bar]baz</p>" queryCommandIndeterm("stylewithcss") after
1586 PASS [["stylewithcss","true"],["fontsize","4"]] "<p style=\"font-size: xx-small\ ">foo[bar]baz</p>" queryCommandState("stylewithcss") after 1586 PASS [["stylewithcss","true"],["fontsize","4"]] "<p style=\"font-size: xx-small\ ">foo[bar]baz</p>" queryCommandState("stylewithcss") after
1587 PASS [["stylewithcss","true"],["fontsize","4"]] "<p style=\"font-size: xx-small\ ">foo[bar]baz</p>" queryCommandValue("stylewithcss") after 1587 PASS [["stylewithcss","true"],["fontsize","4"]] "<p style=\"font-size: xx-small\ ">foo[bar]baz</p>" queryCommandValue("stylewithcss") after
1588 PASS [["stylewithcss","true"],["fontsize","4"]] "<p style=\"font-size: xx-small\ ">foo[bar]baz</p>" queryCommandIndeterm("fontsize") before 1588 PASS [["stylewithcss","true"],["fontsize","4"]] "<p style=\"font-size: xx-small\ ">foo[bar]baz</p>" queryCommandIndeterm("fontsize") before
1589 PASS [["stylewithcss","true"],["fontsize","4"]] "<p style=\"font-size: xx-small\ ">foo[bar]baz</p>" queryCommandState("fontsize") before 1589 PASS [["stylewithcss","true"],["fontsize","4"]] "<p style=\"font-size: xx-small\ ">foo[bar]baz</p>" queryCommandState("fontsize") before
1590 FAIL [["stylewithcss","true"],["fontsize","4"]] "<p style=\"font-size: xx-small\ ">foo[bar]baz</p>" queryCommandValue("fontsize") before assert_equals: Wrong res ult returned expected "1" but got "0" 1590 FAIL [["stylewithcss","true"],["fontsize","4"]] "<p style=\"font-size: xx-small\ ">foo[bar]baz</p>" queryCommandValue("fontsize") before assert_equals: Wrong res ult returned expected "1" but got "0"
1591 PASS [["stylewithcss","true"],["fontsize","4"]] "<p style=\"font-size: xx-small\ ">foo[bar]baz</p>" queryCommandIndeterm("fontsize") after 1591 PASS [["stylewithcss","true"],["fontsize","4"]] "<p style=\"font-size: xx-small\ ">foo[bar]baz</p>" queryCommandIndeterm("fontsize") after
1592 PASS [["stylewithcss","true"],["fontsize","4"]] "<p style=\"font-size: xx-small\ ">foo[bar]baz</p>" queryCommandState("fontsize") after 1592 PASS [["stylewithcss","true"],["fontsize","4"]] "<p style=\"font-size: xx-small\ ">foo[bar]baz</p>" queryCommandState("fontsize") after
1593 PASS [["stylewithcss","true"],["fontsize","4"]] "<p style=\"font-size: xx-small\ ">foo[bar]baz</p>" queryCommandValue("fontsize") after 1593 PASS [["stylewithcss","true"],["fontsize","4"]] "<p style=\"font-size: xx-small\ ">foo[bar]baz</p>" queryCommandValue("fontsize") after
1594 PASS [["stylewithcss","false"],["fontsize","4"]] "<p style=\"font-size: xx-small \">foo[bar]baz</p>": execCommand("stylewithcss", false, "false") return value 1594 PASS [["stylewithcss","false"],["fontsize","4"]] "<p style=\"font-size: xx-small \">foo[bar]baz</p>": execCommand("stylewithcss", false, "false") return value
1595 PASS [["stylewithcss","false"],["fontsize","4"]] "<p style=\"font-size: xx-small \">foo[bar]baz</p>": execCommand("fontsize", false, "4") return value 1595 PASS [["stylewithcss","false"],["fontsize","4"]] "<p style=\"font-size: xx-small \">foo[bar]baz</p>": execCommand("fontsize", false, "4") return value
1596 PASS [["stylewithcss","false"],["fontsize","4"]] "<p style=\"font-size: xx-small \">foo[bar]baz</p>" checks for modifications to non-editable content 1596 PASS [["stylewithcss","false"],["fontsize","4"]] "<p style=\"font-size: xx-small \">foo[bar]baz</p>" checks for modifications to non-editable content
1597 FAIL [["stylewithcss","false"],["fontsize","4"]] "<p style=\"font-size: xx-small \">foo[bar]baz</p>" compare innerHTML assert_equals: Unexpected innerHTML (after normalizing inline style) expected "<p style=\"font-size:xx-small\">foo<font si ze=\"4\">bar</font>baz</p>" but got "<p><span style=\"font-size:xx-small\">foo</ span><font size=\"4\">bar</font><span style=\"font-size:xx-small\">baz</span></p >" 1597 FAIL [["stylewithcss","false"],["fontsize","4"]] "<p style=\"font-size: xx-small \">foo[bar]baz</p>" compare innerHTML assert_equals: Unexpected innerHTML (after normalizing inline style) expected "<p style=\"font-size:xx-small\">foo<font si ze=\"4\">bar</font>baz</p>" but got "<p style=\"\"><span style=\"font-size:xx-sm all\">foo</span><font size=\"4\">bar</font><span style=\"font-size:xx-small\">ba z</span></p>"
1598 PASS [["stylewithcss","false"],["fontsize","4"]] "<p style=\"font-size: xx-small \">foo[bar]baz</p>" queryCommandIndeterm("stylewithcss") before 1598 PASS [["stylewithcss","false"],["fontsize","4"]] "<p style=\"font-size: xx-small \">foo[bar]baz</p>" queryCommandIndeterm("stylewithcss") before
1599 PASS [["stylewithcss","false"],["fontsize","4"]] "<p style=\"font-size: xx-small \">foo[bar]baz</p>" queryCommandState("stylewithcss") before 1599 PASS [["stylewithcss","false"],["fontsize","4"]] "<p style=\"font-size: xx-small \">foo[bar]baz</p>" queryCommandState("stylewithcss") before
1600 PASS [["stylewithcss","false"],["fontsize","4"]] "<p style=\"font-size: xx-small \">foo[bar]baz</p>" queryCommandValue("stylewithcss") before 1600 PASS [["stylewithcss","false"],["fontsize","4"]] "<p style=\"font-size: xx-small \">foo[bar]baz</p>" queryCommandValue("stylewithcss") before
1601 PASS [["stylewithcss","false"],["fontsize","4"]] "<p style=\"font-size: xx-small \">foo[bar]baz</p>" queryCommandIndeterm("stylewithcss") after 1601 PASS [["stylewithcss","false"],["fontsize","4"]] "<p style=\"font-size: xx-small \">foo[bar]baz</p>" queryCommandIndeterm("stylewithcss") after
1602 PASS [["stylewithcss","false"],["fontsize","4"]] "<p style=\"font-size: xx-small \">foo[bar]baz</p>" queryCommandState("stylewithcss") after 1602 PASS [["stylewithcss","false"],["fontsize","4"]] "<p style=\"font-size: xx-small \">foo[bar]baz</p>" queryCommandState("stylewithcss") after
1603 PASS [["stylewithcss","false"],["fontsize","4"]] "<p style=\"font-size: xx-small \">foo[bar]baz</p>" queryCommandValue("stylewithcss") after 1603 PASS [["stylewithcss","false"],["fontsize","4"]] "<p style=\"font-size: xx-small \">foo[bar]baz</p>" queryCommandValue("stylewithcss") after
1604 PASS [["stylewithcss","false"],["fontsize","4"]] "<p style=\"font-size: xx-small \">foo[bar]baz</p>" queryCommandIndeterm("fontsize") before 1604 PASS [["stylewithcss","false"],["fontsize","4"]] "<p style=\"font-size: xx-small \">foo[bar]baz</p>" queryCommandIndeterm("fontsize") before
1605 PASS [["stylewithcss","false"],["fontsize","4"]] "<p style=\"font-size: xx-small \">foo[bar]baz</p>" queryCommandState("fontsize") before 1605 PASS [["stylewithcss","false"],["fontsize","4"]] "<p style=\"font-size: xx-small \">foo[bar]baz</p>" queryCommandState("fontsize") before
1606 FAIL [["stylewithcss","false"],["fontsize","4"]] "<p style=\"font-size: xx-small \">foo[bar]baz</p>" queryCommandValue("fontsize") before assert_equals: Wrong re sult returned expected "1" but got "0" 1606 FAIL [["stylewithcss","false"],["fontsize","4"]] "<p style=\"font-size: xx-small \">foo[bar]baz</p>" queryCommandValue("fontsize") before assert_equals: Wrong re sult returned expected "1" but got "0"
1607 PASS [["stylewithcss","false"],["fontsize","4"]] "<p style=\"font-size: xx-small \">foo[bar]baz</p>" queryCommandIndeterm("fontsize") after 1607 PASS [["stylewithcss","false"],["fontsize","4"]] "<p style=\"font-size: xx-small \">foo[bar]baz</p>" queryCommandIndeterm("fontsize") after
1608 PASS [["stylewithcss","false"],["fontsize","4"]] "<p style=\"font-size: xx-small \">foo[bar]baz</p>" queryCommandState("fontsize") after 1608 PASS [["stylewithcss","false"],["fontsize","4"]] "<p style=\"font-size: xx-small \">foo[bar]baz</p>" queryCommandState("fontsize") after
1609 PASS [["stylewithcss","false"],["fontsize","4"]] "<p style=\"font-size: xx-small \">foo[bar]baz</p>" queryCommandValue("fontsize") after 1609 PASS [["stylewithcss","false"],["fontsize","4"]] "<p style=\"font-size: xx-small \">foo[bar]baz</p>" queryCommandValue("fontsize") after
1610 PASS [["stylewithcss","true"],["fontsize","4"]] "<p style=\"font-size: medium\"> foo[bar]baz</p>": execCommand("stylewithcss", false, "true") return value 1610 PASS [["stylewithcss","true"],["fontsize","4"]] "<p style=\"font-size: medium\"> foo[bar]baz</p>": execCommand("stylewithcss", false, "true") return value
1611 PASS [["stylewithcss","true"],["fontsize","4"]] "<p style=\"font-size: medium\"> foo[bar]baz</p>": execCommand("fontsize", false, "4") return value 1611 PASS [["stylewithcss","true"],["fontsize","4"]] "<p style=\"font-size: medium\"> foo[bar]baz</p>": execCommand("fontsize", false, "4") return value
1612 PASS [["stylewithcss","true"],["fontsize","4"]] "<p style=\"font-size: medium\"> foo[bar]baz</p>" checks for modifications to non-editable content 1612 PASS [["stylewithcss","true"],["fontsize","4"]] "<p style=\"font-size: medium\"> foo[bar]baz</p>" checks for modifications to non-editable content
1613 FAIL [["stylewithcss","true"],["fontsize","4"]] "<p style=\"font-size: medium\"> foo[bar]baz</p>" compare innerHTML assert_equals: Unexpected innerHTML (after no rmalizing inline style) expected "<p style=\"font-size:medium\">foo<span style=\ "font-size:large\">bar</span>baz</p>" but got "<p><span style=\"font-size:medium \">foo</span><span style=\"font-size:large\">bar</span>baz</p>" 1613 FAIL [["stylewithcss","true"],["fontsize","4"]] "<p style=\"font-size: medium\"> foo[bar]baz</p>" compare innerHTML assert_equals: Unexpected innerHTML (after no rmalizing inline style) expected "<p style=\"font-size:medium\">foo<span style=\ "font-size:large\">bar</span>baz</p>" but got "<p style=\"\"><span style=\"font- size:medium\">foo</span><span style=\"font-size:large\">bar</span>baz</p>"
1614 PASS [["stylewithcss","true"],["fontsize","4"]] "<p style=\"font-size: medium\"> foo[bar]baz</p>" queryCommandIndeterm("stylewithcss") before 1614 PASS [["stylewithcss","true"],["fontsize","4"]] "<p style=\"font-size: medium\"> foo[bar]baz</p>" queryCommandIndeterm("stylewithcss") before
1615 PASS [["stylewithcss","true"],["fontsize","4"]] "<p style=\"font-size: medium\"> foo[bar]baz</p>" queryCommandState("stylewithcss") before 1615 PASS [["stylewithcss","true"],["fontsize","4"]] "<p style=\"font-size: medium\"> foo[bar]baz</p>" queryCommandState("stylewithcss") before
1616 PASS [["stylewithcss","true"],["fontsize","4"]] "<p style=\"font-size: medium\"> foo[bar]baz</p>" queryCommandValue("stylewithcss") before 1616 PASS [["stylewithcss","true"],["fontsize","4"]] "<p style=\"font-size: medium\"> foo[bar]baz</p>" queryCommandValue("stylewithcss") before
1617 PASS [["stylewithcss","true"],["fontsize","4"]] "<p style=\"font-size: medium\"> foo[bar]baz</p>" queryCommandIndeterm("stylewithcss") after 1617 PASS [["stylewithcss","true"],["fontsize","4"]] "<p style=\"font-size: medium\"> foo[bar]baz</p>" queryCommandIndeterm("stylewithcss") after
1618 PASS [["stylewithcss","true"],["fontsize","4"]] "<p style=\"font-size: medium\"> foo[bar]baz</p>" queryCommandState("stylewithcss") after 1618 PASS [["stylewithcss","true"],["fontsize","4"]] "<p style=\"font-size: medium\"> foo[bar]baz</p>" queryCommandState("stylewithcss") after
1619 PASS [["stylewithcss","true"],["fontsize","4"]] "<p style=\"font-size: medium\"> foo[bar]baz</p>" queryCommandValue("stylewithcss") after 1619 PASS [["stylewithcss","true"],["fontsize","4"]] "<p style=\"font-size: medium\"> foo[bar]baz</p>" queryCommandValue("stylewithcss") after
1620 PASS [["stylewithcss","true"],["fontsize","4"]] "<p style=\"font-size: medium\"> foo[bar]baz</p>" queryCommandIndeterm("fontsize") before 1620 PASS [["stylewithcss","true"],["fontsize","4"]] "<p style=\"font-size: medium\"> foo[bar]baz</p>" queryCommandIndeterm("fontsize") before
1621 PASS [["stylewithcss","true"],["fontsize","4"]] "<p style=\"font-size: medium\"> foo[bar]baz</p>" queryCommandState("fontsize") before 1621 PASS [["stylewithcss","true"],["fontsize","4"]] "<p style=\"font-size: medium\"> foo[bar]baz</p>" queryCommandState("fontsize") before
1622 PASS [["stylewithcss","true"],["fontsize","4"]] "<p style=\"font-size: medium\"> foo[bar]baz</p>" queryCommandValue("fontsize") before 1622 PASS [["stylewithcss","true"],["fontsize","4"]] "<p style=\"font-size: medium\"> foo[bar]baz</p>" queryCommandValue("fontsize") before
1623 PASS [["stylewithcss","true"],["fontsize","4"]] "<p style=\"font-size: medium\"> foo[bar]baz</p>" queryCommandIndeterm("fontsize") after 1623 PASS [["stylewithcss","true"],["fontsize","4"]] "<p style=\"font-size: medium\"> foo[bar]baz</p>" queryCommandIndeterm("fontsize") after
1624 PASS [["stylewithcss","true"],["fontsize","4"]] "<p style=\"font-size: medium\"> foo[bar]baz</p>" queryCommandState("fontsize") after 1624 PASS [["stylewithcss","true"],["fontsize","4"]] "<p style=\"font-size: medium\"> foo[bar]baz</p>" queryCommandState("fontsize") after
1625 PASS [["stylewithcss","true"],["fontsize","4"]] "<p style=\"font-size: medium\"> foo[bar]baz</p>" queryCommandValue("fontsize") after 1625 PASS [["stylewithcss","true"],["fontsize","4"]] "<p style=\"font-size: medium\"> foo[bar]baz</p>" queryCommandValue("fontsize") after
1626 PASS [["stylewithcss","false"],["fontsize","4"]] "<p style=\"font-size: medium\" >foo[bar]baz</p>": execCommand("stylewithcss", false, "false") return value 1626 PASS [["stylewithcss","false"],["fontsize","4"]] "<p style=\"font-size: medium\" >foo[bar]baz</p>": execCommand("stylewithcss", false, "false") return value
1627 PASS [["stylewithcss","false"],["fontsize","4"]] "<p style=\"font-size: medium\" >foo[bar]baz</p>": execCommand("fontsize", false, "4") return value 1627 PASS [["stylewithcss","false"],["fontsize","4"]] "<p style=\"font-size: medium\" >foo[bar]baz</p>": execCommand("fontsize", false, "4") return value
1628 PASS [["stylewithcss","false"],["fontsize","4"]] "<p style=\"font-size: medium\" >foo[bar]baz</p>" checks for modifications to non-editable content 1628 PASS [["stylewithcss","false"],["fontsize","4"]] "<p style=\"font-size: medium\" >foo[bar]baz</p>" checks for modifications to non-editable content
1629 FAIL [["stylewithcss","false"],["fontsize","4"]] "<p style=\"font-size: medium\" >foo[bar]baz</p>" compare innerHTML assert_equals: Unexpected innerHTML (after n ormalizing inline style) expected "<p style=\"font-size:medium\">foo<font size=\ "4\">bar</font>baz</p>" but got "<p><span style=\"font-size:medium\">foo</span>< font size=\"4\">bar</font>baz</p>" 1629 FAIL [["stylewithcss","false"],["fontsize","4"]] "<p style=\"font-size: medium\" >foo[bar]baz</p>" compare innerHTML assert_equals: Unexpected innerHTML (after n ormalizing inline style) expected "<p style=\"font-size:medium\">foo<font size=\ "4\">bar</font>baz</p>" but got "<p style=\"\"><span style=\"font-size:medium\"> foo</span><font size=\"4\">bar</font>baz</p>"
1630 PASS [["stylewithcss","false"],["fontsize","4"]] "<p style=\"font-size: medium\" >foo[bar]baz</p>" queryCommandIndeterm("stylewithcss") before 1630 PASS [["stylewithcss","false"],["fontsize","4"]] "<p style=\"font-size: medium\" >foo[bar]baz</p>" queryCommandIndeterm("stylewithcss") before
1631 PASS [["stylewithcss","false"],["fontsize","4"]] "<p style=\"font-size: medium\" >foo[bar]baz</p>" queryCommandState("stylewithcss") before 1631 PASS [["stylewithcss","false"],["fontsize","4"]] "<p style=\"font-size: medium\" >foo[bar]baz</p>" queryCommandState("stylewithcss") before
1632 PASS [["stylewithcss","false"],["fontsize","4"]] "<p style=\"font-size: medium\" >foo[bar]baz</p>" queryCommandValue("stylewithcss") before 1632 PASS [["stylewithcss","false"],["fontsize","4"]] "<p style=\"font-size: medium\" >foo[bar]baz</p>" queryCommandValue("stylewithcss") before
1633 PASS [["stylewithcss","false"],["fontsize","4"]] "<p style=\"font-size: medium\" >foo[bar]baz</p>" queryCommandIndeterm("stylewithcss") after 1633 PASS [["stylewithcss","false"],["fontsize","4"]] "<p style=\"font-size: medium\" >foo[bar]baz</p>" queryCommandIndeterm("stylewithcss") after
1634 PASS [["stylewithcss","false"],["fontsize","4"]] "<p style=\"font-size: medium\" >foo[bar]baz</p>" queryCommandState("stylewithcss") after 1634 PASS [["stylewithcss","false"],["fontsize","4"]] "<p style=\"font-size: medium\" >foo[bar]baz</p>" queryCommandState("stylewithcss") after
1635 PASS [["stylewithcss","false"],["fontsize","4"]] "<p style=\"font-size: medium\" >foo[bar]baz</p>" queryCommandValue("stylewithcss") after 1635 PASS [["stylewithcss","false"],["fontsize","4"]] "<p style=\"font-size: medium\" >foo[bar]baz</p>" queryCommandValue("stylewithcss") after
1636 PASS [["stylewithcss","false"],["fontsize","4"]] "<p style=\"font-size: medium\" >foo[bar]baz</p>" queryCommandIndeterm("fontsize") before 1636 PASS [["stylewithcss","false"],["fontsize","4"]] "<p style=\"font-size: medium\" >foo[bar]baz</p>" queryCommandIndeterm("fontsize") before
1637 PASS [["stylewithcss","false"],["fontsize","4"]] "<p style=\"font-size: medium\" >foo[bar]baz</p>" queryCommandState("fontsize") before 1637 PASS [["stylewithcss","false"],["fontsize","4"]] "<p style=\"font-size: medium\" >foo[bar]baz</p>" queryCommandState("fontsize") before
1638 PASS [["stylewithcss","false"],["fontsize","4"]] "<p style=\"font-size: medium\" >foo[bar]baz</p>" queryCommandValue("fontsize") before 1638 PASS [["stylewithcss","false"],["fontsize","4"]] "<p style=\"font-size: medium\" >foo[bar]baz</p>" queryCommandValue("fontsize") before
1639 PASS [["stylewithcss","false"],["fontsize","4"]] "<p style=\"font-size: medium\" >foo[bar]baz</p>" queryCommandIndeterm("fontsize") after 1639 PASS [["stylewithcss","false"],["fontsize","4"]] "<p style=\"font-size: medium\" >foo[bar]baz</p>" queryCommandIndeterm("fontsize") after
1640 PASS [["stylewithcss","false"],["fontsize","4"]] "<p style=\"font-size: medium\" >foo[bar]baz</p>" queryCommandState("fontsize") after 1640 PASS [["stylewithcss","false"],["fontsize","4"]] "<p style=\"font-size: medium\" >foo[bar]baz</p>" queryCommandState("fontsize") after
1641 PASS [["stylewithcss","false"],["fontsize","4"]] "<p style=\"font-size: medium\" >foo[bar]baz</p>" queryCommandValue("fontsize") after 1641 PASS [["stylewithcss","false"],["fontsize","4"]] "<p style=\"font-size: medium\" >foo[bar]baz</p>" queryCommandValue("fontsize") after
1642 PASS [["fontsize","4"]] "<p style=\"font-size: large\">foo[bar]baz</p>": execCom mand("fontsize", false, "4") return value 1642 PASS [["fontsize","4"]] "<p style=\"font-size: large\">foo[bar]baz</p>": execCom mand("fontsize", false, "4") return value
1643 PASS [["fontsize","4"]] "<p style=\"font-size: large\">foo[bar]baz</p>" checks f or modifications to non-editable content 1643 PASS [["fontsize","4"]] "<p style=\"font-size: large\">foo[bar]baz</p>" checks f or modifications to non-editable content
1644 FAIL [["fontsize","4"]] "<p style=\"font-size: large\">foo[bar]baz</p>" compare innerHTML assert_equals: Unexpected innerHTML (after normalizing inline style) e xpected "<p style=\"font-size:large\">foobarbaz</p>" but got "<p><span style=\"f ont-size:large\">foo</span><font size=\"4\">barbaz</font></p>" 1644 FAIL [["fontsize","4"]] "<p style=\"font-size: large\">foo[bar]baz</p>" compare innerHTML assert_equals: Unexpected innerHTML (after normalizing inline style) e xpected "<p style=\"font-size:large\">foobarbaz</p>" but got "<p style=\"\"><spa n style=\"font-size:large\">foo</span><font size=\"4\">barbaz</font></p>"
1645 PASS [["fontsize","4"]] "<p style=\"font-size: large\">foo[bar]baz</p>" queryCom mandIndeterm("fontsize") before 1645 PASS [["fontsize","4"]] "<p style=\"font-size: large\">foo[bar]baz</p>" queryCom mandIndeterm("fontsize") before
1646 PASS [["fontsize","4"]] "<p style=\"font-size: large\">foo[bar]baz</p>" queryCom mandState("fontsize") before 1646 PASS [["fontsize","4"]] "<p style=\"font-size: large\">foo[bar]baz</p>" queryCom mandState("fontsize") before
1647 PASS [["fontsize","4"]] "<p style=\"font-size: large\">foo[bar]baz</p>" queryCom mandValue("fontsize") before 1647 PASS [["fontsize","4"]] "<p style=\"font-size: large\">foo[bar]baz</p>" queryCom mandValue("fontsize") before
1648 PASS [["fontsize","4"]] "<p style=\"font-size: large\">foo[bar]baz</p>" queryCom mandIndeterm("fontsize") after 1648 PASS [["fontsize","4"]] "<p style=\"font-size: large\">foo[bar]baz</p>" queryCom mandIndeterm("fontsize") after
1649 PASS [["fontsize","4"]] "<p style=\"font-size: large\">foo[bar]baz</p>" queryCom mandState("fontsize") after 1649 PASS [["fontsize","4"]] "<p style=\"font-size: large\">foo[bar]baz</p>" queryCom mandState("fontsize") after
1650 PASS [["fontsize","4"]] "<p style=\"font-size: large\">foo[bar]baz</p>" queryCom mandValue("fontsize") after 1650 PASS [["fontsize","4"]] "<p style=\"font-size: large\">foo[bar]baz</p>" queryCom mandValue("fontsize") after
1651 PASS [["stylewithcss","true"],["fontsize","4"]] "<p style=\"font-size: 2em\">foo [bar]baz</p>": execCommand("stylewithcss", false, "true") return value 1651 PASS [["stylewithcss","true"],["fontsize","4"]] "<p style=\"font-size: 2em\">foo [bar]baz</p>": execCommand("stylewithcss", false, "true") return value
1652 PASS [["stylewithcss","true"],["fontsize","4"]] "<p style=\"font-size: 2em\">foo [bar]baz</p>": execCommand("fontsize", false, "4") return value 1652 PASS [["stylewithcss","true"],["fontsize","4"]] "<p style=\"font-size: 2em\">foo [bar]baz</p>": execCommand("fontsize", false, "4") return value
1653 PASS [["stylewithcss","true"],["fontsize","4"]] "<p style=\"font-size: 2em\">foo [bar]baz</p>" checks for modifications to non-editable content 1653 PASS [["stylewithcss","true"],["fontsize","4"]] "<p style=\"font-size: 2em\">foo [bar]baz</p>" checks for modifications to non-editable content
1654 FAIL [["stylewithcss","true"],["fontsize","4"]] "<p style=\"font-size: 2em\">foo [bar]baz</p>" compare innerHTML assert_equals: Unexpected innerHTML (after norma lizing inline style) expected "<p style=\"font-size:2em\">foo<span style=\"font- size:large\">bar</span>baz</p>" but got "<p><span style=\"font-size:2em\">foo</s pan><span style=\"font-size:large\">bar</span><span style=\"font-size:2em\">baz< /span></p>" 1654 FAIL [["stylewithcss","true"],["fontsize","4"]] "<p style=\"font-size: 2em\">foo [bar]baz</p>" compare innerHTML assert_equals: Unexpected innerHTML (after norma lizing inline style) expected "<p style=\"font-size:2em\">foo<span style=\"font- size:large\">bar</span>baz</p>" but got "<p style=\"\"><span style=\"font-size:2 em\">foo</span><span style=\"font-size:large\">bar</span><span style=\"font-size :2em\">baz</span></p>"
1655 PASS [["stylewithcss","true"],["fontsize","4"]] "<p style=\"font-size: 2em\">foo [bar]baz</p>" queryCommandIndeterm("stylewithcss") before 1655 PASS [["stylewithcss","true"],["fontsize","4"]] "<p style=\"font-size: 2em\">foo [bar]baz</p>" queryCommandIndeterm("stylewithcss") before
1656 PASS [["stylewithcss","true"],["fontsize","4"]] "<p style=\"font-size: 2em\">foo [bar]baz</p>" queryCommandState("stylewithcss") before 1656 PASS [["stylewithcss","true"],["fontsize","4"]] "<p style=\"font-size: 2em\">foo [bar]baz</p>" queryCommandState("stylewithcss") before
1657 PASS [["stylewithcss","true"],["fontsize","4"]] "<p style=\"font-size: 2em\">foo [bar]baz</p>" queryCommandValue("stylewithcss") before 1657 PASS [["stylewithcss","true"],["fontsize","4"]] "<p style=\"font-size: 2em\">foo [bar]baz</p>" queryCommandValue("stylewithcss") before
1658 PASS [["stylewithcss","true"],["fontsize","4"]] "<p style=\"font-size: 2em\">foo [bar]baz</p>" queryCommandIndeterm("stylewithcss") after 1658 PASS [["stylewithcss","true"],["fontsize","4"]] "<p style=\"font-size: 2em\">foo [bar]baz</p>" queryCommandIndeterm("stylewithcss") after
1659 PASS [["stylewithcss","true"],["fontsize","4"]] "<p style=\"font-size: 2em\">foo [bar]baz</p>" queryCommandState("stylewithcss") after 1659 PASS [["stylewithcss","true"],["fontsize","4"]] "<p style=\"font-size: 2em\">foo [bar]baz</p>" queryCommandState("stylewithcss") after
1660 PASS [["stylewithcss","true"],["fontsize","4"]] "<p style=\"font-size: 2em\">foo [bar]baz</p>" queryCommandValue("stylewithcss") after 1660 PASS [["stylewithcss","true"],["fontsize","4"]] "<p style=\"font-size: 2em\">foo [bar]baz</p>" queryCommandValue("stylewithcss") after
1661 PASS [["stylewithcss","true"],["fontsize","4"]] "<p style=\"font-size: 2em\">foo [bar]baz</p>" queryCommandIndeterm("fontsize") before 1661 PASS [["stylewithcss","true"],["fontsize","4"]] "<p style=\"font-size: 2em\">foo [bar]baz</p>" queryCommandIndeterm("fontsize") before
1662 PASS [["stylewithcss","true"],["fontsize","4"]] "<p style=\"font-size: 2em\">foo [bar]baz</p>" queryCommandState("fontsize") before 1662 PASS [["stylewithcss","true"],["fontsize","4"]] "<p style=\"font-size: 2em\">foo [bar]baz</p>" queryCommandState("fontsize") before
1663 PASS [["stylewithcss","true"],["fontsize","4"]] "<p style=\"font-size: 2em\">foo [bar]baz</p>" queryCommandValue("fontsize") before 1663 PASS [["stylewithcss","true"],["fontsize","4"]] "<p style=\"font-size: 2em\">foo [bar]baz</p>" queryCommandValue("fontsize") before
1664 PASS [["stylewithcss","true"],["fontsize","4"]] "<p style=\"font-size: 2em\">foo [bar]baz</p>" queryCommandIndeterm("fontsize") after 1664 PASS [["stylewithcss","true"],["fontsize","4"]] "<p style=\"font-size: 2em\">foo [bar]baz</p>" queryCommandIndeterm("fontsize") after
1665 PASS [["stylewithcss","true"],["fontsize","4"]] "<p style=\"font-size: 2em\">foo [bar]baz</p>" queryCommandState("fontsize") after 1665 PASS [["stylewithcss","true"],["fontsize","4"]] "<p style=\"font-size: 2em\">foo [bar]baz</p>" queryCommandState("fontsize") after
1666 PASS [["stylewithcss","true"],["fontsize","4"]] "<p style=\"font-size: 2em\">foo [bar]baz</p>" queryCommandValue("fontsize") after 1666 PASS [["stylewithcss","true"],["fontsize","4"]] "<p style=\"font-size: 2em\">foo [bar]baz</p>" queryCommandValue("fontsize") after
1667 PASS [["stylewithcss","false"],["fontsize","4"]] "<p style=\"font-size: 2em\">fo o[bar]baz</p>": execCommand("stylewithcss", false, "false") return value 1667 PASS [["stylewithcss","false"],["fontsize","4"]] "<p style=\"font-size: 2em\">fo o[bar]baz</p>": execCommand("stylewithcss", false, "false") return value
1668 PASS [["stylewithcss","false"],["fontsize","4"]] "<p style=\"font-size: 2em\">fo o[bar]baz</p>": execCommand("fontsize", false, "4") return value 1668 PASS [["stylewithcss","false"],["fontsize","4"]] "<p style=\"font-size: 2em\">fo o[bar]baz</p>": execCommand("fontsize", false, "4") return value
1669 PASS [["stylewithcss","false"],["fontsize","4"]] "<p style=\"font-size: 2em\">fo o[bar]baz</p>" checks for modifications to non-editable content 1669 PASS [["stylewithcss","false"],["fontsize","4"]] "<p style=\"font-size: 2em\">fo o[bar]baz</p>" checks for modifications to non-editable content
1670 FAIL [["stylewithcss","false"],["fontsize","4"]] "<p style=\"font-size: 2em\">fo o[bar]baz</p>" compare innerHTML assert_equals: Unexpected innerHTML (after norm alizing inline style) expected "<p style=\"font-size:2em\">foo<font size=\"4\">b ar</font>baz</p>" but got "<p><span style=\"font-size:2em\">foo</span><font size =\"4\">bar</font><span style=\"font-size:2em\">baz</span></p>" 1670 FAIL [["stylewithcss","false"],["fontsize","4"]] "<p style=\"font-size: 2em\">fo o[bar]baz</p>" compare innerHTML assert_equals: Unexpected innerHTML (after norm alizing inline style) expected "<p style=\"font-size:2em\">foo<font size=\"4\">b ar</font>baz</p>" but got "<p style=\"\"><span style=\"font-size:2em\">foo</span ><font size=\"4\">bar</font><span style=\"font-size:2em\">baz</span></p>"
1671 PASS [["stylewithcss","false"],["fontsize","4"]] "<p style=\"font-size: 2em\">fo o[bar]baz</p>" queryCommandIndeterm("stylewithcss") before 1671 PASS [["stylewithcss","false"],["fontsize","4"]] "<p style=\"font-size: 2em\">fo o[bar]baz</p>" queryCommandIndeterm("stylewithcss") before
1672 PASS [["stylewithcss","false"],["fontsize","4"]] "<p style=\"font-size: 2em\">fo o[bar]baz</p>" queryCommandState("stylewithcss") before 1672 PASS [["stylewithcss","false"],["fontsize","4"]] "<p style=\"font-size: 2em\">fo o[bar]baz</p>" queryCommandState("stylewithcss") before
1673 PASS [["stylewithcss","false"],["fontsize","4"]] "<p style=\"font-size: 2em\">fo o[bar]baz</p>" queryCommandValue("stylewithcss") before 1673 PASS [["stylewithcss","false"],["fontsize","4"]] "<p style=\"font-size: 2em\">fo o[bar]baz</p>" queryCommandValue("stylewithcss") before
1674 PASS [["stylewithcss","false"],["fontsize","4"]] "<p style=\"font-size: 2em\">fo o[bar]baz</p>" queryCommandIndeterm("stylewithcss") after 1674 PASS [["stylewithcss","false"],["fontsize","4"]] "<p style=\"font-size: 2em\">fo o[bar]baz</p>" queryCommandIndeterm("stylewithcss") after
1675 PASS [["stylewithcss","false"],["fontsize","4"]] "<p style=\"font-size: 2em\">fo o[bar]baz</p>" queryCommandState("stylewithcss") after 1675 PASS [["stylewithcss","false"],["fontsize","4"]] "<p style=\"font-size: 2em\">fo o[bar]baz</p>" queryCommandState("stylewithcss") after
1676 PASS [["stylewithcss","false"],["fontsize","4"]] "<p style=\"font-size: 2em\">fo o[bar]baz</p>" queryCommandValue("stylewithcss") after 1676 PASS [["stylewithcss","false"],["fontsize","4"]] "<p style=\"font-size: 2em\">fo o[bar]baz</p>" queryCommandValue("stylewithcss") after
1677 PASS [["stylewithcss","false"],["fontsize","4"]] "<p style=\"font-size: 2em\">fo o[bar]baz</p>" queryCommandIndeterm("fontsize") before 1677 PASS [["stylewithcss","false"],["fontsize","4"]] "<p style=\"font-size: 2em\">fo o[bar]baz</p>" queryCommandIndeterm("fontsize") before
1678 PASS [["stylewithcss","false"],["fontsize","4"]] "<p style=\"font-size: 2em\">fo o[bar]baz</p>" queryCommandState("fontsize") before 1678 PASS [["stylewithcss","false"],["fontsize","4"]] "<p style=\"font-size: 2em\">fo o[bar]baz</p>" queryCommandState("fontsize") before
1679 PASS [["stylewithcss","false"],["fontsize","4"]] "<p style=\"font-size: 2em\">fo o[bar]baz</p>" queryCommandValue("fontsize") before 1679 PASS [["stylewithcss","false"],["fontsize","4"]] "<p style=\"font-size: 2em\">fo o[bar]baz</p>" queryCommandValue("fontsize") before
1680 PASS [["stylewithcss","false"],["fontsize","4"]] "<p style=\"font-size: 2em\">fo o[bar]baz</p>" queryCommandIndeterm("fontsize") after 1680 PASS [["stylewithcss","false"],["fontsize","4"]] "<p style=\"font-size: 2em\">fo o[bar]baz</p>" queryCommandIndeterm("fontsize") after
1681 PASS [["stylewithcss","false"],["fontsize","4"]] "<p style=\"font-size: 2em\">fo o[bar]baz</p>" queryCommandState("fontsize") after 1681 PASS [["stylewithcss","false"],["fontsize","4"]] "<p style=\"font-size: 2em\">fo o[bar]baz</p>" queryCommandState("fontsize") after
1682 PASS [["stylewithcss","false"],["fontsize","4"]] "<p style=\"font-size: 2em\">fo o[bar]baz</p>" queryCommandValue("fontsize") after 1682 PASS [["stylewithcss","false"],["fontsize","4"]] "<p style=\"font-size: 2em\">fo o[bar]baz</p>" queryCommandValue("fontsize") after
1683 PASS [["stylewithcss","true"],["fontsize","3"]] "<p style=\"font-size: xx-small\ ">foo[bar]baz</p>": execCommand("stylewithcss", false, "true") return value 1683 PASS [["stylewithcss","true"],["fontsize","3"]] "<p style=\"font-size: xx-small\ ">foo[bar]baz</p>": execCommand("stylewithcss", false, "true") return value
1684 PASS [["stylewithcss","true"],["fontsize","3"]] "<p style=\"font-size: xx-small\ ">foo[bar]baz</p>": execCommand("fontsize", false, "3") return value 1684 PASS [["stylewithcss","true"],["fontsize","3"]] "<p style=\"font-size: xx-small\ ">foo[bar]baz</p>": execCommand("fontsize", false, "3") return value
1685 PASS [["stylewithcss","true"],["fontsize","3"]] "<p style=\"font-size: xx-small\ ">foo[bar]baz</p>" checks for modifications to non-editable content 1685 PASS [["stylewithcss","true"],["fontsize","3"]] "<p style=\"font-size: xx-small\ ">foo[bar]baz</p>" checks for modifications to non-editable content
1686 PASS [["stylewithcss","true"],["fontsize","3"]] "<p style=\"font-size: xx-small\ ">foo[bar]baz</p>" compare innerHTML 1686 FAIL [["stylewithcss","true"],["fontsize","3"]] "<p style=\"font-size: xx-small\ ">foo[bar]baz</p>" compare innerHTML assert_equals: Unexpected innerHTML (after normalizing inline style) expected "<p><span style=\"font-size:xx-small\">foo</s pan>bar<span style=\"font-size:xx-small\">baz</span></p>" but got "<p style=\"\" ><span style=\"font-size:xx-small\">foo</span>bar<span style=\"font-size:xx-smal l\">baz</span></p>"
1687 PASS [["stylewithcss","true"],["fontsize","3"]] "<p style=\"font-size: xx-small\ ">foo[bar]baz</p>" queryCommandIndeterm("stylewithcss") before 1687 PASS [["stylewithcss","true"],["fontsize","3"]] "<p style=\"font-size: xx-small\ ">foo[bar]baz</p>" queryCommandIndeterm("stylewithcss") before
1688 PASS [["stylewithcss","true"],["fontsize","3"]] "<p style=\"font-size: xx-small\ ">foo[bar]baz</p>" queryCommandState("stylewithcss") before 1688 PASS [["stylewithcss","true"],["fontsize","3"]] "<p style=\"font-size: xx-small\ ">foo[bar]baz</p>" queryCommandState("stylewithcss") before
1689 PASS [["stylewithcss","true"],["fontsize","3"]] "<p style=\"font-size: xx-small\ ">foo[bar]baz</p>" queryCommandValue("stylewithcss") before 1689 PASS [["stylewithcss","true"],["fontsize","3"]] "<p style=\"font-size: xx-small\ ">foo[bar]baz</p>" queryCommandValue("stylewithcss") before
1690 PASS [["stylewithcss","true"],["fontsize","3"]] "<p style=\"font-size: xx-small\ ">foo[bar]baz</p>" queryCommandIndeterm("stylewithcss") after 1690 PASS [["stylewithcss","true"],["fontsize","3"]] "<p style=\"font-size: xx-small\ ">foo[bar]baz</p>" queryCommandIndeterm("stylewithcss") after
1691 PASS [["stylewithcss","true"],["fontsize","3"]] "<p style=\"font-size: xx-small\ ">foo[bar]baz</p>" queryCommandState("stylewithcss") after 1691 PASS [["stylewithcss","true"],["fontsize","3"]] "<p style=\"font-size: xx-small\ ">foo[bar]baz</p>" queryCommandState("stylewithcss") after
1692 PASS [["stylewithcss","true"],["fontsize","3"]] "<p style=\"font-size: xx-small\ ">foo[bar]baz</p>" queryCommandValue("stylewithcss") after 1692 PASS [["stylewithcss","true"],["fontsize","3"]] "<p style=\"font-size: xx-small\ ">foo[bar]baz</p>" queryCommandValue("stylewithcss") after
1693 PASS [["stylewithcss","true"],["fontsize","3"]] "<p style=\"font-size: xx-small\ ">foo[bar]baz</p>" queryCommandIndeterm("fontsize") before 1693 PASS [["stylewithcss","true"],["fontsize","3"]] "<p style=\"font-size: xx-small\ ">foo[bar]baz</p>" queryCommandIndeterm("fontsize") before
1694 PASS [["stylewithcss","true"],["fontsize","3"]] "<p style=\"font-size: xx-small\ ">foo[bar]baz</p>" queryCommandState("fontsize") before 1694 PASS [["stylewithcss","true"],["fontsize","3"]] "<p style=\"font-size: xx-small\ ">foo[bar]baz</p>" queryCommandState("fontsize") before
1695 FAIL [["stylewithcss","true"],["fontsize","3"]] "<p style=\"font-size: xx-small\ ">foo[bar]baz</p>" queryCommandValue("fontsize") before assert_equals: Wrong res ult returned expected "1" but got "0" 1695 FAIL [["stylewithcss","true"],["fontsize","3"]] "<p style=\"font-size: xx-small\ ">foo[bar]baz</p>" queryCommandValue("fontsize") before assert_equals: Wrong res ult returned expected "1" but got "0"
1696 PASS [["stylewithcss","true"],["fontsize","3"]] "<p style=\"font-size: xx-small\ ">foo[bar]baz</p>" queryCommandIndeterm("fontsize") after 1696 PASS [["stylewithcss","true"],["fontsize","3"]] "<p style=\"font-size: xx-small\ ">foo[bar]baz</p>" queryCommandIndeterm("fontsize") after
1697 PASS [["stylewithcss","true"],["fontsize","3"]] "<p style=\"font-size: xx-small\ ">foo[bar]baz</p>" queryCommandState("fontsize") after 1697 PASS [["stylewithcss","true"],["fontsize","3"]] "<p style=\"font-size: xx-small\ ">foo[bar]baz</p>" queryCommandState("fontsize") after
1698 PASS [["stylewithcss","true"],["fontsize","3"]] "<p style=\"font-size: xx-small\ ">foo[bar]baz</p>" queryCommandValue("fontsize") after 1698 PASS [["stylewithcss","true"],["fontsize","3"]] "<p style=\"font-size: xx-small\ ">foo[bar]baz</p>" queryCommandValue("fontsize") after
1699 PASS [["stylewithcss","false"],["fontsize","3"]] "<p style=\"font-size: xx-small \">foo[bar]baz</p>": execCommand("stylewithcss", false, "false") return value 1699 PASS [["stylewithcss","false"],["fontsize","3"]] "<p style=\"font-size: xx-small \">foo[bar]baz</p>": execCommand("stylewithcss", false, "false") return value
1700 PASS [["stylewithcss","false"],["fontsize","3"]] "<p style=\"font-size: xx-small \">foo[bar]baz</p>": execCommand("fontsize", false, "3") return value 1700 PASS [["stylewithcss","false"],["fontsize","3"]] "<p style=\"font-size: xx-small \">foo[bar]baz</p>": execCommand("fontsize", false, "3") return value
1701 PASS [["stylewithcss","false"],["fontsize","3"]] "<p style=\"font-size: xx-small \">foo[bar]baz</p>" checks for modifications to non-editable content 1701 PASS [["stylewithcss","false"],["fontsize","3"]] "<p style=\"font-size: xx-small \">foo[bar]baz</p>" checks for modifications to non-editable content
1702 PASS [["stylewithcss","false"],["fontsize","3"]] "<p style=\"font-size: xx-small \">foo[bar]baz</p>" compare innerHTML 1702 FAIL [["stylewithcss","false"],["fontsize","3"]] "<p style=\"font-size: xx-small \">foo[bar]baz</p>" compare innerHTML assert_equals: Unexpected innerHTML (after normalizing inline style) expected "<p><span style=\"font-size:xx-small\">foo</ span>bar<span style=\"font-size:xx-small\">baz</span></p>" but got "<p style=\"\ "><span style=\"font-size:xx-small\">foo</span>bar<span style=\"font-size:xx-sma ll\">baz</span></p>"
1703 PASS [["stylewithcss","false"],["fontsize","3"]] "<p style=\"font-size: xx-small \">foo[bar]baz</p>" queryCommandIndeterm("stylewithcss") before 1703 PASS [["stylewithcss","false"],["fontsize","3"]] "<p style=\"font-size: xx-small \">foo[bar]baz</p>" queryCommandIndeterm("stylewithcss") before
1704 PASS [["stylewithcss","false"],["fontsize","3"]] "<p style=\"font-size: xx-small \">foo[bar]baz</p>" queryCommandState("stylewithcss") before 1704 PASS [["stylewithcss","false"],["fontsize","3"]] "<p style=\"font-size: xx-small \">foo[bar]baz</p>" queryCommandState("stylewithcss") before
1705 PASS [["stylewithcss","false"],["fontsize","3"]] "<p style=\"font-size: xx-small \">foo[bar]baz</p>" queryCommandValue("stylewithcss") before 1705 PASS [["stylewithcss","false"],["fontsize","3"]] "<p style=\"font-size: xx-small \">foo[bar]baz</p>" queryCommandValue("stylewithcss") before
1706 PASS [["stylewithcss","false"],["fontsize","3"]] "<p style=\"font-size: xx-small \">foo[bar]baz</p>" queryCommandIndeterm("stylewithcss") after 1706 PASS [["stylewithcss","false"],["fontsize","3"]] "<p style=\"font-size: xx-small \">foo[bar]baz</p>" queryCommandIndeterm("stylewithcss") after
1707 PASS [["stylewithcss","false"],["fontsize","3"]] "<p style=\"font-size: xx-small \">foo[bar]baz</p>" queryCommandState("stylewithcss") after 1707 PASS [["stylewithcss","false"],["fontsize","3"]] "<p style=\"font-size: xx-small \">foo[bar]baz</p>" queryCommandState("stylewithcss") after
1708 PASS [["stylewithcss","false"],["fontsize","3"]] "<p style=\"font-size: xx-small \">foo[bar]baz</p>" queryCommandValue("stylewithcss") after 1708 PASS [["stylewithcss","false"],["fontsize","3"]] "<p style=\"font-size: xx-small \">foo[bar]baz</p>" queryCommandValue("stylewithcss") after
1709 PASS [["stylewithcss","false"],["fontsize","3"]] "<p style=\"font-size: xx-small \">foo[bar]baz</p>" queryCommandIndeterm("fontsize") before 1709 PASS [["stylewithcss","false"],["fontsize","3"]] "<p style=\"font-size: xx-small \">foo[bar]baz</p>" queryCommandIndeterm("fontsize") before
1710 PASS [["stylewithcss","false"],["fontsize","3"]] "<p style=\"font-size: xx-small \">foo[bar]baz</p>" queryCommandState("fontsize") before 1710 PASS [["stylewithcss","false"],["fontsize","3"]] "<p style=\"font-size: xx-small \">foo[bar]baz</p>" queryCommandState("fontsize") before
1711 FAIL [["stylewithcss","false"],["fontsize","3"]] "<p style=\"font-size: xx-small \">foo[bar]baz</p>" queryCommandValue("fontsize") before assert_equals: Wrong re sult returned expected "1" but got "0" 1711 FAIL [["stylewithcss","false"],["fontsize","3"]] "<p style=\"font-size: xx-small \">foo[bar]baz</p>" queryCommandValue("fontsize") before assert_equals: Wrong re sult returned expected "1" but got "0"
1712 PASS [["stylewithcss","false"],["fontsize","3"]] "<p style=\"font-size: xx-small \">foo[bar]baz</p>" queryCommandIndeterm("fontsize") after 1712 PASS [["stylewithcss","false"],["fontsize","3"]] "<p style=\"font-size: xx-small \">foo[bar]baz</p>" queryCommandIndeterm("fontsize") after
1713 PASS [["stylewithcss","false"],["fontsize","3"]] "<p style=\"font-size: xx-small \">foo[bar]baz</p>" queryCommandState("fontsize") after 1713 PASS [["stylewithcss","false"],["fontsize","3"]] "<p style=\"font-size: xx-small \">foo[bar]baz</p>" queryCommandState("fontsize") after
1714 PASS [["stylewithcss","false"],["fontsize","3"]] "<p style=\"font-size: xx-small \">foo[bar]baz</p>" queryCommandValue("fontsize") after 1714 PASS [["stylewithcss","false"],["fontsize","3"]] "<p style=\"font-size: xx-small \">foo[bar]baz</p>" queryCommandValue("fontsize") after
1715 PASS [["fontsize","3"]] "<p style=\"font-size: medium\">foo[bar]baz</p>": execCo mmand("fontsize", false, "3") return value 1715 PASS [["fontsize","3"]] "<p style=\"font-size: medium\">foo[bar]baz</p>": execCo mmand("fontsize", false, "3") return value
1716 PASS [["fontsize","3"]] "<p style=\"font-size: medium\">foo[bar]baz</p>" checks for modifications to non-editable content 1716 PASS [["fontsize","3"]] "<p style=\"font-size: medium\">foo[bar]baz</p>" checks for modifications to non-editable content
1717 FAIL [["fontsize","3"]] "<p style=\"font-size: medium\">foo[bar]baz</p>" compare innerHTML assert_equals: Unexpected innerHTML (after normalizing inline style) expected "<p style=\"font-size:medium\">foobarbaz</p>" but got "<p><span style=\ "font-size:medium\">foo</span>barbaz</p>" 1717 FAIL [["fontsize","3"]] "<p style=\"font-size: medium\">foo[bar]baz</p>" compare innerHTML assert_equals: Unexpected innerHTML (after normalizing inline style) expected "<p style=\"font-size:medium\">foobarbaz</p>" but got "<p style=\"\"><s pan style=\"font-size:medium\">foo</span>barbaz</p>"
1718 PASS [["fontsize","3"]] "<p style=\"font-size: medium\">foo[bar]baz</p>" queryCo mmandIndeterm("fontsize") before 1718 PASS [["fontsize","3"]] "<p style=\"font-size: medium\">foo[bar]baz</p>" queryCo mmandIndeterm("fontsize") before
1719 PASS [["fontsize","3"]] "<p style=\"font-size: medium\">foo[bar]baz</p>" queryCo mmandState("fontsize") before 1719 PASS [["fontsize","3"]] "<p style=\"font-size: medium\">foo[bar]baz</p>" queryCo mmandState("fontsize") before
1720 PASS [["fontsize","3"]] "<p style=\"font-size: medium\">foo[bar]baz</p>" queryCo mmandValue("fontsize") before 1720 PASS [["fontsize","3"]] "<p style=\"font-size: medium\">foo[bar]baz</p>" queryCo mmandValue("fontsize") before
1721 PASS [["fontsize","3"]] "<p style=\"font-size: medium\">foo[bar]baz</p>" queryCo mmandIndeterm("fontsize") after 1721 PASS [["fontsize","3"]] "<p style=\"font-size: medium\">foo[bar]baz</p>" queryCo mmandIndeterm("fontsize") after
1722 PASS [["fontsize","3"]] "<p style=\"font-size: medium\">foo[bar]baz</p>" queryCo mmandState("fontsize") after 1722 PASS [["fontsize","3"]] "<p style=\"font-size: medium\">foo[bar]baz</p>" queryCo mmandState("fontsize") after
1723 PASS [["fontsize","3"]] "<p style=\"font-size: medium\">foo[bar]baz</p>" queryCo mmandValue("fontsize") after 1723 PASS [["fontsize","3"]] "<p style=\"font-size: medium\">foo[bar]baz</p>" queryCo mmandValue("fontsize") after
1724 PASS [["stylewithcss","true"],["fontsize","3"]] "<p style=\"font-size: large\">f oo[bar]baz</p>": execCommand("stylewithcss", false, "true") return value 1724 PASS [["stylewithcss","true"],["fontsize","3"]] "<p style=\"font-size: large\">f oo[bar]baz</p>": execCommand("stylewithcss", false, "true") return value
1725 PASS [["stylewithcss","true"],["fontsize","3"]] "<p style=\"font-size: large\">f oo[bar]baz</p>": execCommand("fontsize", false, "3") return value 1725 PASS [["stylewithcss","true"],["fontsize","3"]] "<p style=\"font-size: large\">f oo[bar]baz</p>": execCommand("fontsize", false, "3") return value
1726 PASS [["stylewithcss","true"],["fontsize","3"]] "<p style=\"font-size: large\">f oo[bar]baz</p>" checks for modifications to non-editable content 1726 PASS [["stylewithcss","true"],["fontsize","3"]] "<p style=\"font-size: large\">f oo[bar]baz</p>" checks for modifications to non-editable content
1727 PASS [["stylewithcss","true"],["fontsize","3"]] "<p style=\"font-size: large\">f oo[bar]baz</p>" compare innerHTML 1727 FAIL [["stylewithcss","true"],["fontsize","3"]] "<p style=\"font-size: large\">f oo[bar]baz</p>" compare innerHTML assert_equals: Unexpected innerHTML (after nor malizing inline style) expected "<p><span style=\"font-size:large\">foo</span>ba r<span style=\"font-size:large\">baz</span></p>" but got "<p style=\"\"><span st yle=\"font-size:large\">foo</span>bar<span style=\"font-size:large\">baz</span>< /p>"
1728 PASS [["stylewithcss","true"],["fontsize","3"]] "<p style=\"font-size: large\">f oo[bar]baz</p>" queryCommandIndeterm("stylewithcss") before 1728 PASS [["stylewithcss","true"],["fontsize","3"]] "<p style=\"font-size: large\">f oo[bar]baz</p>" queryCommandIndeterm("stylewithcss") before
1729 PASS [["stylewithcss","true"],["fontsize","3"]] "<p style=\"font-size: large\">f oo[bar]baz</p>" queryCommandState("stylewithcss") before 1729 PASS [["stylewithcss","true"],["fontsize","3"]] "<p style=\"font-size: large\">f oo[bar]baz</p>" queryCommandState("stylewithcss") before
1730 PASS [["stylewithcss","true"],["fontsize","3"]] "<p style=\"font-size: large\">f oo[bar]baz</p>" queryCommandValue("stylewithcss") before 1730 PASS [["stylewithcss","true"],["fontsize","3"]] "<p style=\"font-size: large\">f oo[bar]baz</p>" queryCommandValue("stylewithcss") before
1731 PASS [["stylewithcss","true"],["fontsize","3"]] "<p style=\"font-size: large\">f oo[bar]baz</p>" queryCommandIndeterm("stylewithcss") after 1731 PASS [["stylewithcss","true"],["fontsize","3"]] "<p style=\"font-size: large\">f oo[bar]baz</p>" queryCommandIndeterm("stylewithcss") after
1732 PASS [["stylewithcss","true"],["fontsize","3"]] "<p style=\"font-size: large\">f oo[bar]baz</p>" queryCommandState("stylewithcss") after 1732 PASS [["stylewithcss","true"],["fontsize","3"]] "<p style=\"font-size: large\">f oo[bar]baz</p>" queryCommandState("stylewithcss") after
1733 PASS [["stylewithcss","true"],["fontsize","3"]] "<p style=\"font-size: large\">f oo[bar]baz</p>" queryCommandValue("stylewithcss") after 1733 PASS [["stylewithcss","true"],["fontsize","3"]] "<p style=\"font-size: large\">f oo[bar]baz</p>" queryCommandValue("stylewithcss") after
1734 PASS [["stylewithcss","true"],["fontsize","3"]] "<p style=\"font-size: large\">f oo[bar]baz</p>" queryCommandIndeterm("fontsize") before 1734 PASS [["stylewithcss","true"],["fontsize","3"]] "<p style=\"font-size: large\">f oo[bar]baz</p>" queryCommandIndeterm("fontsize") before
1735 PASS [["stylewithcss","true"],["fontsize","3"]] "<p style=\"font-size: large\">f oo[bar]baz</p>" queryCommandState("fontsize") before 1735 PASS [["stylewithcss","true"],["fontsize","3"]] "<p style=\"font-size: large\">f oo[bar]baz</p>" queryCommandState("fontsize") before
1736 PASS [["stylewithcss","true"],["fontsize","3"]] "<p style=\"font-size: large\">f oo[bar]baz</p>" queryCommandValue("fontsize") before 1736 PASS [["stylewithcss","true"],["fontsize","3"]] "<p style=\"font-size: large\">f oo[bar]baz</p>" queryCommandValue("fontsize") before
1737 PASS [["stylewithcss","true"],["fontsize","3"]] "<p style=\"font-size: large\">f oo[bar]baz</p>" queryCommandIndeterm("fontsize") after 1737 PASS [["stylewithcss","true"],["fontsize","3"]] "<p style=\"font-size: large\">f oo[bar]baz</p>" queryCommandIndeterm("fontsize") after
1738 PASS [["stylewithcss","true"],["fontsize","3"]] "<p style=\"font-size: large\">f oo[bar]baz</p>" queryCommandState("fontsize") after 1738 PASS [["stylewithcss","true"],["fontsize","3"]] "<p style=\"font-size: large\">f oo[bar]baz</p>" queryCommandState("fontsize") after
1739 PASS [["stylewithcss","true"],["fontsize","3"]] "<p style=\"font-size: large\">f oo[bar]baz</p>" queryCommandValue("fontsize") after 1739 PASS [["stylewithcss","true"],["fontsize","3"]] "<p style=\"font-size: large\">f oo[bar]baz</p>" queryCommandValue("fontsize") after
1740 PASS [["stylewithcss","false"],["fontsize","3"]] "<p style=\"font-size: large\"> foo[bar]baz</p>": execCommand("stylewithcss", false, "false") return value 1740 PASS [["stylewithcss","false"],["fontsize","3"]] "<p style=\"font-size: large\"> foo[bar]baz</p>": execCommand("stylewithcss", false, "false") return value
1741 PASS [["stylewithcss","false"],["fontsize","3"]] "<p style=\"font-size: large\"> foo[bar]baz</p>": execCommand("fontsize", false, "3") return value 1741 PASS [["stylewithcss","false"],["fontsize","3"]] "<p style=\"font-size: large\"> foo[bar]baz</p>": execCommand("fontsize", false, "3") return value
1742 PASS [["stylewithcss","false"],["fontsize","3"]] "<p style=\"font-size: large\"> foo[bar]baz</p>" checks for modifications to non-editable content 1742 PASS [["stylewithcss","false"],["fontsize","3"]] "<p style=\"font-size: large\"> foo[bar]baz</p>" checks for modifications to non-editable content
1743 FAIL [["stylewithcss","false"],["fontsize","3"]] "<p style=\"font-size: large\"> foo[bar]baz</p>" compare innerHTML assert_equals: Unexpected innerHTML (after no rmalizing inline style) expected "<p><font size=\"4\">foo</font>bar<font size=\" 4\">baz</font></p>" but got "<p><span style=\"font-size:large\">foo</span>bar<fo nt size=\"4\">baz</font></p>" 1743 FAIL [["stylewithcss","false"],["fontsize","3"]] "<p style=\"font-size: large\"> foo[bar]baz</p>" compare innerHTML assert_equals: Unexpected innerHTML (after no rmalizing inline style) expected "<p><font size=\"4\">foo</font>bar<font size=\" 4\">baz</font></p>" but got "<p style=\"\"><span style=\"font-size:large\">foo</ span>bar<font size=\"4\">baz</font></p>"
1744 PASS [["stylewithcss","false"],["fontsize","3"]] "<p style=\"font-size: large\"> foo[bar]baz</p>" queryCommandIndeterm("stylewithcss") before 1744 PASS [["stylewithcss","false"],["fontsize","3"]] "<p style=\"font-size: large\"> foo[bar]baz</p>" queryCommandIndeterm("stylewithcss") before
1745 PASS [["stylewithcss","false"],["fontsize","3"]] "<p style=\"font-size: large\"> foo[bar]baz</p>" queryCommandState("stylewithcss") before 1745 PASS [["stylewithcss","false"],["fontsize","3"]] "<p style=\"font-size: large\"> foo[bar]baz</p>" queryCommandState("stylewithcss") before
1746 PASS [["stylewithcss","false"],["fontsize","3"]] "<p style=\"font-size: large\"> foo[bar]baz</p>" queryCommandValue("stylewithcss") before 1746 PASS [["stylewithcss","false"],["fontsize","3"]] "<p style=\"font-size: large\"> foo[bar]baz</p>" queryCommandValue("stylewithcss") before
1747 PASS [["stylewithcss","false"],["fontsize","3"]] "<p style=\"font-size: large\"> foo[bar]baz</p>" queryCommandIndeterm("stylewithcss") after 1747 PASS [["stylewithcss","false"],["fontsize","3"]] "<p style=\"font-size: large\"> foo[bar]baz</p>" queryCommandIndeterm("stylewithcss") after
1748 PASS [["stylewithcss","false"],["fontsize","3"]] "<p style=\"font-size: large\"> foo[bar]baz</p>" queryCommandState("stylewithcss") after 1748 PASS [["stylewithcss","false"],["fontsize","3"]] "<p style=\"font-size: large\"> foo[bar]baz</p>" queryCommandState("stylewithcss") after
1749 PASS [["stylewithcss","false"],["fontsize","3"]] "<p style=\"font-size: large\"> foo[bar]baz</p>" queryCommandValue("stylewithcss") after 1749 PASS [["stylewithcss","false"],["fontsize","3"]] "<p style=\"font-size: large\"> foo[bar]baz</p>" queryCommandValue("stylewithcss") after
1750 PASS [["stylewithcss","false"],["fontsize","3"]] "<p style=\"font-size: large\"> foo[bar]baz</p>" queryCommandIndeterm("fontsize") before 1750 PASS [["stylewithcss","false"],["fontsize","3"]] "<p style=\"font-size: large\"> foo[bar]baz</p>" queryCommandIndeterm("fontsize") before
1751 PASS [["stylewithcss","false"],["fontsize","3"]] "<p style=\"font-size: large\"> foo[bar]baz</p>" queryCommandState("fontsize") before 1751 PASS [["stylewithcss","false"],["fontsize","3"]] "<p style=\"font-size: large\"> foo[bar]baz</p>" queryCommandState("fontsize") before
1752 PASS [["stylewithcss","false"],["fontsize","3"]] "<p style=\"font-size: large\"> foo[bar]baz</p>" queryCommandValue("fontsize") before 1752 PASS [["stylewithcss","false"],["fontsize","3"]] "<p style=\"font-size: large\"> foo[bar]baz</p>" queryCommandValue("fontsize") before
1753 PASS [["stylewithcss","false"],["fontsize","3"]] "<p style=\"font-size: large\"> foo[bar]baz</p>" queryCommandIndeterm("fontsize") after 1753 PASS [["stylewithcss","false"],["fontsize","3"]] "<p style=\"font-size: large\"> foo[bar]baz</p>" queryCommandIndeterm("fontsize") after
1754 PASS [["stylewithcss","false"],["fontsize","3"]] "<p style=\"font-size: large\"> foo[bar]baz</p>" queryCommandState("fontsize") after 1754 PASS [["stylewithcss","false"],["fontsize","3"]] "<p style=\"font-size: large\"> foo[bar]baz</p>" queryCommandState("fontsize") after
1755 PASS [["stylewithcss","false"],["fontsize","3"]] "<p style=\"font-size: large\"> foo[bar]baz</p>" queryCommandValue("fontsize") after 1755 PASS [["stylewithcss","false"],["fontsize","3"]] "<p style=\"font-size: large\"> foo[bar]baz</p>" queryCommandValue("fontsize") after
1756 PASS [["stylewithcss","true"],["fontsize","3"]] "<p style=\"font-size: 2em\">foo [bar]baz</p>": execCommand("stylewithcss", false, "true") return value 1756 PASS [["stylewithcss","true"],["fontsize","3"]] "<p style=\"font-size: 2em\">foo [bar]baz</p>": execCommand("stylewithcss", false, "true") return value
1757 PASS [["stylewithcss","true"],["fontsize","3"]] "<p style=\"font-size: 2em\">foo [bar]baz</p>": execCommand("fontsize", false, "3") return value 1757 PASS [["stylewithcss","true"],["fontsize","3"]] "<p style=\"font-size: 2em\">foo [bar]baz</p>": execCommand("fontsize", false, "3") return value
1758 PASS [["stylewithcss","true"],["fontsize","3"]] "<p style=\"font-size: 2em\">foo [bar]baz</p>" checks for modifications to non-editable content 1758 PASS [["stylewithcss","true"],["fontsize","3"]] "<p style=\"font-size: 2em\">foo [bar]baz</p>" checks for modifications to non-editable content
1759 PASS [["stylewithcss","true"],["fontsize","3"]] "<p style=\"font-size: 2em\">foo [bar]baz</p>" compare innerHTML 1759 FAIL [["stylewithcss","true"],["fontsize","3"]] "<p style=\"font-size: 2em\">foo [bar]baz</p>" compare innerHTML assert_equals: Unexpected innerHTML (after norma lizing inline style) expected "<p><span style=\"font-size:2em\">foo</span>bar<sp an style=\"font-size:2em\">baz</span></p>" but got "<p style=\"\"><span style=\" font-size:2em\">foo</span>bar<span style=\"font-size:2em\">baz</span></p>"
1760 PASS [["stylewithcss","true"],["fontsize","3"]] "<p style=\"font-size: 2em\">foo [bar]baz</p>" queryCommandIndeterm("stylewithcss") before 1760 PASS [["stylewithcss","true"],["fontsize","3"]] "<p style=\"font-size: 2em\">foo [bar]baz</p>" queryCommandIndeterm("stylewithcss") before
1761 PASS [["stylewithcss","true"],["fontsize","3"]] "<p style=\"font-size: 2em\">foo [bar]baz</p>" queryCommandState("stylewithcss") before 1761 PASS [["stylewithcss","true"],["fontsize","3"]] "<p style=\"font-size: 2em\">foo [bar]baz</p>" queryCommandState("stylewithcss") before
1762 PASS [["stylewithcss","true"],["fontsize","3"]] "<p style=\"font-size: 2em\">foo [bar]baz</p>" queryCommandValue("stylewithcss") before 1762 PASS [["stylewithcss","true"],["fontsize","3"]] "<p style=\"font-size: 2em\">foo [bar]baz</p>" queryCommandValue("stylewithcss") before
1763 PASS [["stylewithcss","true"],["fontsize","3"]] "<p style=\"font-size: 2em\">foo [bar]baz</p>" queryCommandIndeterm("stylewithcss") after 1763 PASS [["stylewithcss","true"],["fontsize","3"]] "<p style=\"font-size: 2em\">foo [bar]baz</p>" queryCommandIndeterm("stylewithcss") after
1764 PASS [["stylewithcss","true"],["fontsize","3"]] "<p style=\"font-size: 2em\">foo [bar]baz</p>" queryCommandState("stylewithcss") after 1764 PASS [["stylewithcss","true"],["fontsize","3"]] "<p style=\"font-size: 2em\">foo [bar]baz</p>" queryCommandState("stylewithcss") after
1765 PASS [["stylewithcss","true"],["fontsize","3"]] "<p style=\"font-size: 2em\">foo [bar]baz</p>" queryCommandValue("stylewithcss") after 1765 PASS [["stylewithcss","true"],["fontsize","3"]] "<p style=\"font-size: 2em\">foo [bar]baz</p>" queryCommandValue("stylewithcss") after
1766 PASS [["stylewithcss","true"],["fontsize","3"]] "<p style=\"font-size: 2em\">foo [bar]baz</p>" queryCommandIndeterm("fontsize") before 1766 PASS [["stylewithcss","true"],["fontsize","3"]] "<p style=\"font-size: 2em\">foo [bar]baz</p>" queryCommandIndeterm("fontsize") before
1767 PASS [["stylewithcss","true"],["fontsize","3"]] "<p style=\"font-size: 2em\">foo [bar]baz</p>" queryCommandState("fontsize") before 1767 PASS [["stylewithcss","true"],["fontsize","3"]] "<p style=\"font-size: 2em\">foo [bar]baz</p>" queryCommandState("fontsize") before
1768 PASS [["stylewithcss","true"],["fontsize","3"]] "<p style=\"font-size: 2em\">foo [bar]baz</p>" queryCommandValue("fontsize") before 1768 PASS [["stylewithcss","true"],["fontsize","3"]] "<p style=\"font-size: 2em\">foo [bar]baz</p>" queryCommandValue("fontsize") before
1769 PASS [["stylewithcss","true"],["fontsize","3"]] "<p style=\"font-size: 2em\">foo [bar]baz</p>" queryCommandIndeterm("fontsize") after 1769 PASS [["stylewithcss","true"],["fontsize","3"]] "<p style=\"font-size: 2em\">foo [bar]baz</p>" queryCommandIndeterm("fontsize") after
1770 PASS [["stylewithcss","true"],["fontsize","3"]] "<p style=\"font-size: 2em\">foo [bar]baz</p>" queryCommandState("fontsize") after 1770 PASS [["stylewithcss","true"],["fontsize","3"]] "<p style=\"font-size: 2em\">foo [bar]baz</p>" queryCommandState("fontsize") after
1771 PASS [["stylewithcss","true"],["fontsize","3"]] "<p style=\"font-size: 2em\">foo [bar]baz</p>" queryCommandValue("fontsize") after 1771 PASS [["stylewithcss","true"],["fontsize","3"]] "<p style=\"font-size: 2em\">foo [bar]baz</p>" queryCommandValue("fontsize") after
1772 PASS [["stylewithcss","false"],["fontsize","3"]] "<p style=\"font-size: 2em\">fo o[bar]baz</p>": execCommand("stylewithcss", false, "false") return value 1772 PASS [["stylewithcss","false"],["fontsize","3"]] "<p style=\"font-size: 2em\">fo o[bar]baz</p>": execCommand("stylewithcss", false, "false") return value
1773 PASS [["stylewithcss","false"],["fontsize","3"]] "<p style=\"font-size: 2em\">fo o[bar]baz</p>": execCommand("fontsize", false, "3") return value 1773 PASS [["stylewithcss","false"],["fontsize","3"]] "<p style=\"font-size: 2em\">fo o[bar]baz</p>": execCommand("fontsize", false, "3") return value
1774 PASS [["stylewithcss","false"],["fontsize","3"]] "<p style=\"font-size: 2em\">fo o[bar]baz</p>" checks for modifications to non-editable content 1774 PASS [["stylewithcss","false"],["fontsize","3"]] "<p style=\"font-size: 2em\">fo o[bar]baz</p>" checks for modifications to non-editable content
1775 PASS [["stylewithcss","false"],["fontsize","3"]] "<p style=\"font-size: 2em\">fo o[bar]baz</p>" compare innerHTML 1775 FAIL [["stylewithcss","false"],["fontsize","3"]] "<p style=\"font-size: 2em\">fo o[bar]baz</p>" compare innerHTML assert_equals: Unexpected innerHTML (after norm alizing inline style) expected "<p><span style=\"font-size:2em\">foo</span>bar<s pan style=\"font-size:2em\">baz</span></p>" but got "<p style=\"\"><span style=\ "font-size:2em\">foo</span>bar<span style=\"font-size:2em\">baz</span></p>"
1776 PASS [["stylewithcss","false"],["fontsize","3"]] "<p style=\"font-size: 2em\">fo o[bar]baz</p>" queryCommandIndeterm("stylewithcss") before 1776 PASS [["stylewithcss","false"],["fontsize","3"]] "<p style=\"font-size: 2em\">fo o[bar]baz</p>" queryCommandIndeterm("stylewithcss") before
1777 PASS [["stylewithcss","false"],["fontsize","3"]] "<p style=\"font-size: 2em\">fo o[bar]baz</p>" queryCommandState("stylewithcss") before 1777 PASS [["stylewithcss","false"],["fontsize","3"]] "<p style=\"font-size: 2em\">fo o[bar]baz</p>" queryCommandState("stylewithcss") before
1778 PASS [["stylewithcss","false"],["fontsize","3"]] "<p style=\"font-size: 2em\">fo o[bar]baz</p>" queryCommandValue("stylewithcss") before 1778 PASS [["stylewithcss","false"],["fontsize","3"]] "<p style=\"font-size: 2em\">fo o[bar]baz</p>" queryCommandValue("stylewithcss") before
1779 PASS [["stylewithcss","false"],["fontsize","3"]] "<p style=\"font-size: 2em\">fo o[bar]baz</p>" queryCommandIndeterm("stylewithcss") after 1779 PASS [["stylewithcss","false"],["fontsize","3"]] "<p style=\"font-size: 2em\">fo o[bar]baz</p>" queryCommandIndeterm("stylewithcss") after
1780 PASS [["stylewithcss","false"],["fontsize","3"]] "<p style=\"font-size: 2em\">fo o[bar]baz</p>" queryCommandState("stylewithcss") after 1780 PASS [["stylewithcss","false"],["fontsize","3"]] "<p style=\"font-size: 2em\">fo o[bar]baz</p>" queryCommandState("stylewithcss") after
1781 PASS [["stylewithcss","false"],["fontsize","3"]] "<p style=\"font-size: 2em\">fo o[bar]baz</p>" queryCommandValue("stylewithcss") after 1781 PASS [["stylewithcss","false"],["fontsize","3"]] "<p style=\"font-size: 2em\">fo o[bar]baz</p>" queryCommandValue("stylewithcss") after
1782 PASS [["stylewithcss","false"],["fontsize","3"]] "<p style=\"font-size: 2em\">fo o[bar]baz</p>" queryCommandIndeterm("fontsize") before 1782 PASS [["stylewithcss","false"],["fontsize","3"]] "<p style=\"font-size: 2em\">fo o[bar]baz</p>" queryCommandIndeterm("fontsize") before
1783 PASS [["stylewithcss","false"],["fontsize","3"]] "<p style=\"font-size: 2em\">fo o[bar]baz</p>" queryCommandState("fontsize") before 1783 PASS [["stylewithcss","false"],["fontsize","3"]] "<p style=\"font-size: 2em\">fo o[bar]baz</p>" queryCommandState("fontsize") before
1784 PASS [["stylewithcss","false"],["fontsize","3"]] "<p style=\"font-size: 2em\">fo o[bar]baz</p>" queryCommandValue("fontsize") before 1784 PASS [["stylewithcss","false"],["fontsize","3"]] "<p style=\"font-size: 2em\">fo o[bar]baz</p>" queryCommandValue("fontsize") before
1785 PASS [["stylewithcss","false"],["fontsize","3"]] "<p style=\"font-size: 2em\">fo o[bar]baz</p>" queryCommandIndeterm("fontsize") after 1785 PASS [["stylewithcss","false"],["fontsize","3"]] "<p style=\"font-size: 2em\">fo o[bar]baz</p>" queryCommandIndeterm("fontsize") after
(...skipping 579 matching lines...) Expand 10 before | Expand all | Expand 10 after
2365 PASS [["stylewithcss","false"],["fontsize","4"]] "<font size=6>fo[o</font><span style=font-size:xx-large>b]ar</span>" queryCommandState("stylewithcss") after 2365 PASS [["stylewithcss","false"],["fontsize","4"]] "<font size=6>fo[o</font><span style=font-size:xx-large>b]ar</span>" queryCommandState("stylewithcss") after
2366 PASS [["stylewithcss","false"],["fontsize","4"]] "<font size=6>fo[o</font><span style=font-size:xx-large>b]ar</span>" queryCommandValue("stylewithcss") after 2366 PASS [["stylewithcss","false"],["fontsize","4"]] "<font size=6>fo[o</font><span style=font-size:xx-large>b]ar</span>" queryCommandValue("stylewithcss") after
2367 PASS [["stylewithcss","false"],["fontsize","4"]] "<font size=6>fo[o</font><span style=font-size:xx-large>b]ar</span>" queryCommandIndeterm("fontsize") before 2367 PASS [["stylewithcss","false"],["fontsize","4"]] "<font size=6>fo[o</font><span style=font-size:xx-large>b]ar</span>" queryCommandIndeterm("fontsize") before
2368 PASS [["stylewithcss","false"],["fontsize","4"]] "<font size=6>fo[o</font><span style=font-size:xx-large>b]ar</span>" queryCommandState("fontsize") before 2368 PASS [["stylewithcss","false"],["fontsize","4"]] "<font size=6>fo[o</font><span style=font-size:xx-large>b]ar</span>" queryCommandState("fontsize") before
2369 PASS [["stylewithcss","false"],["fontsize","4"]] "<font size=6>fo[o</font><span style=font-size:xx-large>b]ar</span>" queryCommandValue("fontsize") before 2369 PASS [["stylewithcss","false"],["fontsize","4"]] "<font size=6>fo[o</font><span style=font-size:xx-large>b]ar</span>" queryCommandValue("fontsize") before
2370 PASS [["stylewithcss","false"],["fontsize","4"]] "<font size=6>fo[o</font><span style=font-size:xx-large>b]ar</span>" queryCommandIndeterm("fontsize") after 2370 PASS [["stylewithcss","false"],["fontsize","4"]] "<font size=6>fo[o</font><span style=font-size:xx-large>b]ar</span>" queryCommandIndeterm("fontsize") after
2371 PASS [["stylewithcss","false"],["fontsize","4"]] "<font size=6>fo[o</font><span style=font-size:xx-large>b]ar</span>" queryCommandState("fontsize") after 2371 PASS [["stylewithcss","false"],["fontsize","4"]] "<font size=6>fo[o</font><span style=font-size:xx-large>b]ar</span>" queryCommandState("fontsize") after
2372 PASS [["stylewithcss","false"],["fontsize","4"]] "<font size=6>fo[o</font><span style=font-size:xx-large>b]ar</span>" queryCommandValue("fontsize") after 2372 PASS [["stylewithcss","false"],["fontsize","4"]] "<font size=6>fo[o</font><span style=font-size:xx-large>b]ar</span>" queryCommandValue("fontsize") after
2373 Harness: the test ran to completion. 2373 Harness: the test ran to completion.
2374 2374
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698