| OLD | NEW |
| 1 Tests that forced element state is reflected in the DOM tree and Styles pane. | 1 Tests that forced element state is reflected in the DOM tree and Styles pane. |
| 2 | 2 |
| 3 Test text | 3 Test text |
| 4 | 4 |
| 5 DIV with :hover and :active | 5 DIV with :hover and :active |
| 6 [expanded] | 6 [expanded] |
| 7 element.style { () | 7 element.style { () |
| 8 | 8 |
| 9 [expanded] | 9 [expanded] |
| 10 div:active, a:active { (force-pseudo-state.html:12 -> force-pseudo-state.html:1
2:1) | 10 div:active, a:active { (force-pseudo-state.html:12 -> force-pseudo-state.html:1
2:1) |
| 11 font-weight: bold; | 11 font-weight: bold; |
| 12 | 12 |
| 13 [expanded] | 13 [expanded] |
| 14 div:hover, a:hover { (force-pseudo-state.html:4 -> force-pseudo-state.html:4:1) | 14 div:hover, a:hover { (force-pseudo-state.html:4 -> force-pseudo-state.html:4:1) |
| 15 color: red; | 15 color: red; |
| 16 | 16 |
| 17 [expanded] | 17 [expanded] |
| 18 div { (user agent stylesheet) | 18 div { (user agent stylesheet) |
| 19 display: block; | 19 display: block; |
| 20 | 20 |
| 21 ======== Inherited from body#mainBody.main1.main2.mainpage ======== | 21 ======== Inherited from body#mainBody.main1.main2.mainpage ======== |
| 22 [expanded] | 22 [expanded] |
| 23 Style Attribute { () | 23 Style Attribute { () |
| 24 /-- overloaded --/ font-weight: normal; | 24 /-- overloaded --/ font-weight: normal; |
| 25 | 25 |
| 26 - <html> [descendantUserAttributeCounters:[pseudoState=1]] | 26 - <html> [subtreeMarkerCount:1] |
| 27 + <head>…</head> | 27 + <head>…</head> |
| 28 - <body id="mainBody" class="main1 main2 mainpage" onload="runTest()" style=
"font-weight: normal; width: 85%; background-image: url(bar.png)"> [descendantUs
erAttributeCounters:[pseudoState=1]] | 28 - <body id="mainBody" class="main1 main2 mainpage" onload="runTest()" style=
"font-weight: normal; width: 85%; background-image: url(bar.png)"> [subtreeMarke
rCount:1] |
| 29 <p>\nTests that forced element state is reflected in the DOM tree and
Styles pane.\n</p> | 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> [userProperties:[pseudoState=hover,activ
e]] | 30 <div id="div">Test text</div> [markers:[pseudo-state-marker=hover,acti
ve], subtreeMarkerCount:1] |
| 31 </body> | 31 </body> |
| 32 </html> | 32 </html> |
| 33 | 33 |
| 34 DIV with :active and :focus | 34 DIV with :active and :focus |
| 35 [expanded] | 35 [expanded] |
| 36 element.style { () | 36 element.style { () |
| 37 | 37 |
| 38 [expanded] | 38 [expanded] |
| 39 div:active, a:active { (force-pseudo-state.html:12 -> force-pseudo-state.html:1
2:1) | 39 div:active, a:active { (force-pseudo-state.html:12 -> force-pseudo-state.html:1
2:1) |
| 40 font-weight: bold; | 40 font-weight: bold; |
| (...skipping 23 matching lines...) Expand all Loading... |
| 64 | 64 |
| 65 [expanded] | 65 [expanded] |
| 66 div { (user agent stylesheet) | 66 div { (user agent stylesheet) |
| 67 display: block; | 67 display: block; |
| 68 | 68 |
| 69 ======== Inherited from body#mainBody.main1.main2.mainpage ======== | 69 ======== Inherited from body#mainBody.main1.main2.mainpage ======== |
| 70 [expanded] | 70 [expanded] |
| 71 Style Attribute { () | 71 Style Attribute { () |
| 72 /-- overloaded --/ font-weight: normal; | 72 /-- overloaded --/ font-weight: normal; |
| 73 | 73 |
| 74 - <html> [descendantUserAttributeCounters:[pseudoState=1]] | 74 - <html> [subtreeMarkerCount:1] |
| 75 + <head>…</head> | 75 + <head>…</head> |
| 76 - <body id="mainBody" class="main1 main2 mainpage" onload="runTest()" style=
"font-weight: normal; width: 85%; background-image: url(bar.png)"> [descendantUs
erAttributeCounters:[pseudoState=1]] | 76 - <body id="mainBody" class="main1 main2 mainpage" onload="runTest()" style=
"font-weight: normal; width: 85%; background-image: url(bar.png)"> [subtreeMarke
rCount:1] |
| 77 <p>\nTests that forced element state is reflected in the DOM tree and
Styles pane.\n</p> | 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> [userProperties:[pseudoState=active,focu
s]] | 78 <div id="div">Test text</div> [markers:[pseudo-state-marker=active,foc
us], subtreeMarkerCount:1] |
| 79 </body> | 79 </body> |
| 80 </html> | 80 </html> |
| 81 | 81 |
| 82 DIV with no forced state | 82 DIV with no forced state |
| 83 [expanded] | 83 [expanded] |
| 84 element.style { () | 84 element.style { () |
| 85 | 85 |
| 86 [expanded] | 86 [expanded] |
| 87 div { (user agent stylesheet) | 87 div { (user agent stylesheet) |
| 88 display: block; | 88 display: block; |
| 89 | 89 |
| 90 ======== Inherited from body#mainBody.main1.main2.mainpage ======== | 90 ======== Inherited from body#mainBody.main1.main2.mainpage ======== |
| 91 [expanded] | 91 [expanded] |
| 92 Style Attribute { () | 92 Style Attribute { () |
| 93 font-weight: normal; | 93 font-weight: normal; |
| 94 | 94 |
| 95 - <html> | 95 - <html> |
| 96 + <head>…</head> | 96 + <head>…</head> |
| 97 - <body id="mainBody" class="main1 main2 mainpage" onload="runTest()" style=
"font-weight: normal; width: 85%; background-image: url(bar.png)"> | 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> | 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> | 99 <div id="div">Test text</div> |
| 100 </body> | 100 </body> |
| 101 </html> | 101 </html> |
| 102 | 102 |
| OLD | NEW |