OLD | NEW |
1 Test to make sure we remove span tags with no attributes if we removed the last
attribute. | 1 Test to make sure we remove span tags with no attributes if we removed the last
attribute. |
2 | 2 |
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
". | 3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
". |
4 | 4 |
5 | 5 |
6 PASS select all of "hello <b>world</b>" and createLink (http://webkit.org/) yiel
ds "<a href="http://webkit.org/">hello <b>world</b></a>" | 6 PASS select all of "hello <b>world</b>" and createLink (http://webkit.org/) yiel
ds "<a href="http://webkit.org/">hello <b>world</b></a>" |
7 PASS select all of "<u>hello world</u>" and createLink (http://webkit.org/) yiel
ds "<u><a href="http://webkit.org/">hello world</a></u>" | 7 PASS select all of "<u>hello world</u>" and createLink (http://webkit.org/) yiel
ds "<u><a href="http://webkit.org/">hello world</a></u>" |
8 PASS select all of "hello <a href="http://bugs.webkit.org/">world</a>" and creat
eLink (http://webkit.org/) yields "<a href="http://webkit.org/">hello world</a>" | 8 PASS select all of "hello <a href="http://bugs.webkit.org/">world</a>" and creat
eLink (http://webkit.org/) yields "<a href="http://webkit.org/">hello world</a>" |
9 PASS select all of "hello <a href="http://bugs.webkit.org/" style="font-weight:
bold">world</a>" and createLink (http://webkit.org/) yields "<a href="http://web
kit.org/">hello <b>world</b></a>" | 9 PASS select all of "hello <a href="http://bugs.webkit.org/" style="font-weight:
bold">world</a>" and createLink (http://webkit.org/) yields "<a href="http://web
kit.org/">hello <b>world</b></a>" |
10 PASS select first two words of "hello <b>world</b> WebKit" and createLink (http:
//webkit.org/) yields "<a href="http://webkit.org/">hello <b>world</b></a> WebKi
t" | 10 PASS select first two words of "hello <b>world</b> WebKit" and createLink (http:
//webkit.org/) yields "<a href="http://webkit.org/">hello <b>world</b> </a>WebKi
t" |
11 PASS select first two words of "<a href="http://trac.webkit.org/">hello <b>world
</b></a> WebKit" and createLink (http://webkit.org/) yields "<a href="http://web
kit.org/">hello <b>world</b></a> WebKit" | 11 PASS select first two words of "<a href="http://trac.webkit.org/">hello <b>world
</b></a> WebKit" and createLink (http://webkit.org/) yields "<a href="http://web
kit.org/">hello <b>world</b> </a>WebKit" |
12 PASS select first two words of "<a href="http://trac.webkit.org/" style="font-st
yle: italic;">hello world</a> WebKit" and createLink (http://webkit.org/) yields
"<i><a href="http://webkit.org/">hello world</a></i> WebKit" | 12 PASS select first two words of "<a href="http://trac.webkit.org/" style="font-st
yle: italic;">hello world</a> WebKit" and createLink (http://webkit.org/) yields
"<a href="http://webkit.org/"><i>hello world</i> </a>WebKit" |
13 PASS select first two words of "hello <a href="http://trac.webkit.org/"><b>world
</b> WebKit</a>" and createLink (http://webkit.org/) yields "<a href="http://web
kit.org/">hello <b>world</b></a><a href="http://trac.webkit.org/"> WebKit</a>" | 13 PASS select first two words of "hello <a href="http://trac.webkit.org/"><b>world
</b> WebKit</a>" and createLink (http://webkit.org/) yields "<a href="http://web
kit.org/">hello <b>world</b> </a><a href="http://trac.webkit.org/">WebKit</a>" |
14 PASS select first two words of "hello <a href="http://trac.webkit.org/" style="f
ont-style: italic;"><b>world</b> WebKit</a>" and createLink (http://webkit.org/)
yields "<a href="http://webkit.org/">hello <b style="font-style: italic;">world
</b></a><a href="http://trac.webkit.org/"><i> WebKit</i></a>" | 14 PASS select first two words of "hello <a href="http://trac.webkit.org/" style="f
ont-style: italic;"><b>world</b> WebKit</a>" and createLink (http://webkit.org/)
yields "<a href="http://webkit.org/">hello <b style="font-style: italic;">world
</b> </a><a href="http://trac.webkit.org/" style="font-style: italic;">WebKit</a
>" |
15 PASS select last word of "hello <b>world</b> WebKit" and createLink (http://webk
it.org/) yields "hello <b>world</b> <a href="http://webkit.org/">WebKit</a>" | 15 PASS select last word of "hello <b>world</b> WebKit" and createLink (http://webk
it.org/) yields "hello <b>world</b> <a href="http://webkit.org/">WebKit</a>" |
16 PASS select last word of "<u>hello <b>world</b> WebKit</u>" and createLink (http
://webkit.org/) yields "<u>hello <b>world</b> <a href="http://webkit.org/">WebKi
t</a></u>" | 16 PASS select last word of "<u>hello <b>world</b> WebKit</u>" and createLink (http
://webkit.org/) yields "<u>hello <b>world</b> <a href="http://webkit.org/">WebKi
t</a></u>" |
17 PASS select last word of "<a href="http://trac.webkit.org/"><div>hello</div><div
>world</div></a>" and createLink (http://webkit.org/) yields "<a href="http://tr
ac.webkit.org/"><div>hello</div></a><div><a href="http://webkit.org/">world</a><
/div>" | 17 PASS select last word of "<a href="http://trac.webkit.org/"><div>hello</div><div
>world</div></a>" and createLink (http://webkit.org/) yields "<a href="http://tr
ac.webkit.org/"><div>hello</div></a><div><a href="http://webkit.org/">world</a><
/div>" |
18 PASS select last word of "<a href="http://trac.webkit.org/" style="font-weight:
bold;"><div>hello</div><div>world</div></a>" and createLink (http://webkit.org/)
yields "<a href="http://trac.webkit.org/"><div style="font-weight: bold;">hello
</div></a><div style="font-weight: bold;"><a href="http://webkit.org/">world</a>
</div>" | 18 PASS select last word of "<a href="http://trac.webkit.org/" style="font-weight:
bold;"><div>hello</div><div>world</div></a>" and createLink (http://webkit.org/)
yields "<a href="http://trac.webkit.org/"><div style="font-weight: bold;">hello
</div></a><div style="font-weight: bold;"><a href="http://webkit.org/">world</a>
</div>" |
19 PASS select last word of "<a href="http://trac.webkit.org/" style="font-weight:
bold;"><div style="font-weight: normal;">hello</div><div>world</div></a>" and cr
eateLink (http://webkit.org/) yields "<a href="http://trac.webkit.org/"><div sty
le="font-weight: normal;">hello</div></a><div style="font-weight: bold;"><a href
="http://webkit.org/">world</a></div>" | 19 PASS select last word of "<a href="http://trac.webkit.org/" style="font-weight:
bold;"><div style="font-weight: normal;">hello</div><div>world</div></a>" and cr
eateLink (http://webkit.org/) yields "<a href="http://trac.webkit.org/"><div sty
le="font-weight: normal;">hello</div></a><div style="font-weight: bold;"><a href
="http://webkit.org/">world</a></div>" |
20 PASS successfullyParsed is true | 20 PASS successfullyParsed is true |
21 | 21 |
22 TEST COMPLETE | 22 TEST COMPLETE |
23 | 23 |
OLD | NEW |