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

Side by Side Diff: third_party/WebKit/LayoutTests/external/wpt/dom/ranges/Range-mutations-dataChange-expected.txt

Issue 2653523003: Make DOMSelection cache Range (Closed)
Patch Set: update Created 3 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
1 CONSOLE ERROR: line 126: The given range isn't in document. 1 CONSOLE ERROR: line 126: The given range isn't in document.
2 CONSOLE ERROR: line 126: The given range isn't in document. 2 CONSOLE ERROR: line 126: The given range isn't in document.
3 CONSOLE ERROR: line 126: The given range isn't in document. 3 CONSOLE ERROR: line 126: The given range isn't in document.
4 CONSOLE ERROR: line 126: The given range isn't in document. 4 CONSOLE ERROR: line 126: The given range isn't in document.
5 CONSOLE ERROR: line 126: The given range isn't in document. 5 CONSOLE ERROR: line 126: The given range isn't in document.
6 CONSOLE ERROR: line 126: The given range isn't in document. 6 CONSOLE ERROR: line 126: The given range isn't in document.
7 CONSOLE ERROR: line 126: The given range isn't in document. 7 CONSOLE ERROR: line 126: The given range isn't in document.
8 CONSOLE ERROR: line 126: The given range isn't in document. 8 CONSOLE ERROR: line 126: The given range isn't in document.
9 CONSOLE ERROR: line 126: The given range isn't in document. 9 CONSOLE ERROR: line 126: The given range isn't in document.
10 CONSOLE ERROR: line 126: The given range isn't in document. 10 CONSOLE ERROR: line 126: The given range isn't in document.
(...skipping 1750 matching lines...) Expand 10 before | Expand all | Expand 10 after
1761 PASS comment.nodeValue += "", with selected range collapsed at (comment, 0) 1761 PASS comment.nodeValue += "", with selected range collapsed at (comment, 0)
1762 PASS comment.nodeValue += "foo", with unselected range collapsed at (comment, 0) 1762 PASS comment.nodeValue += "foo", with unselected range collapsed at (comment, 0)
1763 PASS comment.nodeValue += "foo", with selected range collapsed at (comment, 0) 1763 PASS comment.nodeValue += "foo", with selected range collapsed at (comment, 0)
1764 PASS comment.nodeValue += comment.nodeValue, with unselected range collapsed at (comment, 0) 1764 PASS comment.nodeValue += comment.nodeValue, with unselected range collapsed at (comment, 0)
1765 PASS comment.nodeValue += comment.nodeValue, with selected range collapsed at (c omment, 0) 1765 PASS comment.nodeValue += comment.nodeValue, with selected range collapsed at (c omment, 0)
1766 PASS comment.data = "", with unselected range on comment from 0 to 1 1766 PASS comment.data = "", with unselected range on comment from 0 to 1
1767 PASS comment.data = "", with selected range on comment from 0 to 1 1767 PASS comment.data = "", with selected range on comment from 0 to 1
1768 PASS comment.data = "foo", with unselected range on comment from 0 to 1 1768 PASS comment.data = "foo", with unselected range on comment from 0 to 1
1769 PASS comment.data = "foo", with selected range on comment from 0 to 1 1769 PASS comment.data = "foo", with selected range on comment from 0 to 1
1770 FAIL comment.data = comment.data, with unselected range on comment from 0 to 1 a ssert_equals: Wrong end offset expected 0 but got 1 1770 FAIL comment.data = comment.data, with unselected range on comment from 0 to 1 a ssert_equals: Wrong end offset expected 0 but got 1
1771 PASS comment.data = comment.data, with selected range on comment from 0 to 1 1771 FAIL comment.data = comment.data, with selected range on comment from 0 to 1 ass ert_equals: Wrong end offset expected 0 but got 1
1772 FAIL comment.data += "", with unselected range on comment from 0 to 1 assert_equ als: Wrong end offset expected 0 but got 1 1772 FAIL comment.data += "", with unselected range on comment from 0 to 1 assert_equ als: Wrong end offset expected 0 but got 1
1773 PASS comment.data += "", with selected range on comment from 0 to 1 1773 FAIL comment.data += "", with selected range on comment from 0 to 1 assert_equal s: Wrong end offset expected 0 but got 1
1774 PASS comment.data += "foo", with unselected range on comment from 0 to 1 1774 PASS comment.data += "foo", with unselected range on comment from 0 to 1
1775 PASS comment.data += "foo", with selected range on comment from 0 to 1 1775 PASS comment.data += "foo", with selected range on comment from 0 to 1
1776 PASS comment.data += comment.data, with unselected range on comment from 0 to 1 1776 PASS comment.data += comment.data, with unselected range on comment from 0 to 1
1777 PASS comment.data += comment.data, with selected range on comment from 0 to 1 1777 PASS comment.data += comment.data, with selected range on comment from 0 to 1
1778 PASS comment.textContent = "", with unselected range on comment from 0 to 1 1778 PASS comment.textContent = "", with unselected range on comment from 0 to 1
1779 PASS comment.textContent = "", with selected range on comment from 0 to 1 1779 PASS comment.textContent = "", with selected range on comment from 0 to 1
1780 PASS comment.textContent = "foo", with unselected range on comment from 0 to 1 1780 PASS comment.textContent = "foo", with unselected range on comment from 0 to 1
1781 PASS comment.textContent = "foo", with selected range on comment from 0 to 1 1781 PASS comment.textContent = "foo", with selected range on comment from 0 to 1
1782 FAIL comment.textContent = comment.textContent, with unselected range on comment from 0 to 1 assert_equals: Wrong end offset expected 0 but got 1 1782 FAIL comment.textContent = comment.textContent, with unselected range on comment from 0 to 1 assert_equals: Wrong end offset expected 0 but got 1
1783 PASS comment.textContent = comment.textContent, with selected range on comment f rom 0 to 1 1783 FAIL comment.textContent = comment.textContent, with selected range on comment f rom 0 to 1 assert_equals: Wrong end offset expected 0 but got 1
1784 FAIL comment.textContent += "", with unselected range on comment from 0 to 1 ass ert_equals: Wrong end offset expected 0 but got 1 1784 FAIL comment.textContent += "", with unselected range on comment from 0 to 1 ass ert_equals: Wrong end offset expected 0 but got 1
1785 PASS comment.textContent += "", with selected range on comment from 0 to 1 1785 FAIL comment.textContent += "", with selected range on comment from 0 to 1 asser t_equals: Wrong end offset expected 0 but got 1
1786 PASS comment.textContent += "foo", with unselected range on comment from 0 to 1 1786 PASS comment.textContent += "foo", with unselected range on comment from 0 to 1
1787 PASS comment.textContent += "foo", with selected range on comment from 0 to 1 1787 PASS comment.textContent += "foo", with selected range on comment from 0 to 1
1788 PASS comment.textContent += comment.textContent, with unselected range on commen t from 0 to 1 1788 PASS comment.textContent += comment.textContent, with unselected range on commen t from 0 to 1
1789 PASS comment.textContent += comment.textContent, with selected range on comment from 0 to 1 1789 PASS comment.textContent += comment.textContent, with selected range on comment from 0 to 1
1790 PASS comment.nodeValue = "", with unselected range on comment from 0 to 1 1790 PASS comment.nodeValue = "", with unselected range on comment from 0 to 1
1791 PASS comment.nodeValue = "", with selected range on comment from 0 to 1 1791 PASS comment.nodeValue = "", with selected range on comment from 0 to 1
1792 PASS comment.nodeValue = "foo", with unselected range on comment from 0 to 1 1792 PASS comment.nodeValue = "foo", with unselected range on comment from 0 to 1
1793 PASS comment.nodeValue = "foo", with selected range on comment from 0 to 1 1793 PASS comment.nodeValue = "foo", with selected range on comment from 0 to 1
1794 FAIL comment.nodeValue = comment.nodeValue, with unselected range on comment fro m 0 to 1 assert_equals: Wrong end offset expected 0 but got 1 1794 FAIL comment.nodeValue = comment.nodeValue, with unselected range on comment fro m 0 to 1 assert_equals: Wrong end offset expected 0 but got 1
1795 PASS comment.nodeValue = comment.nodeValue, with selected range on comment from 0 to 1 1795 FAIL comment.nodeValue = comment.nodeValue, with selected range on comment from 0 to 1 assert_equals: Wrong end offset expected 0 but got 1
1796 FAIL comment.nodeValue += "", with unselected range on comment from 0 to 1 asser t_equals: Wrong end offset expected 0 but got 1 1796 FAIL comment.nodeValue += "", with unselected range on comment from 0 to 1 asser t_equals: Wrong end offset expected 0 but got 1
1797 PASS comment.nodeValue += "", with selected range on comment from 0 to 1 1797 FAIL comment.nodeValue += "", with selected range on comment from 0 to 1 assert_ equals: Wrong end offset expected 0 but got 1
1798 PASS comment.nodeValue += "foo", with unselected range on comment from 0 to 1 1798 PASS comment.nodeValue += "foo", with unselected range on comment from 0 to 1
1799 PASS comment.nodeValue += "foo", with selected range on comment from 0 to 1 1799 PASS comment.nodeValue += "foo", with selected range on comment from 0 to 1
1800 PASS comment.nodeValue += comment.nodeValue, with unselected range on comment fr om 0 to 1 1800 PASS comment.nodeValue += comment.nodeValue, with unselected range on comment fr om 0 to 1
1801 PASS comment.nodeValue += comment.nodeValue, with selected range on comment from 0 to 1 1801 PASS comment.nodeValue += comment.nodeValue, with selected range on comment from 0 to 1
1802 PASS comment.data = "", with unselected range collapsed at (comment, 1) 1802 PASS comment.data = "", with unselected range collapsed at (comment, 1)
1803 PASS comment.data = "", with selected range collapsed at (comment, 1) 1803 PASS comment.data = "", with selected range collapsed at (comment, 1)
1804 PASS comment.data = "foo", with unselected range collapsed at (comment, 1) 1804 PASS comment.data = "foo", with unselected range collapsed at (comment, 1)
1805 PASS comment.data = "foo", with selected range collapsed at (comment, 1) 1805 PASS comment.data = "foo", with selected range collapsed at (comment, 1)
1806 FAIL comment.data = comment.data, with unselected range collapsed at (comment, 1 ) assert_equals: Wrong start offset expected 0 but got 1 1806 FAIL comment.data = comment.data, with unselected range collapsed at (comment, 1 ) assert_equals: Wrong start offset expected 0 but got 1
1807 PASS comment.data = comment.data, with selected range collapsed at (comment, 1) 1807 FAIL comment.data = comment.data, with selected range collapsed at (comment, 1) assert_equals: Wrong start offset expected 0 but got 1
1808 FAIL comment.data += "", with unselected range collapsed at (comment, 1) assert_ equals: Wrong start offset expected 0 but got 1 1808 FAIL comment.data += "", with unselected range collapsed at (comment, 1) assert_ equals: Wrong start offset expected 0 but got 1
1809 PASS comment.data += "", with selected range collapsed at (comment, 1) 1809 FAIL comment.data += "", with selected range collapsed at (comment, 1) assert_eq uals: Wrong start offset expected 0 but got 1
1810 PASS comment.data += "foo", with unselected range collapsed at (comment, 1) 1810 PASS comment.data += "foo", with unselected range collapsed at (comment, 1)
1811 PASS comment.data += "foo", with selected range collapsed at (comment, 1) 1811 PASS comment.data += "foo", with selected range collapsed at (comment, 1)
1812 PASS comment.data += comment.data, with unselected range collapsed at (comment, 1) 1812 PASS comment.data += comment.data, with unselected range collapsed at (comment, 1)
1813 PASS comment.data += comment.data, with selected range collapsed at (comment, 1) 1813 PASS comment.data += comment.data, with selected range collapsed at (comment, 1)
1814 PASS comment.textContent = "", with unselected range collapsed at (comment, 1) 1814 PASS comment.textContent = "", with unselected range collapsed at (comment, 1)
1815 PASS comment.textContent = "", with selected range collapsed at (comment, 1) 1815 PASS comment.textContent = "", with selected range collapsed at (comment, 1)
1816 PASS comment.textContent = "foo", with unselected range collapsed at (comment, 1 ) 1816 PASS comment.textContent = "foo", with unselected range collapsed at (comment, 1 )
1817 PASS comment.textContent = "foo", with selected range collapsed at (comment, 1) 1817 PASS comment.textContent = "foo", with selected range collapsed at (comment, 1)
1818 FAIL comment.textContent = comment.textContent, with unselected range collapsed at (comment, 1) assert_equals: Wrong start offset expected 0 but got 1 1818 FAIL comment.textContent = comment.textContent, with unselected range collapsed at (comment, 1) assert_equals: Wrong start offset expected 0 but got 1
1819 PASS comment.textContent = comment.textContent, with selected range collapsed at (comment, 1) 1819 FAIL comment.textContent = comment.textContent, with selected range collapsed at (comment, 1) assert_equals: Wrong start offset expected 0 but got 1
1820 FAIL comment.textContent += "", with unselected range collapsed at (comment, 1) assert_equals: Wrong start offset expected 0 but got 1 1820 FAIL comment.textContent += "", with unselected range collapsed at (comment, 1) assert_equals: Wrong start offset expected 0 but got 1
1821 PASS comment.textContent += "", with selected range collapsed at (comment, 1) 1821 FAIL comment.textContent += "", with selected range collapsed at (comment, 1) as sert_equals: Wrong start offset expected 0 but got 1
1822 PASS comment.textContent += "foo", with unselected range collapsed at (comment, 1) 1822 PASS comment.textContent += "foo", with unselected range collapsed at (comment, 1)
1823 PASS comment.textContent += "foo", with selected range collapsed at (comment, 1) 1823 PASS comment.textContent += "foo", with selected range collapsed at (comment, 1)
1824 PASS comment.textContent += comment.textContent, with unselected range collapsed at (comment, 1) 1824 PASS comment.textContent += comment.textContent, with unselected range collapsed at (comment, 1)
1825 PASS comment.textContent += comment.textContent, with selected range collapsed a t (comment, 1) 1825 PASS comment.textContent += comment.textContent, with selected range collapsed a t (comment, 1)
1826 PASS comment.nodeValue = "", with unselected range collapsed at (comment, 1) 1826 PASS comment.nodeValue = "", with unselected range collapsed at (comment, 1)
1827 PASS comment.nodeValue = "", with selected range collapsed at (comment, 1) 1827 PASS comment.nodeValue = "", with selected range collapsed at (comment, 1)
1828 PASS comment.nodeValue = "foo", with unselected range collapsed at (comment, 1) 1828 PASS comment.nodeValue = "foo", with unselected range collapsed at (comment, 1)
1829 PASS comment.nodeValue = "foo", with selected range collapsed at (comment, 1) 1829 PASS comment.nodeValue = "foo", with selected range collapsed at (comment, 1)
1830 FAIL comment.nodeValue = comment.nodeValue, with unselected range collapsed at ( comment, 1) assert_equals: Wrong start offset expected 0 but got 1 1830 FAIL comment.nodeValue = comment.nodeValue, with unselected range collapsed at ( comment, 1) assert_equals: Wrong start offset expected 0 but got 1
1831 PASS comment.nodeValue = comment.nodeValue, with selected range collapsed at (co mment, 1) 1831 FAIL comment.nodeValue = comment.nodeValue, with selected range collapsed at (co mment, 1) assert_equals: Wrong start offset expected 0 but got 1
1832 FAIL comment.nodeValue += "", with unselected range collapsed at (comment, 1) as sert_equals: Wrong start offset expected 0 but got 1 1832 FAIL comment.nodeValue += "", with unselected range collapsed at (comment, 1) as sert_equals: Wrong start offset expected 0 but got 1
1833 PASS comment.nodeValue += "", with selected range collapsed at (comment, 1) 1833 FAIL comment.nodeValue += "", with selected range collapsed at (comment, 1) asse rt_equals: Wrong start offset expected 0 but got 1
1834 PASS comment.nodeValue += "foo", with unselected range collapsed at (comment, 1) 1834 PASS comment.nodeValue += "foo", with unselected range collapsed at (comment, 1)
1835 PASS comment.nodeValue += "foo", with selected range collapsed at (comment, 1) 1835 PASS comment.nodeValue += "foo", with selected range collapsed at (comment, 1)
1836 PASS comment.nodeValue += comment.nodeValue, with unselected range collapsed at (comment, 1) 1836 PASS comment.nodeValue += comment.nodeValue, with unselected range collapsed at (comment, 1)
1837 PASS comment.nodeValue += comment.nodeValue, with selected range collapsed at (c omment, 1) 1837 PASS comment.nodeValue += comment.nodeValue, with selected range collapsed at (c omment, 1)
1838 PASS comment.data = "", with unselected range on comment from 0 to comment.lengt h 1838 PASS comment.data = "", with unselected range on comment from 0 to comment.lengt h
1839 PASS comment.data = "", with selected range on comment from 0 to comment.length 1839 PASS comment.data = "", with selected range on comment from 0 to comment.length
1840 PASS comment.data = "foo", with unselected range on comment from 0 to comment.le ngth 1840 PASS comment.data = "foo", with unselected range on comment from 0 to comment.le ngth
1841 PASS comment.data = "foo", with selected range on comment from 0 to comment.leng th 1841 PASS comment.data = "foo", with selected range on comment from 0 to comment.leng th
1842 FAIL comment.data = comment.data, with unselected range on comment from 0 to com ment.length assert_equals: Wrong end offset expected 0 but got 14 1842 FAIL comment.data = comment.data, with unselected range on comment from 0 to com ment.length assert_equals: Wrong end offset expected 0 but got 14
1843 PASS comment.data = comment.data, with selected range on comment from 0 to comme nt.length 1843 FAIL comment.data = comment.data, with selected range on comment from 0 to comme nt.length assert_equals: Wrong end offset expected 0 but got 14
1844 FAIL comment.data += "", with unselected range on comment from 0 to comment.leng th assert_equals: Wrong end offset expected 0 but got 14 1844 FAIL comment.data += "", with unselected range on comment from 0 to comment.leng th assert_equals: Wrong end offset expected 0 but got 14
1845 PASS comment.data += "", with selected range on comment from 0 to comment.length 1845 FAIL comment.data += "", with selected range on comment from 0 to comment.length assert_equals: Wrong end offset expected 0 but got 14
1846 PASS comment.data += "foo", with unselected range on comment from 0 to comment.l ength 1846 PASS comment.data += "foo", with unselected range on comment from 0 to comment.l ength
1847 PASS comment.data += "foo", with selected range on comment from 0 to comment.len gth 1847 PASS comment.data += "foo", with selected range on comment from 0 to comment.len gth
1848 PASS comment.data += comment.data, with unselected range on comment from 0 to co mment.length 1848 PASS comment.data += comment.data, with unselected range on comment from 0 to co mment.length
1849 PASS comment.data += comment.data, with selected range on comment from 0 to comm ent.length 1849 PASS comment.data += comment.data, with selected range on comment from 0 to comm ent.length
1850 PASS comment.textContent = "", with unselected range on comment from 0 to commen t.length 1850 PASS comment.textContent = "", with unselected range on comment from 0 to commen t.length
1851 PASS comment.textContent = "", with selected range on comment from 0 to comment. length 1851 PASS comment.textContent = "", with selected range on comment from 0 to comment. length
1852 PASS comment.textContent = "foo", with unselected range on comment from 0 to com ment.length 1852 PASS comment.textContent = "foo", with unselected range on comment from 0 to com ment.length
1853 PASS comment.textContent = "foo", with selected range on comment from 0 to comme nt.length 1853 PASS comment.textContent = "foo", with selected range on comment from 0 to comme nt.length
1854 FAIL comment.textContent = comment.textContent, with unselected range on comment from 0 to comment.length assert_equals: Wrong end offset expected 0 but got 14 1854 FAIL comment.textContent = comment.textContent, with unselected range on comment from 0 to comment.length assert_equals: Wrong end offset expected 0 but got 14
1855 PASS comment.textContent = comment.textContent, with selected range on comment f rom 0 to comment.length 1855 FAIL comment.textContent = comment.textContent, with selected range on comment f rom 0 to comment.length assert_equals: Wrong end offset expected 0 but got 14
1856 FAIL comment.textContent += "", with unselected range on comment from 0 to comme nt.length assert_equals: Wrong end offset expected 0 but got 14 1856 FAIL comment.textContent += "", with unselected range on comment from 0 to comme nt.length assert_equals: Wrong end offset expected 0 but got 14
1857 PASS comment.textContent += "", with selected range on comment from 0 to comment .length 1857 FAIL comment.textContent += "", with selected range on comment from 0 to comment .length assert_equals: Wrong end offset expected 0 but got 14
1858 PASS comment.textContent += "foo", with unselected range on comment from 0 to co mment.length 1858 PASS comment.textContent += "foo", with unselected range on comment from 0 to co mment.length
1859 PASS comment.textContent += "foo", with selected range on comment from 0 to comm ent.length 1859 PASS comment.textContent += "foo", with selected range on comment from 0 to comm ent.length
1860 PASS comment.textContent += comment.textContent, with unselected range on commen t from 0 to comment.length 1860 PASS comment.textContent += comment.textContent, with unselected range on commen t from 0 to comment.length
1861 PASS comment.textContent += comment.textContent, with selected range on comment from 0 to comment.length 1861 PASS comment.textContent += comment.textContent, with selected range on comment from 0 to comment.length
1862 PASS comment.nodeValue = "", with unselected range on comment from 0 to comment. length 1862 PASS comment.nodeValue = "", with unselected range on comment from 0 to comment. length
1863 PASS comment.nodeValue = "", with selected range on comment from 0 to comment.le ngth 1863 PASS comment.nodeValue = "", with selected range on comment from 0 to comment.le ngth
1864 PASS comment.nodeValue = "foo", with unselected range on comment from 0 to comme nt.length 1864 PASS comment.nodeValue = "foo", with unselected range on comment from 0 to comme nt.length
1865 PASS comment.nodeValue = "foo", with selected range on comment from 0 to comment .length 1865 PASS comment.nodeValue = "foo", with selected range on comment from 0 to comment .length
1866 FAIL comment.nodeValue = comment.nodeValue, with unselected range on comment fro m 0 to comment.length assert_equals: Wrong end offset expected 0 but got 14 1866 FAIL comment.nodeValue = comment.nodeValue, with unselected range on comment fro m 0 to comment.length assert_equals: Wrong end offset expected 0 but got 14
1867 PASS comment.nodeValue = comment.nodeValue, with selected range on comment from 0 to comment.length 1867 FAIL comment.nodeValue = comment.nodeValue, with selected range on comment from 0 to comment.length assert_equals: Wrong end offset expected 0 but got 14
1868 FAIL comment.nodeValue += "", with unselected range on comment from 0 to comment .length assert_equals: Wrong end offset expected 0 but got 14 1868 FAIL comment.nodeValue += "", with unselected range on comment from 0 to comment .length assert_equals: Wrong end offset expected 0 but got 14
1869 PASS comment.nodeValue += "", with selected range on comment from 0 to comment.l ength 1869 FAIL comment.nodeValue += "", with selected range on comment from 0 to comment.l ength assert_equals: Wrong end offset expected 0 but got 14
1870 PASS comment.nodeValue += "foo", with unselected range on comment from 0 to comm ent.length 1870 PASS comment.nodeValue += "foo", with unselected range on comment from 0 to comm ent.length
1871 PASS comment.nodeValue += "foo", with selected range on comment from 0 to commen t.length 1871 PASS comment.nodeValue += "foo", with selected range on comment from 0 to commen t.length
1872 PASS comment.nodeValue += comment.nodeValue, with unselected range on comment fr om 0 to comment.length 1872 PASS comment.nodeValue += comment.nodeValue, with unselected range on comment fr om 0 to comment.length
1873 PASS comment.nodeValue += comment.nodeValue, with selected range on comment from 0 to comment.length 1873 PASS comment.nodeValue += comment.nodeValue, with selected range on comment from 0 to comment.length
1874 PASS comment.data = "", with unselected range on comment from 1 to comment.lengt h 1874 PASS comment.data = "", with unselected range on comment from 1 to comment.lengt h
1875 PASS comment.data = "", with selected range on comment from 1 to comment.length 1875 PASS comment.data = "", with selected range on comment from 1 to comment.length
1876 PASS comment.data = "foo", with unselected range on comment from 1 to comment.le ngth 1876 PASS comment.data = "foo", with unselected range on comment from 1 to comment.le ngth
1877 PASS comment.data = "foo", with selected range on comment from 1 to comment.leng th 1877 PASS comment.data = "foo", with selected range on comment from 1 to comment.leng th
1878 FAIL comment.data = comment.data, with unselected range on comment from 1 to com ment.length assert_equals: Wrong start offset expected 0 but got 1 1878 FAIL comment.data = comment.data, with unselected range on comment from 1 to com ment.length assert_equals: Wrong start offset expected 0 but got 1
1879 PASS comment.data = comment.data, with selected range on comment from 1 to comme nt.length 1879 FAIL comment.data = comment.data, with selected range on comment from 1 to comme nt.length assert_equals: Wrong start offset expected 0 but got 1
1880 FAIL comment.data += "", with unselected range on comment from 1 to comment.leng th assert_equals: Wrong start offset expected 0 but got 1 1880 FAIL comment.data += "", with unselected range on comment from 1 to comment.leng th assert_equals: Wrong start offset expected 0 but got 1
1881 PASS comment.data += "", with selected range on comment from 1 to comment.length 1881 FAIL comment.data += "", with selected range on comment from 1 to comment.length assert_equals: Wrong start offset expected 0 but got 1
1882 PASS comment.data += "foo", with unselected range on comment from 1 to comment.l ength 1882 PASS comment.data += "foo", with unselected range on comment from 1 to comment.l ength
1883 PASS comment.data += "foo", with selected range on comment from 1 to comment.len gth 1883 PASS comment.data += "foo", with selected range on comment from 1 to comment.len gth
1884 PASS comment.data += comment.data, with unselected range on comment from 1 to co mment.length 1884 PASS comment.data += comment.data, with unselected range on comment from 1 to co mment.length
1885 PASS comment.data += comment.data, with selected range on comment from 1 to comm ent.length 1885 PASS comment.data += comment.data, with selected range on comment from 1 to comm ent.length
1886 PASS comment.textContent = "", with unselected range on comment from 1 to commen t.length 1886 PASS comment.textContent = "", with unselected range on comment from 1 to commen t.length
1887 PASS comment.textContent = "", with selected range on comment from 1 to comment. length 1887 PASS comment.textContent = "", with selected range on comment from 1 to comment. length
1888 PASS comment.textContent = "foo", with unselected range on comment from 1 to com ment.length 1888 PASS comment.textContent = "foo", with unselected range on comment from 1 to com ment.length
1889 PASS comment.textContent = "foo", with selected range on comment from 1 to comme nt.length 1889 PASS comment.textContent = "foo", with selected range on comment from 1 to comme nt.length
1890 FAIL comment.textContent = comment.textContent, with unselected range on comment from 1 to comment.length assert_equals: Wrong start offset expected 0 but got 1 1890 FAIL comment.textContent = comment.textContent, with unselected range on comment from 1 to comment.length assert_equals: Wrong start offset expected 0 but got 1
1891 PASS comment.textContent = comment.textContent, with selected range on comment f rom 1 to comment.length 1891 FAIL comment.textContent = comment.textContent, with selected range on comment f rom 1 to comment.length assert_equals: Wrong start offset expected 0 but got 1
1892 FAIL comment.textContent += "", with unselected range on comment from 1 to comme nt.length assert_equals: Wrong start offset expected 0 but got 1 1892 FAIL comment.textContent += "", with unselected range on comment from 1 to comme nt.length assert_equals: Wrong start offset expected 0 but got 1
1893 PASS comment.textContent += "", with selected range on comment from 1 to comment .length 1893 FAIL comment.textContent += "", with selected range on comment from 1 to comment .length assert_equals: Wrong start offset expected 0 but got 1
1894 PASS comment.textContent += "foo", with unselected range on comment from 1 to co mment.length 1894 PASS comment.textContent += "foo", with unselected range on comment from 1 to co mment.length
1895 PASS comment.textContent += "foo", with selected range on comment from 1 to comm ent.length 1895 PASS comment.textContent += "foo", with selected range on comment from 1 to comm ent.length
1896 PASS comment.textContent += comment.textContent, with unselected range on commen t from 1 to comment.length 1896 PASS comment.textContent += comment.textContent, with unselected range on commen t from 1 to comment.length
1897 PASS comment.textContent += comment.textContent, with selected range on comment from 1 to comment.length 1897 PASS comment.textContent += comment.textContent, with selected range on comment from 1 to comment.length
1898 PASS comment.nodeValue = "", with unselected range on comment from 1 to comment. length 1898 PASS comment.nodeValue = "", with unselected range on comment from 1 to comment. length
1899 PASS comment.nodeValue = "", with selected range on comment from 1 to comment.le ngth 1899 PASS comment.nodeValue = "", with selected range on comment from 1 to comment.le ngth
1900 PASS comment.nodeValue = "foo", with unselected range on comment from 1 to comme nt.length 1900 PASS comment.nodeValue = "foo", with unselected range on comment from 1 to comme nt.length
1901 PASS comment.nodeValue = "foo", with selected range on comment from 1 to comment .length 1901 PASS comment.nodeValue = "foo", with selected range on comment from 1 to comment .length
1902 FAIL comment.nodeValue = comment.nodeValue, with unselected range on comment fro m 1 to comment.length assert_equals: Wrong start offset expected 0 but got 1 1902 FAIL comment.nodeValue = comment.nodeValue, with unselected range on comment fro m 1 to comment.length assert_equals: Wrong start offset expected 0 but got 1
1903 PASS comment.nodeValue = comment.nodeValue, with selected range on comment from 1 to comment.length 1903 FAIL comment.nodeValue = comment.nodeValue, with selected range on comment from 1 to comment.length assert_equals: Wrong start offset expected 0 but got 1
1904 FAIL comment.nodeValue += "", with unselected range on comment from 1 to comment .length assert_equals: Wrong start offset expected 0 but got 1 1904 FAIL comment.nodeValue += "", with unselected range on comment from 1 to comment .length assert_equals: Wrong start offset expected 0 but got 1
1905 PASS comment.nodeValue += "", with selected range on comment from 1 to comment.l ength 1905 FAIL comment.nodeValue += "", with selected range on comment from 1 to comment.l ength assert_equals: Wrong start offset expected 0 but got 1
1906 PASS comment.nodeValue += "foo", with unselected range on comment from 1 to comm ent.length 1906 PASS comment.nodeValue += "foo", with unselected range on comment from 1 to comm ent.length
1907 PASS comment.nodeValue += "foo", with selected range on comment from 1 to commen t.length 1907 PASS comment.nodeValue += "foo", with selected range on comment from 1 to commen t.length
1908 PASS comment.nodeValue += comment.nodeValue, with unselected range on comment fr om 1 to comment.length 1908 PASS comment.nodeValue += comment.nodeValue, with unselected range on comment fr om 1 to comment.length
1909 PASS comment.nodeValue += comment.nodeValue, with selected range on comment from 1 to comment.length 1909 PASS comment.nodeValue += comment.nodeValue, with selected range on comment from 1 to comment.length
1910 PASS comment.data = "", with unselected range collapsed at (comment, comment.len gth) 1910 PASS comment.data = "", with unselected range collapsed at (comment, comment.len gth)
1911 PASS comment.data = "", with selected range collapsed at (comment, comment.lengt h) 1911 PASS comment.data = "", with selected range collapsed at (comment, comment.lengt h)
1912 PASS comment.data = "foo", with unselected range collapsed at (comment, comment. length) 1912 PASS comment.data = "foo", with unselected range collapsed at (comment, comment. length)
1913 PASS comment.data = "foo", with selected range collapsed at (comment, comment.le ngth) 1913 PASS comment.data = "foo", with selected range collapsed at (comment, comment.le ngth)
1914 FAIL comment.data = comment.data, with unselected range collapsed at (comment, c omment.length) assert_equals: Wrong start offset expected 0 but got 14 1914 FAIL comment.data = comment.data, with unselected range collapsed at (comment, c omment.length) assert_equals: Wrong start offset expected 0 but got 14
1915 PASS comment.data = comment.data, with selected range collapsed at (comment, com ment.length) 1915 FAIL comment.data = comment.data, with selected range collapsed at (comment, com ment.length) assert_equals: Wrong start offset expected 0 but got 14
1916 FAIL comment.data += "", with unselected range collapsed at (comment, comment.le ngth) assert_equals: Wrong start offset expected 0 but got 14 1916 FAIL comment.data += "", with unselected range collapsed at (comment, comment.le ngth) assert_equals: Wrong start offset expected 0 but got 14
1917 PASS comment.data += "", with selected range collapsed at (comment, comment.leng th) 1917 FAIL comment.data += "", with selected range collapsed at (comment, comment.leng th) assert_equals: Wrong start offset expected 0 but got 14
1918 PASS comment.data += "foo", with unselected range collapsed at (comment, comment .length) 1918 PASS comment.data += "foo", with unselected range collapsed at (comment, comment .length)
1919 PASS comment.data += "foo", with selected range collapsed at (comment, comment.l ength) 1919 PASS comment.data += "foo", with selected range collapsed at (comment, comment.l ength)
1920 PASS comment.data += comment.data, with unselected range collapsed at (comment, comment.length) 1920 PASS comment.data += comment.data, with unselected range collapsed at (comment, comment.length)
1921 PASS comment.data += comment.data, with selected range collapsed at (comment, co mment.length) 1921 PASS comment.data += comment.data, with selected range collapsed at (comment, co mment.length)
1922 PASS comment.textContent = "", with unselected range collapsed at (comment, comm ent.length) 1922 PASS comment.textContent = "", with unselected range collapsed at (comment, comm ent.length)
1923 PASS comment.textContent = "", with selected range collapsed at (comment, commen t.length) 1923 PASS comment.textContent = "", with selected range collapsed at (comment, commen t.length)
1924 PASS comment.textContent = "foo", with unselected range collapsed at (comment, c omment.length) 1924 PASS comment.textContent = "foo", with unselected range collapsed at (comment, c omment.length)
1925 PASS comment.textContent = "foo", with selected range collapsed at (comment, com ment.length) 1925 PASS comment.textContent = "foo", with selected range collapsed at (comment, com ment.length)
1926 FAIL comment.textContent = comment.textContent, with unselected range collapsed at (comment, comment.length) assert_equals: Wrong start offset expected 0 but go t 14 1926 FAIL comment.textContent = comment.textContent, with unselected range collapsed at (comment, comment.length) assert_equals: Wrong start offset expected 0 but go t 14
1927 PASS comment.textContent = comment.textContent, with selected range collapsed at (comment, comment.length) 1927 FAIL comment.textContent = comment.textContent, with selected range collapsed at (comment, comment.length) assert_equals: Wrong start offset expected 0 but got 14
1928 FAIL comment.textContent += "", with unselected range collapsed at (comment, com ment.length) assert_equals: Wrong start offset expected 0 but got 14 1928 FAIL comment.textContent += "", with unselected range collapsed at (comment, com ment.length) assert_equals: Wrong start offset expected 0 but got 14
1929 PASS comment.textContent += "", with selected range collapsed at (comment, comme nt.length) 1929 FAIL comment.textContent += "", with selected range collapsed at (comment, comme nt.length) assert_equals: Wrong start offset expected 0 but got 14
1930 PASS comment.textContent += "foo", with unselected range collapsed at (comment, comment.length) 1930 PASS comment.textContent += "foo", with unselected range collapsed at (comment, comment.length)
1931 PASS comment.textContent += "foo", with selected range collapsed at (comment, co mment.length) 1931 PASS comment.textContent += "foo", with selected range collapsed at (comment, co mment.length)
1932 PASS comment.textContent += comment.textContent, with unselected range collapsed at (comment, comment.length) 1932 PASS comment.textContent += comment.textContent, with unselected range collapsed at (comment, comment.length)
1933 PASS comment.textContent += comment.textContent, with selected range collapsed a t (comment, comment.length) 1933 PASS comment.textContent += comment.textContent, with selected range collapsed a t (comment, comment.length)
1934 PASS comment.nodeValue = "", with unselected range collapsed at (comment, commen t.length) 1934 PASS comment.nodeValue = "", with unselected range collapsed at (comment, commen t.length)
1935 PASS comment.nodeValue = "", with selected range collapsed at (comment, comment. length) 1935 PASS comment.nodeValue = "", with selected range collapsed at (comment, comment. length)
1936 PASS comment.nodeValue = "foo", with unselected range collapsed at (comment, com ment.length) 1936 PASS comment.nodeValue = "foo", with unselected range collapsed at (comment, com ment.length)
1937 PASS comment.nodeValue = "foo", with selected range collapsed at (comment, comme nt.length) 1937 PASS comment.nodeValue = "foo", with selected range collapsed at (comment, comme nt.length)
1938 FAIL comment.nodeValue = comment.nodeValue, with unselected range collapsed at ( comment, comment.length) assert_equals: Wrong start offset expected 0 but got 14 1938 FAIL comment.nodeValue = comment.nodeValue, with unselected range collapsed at ( comment, comment.length) assert_equals: Wrong start offset expected 0 but got 14
1939 PASS comment.nodeValue = comment.nodeValue, with selected range collapsed at (co mment, comment.length) 1939 FAIL comment.nodeValue = comment.nodeValue, with selected range collapsed at (co mment, comment.length) assert_equals: Wrong start offset expected 0 but got 14
1940 FAIL comment.nodeValue += "", with unselected range collapsed at (comment, comme nt.length) assert_equals: Wrong start offset expected 0 but got 14 1940 FAIL comment.nodeValue += "", with unselected range collapsed at (comment, comme nt.length) assert_equals: Wrong start offset expected 0 but got 14
1941 PASS comment.nodeValue += "", with selected range collapsed at (comment, comment .length) 1941 FAIL comment.nodeValue += "", with selected range collapsed at (comment, comment .length) assert_equals: Wrong start offset expected 0 but got 14
1942 PASS comment.nodeValue += "foo", with unselected range collapsed at (comment, co mment.length) 1942 PASS comment.nodeValue += "foo", with unselected range collapsed at (comment, co mment.length)
1943 PASS comment.nodeValue += "foo", with selected range collapsed at (comment, comm ent.length) 1943 PASS comment.nodeValue += "foo", with selected range collapsed at (comment, comm ent.length)
1944 PASS comment.nodeValue += comment.nodeValue, with unselected range collapsed at (comment, comment.length) 1944 PASS comment.nodeValue += comment.nodeValue, with unselected range collapsed at (comment, comment.length)
1945 PASS comment.nodeValue += comment.nodeValue, with selected range collapsed at (c omment, comment.length) 1945 PASS comment.nodeValue += comment.nodeValue, with selected range collapsed at (c omment, comment.length)
1946 PASS foreignComment.data = "", with unselected range collapsed at (foreignCommen t, 0) 1946 PASS foreignComment.data = "", with unselected range collapsed at (foreignCommen t, 0)
1947 PASS foreignComment.data = "", with selected range collapsed at (foreignComment, 0) 1947 PASS foreignComment.data = "", with selected range collapsed at (foreignComment, 0)
1948 PASS foreignComment.data = "foo", with unselected range collapsed at (foreignCom ment, 0) 1948 PASS foreignComment.data = "foo", with unselected range collapsed at (foreignCom ment, 0)
1949 PASS foreignComment.data = "foo", with selected range collapsed at (foreignComme nt, 0) 1949 PASS foreignComment.data = "foo", with selected range collapsed at (foreignComme nt, 0)
1950 PASS foreignComment.data = foreignComment.data, with unselected range collapsed at (foreignComment, 0) 1950 PASS foreignComment.data = foreignComment.data, with unselected range collapsed at (foreignComment, 0)
1951 PASS foreignComment.data = foreignComment.data, with selected range collapsed at (foreignComment, 0) 1951 PASS foreignComment.data = foreignComment.data, with selected range collapsed at (foreignComment, 0)
(...skipping 1066 matching lines...) Expand 10 before | Expand all | Expand 10 after
3018 FAIL detachedXmlComment.nodeValue = detachedXmlComment.nodeValue, with unselecte d range collapsed at (detachedXmlComment, detachedXmlComment.length) assert_equa ls: Wrong start offset expected 0 but got 26 3018 FAIL detachedXmlComment.nodeValue = detachedXmlComment.nodeValue, with unselecte d range collapsed at (detachedXmlComment, detachedXmlComment.length) assert_equa ls: Wrong start offset expected 0 but got 26
3019 PASS detachedXmlComment.nodeValue = detachedXmlComment.nodeValue, with selected range collapsed at (detachedXmlComment, detachedXmlComment.length) 3019 PASS detachedXmlComment.nodeValue = detachedXmlComment.nodeValue, with selected range collapsed at (detachedXmlComment, detachedXmlComment.length)
3020 FAIL detachedXmlComment.nodeValue += "", with unselected range collapsed at (det achedXmlComment, detachedXmlComment.length) assert_equals: Wrong start offset ex pected 0 but got 26 3020 FAIL detachedXmlComment.nodeValue += "", with unselected range collapsed at (det achedXmlComment, detachedXmlComment.length) assert_equals: Wrong start offset ex pected 0 but got 26
3021 PASS detachedXmlComment.nodeValue += "", with selected range collapsed at (detac hedXmlComment, detachedXmlComment.length) 3021 PASS detachedXmlComment.nodeValue += "", with selected range collapsed at (detac hedXmlComment, detachedXmlComment.length)
3022 PASS detachedXmlComment.nodeValue += "foo", with unselected range collapsed at ( detachedXmlComment, detachedXmlComment.length) 3022 PASS detachedXmlComment.nodeValue += "foo", with unselected range collapsed at ( detachedXmlComment, detachedXmlComment.length)
3023 PASS detachedXmlComment.nodeValue += "foo", with selected range collapsed at (de tachedXmlComment, detachedXmlComment.length) 3023 PASS detachedXmlComment.nodeValue += "foo", with selected range collapsed at (de tachedXmlComment, detachedXmlComment.length)
3024 PASS detachedXmlComment.nodeValue += detachedXmlComment.nodeValue, with unselect ed range collapsed at (detachedXmlComment, detachedXmlComment.length) 3024 PASS detachedXmlComment.nodeValue += detachedXmlComment.nodeValue, with unselect ed range collapsed at (detachedXmlComment, detachedXmlComment.length)
3025 PASS detachedXmlComment.nodeValue += detachedXmlComment.nodeValue, with selected range collapsed at (detachedXmlComment, detachedXmlComment.length) 3025 PASS detachedXmlComment.nodeValue += detachedXmlComment.nodeValue, with selected range collapsed at (detachedXmlComment, detachedXmlComment.length)
3026 Harness: the test ran to completion. 3026 Harness: the test ran to completion.
3027 3027
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698