OLD | NEW |
1 This is an element | 1 This is an element |
2 | 2 |
3 This is an element | 3 This is an element |
4 This is an element | 4 This is an element |
5 | 5 |
6 This is an element | 6 This is an element |
7 FAIL gFocusedDocument.activeElement.getAttribute("id") should be 1. Was 2. | 7 PASS gFocusedDocument.activeElement.getAttribute("id") is "1" |
8 FAIL gFocusedDocument.activeElement.getAttribute("id") should be 2. Was 3. | 8 PASS gFocusedDocument.activeElement.getAttribute("id") is "2" |
9 FAIL gFocusedDocument.activeElement.getAttribute("id") should be 3. Was 4. | 9 PASS gFocusedDocument.activeElement.getAttribute("id") is "3" |
10 FAIL gFocusedDocument.activeElement.getAttribute("id") should be 4. Was 5. | 10 PASS gFocusedDocument.activeElement.getAttribute("id") is "4" |
11 PASS gFocusedDocument.activeElement.getAttribute("id") is "5" | 11 PASS gFocusedDocument.activeElement.getAttribute("id") is "5" |
12 PASS gFocusedDocument.activeElement.getAttribute("id") is "4" | 12 PASS gFocusedDocument.activeElement.getAttribute("id") is "4" |
13 PASS gFocusedDocument.activeElement.getAttribute("id") is "3" | 13 PASS gFocusedDocument.activeElement.getAttribute("id") is "3" |
14 PASS gFocusedDocument.activeElement.getAttribute("id") is "2" | 14 PASS gFocusedDocument.activeElement.getAttribute("id") is "2" |
15 PASS gFocusedDocument.activeElement.getAttribute("id") is "1" | 15 PASS gFocusedDocument.activeElement.getAttribute("id") is "1" |
16 PASS gFocusedDocument.activeElement.getAttribute("id") is "start" | 16 PASS gFocusedDocument.activeElement.getAttribute("id") is "start" |
17 This test tests that a anchor element with in image in it and a space after the
image, can still give the correct size in ContainerNode::getRect(). | 17 This test tests that a anchor element with in image in it and a space after the
image, can still give the correct size in ContainerNode::getRect(). |
OLD | NEW |