benjamin@webkit.org | 5701eda | 2016-06-27 22:20:17 +0000 | [diff] [blame] | 1 | Verify that a labeled elemed gets the :active state even if it has no renderer. |
| 2 | |
| 3 | On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE". |
| 4 | |
| 5 | |
| 6 | |
| 7 | Initial state |
| 8 | PASS elementsWithActiveStyle() is [] |
| 9 | PASS elementsMatchingActiveSelector() is [] |
| 10 | On Mouse Down |
| 11 | PASS elementsWithActiveStyle() is ["#labelable-parent >> label:nth-child(1)", "#next-group >> input:nth-child(1)"] |
| 12 | PASS elementsMatchingActiveSelector() is ["html", "body", "webkit-test", "labelable-ancestor", "labelable-parent", "#labelable-parent >> label:nth-child(1)", "#next-group >> input:nth-child(1)"] |
| 13 | After Mouse Down |
| 14 | PASS elementsWithActiveStyle() is ["#labelable-parent >> label:nth-child(1)", "#next-group >> input:nth-child(1)"] |
| 15 | PASS elementsMatchingActiveSelector() is ["html", "body", "webkit-test", "labelable-ancestor", "labelable-parent", "#labelable-parent >> label:nth-child(1)", "#next-group >> input:nth-child(1)"] |
| 16 | On Mouse Up |
| 17 | PASS elementsWithActiveStyle() is [] |
| 18 | PASS elementsMatchingActiveSelector() is [] |
| 19 | PASS successfullyParsed is true |
| 20 | |
| 21 | TEST COMPLETE |
| 22 | |