1 Tests that forced element state is reflected in the DOM tree and Styles pane.
5 DIV with :hover and :active
10 div:active, a:active { (force-pseudo-state.html:12 -> force-pseudo-state.html:12:1)
14 div:hover, a:hover { (force-pseudo-state.html:4 -> force-pseudo-state.html:4:1)
18 div { (user agent stylesheet)
21 ======== Inherited from body#mainBody.main1.main2.mainpage ========
24 /-- overloaded --/ font-weight: normal;
26 - <html> [subtreeMarkerCount:1]
28 - <body id="mainBody" class="main1 main2 mainpage" onload="runTest()" style="font-weight: normal; width: 85%; background-image: url(bar.png)"> [subtreeMarkerCount:1]
29 <p>\nTests that forced element state is reflected in the DOM tree and Styles pane.\n</p>
30 <div id="div">Test text</div> [markers:[pseudo-state-marker=hover,active], subtreeMarkerCount:1]
34 DIV with :active and :focus
39 div:active, a:active { (force-pseudo-state.html:12 -> force-pseudo-state.html:12:1)
43 div:focus, a:focus { (force-pseudo-state.html:8 -> force-pseudo-state.html:8:1)
44 border: 1px solid green;
45 border-top-color: green;
46 border-top-style: solid;
47 border-top-width: 1px;
48 border-right-color: green;
49 border-right-style: solid;
50 border-right-width: 1px;
51 border-bottom-color: green;
52 border-bottom-style: solid;
53 border-bottom-width: 1px;
54 border-left-color: green;
55 border-left-style: solid;
56 border-left-width: 1px;
59 :focus { (user agent stylesheet)
60 outline: -webkit-focus-ring-color auto 5px;
61 outline-color: -webkit-focus-ring-color;
66 div { (user agent stylesheet)
69 ======== Inherited from body#mainBody.main1.main2.mainpage ========
72 /-- overloaded --/ font-weight: normal;
74 - <html> [subtreeMarkerCount:1]
76 - <body id="mainBody" class="main1 main2 mainpage" onload="runTest()" style="font-weight: normal; width: 85%; background-image: url(bar.png)"> [subtreeMarkerCount:1]
77 <p>\nTests that forced element state is reflected in the DOM tree and Styles pane.\n</p>
78 <div id="div">Test text</div> [markers:[pseudo-state-marker=active,focus], subtreeMarkerCount:1]
82 DIV with no forced state
87 div { (user agent stylesheet)
90 ======== Inherited from body#mainBody.main1.main2.mainpage ========
97 - <body id="mainBody" class="main1 main2 mainpage" onload="runTest()" style="font-weight: normal; width: 85%; background-image: url(bar.png)">
98 <p>\nTests that forced element state is reflected in the DOM tree and Styles pane.\n</p>
99 <div id="div">Test text</div>