OLD | NEW |
1 If a zero lengthed render object (such as a text node that has been set to "") o
ccured at the end of a line, it was previously given a non-zero sized run. | 1 If a zero-length render object (such as a text node that has been set to "") occ
urred at the end of a line, it was previously given a non-zero sized run. |
2 | 2 |
3 A crash would occur on iteration over a node containing such a run. NodeIterator
s, the innerText property, and hovering over a link all use iteration. | 3 A crash would occur on iteration over a node containing such a run. NodeIterator
s, the innerText property, and hovering over a link all use iteration. |
4 | 4 |
5 This tests iteration using both the innerText property and NodeIterators. It is
successful if it doesn't crash Safari. | 5 This tests iteration using both the innerText property and NodeIterators. It is
successful if it doesn't crash Safari. |
6 | 6 |
7 hel | 7 hel |
OLD | NEW |