| OLD | NEW |
| (Empty) |
| 1 This is a testharness.js-based test. | |
| 2 PASS innerHTML 0 | |
| 3 PASS innerHTML 1 <a></a> | |
| 4 PASS innerHTML 2 <a b="c"></a> | |
| 5 PASS innerHTML 3 <a b="c"></a> | |
| 6 PASS innerHTML 4 <a b="&"></a> | |
| 7 PASS innerHTML 5 <a b=" "></a> | |
| 8 PASS innerHTML 6 <a b="""></a> | |
| 9 PASS innerHTML 7 <a b="<"></a> | |
| 10 PASS innerHTML 8 <a b=">"></a> | |
| 11 FAIL innerHTML 9 <svg xlink:href="a"></svg> assert_equals: expected "<svg xlink:
href=\"a\"></svg>" but got "<svg xmlns:xlink=\"http://www.w3.org/1999/xlink\" xl
ink:href=\"a\"></svg>" | |
| 12 PASS innerHTML 10 <svg xmlns:svg="test"></svg> | |
| 13 PASS innerHTML 11 a | |
| 14 PASS innerHTML 12 & | |
| 15 PASS innerHTML 13 | |
| 16 PASS innerHTML 14 < | |
| 17 PASS innerHTML 15 > | |
| 18 PASS innerHTML 16 " | |
| 19 PASS innerHTML 17 <style><&></style> | |
| 20 PASS innerHTML 18 <script type="test"><&></script> | |
| 21 PASS innerHTML 19 <xmp><&></xmp> | |
| 22 FAIL innerHTML 20 <iframe><&></iframe> assert_equals: expected "<iframe><&></ifr
ame>" but got "<iframe><&></iframe>" | |
| 23 FAIL innerHTML 21 <noembed><&></noembed> assert_equals: expected "<noembed><&></
noembed>" but got "<noembed><&></noembed>" | |
| 24 FAIL innerHTML 22 <noframes><&></noframes> assert_equals: expected "<noframes><&
></noframes>" but got "<noframes><&></noframes>" | |
| 25 FAIL innerHTML 23 <noscript><&></noscript> assert_equals: expected "<noscript><&
></noscript>" but got "<noscript><&></noscript>" | |
| 26 PASS innerHTML 24 <!--data--> | |
| 27 PASS innerHTML 25 <a><b><c></c></b><d>e</d><f><g>h</g></f></a> | |
| 28 PASS innerHTML 26 | |
| 29 PASS outerHTML 0 <span></span> | |
| 30 PASS outerHTML 1 <span><a></a></span> | |
| 31 PASS outerHTML 2 <span><a b="c"></a></span> | |
| 32 PASS outerHTML 3 <span><a b="c"></a></span> | |
| 33 PASS outerHTML 4 <span><a b="&"></a></span> | |
| 34 PASS outerHTML 5 <span><a b=" "></a></span> | |
| 35 PASS outerHTML 6 <span><a b="""></a></span> | |
| 36 PASS outerHTML 7 <span><a b="<"></a></span> | |
| 37 PASS outerHTML 8 <span><a b=">"></a></span> | |
| 38 FAIL outerHTML 9 <span><svg xlink:href="a"></svg></span> assert_equals: expected
"<span><svg xlink:href=\"a\"></svg></span>" but got "<span><svg xmlns:xlink=\"h
ttp://www.w3.org/1999/xlink\" xlink:href=\"a\"></svg></span>" | |
| 39 PASS outerHTML 10 <span><svg xmlns:svg="test"></svg></span> | |
| 40 PASS outerHTML 11 <span>a</span> | |
| 41 PASS outerHTML 12 <span>&</span> | |
| 42 PASS outerHTML 13 <span> </span> | |
| 43 PASS outerHTML 14 <span><</span> | |
| 44 PASS outerHTML 15 <span>></span> | |
| 45 PASS outerHTML 16 <span>"</span> | |
| 46 PASS outerHTML 17 <span><style><&></style></span> | |
| 47 PASS outerHTML 18 <span><script type="test"><&></script></span> | |
| 48 PASS outerHTML 19 <span><xmp><&></xmp></span> | |
| 49 FAIL outerHTML 20 <span><iframe><&></iframe></span> assert_equals: expected "<sp
an><iframe><&></iframe></span>" but got "<span><iframe><&></iframe></s
pan>" | |
| 50 FAIL outerHTML 21 <span><noembed><&></noembed></span> assert_equals: expected "<
span><noembed><&></noembed></span>" but got "<span><noembed><&></noemb
ed></span>" | |
| 51 FAIL outerHTML 22 <span><noframes><&></noframes></span> assert_equals: expected
"<span><noframes><&></noframes></span>" but got "<span><noframes><&></
noframes></span>" | |
| 52 FAIL outerHTML 23 <span><noscript><&></noscript></span> assert_equals: expected
"<span><noscript><&></noscript></span>" but got "<span><noscript><&></
noscript></span>" | |
| 53 PASS outerHTML 24 <span><!--data--></span> | |
| 54 PASS outerHTML 25 <span><a><b><c></c></b><d>e</d><f><g>h</g></f></a></span> | |
| 55 PASS outerHTML 26 <span b="c"></span> | |
| 56 PASS innerHTML Attribute in the XML namespace | |
| 57 FAIL innerHTML Attribute in the XML namespace with the prefix not set to xml: as
sert_equals: expected "<svg xml:foo=\"test\"></svg>" but got "<svg abc:foo=\"tes
t\"></svg>" | |
| 58 PASS innerHTML Non-'xmlns' attribute in the xmlns namespace | |
| 59 PASS innerHTML 'xmlns' attribute in the xmlns namespace | |
| 60 FAIL innerHTML Attribute in non-standard namespace assert_equals: expected "<svg
abc:def=\"test\"></svg>" but got "<svg def=\"test\"></svg>" | |
| 61 PASS innerHTML <span> starting with U+000A | |
| 62 PASS outerHTML Attribute in the XML namespace | |
| 63 FAIL outerHTML Attribute in the XML namespace with the prefix not set to xml: as
sert_equals: expected "<span><svg xml:foo=\"test\"></svg></span>" but got "<span
><svg abc:foo=\"test\"></svg></span>" | |
| 64 PASS outerHTML Non-'xmlns' attribute in the xmlns namespace | |
| 65 PASS outerHTML 'xmlns' attribute in the xmlns namespace | |
| 66 FAIL outerHTML Attribute in non-standard namespace assert_equals: expected "<spa
n><svg abc:def=\"test\"></svg></span>" but got "<span><svg def=\"test\"></svg></
span>" | |
| 67 PASS outerHTML <span> starting with U+000A | |
| 68 PASS innerHTML <pre> context starting with U+000A | |
| 69 PASS innerHTML <textarea> context starting with U+000A | |
| 70 PASS innerHTML <listing> context starting with U+000A | |
| 71 PASS innerHTML <pre> context not starting with U+000A | |
| 72 PASS innerHTML <textarea> context not starting with U+000A | |
| 73 PASS innerHTML <listing> context not starting with U+000A | |
| 74 PASS innerHTML <pre> non-context starting with U+000A | |
| 75 PASS innerHTML <textarea> non-context starting with U+000A | |
| 76 PASS innerHTML <listing> non-context starting with U+000A | |
| 77 PASS innerHTML <pre> non-context not starting with U+000A | |
| 78 PASS innerHTML <textarea> non-context not starting with U+000A | |
| 79 PASS innerHTML <listing> non-context not starting with U+000A | |
| 80 PASS outerHTML <pre> context starting with U+000A | |
| 81 PASS outerHTML <textarea> context starting with U+000A | |
| 82 PASS outerHTML <listing> context starting with U+000A | |
| 83 PASS outerHTML <pre> context not starting with U+000A | |
| 84 PASS outerHTML <textarea> context not starting with U+000A | |
| 85 PASS outerHTML <listing> context not starting with U+000A | |
| 86 PASS outerHTML <pre> non-context starting with U+000A | |
| 87 PASS outerHTML <textarea> non-context starting with U+000A | |
| 88 PASS outerHTML <listing> non-context starting with U+000A | |
| 89 PASS outerHTML <pre> non-context not starting with U+000A | |
| 90 PASS outerHTML <textarea> non-context not starting with U+000A | |
| 91 PASS outerHTML <listing> non-context not starting with U+000A | |
| 92 PASS innerHTML Void context node area | |
| 93 PASS innerHTML Void context node base | |
| 94 PASS innerHTML Void context node basefont | |
| 95 FAIL innerHTML Void context node bgsound assert_equals: expected "" but got "<a>
<!--abc--></a><b><c>abc</c></b>" | |
| 96 PASS innerHTML Void context node br | |
| 97 PASS innerHTML Void context node col | |
| 98 PASS innerHTML Void context node embed | |
| 99 PASS innerHTML Void context node frame | |
| 100 PASS innerHTML Void context node hr | |
| 101 PASS innerHTML Void context node img | |
| 102 PASS innerHTML Void context node input | |
| 103 PASS innerHTML Void context node keygen | |
| 104 PASS innerHTML Void context node link | |
| 105 PASS innerHTML Void context node menuitem | |
| 106 PASS innerHTML Void context node meta | |
| 107 PASS innerHTML Void context node param | |
| 108 PASS innerHTML Void context node source | |
| 109 PASS innerHTML Void context node track | |
| 110 PASS innerHTML Void context node wbr | |
| 111 FAIL innerHTML void as first child with following siblings area assert_equals: e
xpected "<area><a>test</a><b></b>" but got "<area></area><a>test</a><b></b>" | |
| 112 FAIL innerHTML void as first child with following siblings base assert_equals: e
xpected "<base><a>test</a><b></b>" but got "<base></base><a>test</a><b></b>" | |
| 113 FAIL innerHTML void as first child with following siblings basefont assert_equal
s: expected "<basefont><a>test</a><b></b>" but got "<basefont></basefont><a>test
</a><b></b>" | |
| 114 FAIL innerHTML void as first child with following siblings bgsound assert_equals
: expected "<bgsound><a>test</a><b></b>" but got "<bgsound><a><!--abc--></a><b><
c>abc</c></b></bgsound><a>test</a><b></b>" | |
| 115 FAIL innerHTML void as first child with following siblings br assert_equals: exp
ected "<br><a>test</a><b></b>" but got "<br></br><a>test</a><b></b>" | |
| 116 FAIL innerHTML void as first child with following siblings col assert_equals: ex
pected "<col><a>test</a><b></b>" but got "<col></col><a>test</a><b></b>" | |
| 117 FAIL innerHTML void as first child with following siblings embed assert_equals:
expected "<embed><a>test</a><b></b>" but got "<embed></embed><a>test</a><b></b>" | |
| 118 FAIL innerHTML void as first child with following siblings frame assert_equals:
expected "<frame><a>test</a><b></b>" but got "<frame></frame><a>test</a><b></b>" | |
| 119 FAIL innerHTML void as first child with following siblings hr assert_equals: exp
ected "<hr><a>test</a><b></b>" but got "<hr></hr><a>test</a><b></b>" | |
| 120 FAIL innerHTML void as first child with following siblings img assert_equals: ex
pected "<img><a>test</a><b></b>" but got "<img></img><a>test</a><b></b>" | |
| 121 FAIL innerHTML void as first child with following siblings input assert_equals:
expected "<input><a>test</a><b></b>" but got "<input></input><a>test</a><b></b>" | |
| 122 FAIL innerHTML void as first child with following siblings keygen assert_equals:
expected "<keygen><a>test</a><b></b>" but got "<keygen></keygen><a>test</a><b><
/b>" | |
| 123 FAIL innerHTML void as first child with following siblings link assert_equals: e
xpected "<link><a>test</a><b></b>" but got "<link></link><a>test</a><b></b>" | |
| 124 FAIL innerHTML void as first child with following siblings menuitem assert_equal
s: expected "<menuitem><a>test</a><b></b>" but got "<menuitem></menuitem><a>test
</a><b></b>" | |
| 125 FAIL innerHTML void as first child with following siblings meta assert_equals: e
xpected "<meta><a>test</a><b></b>" but got "<meta></meta><a>test</a><b></b>" | |
| 126 FAIL innerHTML void as first child with following siblings param assert_equals:
expected "<param><a>test</a><b></b>" but got "<param></param><a>test</a><b></b>" | |
| 127 FAIL innerHTML void as first child with following siblings source assert_equals:
expected "<source><a>test</a><b></b>" but got "<source></source><a>test</a><b><
/b>" | |
| 128 FAIL innerHTML void as first child with following siblings track assert_equals:
expected "<track><a>test</a><b></b>" but got "<track></track><a>test</a><b></b>" | |
| 129 FAIL innerHTML void as first child with following siblings wbr assert_equals: ex
pected "<wbr><a>test</a><b></b>" but got "<wbr></wbr><a>test</a><b></b>" | |
| 130 FAIL innerHTML void as second child with following siblings area assert_equals:
expected "<a>test</a><area><b></b>" but got "<a>test</a><area></area><b></b>" | |
| 131 FAIL innerHTML void as second child with following siblings base assert_equals:
expected "<a>test</a><base><b></b>" but got "<a>test</a><base></base><b></b>" | |
| 132 FAIL innerHTML void as second child with following siblings basefont assert_equa
ls: expected "<a>test</a><basefont><b></b>" but got "<a>test</a><basefont></base
font><b></b>" | |
| 133 FAIL innerHTML void as second child with following siblings bgsound assert_equal
s: expected "<a>test</a><bgsound><b></b>" but got "<a>test</a><bgsound><a><!--ab
c--></a><b><c>abc</c></b></bgsound><b></b>" | |
| 134 FAIL innerHTML void as second child with following siblings br assert_equals: ex
pected "<a>test</a><br><b></b>" but got "<a>test</a><br></br><b></b>" | |
| 135 FAIL innerHTML void as second child with following siblings col assert_equals: e
xpected "<a>test</a><col><b></b>" but got "<a>test</a><col></col><b></b>" | |
| 136 FAIL innerHTML void as second child with following siblings embed assert_equals:
expected "<a>test</a><embed><b></b>" but got "<a>test</a><embed></embed><b></b>
" | |
| 137 FAIL innerHTML void as second child with following siblings frame assert_equals:
expected "<a>test</a><frame><b></b>" but got "<a>test</a><frame></frame><b></b>
" | |
| 138 FAIL innerHTML void as second child with following siblings hr assert_equals: ex
pected "<a>test</a><hr><b></b>" but got "<a>test</a><hr></hr><b></b>" | |
| 139 FAIL innerHTML void as second child with following siblings img assert_equals: e
xpected "<a>test</a><img><b></b>" but got "<a>test</a><img></img><b></b>" | |
| 140 FAIL innerHTML void as second child with following siblings input assert_equals:
expected "<a>test</a><input><b></b>" but got "<a>test</a><input></input><b></b>
" | |
| 141 FAIL innerHTML void as second child with following siblings keygen assert_equals
: expected "<a>test</a><keygen><b></b>" but got "<a>test</a><keygen></keygen><b>
</b>" | |
| 142 FAIL innerHTML void as second child with following siblings link assert_equals:
expected "<a>test</a><link><b></b>" but got "<a>test</a><link></link><b></b>" | |
| 143 FAIL innerHTML void as second child with following siblings menuitem assert_equa
ls: expected "<a>test</a><menuitem><b></b>" but got "<a>test</a><menuitem></menu
item><b></b>" | |
| 144 FAIL innerHTML void as second child with following siblings meta assert_equals:
expected "<a>test</a><meta><b></b>" but got "<a>test</a><meta></meta><b></b>" | |
| 145 FAIL innerHTML void as second child with following siblings param assert_equals:
expected "<a>test</a><param><b></b>" but got "<a>test</a><param></param><b></b>
" | |
| 146 FAIL innerHTML void as second child with following siblings source assert_equals
: expected "<a>test</a><source><b></b>" but got "<a>test</a><source></source><b>
</b>" | |
| 147 FAIL innerHTML void as second child with following siblings track assert_equals:
expected "<a>test</a><track><b></b>" but got "<a>test</a><track></track><b></b>
" | |
| 148 FAIL innerHTML void as second child with following siblings wbr assert_equals: e
xpected "<a>test</a><wbr><b></b>" but got "<a>test</a><wbr></wbr><b></b>" | |
| 149 FAIL innerHTML void as last child with preceding siblings area assert_equals: ex
pected "<a>test</a><b></b><area>" but got "<a>test</a><b></b><area></area>" | |
| 150 FAIL innerHTML void as last child with preceding siblings base assert_equals: ex
pected "<a>test</a><b></b><base>" but got "<a>test</a><b></b><base></base>" | |
| 151 FAIL innerHTML void as last child with preceding siblings basefont assert_equals
: expected "<a>test</a><b></b><basefont>" but got "<a>test</a><b></b><basefont><
/basefont>" | |
| 152 FAIL innerHTML void as last child with preceding siblings bgsound assert_equals:
expected "<a>test</a><b></b><bgsound>" but got "<a>test</a><b></b><bgsound><a><
!--abc--></a><b><c>abc</c></b></bgsound>" | |
| 153 FAIL innerHTML void as last child with preceding siblings br assert_equals: expe
cted "<a>test</a><b></b><br>" but got "<a>test</a><b></b><br></br>" | |
| 154 FAIL innerHTML void as last child with preceding siblings col assert_equals: exp
ected "<a>test</a><b></b><col>" but got "<a>test</a><b></b><col></col>" | |
| 155 FAIL innerHTML void as last child with preceding siblings embed assert_equals: e
xpected "<a>test</a><b></b><embed>" but got "<a>test</a><b></b><embed></embed>" | |
| 156 FAIL innerHTML void as last child with preceding siblings frame assert_equals: e
xpected "<a>test</a><b></b><frame>" but got "<a>test</a><b></b><frame></frame>" | |
| 157 FAIL innerHTML void as last child with preceding siblings hr assert_equals: expe
cted "<a>test</a><b></b><hr>" but got "<a>test</a><b></b><hr></hr>" | |
| 158 FAIL innerHTML void as last child with preceding siblings img assert_equals: exp
ected "<a>test</a><b></b><img>" but got "<a>test</a><b></b><img></img>" | |
| 159 FAIL innerHTML void as last child with preceding siblings input assert_equals: e
xpected "<a>test</a><b></b><input>" but got "<a>test</a><b></b><input></input>" | |
| 160 FAIL innerHTML void as last child with preceding siblings keygen assert_equals:
expected "<a>test</a><b></b><keygen>" but got "<a>test</a><b></b><keygen></keyge
n>" | |
| 161 FAIL innerHTML void as last child with preceding siblings link assert_equals: ex
pected "<a>test</a><b></b><link>" but got "<a>test</a><b></b><link></link>" | |
| 162 FAIL innerHTML void as last child with preceding siblings menuitem assert_equals
: expected "<a>test</a><b></b><menuitem>" but got "<a>test</a><b></b><menuitem><
/menuitem>" | |
| 163 FAIL innerHTML void as last child with preceding siblings meta assert_equals: ex
pected "<a>test</a><b></b><meta>" but got "<a>test</a><b></b><meta></meta>" | |
| 164 FAIL innerHTML void as last child with preceding siblings param assert_equals: e
xpected "<a>test</a><b></b><param>" but got "<a>test</a><b></b><param></param>" | |
| 165 FAIL innerHTML void as last child with preceding siblings source assert_equals:
expected "<a>test</a><b></b><source>" but got "<a>test</a><b></b><source></sourc
e>" | |
| 166 FAIL innerHTML void as last child with preceding siblings track assert_equals: e
xpected "<a>test</a><b></b><track>" but got "<a>test</a><b></b><track></track>" | |
| 167 FAIL innerHTML void as last child with preceding siblings wbr assert_equals: exp
ected "<a>test</a><b></b><wbr>" but got "<a>test</a><b></b><wbr></wbr>" | |
| 168 FAIL outerHTML Void context node area assert_equals: expected "<area>" but got "
<area></area>" | |
| 169 FAIL outerHTML Void context node base assert_equals: expected "<base>" but got "
<base></base>" | |
| 170 FAIL outerHTML Void context node basefont assert_equals: expected "<basefont>" b
ut got "<basefont></basefont>" | |
| 171 FAIL outerHTML Void context node bgsound assert_equals: expected "<bgsound>" but
got "<bgsound><a><!--abc--></a><b><c>abc</c></b></bgsound>" | |
| 172 FAIL outerHTML Void context node br assert_equals: expected "<br>" but got "<br>
</br>" | |
| 173 FAIL outerHTML Void context node col assert_equals: expected "<col>" but got "<c
ol></col>" | |
| 174 FAIL outerHTML Void context node embed assert_equals: expected "<embed>" but got
"<embed></embed>" | |
| 175 FAIL outerHTML Void context node frame assert_equals: expected "<frame>" but got
"<frame></frame>" | |
| 176 FAIL outerHTML Void context node hr assert_equals: expected "<hr>" but got "<hr>
</hr>" | |
| 177 FAIL outerHTML Void context node img assert_equals: expected "<img>" but got "<i
mg></img>" | |
| 178 FAIL outerHTML Void context node input assert_equals: expected "<input>" but got
"<input></input>" | |
| 179 FAIL outerHTML Void context node keygen assert_equals: expected "<keygen>" but g
ot "<keygen></keygen>" | |
| 180 FAIL outerHTML Void context node link assert_equals: expected "<link>" but got "
<link></link>" | |
| 181 FAIL outerHTML Void context node menuitem assert_equals: expected "<menuitem>" b
ut got "<menuitem></menuitem>" | |
| 182 FAIL outerHTML Void context node meta assert_equals: expected "<meta>" but got "
<meta></meta>" | |
| 183 FAIL outerHTML Void context node param assert_equals: expected "<param>" but got
"<param></param>" | |
| 184 FAIL outerHTML Void context node source assert_equals: expected "<source>" but g
ot "<source></source>" | |
| 185 FAIL outerHTML Void context node track assert_equals: expected "<track>" but got
"<track></track>" | |
| 186 FAIL outerHTML Void context node wbr assert_equals: expected "<wbr>" but got "<w
br></wbr>" | |
| 187 FAIL outerHTML void as first child with following siblings area assert_equals: e
xpected "<span><area><a>test</a><b></b></span>" but got "<span><area></area><a>t
est</a><b></b></span>" | |
| 188 FAIL outerHTML void as first child with following siblings base assert_equals: e
xpected "<span><base><a>test</a><b></b></span>" but got "<span><base></base><a>t
est</a><b></b></span>" | |
| 189 FAIL outerHTML void as first child with following siblings basefont assert_equal
s: expected "<span><basefont><a>test</a><b></b></span>" but got "<span><basefont
></basefont><a>test</a><b></b></span>" | |
| 190 FAIL outerHTML void as first child with following siblings bgsound assert_equals
: expected "<span><bgsound><a>test</a><b></b></span>" but got "<span><bgsound><a
><!--abc--></a><b><c>abc</c></b></bgsound><a>test</a><b></b></span>" | |
| 191 FAIL outerHTML void as first child with following siblings br assert_equals: exp
ected "<span><br><a>test</a><b></b></span>" but got "<span><br></br><a>test</a><
b></b></span>" | |
| 192 FAIL outerHTML void as first child with following siblings col assert_equals: ex
pected "<span><col><a>test</a><b></b></span>" but got "<span><col></col><a>test<
/a><b></b></span>" | |
| 193 FAIL outerHTML void as first child with following siblings embed assert_equals:
expected "<span><embed><a>test</a><b></b></span>" but got "<span><embed></embed>
<a>test</a><b></b></span>" | |
| 194 FAIL outerHTML void as first child with following siblings frame assert_equals:
expected "<span><frame><a>test</a><b></b></span>" but got "<span><frame></frame>
<a>test</a><b></b></span>" | |
| 195 FAIL outerHTML void as first child with following siblings hr assert_equals: exp
ected "<span><hr><a>test</a><b></b></span>" but got "<span><hr></hr><a>test</a><
b></b></span>" | |
| 196 FAIL outerHTML void as first child with following siblings img assert_equals: ex
pected "<span><img><a>test</a><b></b></span>" but got "<span><img></img><a>test<
/a><b></b></span>" | |
| 197 FAIL outerHTML void as first child with following siblings input assert_equals:
expected "<span><input><a>test</a><b></b></span>" but got "<span><input></input>
<a>test</a><b></b></span>" | |
| 198 FAIL outerHTML void as first child with following siblings keygen assert_equals:
expected "<span><keygen><a>test</a><b></b></span>" but got "<span><keygen></key
gen><a>test</a><b></b></span>" | |
| 199 FAIL outerHTML void as first child with following siblings link assert_equals: e
xpected "<span><link><a>test</a><b></b></span>" but got "<span><link></link><a>t
est</a><b></b></span>" | |
| 200 FAIL outerHTML void as first child with following siblings menuitem assert_equal
s: expected "<span><menuitem><a>test</a><b></b></span>" but got "<span><menuitem
></menuitem><a>test</a><b></b></span>" | |
| 201 FAIL outerHTML void as first child with following siblings meta assert_equals: e
xpected "<span><meta><a>test</a><b></b></span>" but got "<span><meta></meta><a>t
est</a><b></b></span>" | |
| 202 FAIL outerHTML void as first child with following siblings param assert_equals:
expected "<span><param><a>test</a><b></b></span>" but got "<span><param></param>
<a>test</a><b></b></span>" | |
| 203 FAIL outerHTML void as first child with following siblings source assert_equals:
expected "<span><source><a>test</a><b></b></span>" but got "<span><source></sou
rce><a>test</a><b></b></span>" | |
| 204 FAIL outerHTML void as first child with following siblings track assert_equals:
expected "<span><track><a>test</a><b></b></span>" but got "<span><track></track>
<a>test</a><b></b></span>" | |
| 205 FAIL outerHTML void as first child with following siblings wbr assert_equals: ex
pected "<span><wbr><a>test</a><b></b></span>" but got "<span><wbr></wbr><a>test<
/a><b></b></span>" | |
| 206 FAIL outerHTML void as second child with following siblings area assert_equals:
expected "<span><a>test</a><area><b></b></span>" but got "<span><a>test</a><area
></area><b></b></span>" | |
| 207 FAIL outerHTML void as second child with following siblings base assert_equals:
expected "<span><a>test</a><base><b></b></span>" but got "<span><a>test</a><base
></base><b></b></span>" | |
| 208 FAIL outerHTML void as second child with following siblings basefont assert_equa
ls: expected "<span><a>test</a><basefont><b></b></span>" but got "<span><a>test<
/a><basefont></basefont><b></b></span>" | |
| 209 FAIL outerHTML void as second child with following siblings bgsound assert_equal
s: expected "<span><a>test</a><bgsound><b></b></span>" but got "<span><a>test</a
><bgsound><a><!--abc--></a><b><c>abc</c></b></bgsound><b></b></span>" | |
| 210 FAIL outerHTML void as second child with following siblings br assert_equals: ex
pected "<span><a>test</a><br><b></b></span>" but got "<span><a>test</a><br></br>
<b></b></span>" | |
| 211 FAIL outerHTML void as second child with following siblings col assert_equals: e
xpected "<span><a>test</a><col><b></b></span>" but got "<span><a>test</a><col></
col><b></b></span>" | |
| 212 FAIL outerHTML void as second child with following siblings embed assert_equals:
expected "<span><a>test</a><embed><b></b></span>" but got "<span><a>test</a><em
bed></embed><b></b></span>" | |
| 213 FAIL outerHTML void as second child with following siblings frame assert_equals:
expected "<span><a>test</a><frame><b></b></span>" but got "<span><a>test</a><fr
ame></frame><b></b></span>" | |
| 214 FAIL outerHTML void as second child with following siblings hr assert_equals: ex
pected "<span><a>test</a><hr><b></b></span>" but got "<span><a>test</a><hr></hr>
<b></b></span>" | |
| 215 FAIL outerHTML void as second child with following siblings img assert_equals: e
xpected "<span><a>test</a><img><b></b></span>" but got "<span><a>test</a><img></
img><b></b></span>" | |
| 216 FAIL outerHTML void as second child with following siblings input assert_equals:
expected "<span><a>test</a><input><b></b></span>" but got "<span><a>test</a><in
put></input><b></b></span>" | |
| 217 FAIL outerHTML void as second child with following siblings keygen assert_equals
: expected "<span><a>test</a><keygen><b></b></span>" but got "<span><a>test</a><
keygen></keygen><b></b></span>" | |
| 218 FAIL outerHTML void as second child with following siblings link assert_equals:
expected "<span><a>test</a><link><b></b></span>" but got "<span><a>test</a><link
></link><b></b></span>" | |
| 219 FAIL outerHTML void as second child with following siblings menuitem assert_equa
ls: expected "<span><a>test</a><menuitem><b></b></span>" but got "<span><a>test<
/a><menuitem></menuitem><b></b></span>" | |
| 220 FAIL outerHTML void as second child with following siblings meta assert_equals:
expected "<span><a>test</a><meta><b></b></span>" but got "<span><a>test</a><meta
></meta><b></b></span>" | |
| 221 FAIL outerHTML void as second child with following siblings param assert_equals:
expected "<span><a>test</a><param><b></b></span>" but got "<span><a>test</a><pa
ram></param><b></b></span>" | |
| 222 FAIL outerHTML void as second child with following siblings source assert_equals
: expected "<span><a>test</a><source><b></b></span>" but got "<span><a>test</a><
source></source><b></b></span>" | |
| 223 FAIL outerHTML void as second child with following siblings track assert_equals:
expected "<span><a>test</a><track><b></b></span>" but got "<span><a>test</a><tr
ack></track><b></b></span>" | |
| 224 FAIL outerHTML void as second child with following siblings wbr assert_equals: e
xpected "<span><a>test</a><wbr><b></b></span>" but got "<span><a>test</a><wbr></
wbr><b></b></span>" | |
| 225 FAIL outerHTML void as last child with preceding siblings area assert_equals: ex
pected "<span><a>test</a><b></b><area></span>" but got "<span><a>test</a><b></b>
<area></area></span>" | |
| 226 FAIL outerHTML void as last child with preceding siblings base assert_equals: ex
pected "<span><a>test</a><b></b><base></span>" but got "<span><a>test</a><b></b>
<base></base></span>" | |
| 227 FAIL outerHTML void as last child with preceding siblings basefont assert_equals
: expected "<span><a>test</a><b></b><basefont></span>" but got "<span><a>test</a
><b></b><basefont></basefont></span>" | |
| 228 FAIL outerHTML void as last child with preceding siblings bgsound assert_equals:
expected "<span><a>test</a><b></b><bgsound></span>" but got "<span><a>test</a><
b></b><bgsound><a><!--abc--></a><b><c>abc</c></b></bgsound></span>" | |
| 229 FAIL outerHTML void as last child with preceding siblings br assert_equals: expe
cted "<span><a>test</a><b></b><br></span>" but got "<span><a>test</a><b></b><br>
</br></span>" | |
| 230 FAIL outerHTML void as last child with preceding siblings col assert_equals: exp
ected "<span><a>test</a><b></b><col></span>" but got "<span><a>test</a><b></b><c
ol></col></span>" | |
| 231 FAIL outerHTML void as last child with preceding siblings embed assert_equals: e
xpected "<span><a>test</a><b></b><embed></span>" but got "<span><a>test</a><b></
b><embed></embed></span>" | |
| 232 FAIL outerHTML void as last child with preceding siblings frame assert_equals: e
xpected "<span><a>test</a><b></b><frame></span>" but got "<span><a>test</a><b></
b><frame></frame></span>" | |
| 233 FAIL outerHTML void as last child with preceding siblings hr assert_equals: expe
cted "<span><a>test</a><b></b><hr></span>" but got "<span><a>test</a><b></b><hr>
</hr></span>" | |
| 234 FAIL outerHTML void as last child with preceding siblings img assert_equals: exp
ected "<span><a>test</a><b></b><img></span>" but got "<span><a>test</a><b></b><i
mg></img></span>" | |
| 235 FAIL outerHTML void as last child with preceding siblings input assert_equals: e
xpected "<span><a>test</a><b></b><input></span>" but got "<span><a>test</a><b></
b><input></input></span>" | |
| 236 FAIL outerHTML void as last child with preceding siblings keygen assert_equals:
expected "<span><a>test</a><b></b><keygen></span>" but got "<span><a>test</a><b>
</b><keygen></keygen></span>" | |
| 237 FAIL outerHTML void as last child with preceding siblings link assert_equals: ex
pected "<span><a>test</a><b></b><link></span>" but got "<span><a>test</a><b></b>
<link></link></span>" | |
| 238 FAIL outerHTML void as last child with preceding siblings menuitem assert_equals
: expected "<span><a>test</a><b></b><menuitem></span>" but got "<span><a>test</a
><b></b><menuitem></menuitem></span>" | |
| 239 FAIL outerHTML void as last child with preceding siblings meta assert_equals: ex
pected "<span><a>test</a><b></b><meta></span>" but got "<span><a>test</a><b></b>
<meta></meta></span>" | |
| 240 FAIL outerHTML void as last child with preceding siblings param assert_equals: e
xpected "<span><a>test</a><b></b><param></span>" but got "<span><a>test</a><b></
b><param></param></span>" | |
| 241 FAIL outerHTML void as last child with preceding siblings source assert_equals:
expected "<span><a>test</a><b></b><source></span>" but got "<span><a>test</a><b>
</b><source></source></span>" | |
| 242 FAIL outerHTML void as last child with preceding siblings track assert_equals: e
xpected "<span><a>test</a><b></b><track></span>" but got "<span><a>test</a><b></
b><track></track></span>" | |
| 243 FAIL outerHTML void as last child with preceding siblings wbr assert_equals: exp
ected "<span><a>test</a><b></b><wbr></span>" but got "<span><a>test</a><b></b><w
br></wbr></span>" | |
| 244 Harness: the test ran to completion. | |
| 245 | |
| OLD | NEW |