| 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) |
| (...skipping 82 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 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 |