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