| OLD | NEW |
| 1 <html> | 1 <html> |
| 2 <head> | 2 <head> |
| 3 <script src="../../../http/tests/inspector/inspector-test.js"></script> | 3 <script src="../../../http/tests/inspector/inspector-test.js"></script> |
| 4 <script src="../../../http/tests/inspector/elements-test.js"></script> | 4 <script src="../../../http/tests/inspector/elements-test.js"></script> |
| 5 <script src="styles-test.js"></script> | 5 <script src="../styles/styles-test.js"></script> |
| 6 <style> | 6 <style> |
| 7 #first { | 7 #first { |
| 8 color: blue; | 8 color: blue; |
| 9 } | 9 } |
| 10 | 10 |
| 11 #second { | 11 #second { |
| 12 line-height: 1em; | 12 line-height: 1em; |
| 13 border: 1px solid black; | 13 border: 1px solid black; |
| 14 } | 14 } |
| 15 | 15 |
| (...skipping 65 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 81 <body onload="runTest()"> | 81 <body onload="runTest()"> |
| 82 | 82 |
| 83 <p> | 83 <p> |
| 84 Tests that styles sidebar pane does not leak any LiveLocations. | 84 Tests that styles sidebar pane does not leak any LiveLocations. |
| 85 </p> | 85 </p> |
| 86 <div id="first">First element to select</div> | 86 <div id="first">First element to select</div> |
| 87 <div id="second">Second element to select</div> | 87 <div id="second">Second element to select</div> |
| 88 <div id="third">Second element to select</div> | 88 <div id="third">Second element to select</div> |
| 89 </body> | 89 </body> |
| 90 </html> | 90 </html> |
| OLD | NEW |